@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap);
@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, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

*,
: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: 0 solid;
    border-color: inherit
}

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "\2014\A0"
}

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

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

.figure {
    display: inline-block
}

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .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)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.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;
    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
}

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

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

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

.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: 0 solid;
    border-color: inherit;
    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: 0 solid;
    border-color: inherit;
    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(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%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: 50%;
    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;charset=utf-8,%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 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    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;charset=utf-8,%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: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%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:-ms-input-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:not(:-ms-input-placeholder) {
    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:not(:-ms-input-placeholder)~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.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #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;charset=utf-8,%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;charset=utf-8,%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;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-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;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .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;
    -ms-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-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    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-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    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-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    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-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    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-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    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-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    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-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    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-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    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 !important;
    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: "";
    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: var(--base_color);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--base_color);
}

.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: hsla(0, 0%, 100%, .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: 50%;
    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,
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' 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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .55);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .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
}

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

.card-subtitle {
    margin-top: -.25rem
}

.card-subtitle,
.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-bottom: -.5rem;
    border-bottom: 0
}

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

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

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

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

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

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

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

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

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

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

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

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.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;charset=utf-8,%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 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.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;
    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, "/")
}

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

.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

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

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

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

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@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;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/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;
    -ms-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: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .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: translateY(-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;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

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

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

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

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

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

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

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

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

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

.carousel {
    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;charset=utf-8,%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 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.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(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

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

.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: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

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

.offcanvas-header .btn-close {
    padding: .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

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

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%
}

.offcanvas-bottom {
    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: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

.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: hsla(0, 0%, 100%, .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,
.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;
    -ms-user-select: all !important;
    user-select: all !important
}

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

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

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 0.25rem !important;
    border: 1px solid #e9e9e9;
}

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

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

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

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

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

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

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

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

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

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-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: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\F26E"
}

.fa-accessible-icon:before {
    content: "\F368"
}

.fa-accusoft:before {
    content: "\F369"
}

.fa-acquisitions-incorporated:before {
    content: "\F6AF"
}

.fa-ad:before {
    content: "\F641"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-card:before {
    content: "\F2BB"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-adn:before {
    content: "\F170"
}

.fa-adobe:before {
    content: "\F778"
}

.fa-adversal:before {
    content: "\F36A"
}

.fa-affiliatetheme:before {
    content: "\F36B"
}

.fa-air-freshener:before {
    content: "\F5D0"
}

.fa-airbnb:before {
    content: "\F834"
}

.fa-algolia:before {
    content: "\F36C"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-alipay:before {
    content: "\F642"
}

.fa-allergies:before {
    content: "\F461"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-amazon-pay:before {
    content: "\F42C"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-amilia:before {
    content: "\F36D"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-android:before {
    content: "\F17B"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angry:before {
    content: "\F556"
}

.fa-angrycreative:before {
    content: "\F36E"
}

.fa-angular:before {
    content: "\F420"
}

.fa-ankh:before {
    content: "\F644"
}

.fa-app-store:before {
    content: "\F36F"
}

.fa-app-store-ios:before {
    content: "\F370"
}

.fa-apper:before {
    content: "\F371"
}

.fa-apple:before {
    content: "\F179"
}

.fa-apple-alt:before {
    content: "\F5D1"
}

.fa-apple-pay:before {
    content: "\F415"
}

.fa-archive:before {
    content: "\F187"
}

.fa-archway:before {
    content: "\F557"
}

.fa-arrow-alt-circle-down:before {
    content: "\F358"
}

.fa-arrow-alt-circle-left:before {
    content: "\F359"
}

.fa-arrow-alt-circle-right:before {
    content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
    content: "\F35B"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-arrows-alt-h:before {
    content: "\F337"
}

.fa-arrows-alt-v:before {
    content: "\F338"
}

.fa-artstation:before {
    content: "\F77A"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-asymmetrik:before {
    content: "\F372"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-atlas:before {
    content: "\F558"
}

.fa-atlassian:before {
    content: "\F77B"
}

.fa-atom:before {
    content: "\F5D2"
}

.fa-audible:before {
    content: "\F373"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-autoprefixer:before {
    content: "\F41C"
}

.fa-avianex:before {
    content: "\F374"
}

.fa-aviato:before {
    content: "\F421"
}

.fa-award:before {
    content: "\F559"
}

.fa-aws:before {
    content: "\F375"
}

.fa-baby:before {
    content: "\F77C"
}

.fa-baby-carriage:before {
    content: "\F77D"
}

.fa-backspace:before {
    content: "\F55A"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-bacon:before {
    content: "\F7E5"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-balance-scale-left:before {
    content: "\F515"
}

.fa-balance-scale-right:before {
    content: "\F516"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-band-aid:before {
    content: "\F462"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-baseball-ball:before {
    content: "\F433"
}

.fa-basketball-ball:before {
    content: "\F434"
}

.fa-bath:before {
    content: "\F2CD"
}

.fa-battery-empty:before {
    content: "\F244"
}

.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battle-net:before {
    content: "\F835"
}

.fa-bed:before {
    content: "\F236"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bezier-curve:before {
    content: "\F55B"
}

.fa-bible:before {
    content: "\F647"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-biking:before {
    content: "\F84A"
}

.fa-bimobject:before {
    content: "\F378"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-biohazard:before {
    content: "\F780"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitcoin:before {
    content: "\F379"
}

.fa-bity:before {
    content: "\F37A"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-blackberry:before {
    content: "\F37B"
}

.fa-blender:before {
    content: "\F517"
}

.fa-blender-phone:before {
    content: "\F6B6"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-blog:before {
    content: "\F781"
}

.fa-blogger:before {
    content: "\F37C"
}

.fa-blogger-b:before {
    content: "\F37D"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-bold:before {
    content: "\F032"
}

.fa-bolt:before {
    content: "\F0E7"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-bone:before {
    content: "\F5D7"
}

.fa-bong:before {
    content: "\F55C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-book-dead:before {
    content: "\F6B7"
}

.fa-book-medical:before {
    content: "\F7E6"
}

.fa-book-open:before {
    content: "\F518"
}

.fa-book-reader:before {
    content: "\F5DA"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-bootstrap:before {
    content: "\F836"
}

.fa-border-all:before {
    content: "\F84C"
}

.fa-border-none:before {
    content: "\F850"
}

.fa-border-style:before {
    content: "\F853"
}

.fa-bowling-ball:before {
    content: "\F436"
}

.fa-box:before {
    content: "\F466"
}

.fa-box-open:before {
    content: "\F49E"
}

.fa-boxes:before {
    content: "\F468"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-brain:before {
    content: "\F5DC"
}

.fa-bread-slice:before {
    content: "\F7EC"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-briefcase-medical:before {
    content: "\F469"
}

.fa-broadcast-tower:before {
    content: "\F519"
}

.fa-broom:before {
    content: "\F51A"
}

.fa-brush:before {
    content: "\F55D"
}

.fa-btc:before {
    content: "\F15A"
}

.fa-buffer:before {
    content: "\F837"
}

.fa-bug:before {
    content: "\F188"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-burn:before {
    content: "\F46A"
}

.fa-buromobelexperte:before {
    content: "\F37F"
}

.fa-bus:before {
    content: "\F207"
}

.fa-bus-alt:before {
    content: "\F55E"
}

.fa-business-time:before {
    content: "\F64A"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-calendar:before {
    content: "\F133"
}

.fa-calendar-alt:before {
    content: "\F073"
}

.fa-calendar-check:before {
    content: "\F274"
}

.fa-calendar-day:before {
    content: "\F783"
}

.fa-calendar-minus:before {
    content: "\F272"
}

.fa-calendar-plus:before {
    content: "\F271"
}

.fa-calendar-times:before {
    content: "\F273"
}

.fa-calendar-week:before {
    content: "\F784"
}

.fa-camera:before {
    content: "\F030"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-campground:before {
    content: "\F6BB"
}

.fa-canadian-maple-leaf:before {
    content: "\F785"
}

.fa-candy-cane:before {
    content: "\F786"
}

.fa-cannabis:before {
    content: "\F55F"
}

.fa-capsules:before {
    content: "\F46B"
}

.fa-car:before {
    content: "\F1B9"
}

.fa-car-alt:before {
    content: "\F5DE"
}

.fa-car-battery:before {
    content: "\F5DF"
}

.fa-car-crash:before {
    content: "\F5E1"
}

.fa-car-side:before {
    content: "\F5E4"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-caret-square-down:before {
    content: "\F150"
}

.fa-caret-square-left:before {
    content: "\F191"
}

.fa-caret-square-right:before {
    content: "\F152"
}

.fa-caret-square-up:before {
    content: "\F151"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-carrot:before {
    content: "\F787"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cash-register:before {
    content: "\F788"
}

.fa-cat:before {
    content: "\F6BE"
}

.fa-cc-amazon-pay:before {
    content: "\F42D"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-apple-pay:before {
    content: "\F416"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-centercode:before {
    content: "\F380"
}

.fa-centos:before {
    content: "\F789"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-chair:before {
    content: "\F6C0"
}

.fa-chalkboard:before {
    content: "\F51B"
}

.fa-chalkboard-teacher:before {
    content: "\F51C"
}

.fa-charging-station:before {
    content: "\F5E7"
}

.fa-chart-area:before {
    content: "\F1FE"
}

.fa-chart-bar:before {
    content: "\F080"
}

.fa-chart-line:before {
    content: "\F201"
}

.fa-chart-pie:before {
    content: "\F200"
}

.fa-check:before {
    content: "\F00C"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-check-double:before {
    content: "\F560"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-cheese:before {
    content: "\F7EF"
}

.fa-chess:before {
    content: "\F439"
}

.fa-chess-bishop:before {
    content: "\F43A"
}

.fa-chess-board:before {
    content: "\F43C"
}

.fa-chess-king:before {
    content: "\F43F"
}

.fa-chess-knight:before {
    content: "\F441"
}

.fa-chess-pawn:before {
    content: "\F443"
}

.fa-chess-queen:before {
    content: "\F445"
}

.fa-chess-rook:before {
    content: "\F447"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-chromecast:before {
    content: "\F838"
}

.fa-church:before {
    content: "\F51D"
}

.fa-circle:before {
    content: "\F111"
}

.fa-circle-notch:before {
    content: "\F1CE"
}

.fa-city:before {
    content: "\F64F"
}

.fa-clinic-medical:before {
    content: "\F7F2"
}

.fa-clipboard:before {
    content: "\F328"
}

.fa-clipboard-check:before {
    content: "\F46C"
}

.fa-clipboard-list:before {
    content: "\F46D"
}

.fa-clock:before {
    content: "\F017"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-closed-captioning:before {
    content: "\F20A"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-cloud-download-alt:before {
    content: "\F381"
}

.fa-cloud-meatball:before {
    content: "\F73B"
}

.fa-cloud-moon:before {
    content: "\F6C3"
}

.fa-cloud-moon-rain:before {
    content: "\F73C"
}

.fa-cloud-rain:before {
    content: "\F73D"
}

.fa-cloud-showers-heavy:before {
    content: "\F740"
}

.fa-cloud-sun:before {
    content: "\F6C4"
}

.fa-cloud-sun-rain:before {
    content: "\F743"
}

.fa-cloud-upload-alt:before {
    content: "\F382"
}

.fa-cloudscale:before {
    content: "\F383"
}

.fa-cloudsmith:before {
    content: "\F384"
}

.fa-cloudversify:before {
    content: "\F385"
}

.fa-cocktail:before {
    content: "\F561"
}

.fa-code:before {
    content: "\F121"
}

.fa-code-branch:before {
    content: "\F126"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cog:before {
    content: "\F013"
}

.fa-cogs:before {
    content: "\F085"
}

.fa-coins:before {
    content: "\F51E"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-comment:before {
    content: "\F075"
}

.fa-comment-alt:before {
    content: "\F27A"
}

.fa-comment-dollar:before {
    content: "\F651"
}

.fa-comment-dots:before {
    content: "\F4AD"
}

.fa-comment-medical:before {
    content: "\F7F5"
}

.fa-comment-slash:before {
    content: "\F4B3"
}

.fa-comments:before {
    content: "\F086"
}

.fa-comments-dollar:before {
    content: "\F653"
}

.fa-compact-disc:before {
    content: "\F51F"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-compress:before {
    content: "\F066"
}

.fa-compress-arrows-alt:before {
    content: "\F78C"
}

.fa-concierge-bell:before {
    content: "\F562"
}

.fa-confluence:before {
    content: "\F78D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-cookie:before {
    content: "\F563"
}

.fa-cookie-bite:before {
    content: "\F564"
}

.fa-copy:before {
    content: "\F0C5"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-couch:before {
    content: "\F4B8"
}

.fa-cpanel:before {
    content: "\F388"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-creative-commons-by:before {
    content: "\F4E7"
}

.fa-creative-commons-nc:before {
    content: "\F4E8"
}

.fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.fa-creative-commons-nd:before {
    content: "\F4EB"
}

.fa-creative-commons-pd:before {
    content: "\F4EC"
}

.fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.fa-creative-commons-remix:before {
    content: "\F4EE"
}

.fa-creative-commons-sa:before {
    content: "\F4EF"
}

.fa-creative-commons-sampling:before {
    content: "\F4F0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.fa-creative-commons-share:before {
    content: "\F4F2"
}

.fa-creative-commons-zero:before {
    content: "\F4F3"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-critical-role:before {
    content: "\F6C9"
}

.fa-crop:before {
    content: "\F125"
}

.fa-crop-alt:before {
    content: "\F565"
}

.fa-cross:before {
    content: "\F654"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-crow:before {
    content: "\F520"
}

.fa-crown:before {
    content: "\F521"
}

.fa-crutch:before {
    content: "\F7F7"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-css3-alt:before {
    content: "\F38B"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-cut:before {
    content: "\F0C4"
}

.fa-cuttlefish:before {
    content: "\F38C"
}

.fa-d-and-d:before {
    content: "\F38D"
}

.fa-d-and-d-beyond:before {
    content: "\F6CA"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-deaf:before {
    content: "\F2A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-democrat:before {
    content: "\F747"
}

.fa-deploydog:before {
    content: "\F38E"
}

.fa-deskpro:before {
    content: "\F38F"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-dev:before {
    content: "\F6CC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-dharmachakra:before {
    content: "\F655"
}

.fa-dhl:before {
    content: "\F790"
}

.fa-diagnoses:before {
    content: "\F470"
}

.fa-diaspora:before {
    content: "\F791"
}

.fa-dice:before {
    content: "\F522"
}

.fa-dice-d20:before {
    content: "\F6CF"
}

.fa-dice-d6:before {
    content: "\F6D1"
}

.fa-dice-five:before {
    content: "\F523"
}

.fa-dice-four:before {
    content: "\F524"
}

.fa-dice-one:before {
    content: "\F525"
}

.fa-dice-six:before {
    content: "\F526"
}

.fa-dice-three:before {
    content: "\F527"
}

.fa-dice-two:before {
    content: "\F528"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-digital-ocean:before {
    content: "\F391"
}

.fa-digital-tachograph:before {
    content: "\F566"
}

.fa-directions:before {
    content: "\F5EB"
}

.fa-discord:before {
    content: "\F392"
}

.fa-discourse:before {
    content: "\F393"
}

.fa-divide:before {
    content: "\F529"
}

.fa-dizzy:before {
    content: "\F567"
}

.fa-dna:before {
    content: "\F471"
}

.fa-dochub:before {
    content: "\F394"
}

.fa-docker:before {
    content: "\F395"
}

.fa-dog:before {
    content: "\F6D3"
}

.fa-dollar-sign:before {
    content: "\F155"
}

.fa-dolly:before {
    content: "\F472"
}

.fa-dolly-flatbed:before {
    content: "\F474"
}

.fa-donate:before {
    content: "\F4B9"
}

.fa-door-closed:before {
    content: "\F52A"
}

.fa-door-open:before {
    content: "\F52B"
}

.fa-dot-circle:before {
    content: "\F192"
}

.fa-dove:before {
    content: "\F4BA"
}

.fa-download:before {
    content: "\F019"
}

.fa-draft2digital:before {
    content: "\F396"
}

.fa-drafting-compass:before {
    content: "\F568"
}

.fa-dragon:before {
    content: "\F6D5"
}

.fa-draw-polygon:before {
    content: "\F5EE"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-dribbble-square:before {
    content: "\F397"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-drum:before {
    content: "\F569"
}

.fa-drum-steelpan:before {
    content: "\F56A"
}

.fa-drumstick-bite:before {
    content: "\F6D7"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-dumbbell:before {
    content: "\F44B"
}

.fa-dumpster:before {
    content: "\F793"
}

.fa-dumpster-fire:before {
    content: "\F794"
}

.fa-dungeon:before {
    content: "\F6D9"
}

.fa-dyalog:before {
    content: "\F399"
}

.fa-earlybirds:before {
    content: "\F39A"
}

.fa-ebay:before {
    content: "\F4F4"
}

.fa-edge:before {
    content: "\F282"
}

.fa-edit:before {
    content: "\F044"
}

.fa-egg:before {
    content: "\F7FB"
}

.fa-eject:before {
    content: "\F052"
}

.fa-elementor:before {
    content: "\F430"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-ello:before {
    content: "\F5F1"
}

.fa-ember:before {
    content: "\F423"
}

.fa-empire:before {
    content: "\F1D1"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-text:before {
    content: "\F658"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-envira:before {
    content: "\F299"
}

.fa-equals:before {
    content: "\F52C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-erlang:before {
    content: "\F39D"
}

.fa-ethereum:before {
    content: "\F42E"
}

.fa-ethernet:before {
    content: "\F796"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-euro-sign:before {
    content: "\F153"
}

.fa-evernote:before {
    content: "\F839"
}

.fa-exchange-alt:before {
    content: "\F362"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-expand:before {
    content: "\F065"
}

.fa-expand-arrows-alt:before {
    content: "\F31E"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-external-link-alt:before {
    content: "\F35D"
}

.fa-external-link-square-alt:before {
    content: "\F360"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-dropper:before {
    content: "\F1FB"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-facebook:before {
    content: "\F09A"
}

.fa-facebook-f:before {
    content: "\F39E"
}

.fa-facebook-messenger:before {
    content: "\F39F"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-fan:before {
    content: "\F863"
}

.fa-fantasy-flight-games:before {
    content: "\F6DC"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-feather:before {
    content: "\F52D"
}

.fa-feather-alt:before {
    content: "\F56B"
}

.fa-fedex:before {
    content: "\F797"
}

.fa-fedora:before {
    content: "\F798"
}

.fa-female:before {
    content: "\F182"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-figma:before {
    content: "\F799"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-alt:before {
    content: "\F15C"
}

.fa-file-archive:before {
    content: "\F1C6"
}

.fa-file-audio:before {
    content: "\F1C7"
}

.fa-file-code:before {
    content: "\F1C9"
}

.fa-file-contract:before {
    content: "\F56C"
}

.fa-file-csv:before {
    content: "\F6DD"
}

.fa-file-download:before {
    content: "\F56D"
}

.fa-file-excel:before {
    content: "\F1C3"
}

.fa-file-export:before {
    content: "\F56E"
}

.fa-file-image:before {
    content: "\F1C5"
}

.fa-file-import:before {
    content: "\F56F"
}

.fa-file-invoice:before {
    content: "\F570"
}

.fa-file-invoice-dollar:before {
    content: "\F571"
}

.fa-file-medical:before {
    content: "\F477"
}

.fa-file-medical-alt:before {
    content: "\F478"
}

.fa-file-pdf:before {
    content: "\F1C1"
}

.fa-file-powerpoint:before {
    content: "\F1C4"
}

.fa-file-prescription:before {
    content: "\F572"
}

.fa-file-signature:before {
    content: "\F573"
}

.fa-file-upload:before {
    content: "\F574"
}

.fa-file-video:before {
    content: "\F1C8"
}

.fa-file-word:before {
    content: "\F1C2"
}

.fa-fill:before {
    content: "\F575"
}

.fa-fill-drip:before {
    content: "\F576"
}

.fa-film:before {
    content: "\F008"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-fingerprint:before {
    content: "\F577"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-fire-alt:before {
    content: "\F7E4"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-first-aid:before {
    content: "\F479"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-first-order-alt:before {
    content: "\F50A"
}

.fa-firstdraft:before {
    content: "\F3A1"
}

.fa-fish:before {
    content: "\F578"
}

.fa-fist-raised:before {
    content: "\F6DE"
}

.fa-flag:before {
    content: "\F024"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-flag-usa:before {
    content: "\F74D"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-flipboard:before {
    content: "\F44D"
}

.fa-flushed:before {
    content: "\F579"
}

.fa-fly:before {
    content: "\F417"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-minus:before {
    content: "\F65D"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-folder-plus:before {
    content: "\F65E"
}

.fa-font:before {
    content: "\F031"
}

.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-font-awesome-alt:before {
    content: "\F35C"
}

.fa-font-awesome-flag:before {
    content: "\F425"
}

.fa-font-awesome-logo-full:before {
    content: "\F4E6"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-fonticons-fi:before {
    content: "\F3A2"
}

.fa-football-ball:before {
    content: "\F44E"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-freebsd:before {
    content: "\F3A4"
}

.fa-frog:before {
    content: "\F52E"
}

.fa-frown:before {
    content: "\F119"
}

.fa-frown-open:before {
    content: "\F57A"
}

.fa-fulcrum:before {
    content: "\F50B"
}

.fa-funnel-dollar:before {
    content: "\F662"
}

.fa-futbol:before {
    content: "\F1E3"
}

.fa-galactic-republic:before {
    content: "\F50C"
}

.fa-galactic-senate:before {
    content: "\F50D"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-gas-pump:before {
    content: "\F52F"
}

.fa-gavel:before {
    content: "\F0E3"
}

.fa-gem:before {
    content: "\F3A5"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-ghost:before {
    content: "\F6E2"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-gifts:before {
    content: "\F79C"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-git-alt:before {
    content: "\F841"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-github:before {
    content: "\F09B"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-gitkraken:before {
    content: "\F3A6"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-gitter:before {
    content: "\F426"
}

.fa-glass-cheers:before {
    content: "\F79F"
}

.fa-glass-martini:before {
    content: "\F000"
}

.fa-glass-martini-alt:before {
    content: "\F57B"
}

.fa-glass-whiskey:before {
    content: "\F7A0"
}

.fa-glasses:before {
    content: "\F530"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-globe-africa:before {
    content: "\F57C"
}

.fa-globe-americas:before {
    content: "\F57D"
}

.fa-globe-asia:before {
    content: "\F57E"
}

.fa-globe-europe:before {
    content: "\F7A2"
}

.fa-gofore:before {
    content: "\F3A7"
}

.fa-golf-ball:before {
    content: "\F450"
}

.fa-goodreads:before {
    content: "\F3A8"
}

.fa-goodreads-g:before {
    content: "\F3A9"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-google-drive:before {
    content: "\F3AA"
}

.fa-google-play:before {
    content: "\F3AB"
}

.fa-google-plus:before {
    content: "\F2B3"
}

.fa-google-plus-g:before {
    content: "\F0D5"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-gopuram:before {
    content: "\F664"
}

.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-gratipay:before {
    content: "\F184"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-greater-than:before {
    content: "\F531"
}

.fa-greater-than-equal:before {
    content: "\F532"
}

.fa-grimace:before {
    content: "\F57F"
}

.fa-grin:before {
    content: "\F580"
}

.fa-grin-alt:before {
    content: "\F581"
}

.fa-grin-beam:before {
    content: "\F582"
}

.fa-grin-beam-sweat:before {
    content: "\F583"
}

.fa-grin-hearts:before {
    content: "\F584"
}

.fa-grin-squint:before {
    content: "\F585"
}

.fa-grin-squint-tears:before {
    content: "\F586"
}

.fa-grin-stars:before {
    content: "\F587"
}

.fa-grin-tears:before {
    content: "\F588"
}

.fa-grin-tongue:before {
    content: "\F589"
}

.fa-grin-tongue-squint:before {
    content: "\F58A"
}

.fa-grin-tongue-wink:before {
    content: "\F58B"
}

.fa-grin-wink:before {
    content: "\F58C"
}

.fa-grip-horizontal:before {
    content: "\F58D"
}

.fa-grip-lines:before {
    content: "\F7A4"
}

.fa-grip-lines-vertical:before {
    content: "\F7A5"
}

.fa-grip-vertical:before {
    content: "\F58E"
}

.fa-gripfire:before {
    content: "\F3AC"
}

.fa-grunt:before {
    content: "\F3AD"
}

.fa-guitar:before {
    content: "\F7A6"
}

.fa-gulp:before {
    content: "\F3AE"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-hacker-news-square:before {
    content: "\F3AF"
}

.fa-hackerrank:before {
    content: "\F5F7"
}

.fa-hamburger:before {
    content: "\F805"
}

.fa-hammer:before {
    content: "\F6E3"
}

.fa-hamsa:before {
    content: "\F665"
}

.fa-hand-holding:before {
    content: "\F4BD"
}

.fa-hand-holding-heart:before {
    content: "\F4BE"
}

.fa-hand-holding-usd:before {
    content: "\F4C0"
}

.fa-hand-lizard:before {
    content: "\F258"
}

.fa-hand-middle-finger:before {
    content: "\F806"
}

.fa-hand-paper:before {
    content: "\F256"
}

.fa-hand-peace:before {
    content: "\F25B"
}

.fa-hand-point-down:before {
    content: "\F0A7"
}

.fa-hand-point-left:before {
    content: "\F0A5"
}

.fa-hand-point-right:before {
    content: "\F0A4"
}

.fa-hand-point-up:before {
    content: "\F0A6"
}

.fa-hand-pointer:before {
    content: "\F25A"
}

.fa-hand-rock:before {
    content: "\F255"
}

.fa-hand-scissors:before {
    content: "\F257"
}

.fa-hand-spock:before {
    content: "\F259"
}

.fa-hands:before {
    content: "\F4C2"
}

.fa-hands-helping:before {
    content: "\F4C4"
}

.fa-handshake:before {
    content: "\F2B5"
}

.fa-hanukiah:before {
    content: "\F6E6"
}

.fa-hard-hat:before {
    content: "\F807"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-hat-wizard:before {
    content: "\F6E8"
}

.fa-haykal:before {
    content: "\F666"
}

.fa-hdd:before {
    content: "\F0A0"
}

.fa-heading:before {
    content: "\F1DC"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-headphones-alt:before {
    content: "\F58F"
}

.fa-headset:before {
    content: "\F590"
}

.fa-heart:before {
    content: "\F004"
}

.fa-heart-broken:before {
    content: "\F7A9"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-helicopter:before {
    content: "\F533"
}

.fa-highlighter:before {
    content: "\F591"
}

.fa-hiking:before {
    content: "\F6EC"
}

.fa-hippo:before {
    content: "\F6ED"
}

.fa-hips:before {
    content: "\F452"
}

.fa-hire-a-helper:before {
    content: "\F3B0"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-hockey-puck:before {
    content: "\F453"
}

.fa-holly-berry:before {
    content: "\F7AA"
}

.fa-home:before {
    content: "\F015"
}

.fa-hooli:before {
    content: "\F427"
}

.fa-hornbill:before {
    content: "\F592"
}

.fa-horse:before {
    content: "\F6F0"
}

.fa-horse-head:before {
    content: "\F7AB"
}

.fa-hospital:before {
    content: "\F0F8"
}

.fa-hospital-alt:before {
    content: "\F47D"
}

.fa-hospital-symbol:before {
    content: "\F47E"
}

.fa-hot-tub:before {
    content: "\F593"
}

.fa-hotdog:before {
    content: "\F80F"
}

.fa-hotel:before {
    content: "\F594"
}

.fa-hotjar:before {
    content: "\F3B1"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-start:before {
    content: "\F251"
}

.fa-house-damage:before {
    content: "\F6F1"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-hryvnia:before {
    content: "\F6F2"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-hubspot:before {
    content: "\F3B2"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-ice-cream:before {
    content: "\F810"
}

.fa-icicles:before {
    content: "\F7AD"
}

.fa-icons:before {
    content: "\F86D"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-id-card:before {
    content: "\F2C2"
}

.fa-id-card-alt:before {
    content: "\F47F"
}

.fa-igloo:before {
    content: "\F7AE"
}

.fa-image:before {
    content: "\F03E"
}

.fa-images:before {
    content: "\F302"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-industry:before {
    content: "\F275"
}

.fa-infinity:before {
    content: "\F534"
}

.fa-info:before {
    content: "\F129"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-intercom:before {
    content: "\F7AF"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-invision:before {
    content: "\F7B0"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-italic:before {
    content: "\F033"
}

.fa-itch-io:before {
    content: "\F83A"
}

.fa-itunes:before {
    content: "\F3B4"
}

.fa-itunes-note:before {
    content: "\F3B5"
}

.fa-java:before {
    content: "\F4E4"
}

.fa-jedi:before {
    content: "\F669"
}

.fa-jedi-order:before {
    content: "\F50E"
}

.fa-jenkins:before {
    content: "\F3B6"
}

.fa-jira:before {
    content: "\F7B1"
}

.fa-joget:before {
    content: "\F3B7"
}

.fa-joint:before {
    content: "\F595"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-journal-whills:before {
    content: "\F66A"
}

.fa-js:before {
    content: "\F3B8"
}

.fa-js-square:before {
    content: "\F3B9"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-kaaba:before {
    content: "\F66B"
}

.fa-kaggle:before {
    content: "\F5FA"
}

.fa-key:before {
    content: "\F084"
}

.fa-keybase:before {
    content: "\F4F5"
}

.fa-keyboard:before {
    content: "\F11C"
}

.fa-keycdn:before {
    content: "\F3BA"
}

.fa-khanda:before {
    content: "\F66D"
}

.fa-kickstarter:before {
    content: "\F3BB"
}

.fa-kickstarter-k:before {
    content: "\F3BC"
}

.fa-kiss:before {
    content: "\F596"
}

.fa-kiss-beam:before {
    content: "\F597"
}

.fa-kiss-wink-heart:before {
    content: "\F598"
}

.fa-kiwi-bird:before {
    content: "\F535"
}

.fa-korvue:before {
    content: "\F42F"
}

.fa-landmark:before {
    content: "\F66F"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-laptop-code:before {
    content: "\F5FC"
}

.fa-laptop-medical:before {
    content: "\F812"
}

.fa-laravel:before {
    content: "\F3BD"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-laugh:before {
    content: "\F599"
}

.fa-laugh-beam:before {
    content: "\F59A"
}

.fa-laugh-squint:before {
    content: "\F59B"
}

.fa-laugh-wink:before {
    content: "\F59C"
}

.fa-layer-group:before {
    content: "\F5FD"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-lemon:before {
    content: "\F094"
}

.fa-less:before {
    content: "\F41D"
}

.fa-less-than:before {
    content: "\F536"
}

.fa-less-than-equal:before {
    content: "\F537"
}

.fa-level-down-alt:before {
    content: "\F3BE"
}

.fa-level-up-alt:before {
    content: "\F3BF"
}

.fa-life-ring:before {
    content: "\F1CD"
}

.fa-lightbulb:before {
    content: "\F0EB"
}

.fa-line:before {
    content: "\F3C0"
}

.fa-link:before {
    content: "\F0C1"
}

.fa-linkedin:before {
    content: "\F08C"
}

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-lira-sign:before {
    content: "\F195"
}

.fa-list:before {
    content: "\F03A"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-lock:before {
    content: "\F023"
}

.fa-lock-open:before {
    content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
    content: "\F309"
}

.fa-long-arrow-alt-left:before {
    content: "\F30A"
}

.fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-luggage-cart:before {
    content: "\F59D"
}

.fa-lyft:before {
    content: "\F3C3"
}

.fa-magento:before {
    content: "\F3C4"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-mail-bulk:before {
    content: "\F674"
}

.fa-mailchimp:before {
    content: "\F59E"
}

.fa-male:before {
    content: "\F183"
}

.fa-mandalorian:before {
    content: "\F50F"
}

.fa-map:before {
    content: "\F279"
}

.fa-map-marked:before {
    content: "\F59F"
}

.fa-map-marked-alt:before {
    content: "\F5A0"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-map-marker-alt:before {
    content: "\F3C5"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-markdown:before {
    content: "\F60F"
}

.fa-marker:before {
    content: "\F5A1"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mask:before {
    content: "\F6FA"
}

.fa-mastodon:before {
    content: "\F4F6"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-medal:before {
    content: "\F5A2"
}

.fa-medapps:before {
    content: "\F3C6"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-medium-m:before {
    content: "\F3C7"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-medrt:before {
    content: "\F3C8"
}

.fa-meetup:before {
    content: "\F2E0"
}

.fa-megaport:before {
    content: "\F5A3"
}

.fa-meh:before {
    content: "\F11A"
}

.fa-meh-blank:before {
    content: "\F5A4"
}

.fa-meh-rolling-eyes:before {
    content: "\F5A5"
}

.fa-memory:before {
    content: "\F538"
}

.fa-mendeley:before {
    content: "\F7B3"
}

.fa-menorah:before {
    content: "\F676"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-meteor:before {
    content: "\F753"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-alt:before {
    content: "\F3C9"
}

.fa-microphone-alt-slash:before {
    content: "\F539"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-microscope:before {
    content: "\F610"
}

.fa-microsoft:before {
    content: "\F3CA"
}

.fa-minus:before {
    content: "\F068"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-mitten:before {
    content: "\F7B5"
}

.fa-mix:before {
    content: "\F3CB"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-mizuni:before {
    content: "\F3CC"
}

.fa-mobile:before {
    content: "\F10B"
}

.fa-mobile-alt:before {
    content: "\F3CD"
}

.fa-modx:before {
    content: "\F285"
}

.fa-monero:before {
    content: "\F3D0"
}

.fa-money-bill:before {
    content: "\F0D6"
}

.fa-money-bill-alt:before {
    content: "\F3D1"
}

.fa-money-bill-wave:before {
    content: "\F53A"
}

.fa-money-bill-wave-alt:before {
    content: "\F53B"
}

.fa-money-check:before {
    content: "\F53C"
}

.fa-money-check-alt:before {
    content: "\F53D"
}

.fa-monument:before {
    content: "\F5A6"
}

.fa-moon:before {
    content: "\F186"
}

.fa-mortar-pestle:before {
    content: "\F5A7"
}

.fa-mosque:before {
    content: "\F678"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-mountain:before {
    content: "\F6FC"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-mug-hot:before {
    content: "\F7B6"
}

.fa-music:before {
    content: "\F001"
}

.fa-napster:before {
    content: "\F3D2"
}

.fa-neos:before {
    content: "\F612"
}

.fa-network-wired:before {
    content: "\F6FF"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-newspaper:before {
    content: "\F1EA"
}

.fa-nimblr:before {
    content: "\F5A8"
}

.fa-node:before {
    content: "\F419"
}

.fa-node-js:before {
    content: "\F3D3"
}

.fa-not-equal:before {
    content: "\F53E"
}

.fa-notes-medical:before {
    content: "\F481"
}

.fa-npm:before {
    content: "\F3D4"
}

.fa-ns8:before {
    content: "\F3D5"
}

.fa-nutritionix:before {
    content: "\F3D6"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-oil-can:before {
    content: "\F613"
}

.fa-old-republic:before {
    content: "\F510"
}

.fa-om:before {
    content: "\F679"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-osi:before {
    content: "\F41A"
}

.fa-otter:before {
    content: "\F700"
}

.fa-outdent:before {
    content: "\F03B"
}

.fa-page4:before {
    content: "\F3D7"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-pager:before {
    content: "\F815"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-paint-roller:before {
    content: "\F5AA"
}

.fa-palette:before {
    content: "\F53F"
}

.fa-palfed:before {
    content: "\F3D8"
}

.fa-pallet:before {
    content: "\F482"
}

.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-parachute-box:before {
    content: "\F4CD"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-parking:before {
    content: "\F540"
}

.fa-passport:before {
    content: "\F5AB"
}

.fa-pastafarianism:before {
    content: "\F67B"
}

.fa-paste:before {
    content: "\F0EA"
}

.fa-patreon:before {
    content: "\F3D9"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-peace:before {
    content: "\F67C"
}

.fa-pen:before {
    content: "\F304"
}

.fa-pen-alt:before {
    content: "\F305"
}

.fa-pen-fancy:before {
    content: "\F5AC"
}

.fa-pen-nib:before {
    content: "\F5AD"
}

.fa-pen-square:before {
    content: "\F14B"
}

.fa-pencil-alt:before {
    content: "\F303"
}

.fa-pencil-ruler:before {
    content: "\F5AE"
}

.fa-penny-arcade:before {
    content: "\F704"
}

.fa-people-carry:before {
    content: "\F4CE"
}

.fa-pepper-hot:before {
    content: "\F816"
}

.fa-percent:before {
    content: "\F295"
}

.fa-percentage:before {
    content: "\F541"
}

.fa-periscope:before {
    content: "\F3DA"
}

.fa-person-booth:before {
    content: "\F756"
}

.fa-phabricator:before {
    content: "\F3DB"
}

.fa-phoenix-framework:before {
    content: "\F3DC"
}

.fa-phoenix-squadron:before {
    content: "\F511"
}

.fa-phone:before {
    content: "\F095"
}

.fa-phone-alt:before {
    content: "\F879"
}

.fa-phone-slash:before {
    content: "\F3DD"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-phone-square-alt:before {
    content: "\F87B"
}

.fa-phone-volume:before {
    content: "\F2A0"
}

.fa-photo-video:before {
    content: "\F87C"
}

.fa-php:before {
    content: "\F457"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-pied-piper-hat:before {
    content: "\F4E5"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-piggy-bank:before {
    content: "\F4D3"
}

.fa-pills:before {
    content: "\F484"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-pizza-slice:before {
    content: "\F818"
}

.fa-place-of-worship:before {
    content: "\F67F"
}

.fa-plane:before {
    content: "\F072"
}

.fa-plane-arrival:before {
    content: "\F5AF"
}

.fa-plane-departure:before {
    content: "\F5B0"
}

.fa-play:before {
    content: "\F04B"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-playstation:before {
    content: "\F3DF"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-plus:before {
    content: "\F067"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-poll:before {
    content: "\F681"
}

.fa-poll-h:before {
    content: "\F682"
}

.fa-poo:before {
    content: "\F2FE"
}

.fa-poo-storm:before {
    content: "\F75A"
}

.fa-poop:before {
    content: "\F619"
}

.fa-portrait:before {
    content: "\F3E0"
}

.fa-pound-sign:before {
    content: "\F154"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-pray:before {
    content: "\F683"
}

.fa-praying-hands:before {
    content: "\F684"
}

.fa-prescription:before {
    content: "\F5B1"
}

.fa-prescription-bottle:before {
    content: "\F485"
}

.fa-prescription-bottle-alt:before {
    content: "\F486"
}

.fa-print:before {
    content: "\F02F"
}

.fa-procedures:before {
    content: "\F487"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-project-diagram:before {
    content: "\F542"
}

.fa-pushed:before {
    content: "\F3E1"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-python:before {
    content: "\F3E2"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-question:before {
    content: "\F128"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-quidditch:before {
    content: "\F458"
}

.fa-quinscape:before {
    content: "\F459"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-quran:before {
    content: "\F687"
}

.fa-r-project:before {
    content: "\F4F7"
}

.fa-radiation:before {
    content: "\F7B9"
}

.fa-radiation-alt:before {
    content: "\F7BA"
}

.fa-rainbow:before {
    content: "\F75B"
}

.fa-random:before {
    content: "\F074"
}

.fa-raspberry-pi:before {
    content: "\F7BB"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-react:before {
    content: "\F41B"
}

.fa-reacteurope:before {
    content: "\F75D"
}

.fa-readme:before {
    content: "\F4D5"
}

.fa-rebel:before {
    content: "\F1D0"
}

.fa-receipt:before {
    content: "\F543"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-red-river:before {
    content: "\F3E3"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-redhat:before {
    content: "\F7BC"
}

.fa-redo:before {
    content: "\F01E"
}

.fa-redo-alt:before {
    content: "\F2F9"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-remove-format:before {
    content: "\F87D"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-reply:before {
    content: "\F3E5"
}

.fa-reply-all:before {
    content: "\F122"
}

.fa-replyd:before {
    content: "\F3E6"
}

.fa-republican:before {
    content: "\F75E"
}

.fa-researchgate:before {
    content: "\F4F8"
}

.fa-resolving:before {
    content: "\F3E7"
}

.fa-restroom:before {
    content: "\F7BD"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-rev:before {
    content: "\F5B2"
}

.fa-ribbon:before {
    content: "\F4D6"
}

.fa-ring:before {
    content: "\F70B"
}

.fa-road:before {
    content: "\F018"
}

.fa-robot:before {
    content: "\F544"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-rocketchat:before {
    content: "\F3E8"
}

.fa-rockrms:before {
    content: "\F3E9"
}

.fa-route:before {
    content: "\F4D7"
}

.fa-rss:before {
    content: "\F09E"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-ruble-sign:before {
    content: "\F158"
}

.fa-ruler:before {
    content: "\F545"
}

.fa-ruler-combined:before {
    content: "\F546"
}

.fa-ruler-horizontal:before {
    content: "\F547"
}

.fa-ruler-vertical:before {
    content: "\F548"
}

.fa-running:before {
    content: "\F70C"
}

.fa-rupee-sign:before {
    content: "\F156"
}

.fa-sad-cry:before {
    content: "\F5B3"
}

.fa-sad-tear:before {
    content: "\F5B4"
}

.fa-safari:before {
    content: "\F267"
}

.fa-salesforce:before {
    content: "\F83B"
}

.fa-sass:before {
    content: "\F41E"
}

.fa-satellite:before {
    content: "\F7BF"
}

.fa-satellite-dish:before {
    content: "\F7C0"
}

.fa-save:before {
    content: "\F0C7"
}

.fa-schlix:before {
    content: "\F3EA"
}

.fa-school:before {
    content: "\F549"
}

.fa-screwdriver:before {
    content: "\F54A"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-scroll:before {
    content: "\F70E"
}

.fa-sd-card:before {
    content: "\F7C2"
}

.fa-search:before {
    content: "\F002"
}

.fa-search-dollar:before {
    content: "\F688"
}

.fa-search-location:before {
    content: "\F689"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-searchengin:before {
    content: "\F3EB"
}

.fa-seedling:before {
    content: "\F4D8"
}

.fa-sellcast:before {
    content: "\F2DA"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-server:before {
    content: "\F233"
}

.fa-servicestack:before {
    content: "\F3EC"
}

.fa-shapes:before {
    content: "\F61F"
}

.fa-share:before {
    content: "\F064"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-shekel-sign:before {
    content: "\F20B"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-shipping-fast:before {
    content: "\F48B"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-shoe-prints:before {
    content: "\F54B"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-shopware:before {
    content: "\F5B5"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-shuttle-van:before {
    content: "\F5B6"
}

.fa-sign:before {
    content: "\F4D9"
}

.fa-sign-in-alt:before {
    content: "\F2F6"
}

.fa-sign-language:before {
    content: "\F2A7"
}

.fa-sign-out-alt:before {
    content: "\F2F5"
}

.fa-signal:before {
    content: "\F012"
}

.fa-signature:before {
    content: "\F5B7"
}

.fa-sim-card:before {
    content: "\F7C4"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-sistrix:before {
    content: "\F3EE"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-sith:before {
    content: "\F512"
}

.fa-skating:before {
    content: "\F7C5"
}

.fa-sketch:before {
    content: "\F7C6"
}

.fa-skiing:before {
    content: "\F7C9"
}

.fa-skiing-nordic:before {
    content: "\F7CA"
}

.fa-skull:before {
    content: "\F54C"
}

.fa-skull-crossbones:before {
    content: "\F714"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-slack:before {
    content: "\F198"
}

.fa-slack-hash:before {
    content: "\F3EF"
}

.fa-slash:before {
    content: "\F715"
}

.fa-sleigh:before {
    content: "\F7CC"
}

.fa-sliders-h:before {
    content: "\F1DE"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-smile:before {
    content: "\F118"
}

.fa-smile-beam:before {
    content: "\F5B8"
}

.fa-smile-wink:before {
    content: "\F4DA"
}

.fa-smog:before {
    content: "\F75F"
}

.fa-smoking:before {
    content: "\F48D"
}

.fa-smoking-ban:before {
    content: "\F54D"
}

.fa-sms:before {
    content: "\F7CD"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-snowboarding:before {
    content: "\F7CE"
}

.fa-snowflake:before {
    content: "\F2DC"
}

.fa-snowman:before {
    content: "\F7D0"
}

.fa-snowplow:before {
    content: "\F7D2"
}

.fa-socks:before {
    content: "\F696"
}

.fa-solar-panel:before {
    content: "\F5BA"
}

.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-alpha-down:before {
    content: "\F15D"
}

.fa-sort-alpha-down-alt:before {
    content: "\F881"
}

.fa-sort-alpha-up:before {
    content: "\F15E"
}

.fa-sort-alpha-up-alt:before {
    content: "\F882"
}

.fa-sort-amount-down:before {
    content: "\F160"
}

.fa-sort-amount-down-alt:before {
    content: "\F884"
}

.fa-sort-amount-up:before {
    content: "\F161"
}

.fa-sort-amount-up-alt:before {
    content: "\F885"
}

.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-numeric-down:before {
    content: "\F162"
}

.fa-sort-numeric-down-alt:before {
    content: "\F886"
}

.fa-sort-numeric-up:before {
    content: "\F163"
}

.fa-sort-numeric-up-alt:before {
    content: "\F887"
}

.fa-sort-up:before {
    content: "\F0DE"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-sourcetree:before {
    content: "\F7D3"
}

.fa-spa:before {
    content: "\F5BB"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-speakap:before {
    content: "\F3F3"
}

.fa-speaker-deck:before {
    content: "\F83C"
}

.fa-spell-check:before {
    content: "\F891"
}

.fa-spider:before {
    content: "\F717"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-splotch:before {
    content: "\F5BC"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-spray-can:before {
    content: "\F5BD"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-square-full:before {
    content: "\F45C"
}

.fa-square-root-alt:before {
    content: "\F698"
}

.fa-squarespace:before {
    content: "\F5BE"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-stackpath:before {
    content: "\F842"
}

.fa-stamp:before {
    content: "\F5BF"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-and-crescent:before {
    content: "\F699"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-star-half-alt:before {
    content: "\F5C0"
}

.fa-star-of-david:before {
    content: "\F69A"
}

.fa-star-of-life:before {
    content: "\F621"
}

.fa-staylinked:before {
    content: "\F3F5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-steam-symbol:before {
    content: "\F3F6"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-sticker-mule:before {
    content: "\F3F7"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stopwatch:before {
    content: "\F2F2"
}

.fa-store:before {
    content: "\F54E"
}

.fa-store-alt:before {
    content: "\F54F"
}

.fa-strava:before {
    content: "\F428"
}

.fa-stream:before {
    content: "\F550"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-stripe:before {
    content: "\F429"
}

.fa-stripe-s:before {
    content: "\F42A"
}

.fa-stroopwafel:before {
    content: "\F551"
}

.fa-studiovinari:before {
    content: "\F3F8"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-subway:before {
    content: "\F239"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-suitcase-rolling:before {
    content: "\F5C1"
}

.fa-sun:before {
    content: "\F185"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-supple:before {
    content: "\F3F9"
}

.fa-surprise:before {
    content: "\F5C2"
}

.fa-suse:before {
    content: "\F7D6"
}

.fa-swatchbook:before {
    content: "\F5C3"
}

.fa-swimmer:before {
    content: "\F5C4"
}

.fa-swimming-pool:before {
    content: "\F5C5"
}

.fa-symfony:before {
    content: "\F83D"
}

.fa-synagogue:before {
    content: "\F69B"
}

.fa-sync:before {
    content: "\F021"
}

.fa-sync-alt:before {
    content: "\F2F1"
}

.fa-syringe:before {
    content: "\F48E"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-table-tennis:before {
    content: "\F45D"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-tablet-alt:before {
    content: "\F3FA"
}

.fa-tablets:before {
    content: "\F490"
}

.fa-tachometer-alt:before {
    content: "\F3FD"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-tape:before {
    content: "\F4DB"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-taxi:before {
    content: "\F1BA"
}

.fa-teamspeak:before {
    content: "\F4F9"
}

.fa-teeth:before {
    content: "\F62E"
}

.fa-teeth-open:before {
    content: "\F62F"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-telegram-plane:before {
    content: "\F3FE"
}

.fa-temperature-high:before {
    content: "\F769"
}

.fa-temperature-low:before {
    content: "\F76B"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-tenge:before {
    content: "\F7D7"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-the-red-yeti:before {
    content: "\F69D"
}

.fa-theater-masks:before {
    content: "\F630"
}

.fa-themeco:before {
    content: "\F5C6"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-thermometer:before {
    content: "\F491"
}

.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-think-peaks:before {
    content: "\F731"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbtack:before {
    content: "\F08D"
}

.fa-ticket-alt:before {
    content: "\F3FF"
}

.fa-times:before {
    content: "\F00D"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-tint:before {
    content: "\F043"
}

.fa-tint-slash:before {
    content: "\F5C7"
}

.fa-tired:before {
    content: "\F5C8"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-toilet:before {
    content: "\F7D8"
}

.fa-toilet-paper:before {
    content: "\F71E"
}

.fa-toolbox:before {
    content: "\F552"
}

.fa-tools:before {
    content: "\F7D9"
}

.fa-tooth:before {
    content: "\F5C9"
}

.fa-torah:before {
    content: "\F6A0"
}

.fa-torii-gate:before {
    content: "\F6A1"
}

.fa-tractor:before {
    content: "\F722"
}

.fa-trade-federation:before {
    content: "\F513"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-traffic-light:before {
    content: "\F637"
}

.fa-train:before {
    content: "\F238"
}

.fa-tram:before {
    content: "\F7DA"
}

.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-trash-alt:before {
    content: "\F2ED"
}

.fa-trash-restore:before {
    content: "\F829"
}

.fa-trash-restore-alt:before {
    content: "\F82A"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-trello:before {
    content: "\F181"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-truck-loading:before {
    content: "\F4DE"
}

.fa-truck-monster:before {
    content: "\F63B"
}

.fa-truck-moving:before {
    content: "\F4DF"
}

.fa-truck-pickup:before {
    content: "\F63C"
}

.fa-tshirt:before {
    content: "\F553"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-tv:before {
    content: "\F26C"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-typo3:before {
    content: "\F42B"
}

.fa-uber:before {
    content: "\F402"
}

.fa-ubuntu:before {
    content: "\F7DF"
}

.fa-uikit:before {
    content: "\F403"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-umbrella-beach:before {
    content: "\F5CA"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-undo:before {
    content: "\F0E2"
}

.fa-undo-alt:before {
    content: "\F2EA"
}

.fa-uniregistry:before {
    content: "\F404"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-university:before {
    content: "\F19C"
}

.fa-unlink:before {
    content: "\F127"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-untappd:before {
    content: "\F405"
}

.fa-upload:before {
    content: "\F093"
}

.fa-ups:before {
    content: "\F7E0"
}

.fa-usb:before {
    content: "\F287"
}

.fa-user:before {
    content: "\F007"
}

.fa-user-alt:before {
    content: "\F406"
}

.fa-user-alt-slash:before {
    content: "\F4FA"
}

.fa-user-astronaut:before {
    content: "\F4FB"
}

.fa-user-check:before {
    content: "\F4FC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-clock:before {
    content: "\F4FD"
}

.fa-user-cog:before {
    content: "\F4FE"
}

.fa-user-edit:before {
    content: "\F4FF"
}

.fa-user-friends:before {
    content: "\F500"
}

.fa-user-graduate:before {
    content: "\F501"
}

.fa-user-injured:before {
    content: "\F728"
}

.fa-user-lock:before {
    content: "\F502"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-user-minus:before {
    content: "\F503"
}

.fa-user-ninja:before {
    content: "\F504"
}

.fa-user-nurse:before {
    content: "\F82F"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-user-shield:before {
    content: "\F505"
}

.fa-user-slash:before {
    content: "\F506"
}

.fa-user-tag:before {
    content: "\F507"
}

.fa-user-tie:before {
    content: "\F508"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-users:before {
    content: "\F0C0"
}

.fa-users-cog:before {
    content: "\F509"
}

.fa-usps:before {
    content: "\F7E1"
}

.fa-ussunnah:before {
    content: "\F407"
}

.fa-utensil-spoon:before {
    content: "\F2E5"
}

.fa-utensils:before {
    content: "\F2E7"
}

.fa-vaadin:before {
    content: "\F408"
}

.fa-vector-square:before {
    content: "\F5CB"
}

.fa-venus:before {
    content: "\F221"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-vial:before {
    content: "\F492"
}

.fa-vials:before {
    content: "\F493"
}

.fa-viber:before {
    content: "\F409"
}

.fa-video:before {
    content: "\F03D"
}

.fa-video-slash:before {
    content: "\F4E2"
}

.fa-vihara:before {
    content: "\F6A7"
}

.fa-vimeo:before {
    content: "\F40A"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-vimeo-v:before {
    content: "\F27D"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-vk:before {
    content: "\F189"
}

.fa-vnv:before {
    content: "\F40B"
}

.fa-voicemail:before {
    content: "\F897"
}

.fa-volleyball-ball:before {
    content: "\F45F"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-mute:before {
    content: "\F6A9"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-vote-yea:before {
    content: "\F772"
}

.fa-vr-cardboard:before {
    content: "\F729"
}

.fa-vuejs:before {
    content: "\F41F"
}

.fa-walking:before {
    content: "\F554"
}

.fa-wallet:before {
    content: "\F555"
}

.fa-warehouse:before {
    content: "\F494"
}

.fa-water:before {
    content: "\F773"
}

.fa-wave-square:before {
    content: "\F83E"
}

.fa-waze:before {
    content: "\F83F"
}

.fa-weebly:before {
    content: "\F5CC"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-weight:before {
    content: "\F496"
}

.fa-weight-hanging:before {
    content: "\F5CD"
}

.fa-weixin:before {
    content: "\F1D7"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-whatsapp-square:before {
    content: "\F40C"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-whmcs:before {
    content: "\F40D"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-wind:before {
    content: "\F72E"
}

.fa-window-close:before {
    content: "\F410"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-wine-bottle:before {
    content: "\F72F"
}

.fa-wine-glass:before {
    content: "\F4E3"
}

.fa-wine-glass-alt:before {
    content: "\F5CE"
}

.fa-wix:before {
    content: "\F5CF"
}

.fa-wizards-of-the-coast:before {
    content: "\F730"
}

.fa-wolf-pack-battalion:before {
    content: "\F514"
}

.fa-won-sign:before {
    content: "\F159"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-wordpress-simple:before {
    content: "\F411"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-wpressr:before {
    content: "\F3E4"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-x-ray:before {
    content: "\F497"
}

.fa-xbox:before {
    content: "\F412"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-y-combinator:before {
    content: "\F23B"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-spner:before {
    content: "\F840"
}

.fa-yandex:before {
    content: "\F413"
}

.fa-yandex-international:before {
    content: "\F414"
}

.fa-yarn:before {
    content: "\F7E3"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-yen-sign:before {
    content: "\F157"
}

.fa-yin-yang:before {
    content: "\F6AD"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-youtube-square:before {
    content: "\F431"
}

.fa-zhihu:before {
    content: "\F63F"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

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

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: themify;
    src: url(fonts/themify.eot?-fvbane);
    src: url(fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/themify.woff?-fvbane) format("woff"), url(fonts/themify.ttf?-fvbane) format("truetype"), url(fonts/themify.svg?-fvbane#themify) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\E600"
}

.ti-volume:before {
    content: "\E601"
}

.ti-user:before {
    content: "\E602"
}

.ti-unlock:before {
    content: "\E603"
}

.ti-unlink:before {
    content: "\E604"
}

.ti-trash:before {
    content: "\E605"
}

.ti-thought:before {
    content: "\E606"
}

.ti-target:before {
    content: "\E607"
}

.ti-tag:before {
    content: "\E608"
}

.ti-tablet:before {
    content: "\E609"
}

.ti-star:before {
    content: "\E60A"
}

.ti-spray:before {
    content: "\E60B"
}

.ti-signal:before {
    content: "\E60C"
}

.ti-shopping-cart:before {
    content: "\E60D"
}

.ti-shopping-cart-full:before {
    content: "\E60E"
}

.ti-settings:before {
    content: "\E60F"
}

.ti-search:before {
    content: "\E610"
}

.ti-zoom-in:before {
    content: "\E611"
}

.ti-zoom-out:before {
    content: "\E612"
}

.ti-cut:before {
    content: "\E613"
}

.ti-ruler:before {
    content: "\E614"
}

.ti-ruler-pencil:before {
    content: "\E615"
}

.ti-ruler-alt:before {
    content: "\E616"
}

.ti-bookmark:before {
    content: "\E617"
}

.ti-bookmark-alt:before {
    content: "\E618"
}

.ti-reload:before {
    content: "\E619"
}

.ti-plus:before {
    content: "\E61A"
}

.ti-pin:before {
    content: "\E61B"
}

.ti-pencil:before {
    content: "\E61C"
}

.ti-pencil-alt:before {
    content: "\E61D"
}

.ti-paint-roller:before {
    content: "\E61E"
}

.ti-paint-bucket:before {
    content: "\E61F"
}

.ti-na:before {
    content: "\E620"
}

.ti-mobile:before {
    content: "\E621"
}

.ti-minus:before {
    content: "\E622"
}

.ti-medall:before {
    content: "\E623"
}

.ti-medall-alt:before {
    content: "\E624"
}

.ti-marker:before {
    content: "\E625"
}

.ti-marker-alt:before {
    content: "\E626"
}

.ti-arrow-up:before {
    content: "\E627"
}

.ti-arrow-right:before {
    content: "\E628"
}

.ti-arrow-left:before {
    content: "\E629"
}

.ti-arrow-down:before {
    content: "\E62A"
}

.ti-lock:before {
    content: "\E62B"
}

.ti-location-arrow:before {
    content: "\E62C"
}

.ti-link:before {
    content: "\E62D"
}

.ti-layout:before {
    content: "\E62E"
}

.ti-layers:before {
    content: "\E62F"
}

.ti-layers-alt:before {
    content: "\E630"
}

.ti-key:before {
    content: "\E631"
}

.ti-import:before {
    content: "\E632"
}

.ti-image:before {
    content: "\E633"
}

.ti-heart:before {
    content: "\E634"
}

.ti-heart-broken:before {
    content: "\E635"
}

.ti-hand-stop:before {
    content: "\E636"
}

.ti-hand-open:before {
    content: "\E637"
}

.ti-hand-drag:before {
    content: "\E638"
}

.ti-folder:before {
    content: "\E639"
}

.ti-flag:before {
    content: "\E63A"
}

.ti-flag-alt:before {
    content: "\E63B"
}

.ti-flag-alt-2:before {
    content: "\E63C"
}

.ti-eye:before {
    content: "\E63D"
}

.ti-export:before {
    content: "\E63E"
}

.ti-exchange-vertical:before {
    content: "\E63F"
}

.ti-desktop:before {
    content: "\E640"
}

.ti-cup:before {
    content: "\E641"
}

.ti-crown:before {
    content: "\E642"
}

.ti-comments:before {
    content: "\E643"
}

.ti-comment:before {
    content: "\E644"
}

.ti-comment-alt:before {
    content: "\E645"
}

.ti-close:before {
    content: "\E646"
}

.ti-clip:before {
    content: "\E647"
}

.ti-angle-up:before {
    content: "\E648"
}

.ti-angle-right:before {
    content: "\E649"
}

.ti-angle-left:before {
    content: "\E64A"
}

.ti-angle-down:before {
    content: "\E64B"
}

.ti-check:before {
    content: "\E64C"
}

.ti-check-box:before {
    content: "\E64D"
}

.ti-camera:before {
    content: "\E64E"
}

.ti-announcement:before {
    content: "\E64F"
}

.ti-brush:before {
    content: "\E650"
}

.ti-briefcase:before {
    content: "\E651"
}

.ti-bolt:before {
    content: "\E652"
}

.ti-bolt-alt:before {
    content: "\E653"
}

.ti-blackboard:before {
    content: "\E654"
}

.ti-bag:before {
    content: "\E655"
}

.ti-move:before {
    content: "\E656"
}

.ti-arrows-vertical:before {
    content: "\E657"
}

.ti-arrows-horizontal:before {
    content: "\E658"
}

.ti-fullscreen:before {
    content: "\E659"
}

.ti-arrow-top-right:before {
    content: "\E65A"
}

.ti-arrow-top-left:before {
    content: "\E65B"
}

.ti-arrow-circle-up:before {
    content: "\E65C"
}

.ti-arrow-circle-right:before {
    content: "\E65D"
}

.ti-arrow-circle-left:before {
    content: "\E65E"
}

.ti-arrow-circle-down:before {
    content: "\E65F"
}

.ti-angle-double-up:before {
    content: "\E660"
}

.ti-angle-double-right:before {
    content: "\E661"
}

.ti-angle-double-left:before {
    content: "\E662"
}

.ti-angle-double-down:before {
    content: "\E663"
}

.ti-zip:before {
    content: "\E664"
}

.ti-world:before {
    content: "\E665"
}

.ti-wheelchair:before {
    content: "\E666"
}

.ti-view-list:before {
    content: "\E667"
}

.ti-view-list-alt:before {
    content: "\E668"
}

.ti-view-grid:before {
    content: "\E669"
}

.ti-uppercase:before {
    content: "\E66A"
}

.ti-upload:before {
    content: "\E66B"
}

.ti-underline:before {
    content: "\E66C"
}

.ti-truck:before {
    content: "\E66D"
}

.ti-timer:before {
    content: "\E66E"
}

.ti-ticket:before {
    content: "\E66F"
}

.ti-thumb-up:before {
    content: "\E670"
}

.ti-thumb-down:before {
    content: "\E671"
}

.ti-text:before {
    content: "\E672"
}

.ti-stats-up:before {
    content: "\E673"
}

.ti-stats-down:before {
    content: "\E674"
}

.ti-split-v:before {
    content: "\E675"
}

.ti-split-h:before {
    content: "\E676"
}

.ti-smallcap:before {
    content: "\E677"
}

.ti-shine:before {
    content: "\E678"
}

.ti-shift-right:before {
    content: "\E679"
}

.ti-shift-left:before {
    content: "\E67A"
}

.ti-shield:before {
    content: "\E67B"
}

.ti-notepad:before {
    content: "\E67C"
}

.ti-server:before {
    content: "\E67D"
}

.ti-quote-right:before {
    content: "\E67E"
}

.ti-quote-left:before {
    content: "\E67F"
}

.ti-pulse:before {
    content: "\E680"
}

.ti-printer:before {
    content: "\E681"
}

.ti-power-off:before {
    content: "\E682"
}

.ti-plug:before {
    content: "\E683"
}

.ti-pie-chart:before {
    content: "\E684"
}

.ti-paragraph:before {
    content: "\E685"
}

.ti-panel:before {
    content: "\E686"
}

.ti-package:before {
    content: "\E687"
}

.ti-music:before {
    content: "\E688"
}

.ti-music-alt:before {
    content: "\E689"
}

.ti-mouse:before {
    content: "\E68A"
}

.ti-mouse-alt:before {
    content: "\E68B"
}

.ti-money:before {
    content: "\E68C"
}

.ti-microphone:before {
    content: "\E68D"
}

.ti-menu:before {
    content: "\E68E"
}

.ti-menu-alt:before {
    content: "\E68F"
}

.ti-map:before {
    content: "\E690"
}

.ti-map-alt:before {
    content: "\E691"
}

.ti-loop:before {
    content: "\E692"
}

.ti-location-pin:before {
    content: "\E693"
}

.ti-list:before {
    content: "\E694"
}

.ti-light-bulb:before {
    content: "\E695"
}

.ti-Italic:before {
    content: "\E696"
}

.ti-info:before {
    content: "\E697"
}

.ti-infinite:before {
    content: "\E698"
}

.ti-id-badge:before {
    content: "\E699"
}

.ti-hummer:before {
    content: "\E69A"
}

.ti-home:before {
    content: "\E69B"
}

.ti-help:before {
    content: "\E69C"
}

.ti-headphone:before {
    content: "\E69D"
}

.ti-harddrives:before {
    content: "\E69E"
}

.ti-harddrive:before {
    content: "\E69F"
}

.ti-gift:before {
    content: "\E6A0"
}

.ti-game:before {
    content: "\E6A1"
}

.ti-filter:before {
    content: "\E6A2"
}

.ti-files:before {
    content: "\E6A3"
}

.ti-file:before {
    content: "\E6A4"
}

.ti-eraser:before {
    content: "\E6A5"
}

.ti-envelope:before {
    content: "\E6A6"
}

.ti-download:before {
    content: "\E6A7"
}

.ti-direction:before {
    content: "\E6A8"
}

.ti-direction-alt:before {
    content: "\E6A9"
}

.ti-dashboard:before {
    content: "\E6AA"
}

.ti-control-stop:before {
    content: "\E6AB"
}

.ti-control-shuffle:before {
    content: "\E6AC"
}

.ti-control-play:before {
    content: "\E6AD"
}

.ti-control-pause:before {
    content: "\E6AE"
}

.ti-control-forward:before {
    content: "\E6AF"
}

.ti-control-backward:before {
    content: "\E6B0"
}

.ti-cloud:before {
    content: "\E6B1"
}

.ti-cloud-up:before {
    content: "\E6B2"
}

.ti-cloud-down:before {
    content: "\E6B3"
}

.ti-clipboard:before {
    content: "\E6B4"
}

.ti-car:before {
    content: "\E6B5"
}

.ti-calendar:before {
    content: "\E6B6"
}

.ti-book:before {
    content: "\E6B7"
}

.ti-bell:before {
    content: "\E6B8"
}

.ti-basketball:before {
    content: "\E6B9"
}

.ti-bar-chart:before {
    content: "\E6BA"
}

.ti-bar-chart-alt:before {
    content: "\E6BB"
}

.ti-back-right:before {
    content: "\E6BC"
}

.ti-back-left:before {
    content: "\E6BD"
}

.ti-arrows-corner:before {
    content: "\E6BE"
}

.ti-archive:before {
    content: "\E6BF"
}

.ti-anchor:before {
    content: "\E6C0"
}

.ti-align-right:before {
    content: "\E6C1"
}

.ti-align-left:before {
    content: "\E6C2"
}

.ti-align-justify:before {
    content: "\E6C3"
}

.ti-align-center:before {
    content: "\E6C4"
}

.ti-alert:before {
    content: "\E6C5"
}

.ti-alarm-clock:before {
    content: "\E6C6"
}

.ti-agenda:before {
    content: "\E6C7"
}

.ti-write:before {
    content: "\E6C8"
}

.ti-window:before {
    content: "\E6C9"
}

.ti-widgetized:before {
    content: "\E6CA"
}

.ti-widget:before {
    content: "\E6CB"
}

.ti-widget-alt:before {
    content: "\E6CC"
}

.ti-wallet:before {
    content: "\E6CD"
}

.ti-video-clapper:before {
    content: "\E6CE"
}

.ti-video-camera:before {
    content: "\E6CF"
}

.ti-vector:before {
    content: "\E6D0"
}

.ti-themify-logo:before {
    content: "\E6D1"
}

.ti-themify-favicon:before {
    content: "\E6D2"
}

.ti-themify-favicon-alt:before {
    content: "\E6D3"
}

.ti-support:before {
    content: "\E6D4"
}

.ti-stamp:before {
    content: "\E6D5"
}

.ti-split-v-alt:before {
    content: "\E6D6"
}

.ti-slice:before {
    content: "\E6D7"
}

.ti-shortcode:before {
    content: "\E6D8"
}

.ti-shift-right-alt:before {
    content: "\E6D9"
}

.ti-shift-left-alt:before {
    content: "\E6DA"
}

.ti-ruler-alt-2:before {
    content: "\E6DB"
}

.ti-receipt:before {
    content: "\E6DC"
}

.ti-pin2:before {
    content: "\E6DD"
}

.ti-pin-alt:before {
    content: "\E6DE"
}

.ti-pencil-alt2:before {
    content: "\E6DF"
}

.ti-palette:before {
    content: "\E6E0"
}

.ti-more:before {
    content: "\E6E1"
}

.ti-more-alt:before {
    content: "\E6E2"
}

.ti-microphone-alt:before {
    content: "\E6E3"
}

.ti-magnet:before {
    content: "\E6E4"
}

.ti-line-double:before {
    content: "\E6E5"
}

.ti-line-dotted:before {
    content: "\E6E6"
}

.ti-line-dashed:before {
    content: "\E6E7"
}

.ti-layout-width-full:before {
    content: "\E6E8"
}

.ti-layout-width-default:before {
    content: "\E6E9"
}

.ti-layout-width-default-alt:before {
    content: "\E6EA"
}

.ti-layout-tab:before {
    content: "\E6EB"
}

.ti-layout-tab-window:before {
    content: "\E6EC"
}

.ti-layout-tab-v:before {
    content: "\E6ED"
}

.ti-layout-tab-min:before {
    content: "\E6EE"
}

.ti-layout-slider:before {
    content: "\E6EF"
}

.ti-layout-slider-alt:before {
    content: "\E6F0"
}

.ti-layout-sidebar-right:before {
    content: "\E6F1"
}

.ti-layout-sidebar-none:before {
    content: "\E6F2"
}

.ti-layout-sidebar-left:before {
    content: "\E6F3"
}

.ti-layout-placeholder:before {
    content: "\E6F4"
}

.ti-layout-menu:before {
    content: "\E6F5"
}

.ti-layout-menu-v:before {
    content: "\E6F6"
}

.ti-layout-menu-separated:before {
    content: "\E6F7"
}

.ti-layout-menu-full:before {
    content: "\E6F8"
}

.ti-layout-media-right-alt:before {
    content: "\E6F9"
}

.ti-layout-media-right:before {
    content: "\E6FA"
}

.ti-layout-media-overlay:before {
    content: "\E6FB"
}

.ti-layout-media-overlay-alt:before {
    content: "\E6FC"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\E6FD"
}

.ti-layout-media-left-alt:before {
    content: "\E6FE"
}

.ti-layout-media-left:before {
    content: "\E6FF"
}

.ti-layout-media-center-alt:before {
    content: "\E700"
}

.ti-layout-media-center:before {
    content: "\E701"
}

.ti-layout-list-thumb:before {
    content: "\E702"
}

.ti-layout-list-thumb-alt:before {
    content: "\E703"
}

.ti-layout-list-post:before {
    content: "\E704"
}

.ti-layout-list-large-image:before {
    content: "\E705"
}

.ti-layout-line-solid:before {
    content: "\E706"
}

.ti-layout-grid4:before {
    content: "\E707"
}

.ti-layout-grid3:before {
    content: "\E708"
}

.ti-layout-grid2:before {
    content: "\E709"
}

.ti-layout-grid2-thumb:before {
    content: "\E70A"
}

.ti-layout-cta-right:before {
    content: "\E70B"
}

.ti-layout-cta-left:before {
    content: "\E70C"
}

.ti-layout-cta-center:before {
    content: "\E70D"
}

.ti-layout-cta-btn-right:before {
    content: "\E70E"
}

.ti-layout-cta-btn-left:before {
    content: "\E70F"
}

.ti-layout-column4:before {
    content: "\E710"
}

.ti-layout-column3:before {
    content: "\E711"
}

.ti-layout-column2:before {
    content: "\E712"
}

.ti-layout-accordion-separated:before {
    content: "\E713"
}

.ti-layout-accordion-merged:before {
    content: "\E714"
}

.ti-layout-accordion-list:before {
    content: "\E715"
}

.ti-ink-pen:before {
    content: "\E716"
}

.ti-info-alt:before {
    content: "\E717"
}

.ti-help-alt:before {
    content: "\E718"
}

.ti-headphone-alt:before {
    content: "\E719"
}

.ti-hand-point-up:before {
    content: "\E71A"
}

.ti-hand-point-right:before {
    content: "\E71B"
}

.ti-hand-point-left:before {
    content: "\E71C"
}

.ti-hand-point-down:before {
    content: "\E71D"
}

.ti-gallery:before {
    content: "\E71E"
}

.ti-face-smile:before {
    content: "\E71F"
}

.ti-face-sad:before {
    content: "\E720"
}

.ti-credit-card:before {
    content: "\E721"
}

.ti-control-skip-forward:before {
    content: "\E722"
}

.ti-control-skip-backward:before {
    content: "\E723"
}

.ti-control-record:before {
    content: "\E724"
}

.ti-control-eject:before {
    content: "\E725"
}

.ti-comments-smiley:before {
    content: "\E726"
}

.ti-brush-alt:before {
    content: "\E727"
}

.ti-youtube:before {
    content: "\E728"
}

.ti-vimeo:before {
    content: "\E729"
}

.ti-twitter:before {
    content: "\E72A"
}

.ti-time:before {
    content: "\E72B"
}

.ti-tumblr:before {
    content: "\E72C"
}

.ti-skype:before {
    content: "\E72D"
}

.ti-share:before {
    content: "\E72E"
}

.ti-share-alt:before {
    content: "\E72F"
}

.ti-rocket:before {
    content: "\E730"
}

.ti-pinterest:before {
    content: "\E731"
}

.ti-new-window:before {
    content: "\E732"
}

.ti-microsoft:before {
    content: "\E733"
}

.ti-list-ol:before {
    content: "\E734"
}

.ti-linkedin:before {
    content: "\E735"
}

.ti-layout-sidebar-2:before {
    content: "\E736"
}

.ti-layout-grid4-alt:before {
    content: "\E737"
}

.ti-layout-grid3-alt:before {
    content: "\E738"
}

.ti-layout-grid2-alt:before {
    content: "\E739"
}

.ti-layout-column4-alt:before {
    content: "\E73A"
}

.ti-layout-column3-alt:before {
    content: "\E73B"
}

.ti-layout-column2-alt:before {
    content: "\E73C"
}

.ti-instagram:before {
    content: "\E73D"
}

.ti-google:before {
    content: "\E73E"
}

.ti-github:before {
    content: "\E73F"
}

.ti-flickr:before {
    content: "\E740"
}

.ti-facebook:before {
    content: "\E741"
}

.ti-dropbox:before {
    content: "\E742"
}

.ti-dribbble:before {
    content: "\E743"
}

.ti-apple:before {
    content: "\E744"
}

.ti-android:before {
    content: "\E745"
}

.ti-save:before {
    content: "\E746"
}

.ti-save-alt:before {
    content: "\E747"
}

.ti-yahoo:before {
    content: "\E748"
}

.ti-wordpress:before {
    content: "\E749"
}

.ti-vimeo-alt:before {
    content: "\E74A"
}

.ti-twitter-alt:before {
    content: "\E74B"
}

.ti-tumblr-alt:before {
    content: "\E74C"
}

.ti-trello:before {
    content: "\E74D"
}

.ti-stack-overflow:before {
    content: "\E74E"
}

.ti-soundcloud:before {
    content: "\E74F"
}

.ti-sharethis:before {
    content: "\E750"
}

.ti-sharethis-alt:before {
    content: "\E751"
}

.ti-reddit:before {
    content: "\E752"
}

.ti-pinterest-alt:before {
    content: "\E753"
}

.ti-microsoft-alt:before {
    content: "\E754"
}

.ti-linux:before {
    content: "\E755"
}

.ti-jsfiddle:before {
    content: "\E756"
}

.ti-joomla:before {
    content: "\E757"
}

.ti-html5:before {
    content: "\E758"
}

.ti-flickr-alt:before {
    content: "\E759"
}

.ti-email:before {
    content: "\E75A"
}

.ti-drupal:before {
    content: "\E75B"
}

.ti-dropbox-alt:before {
    content: "\E75C"
}

.ti-css3:before {
    content: "\E75D"
}

.ti-rss:before {
    content: "\E75E"
}

.ti-rss-alt:before {
    content: "\E75F"
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff2) format("woff2"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-placeholder:before {
    content: "\F100"
}

.flaticon-phone:before {
    content: "\F101"
}

.flaticon-share:before {
    content: "\F102"
}

.flaticon-back:before {
    content: "\F103"
}

.flaticon-next:before {
    content: "\F104"
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(130, 139, 178, .3);
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 99999;
    border-radius: 0 0 10px 10px;
    pointer-events: auto;
    transform: scale(1) translateY(1px)
}

.nice-select-search::-webkit-input-placeholder {
    position: relative;
    top: 0
}

.nice-select-search::-moz-placeholder {
    position: relative;
    top: 0
}

.nice-select-search:-ms-input-placeholder {
    position: relative;
    top: 0
}

.nice-select-search:-moz-placeholder {
    position: relative;
    top: 0
}

.nice-select:after {
    content: "\E64B";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 8px;
    transition: all .15s ease-in-out;
    width: 5px;
    font-family: themify;
    color: #ddd
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
    padding-top: 50px
}

.gj-button-md,
.gj-text-align-center {
    text-align: center
}

.gj-button-md,
.gj-modal {
    overflow: hidden;
    outline: 0
}

.gj-button-md,
.gj-button-md-group {
    position: relative;
    vertical-align: middle
}

.gj-button,
.gj-button-md,
.gj-cursor-pointer {
    cursor: pointer
}

.gj-button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 3px;
    padding: 6px 10px
}

.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gj-row {
    display: flex;
    flex-wrap: wrap
}

.gj-margin-left-5 {
    margin-left: 5px
}

.gj-margin-left-10 {
    margin-left: 10px
}

.gj-width-full {
    width: 100%
}

.gj-font-size-16 {
    font-size: 16px
}

.gj-hidden {
    display: none
}

.gj-button-md {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: rgba(0, 0, 0, .87);
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gj-button-md:hover {
    background-color: hsla(0, 0%, 62%, .2)
}

.gj-button-md:disabled {
    color: rgba(0, 0, 0, .26);
    background: 0 0
}

.gj-button-md .gj-icon,
.gj-button-md .material-icons {
    vertical-align: middle
}

.gj-button-md.gj-button-md-icon {
    width: 24px;
    height: 31px;
    min-width: 24px;
    padding: 0;
    display: table
}

ul.gj-list-bootstrap li [data-role=image],
ul.gj-list-md li [data-role=checkbox],
ul.gj-list-md li [data-role=image] {
    height: 24px;
    width: 24px
}

.gj-button-md.gj-button-md-icon .gj-icon,
.gj-button-md.gj-button-md-icon .material-icons {
    display: table-cell;
    margin-right: 0;
    width: 24px;
    height: 24px
}

.gj-button-md.active {
    background-color: hsla(0, 0%, 62%, .4)
}

.gj-button-md-group {
    display: inline-block
}

.gj-textbox-md {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.gj-textbox-md:active,
.gj-textbox-md:focus {
    outline: 0
}

.gj-textbox-md::-moz-placeholder {
    color: #7e7172
}

.gj-textbox-md::placeholder {
    color: #7e7172
}

.gj-textbox-md:-ms-input-placeholder {
    color: #7e7172
}

.gj-textbox-md::-ms-input-placeholder {
    color: #7e7172
}

.gj-md-spacer-24 {
    min-width: 24px;
    width: 24px;
    display: inline-block
}

.gj-md-spacer-32 {
    min-width: 32px;
    width: 32px;
    display: inline-block
}

.gj-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1203;
    display: none;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .54118);
    transition: opacity .2s ease;
    will-change: opacity
}

ul.gj-list li [data-role=wrapper] {
    display: table;
    width: 100%
}

ul.gj-list li [data-role=checkbox],
ul.gj-list li [data-role=image] {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

ul.gj-list li [data-role=display] {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

ul.gj-list li [data-role=display]:empty:before {
    content: "\200B"
}

ul.gj-list-bootstrap {
    padding-left: 0;
    margin-bottom: 0
}

ul.gj-list-bootstrap li {
    padding: 0
}

ul.gj-list-bootstrap li [data-role=wrapper] {
    padding: 0 10px
}

ul.gj-list-bootstrap li [data-role=checkbox] {
    width: 24px;
    padding: 3px
}

ul.gj-list-bootstrap li [data-role=display] {
    padding: 8px 0 8px 4px
}

.list-group-item.active:focus ul li,
.list-group-item.active:hover ul li,
.list-group-item.active ul li {
    text-shadow: none;
    color: initial
}

ul.gj-list-md {
    padding: 0;
    list-style: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #616161
}

.gj-picker-md,
ul.gj-list-md li {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1
}

ul.gj-list-md li {
    display: list-item;
    list-style-type: none;
    padding: 0;
    min-height: unset;
    box-sizing: border-box;
    align-items: center;
    cursor: default;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap
}

ul.gj-list-md li [data-role=display] {
    padding: 8px 0 8px 5px;
    order: 0;
    flex-grow: 2;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=display] {
    color: #9e9e9e
}

.gj-list-md-active {
    background: #e0e0e0;
    color: #ff3b00
}

.gj-picker {
    position: absolute;
    z-index: 1203;
    background-color: #fff
}

.gj-picker .selected {
    color: #fff
}

.gj-picker-md {
    color: rgba(0, 0, 0, .87);
    border: 1px solid #e0e0e0
}

.gj-modal .gj-picker-md {
    border: 0
}

.gj-picker-md [role=header] {
    color: hsla(0, 0%, 100%, .54);
    display: flex;
    background: #ff3b00;
    align-items: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center
}

.gj-picker-md [role=footer] {
    float: right;
    padding: 10px
}

.gj-picker-md [role=footer] button.gj-button-md {
    color: #ff3b00;
    font-weight: 700;
    font-size: 13px
}

.gj-picker-bootstrap {
    border: 1px solid #e0e0e0
}

.gj-picker-bootstrap .selected {
    color: #888
}

.gj-picker-bootstrap [role=header] {
    background: #eee;
    color: #aaa
}

.gj-icon {
    font-family: gijgo-material !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gj-icon.undo:before {
    content: "\E900"
}

.gj-icon.vertical-align-top:before {
    content: "\E901"
}

.gj-icon.vertical-align-center:before {
    content: "\E902"
}

.gj-icon.vertical-align-bottom:before {
    content: "\E903"
}

.gj-icon.arrow-dropup:before {
    content: "\E904"
}

.gj-icon.clock:before {
    content: "\E905"
}

.gj-icon.refresh:before {
    content: "\E906"
}

.gj-icon.last-page:before {
    content: "\E907"
}

.gj-icon.first-page:before {
    content: "\E908"
}

.gj-icon.cancel:before {
    content: "\E909"
}

.gj-icon.clear:before {
    content: "\E90A"
}

.gj-icon.check-circle:before {
    content: "\E90B"
}

.gj-icon.delete:before {
    content: "\E90C"
}

.gj-icon.arrow-upward:before {
    content: "\E90D"
}

.gj-icon.arrow-forward:before {
    content: "\E90E"
}

.gj-icon.arrow-downward:before {
    content: "\E90F"
}

.gj-icon.arrow-back:before {
    content: "\E910"
}

.gj-icon.list-numbered:before {
    content: "\E911"
}

.gj-icon.list-bulleted:before {
    content: "\E912"
}

.gj-icon.indent-increase:before {
    content: "\E913"
}

.gj-icon.indent-decrease:before {
    content: "\E914"
}

.gj-icon.redo:before {
    content: "\E915"
}

.gj-icon.align-right:before {
    content: "\E916"
}

.gj-icon.align-left:before {
    content: "\E917"
}

.gj-icon.align-justify:before {
    content: "\E918"
}

.gj-icon.align-center:before {
    content: "\E919"
}

.gj-icon.strikethrough:before {
    content: "\E91A"
}

.gj-icon.italic:before {
    content: "\E91B"
}

.gj-icon.underlined:before {
    content: "\E91C"
}

.gj-icon.bold:before {
    content: "\E91D"
}

.gj-icon.arrow-dropdown:before {
    content: "\E91E"
}

.gj-icon.done:before {
    content: "\E91F"
}

.gj-icon.pencil:before {
    content: "\E920"
}

.gj-icon.minus:before {
    content: "\E921"
}

.gj-icon.plus:before {
    content: "\E922"
}

.gj-icon.chevron-up:before {
    content: "\E923"
}

.gj-icon.chevron-right:before {
    content: "\E924"
}

.gj-icon.chevron-down:before {
    content: "\E925"
}

.gj-icon.chevron-left:before {
    content: "\E926"
}

.gj-icon.event:before {
    content: "\E927"
}

.gj-draggable {
    cursor: move
}

.gj-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none;
    z-index: 1203
}

.gj-dialog-bootstrap4 [data-role=title],
.gj-dialog-bootstrap [data-role=title] {
    display: inline
}

.gj-dialog-bootstrap,
.gj-dialog-bootstrap4,
.gj-dialog-md {
    z-index: 1202;
    overflow: hidden
}

.gj-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.gj-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.gj-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.gj-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.gj-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.gj-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.gj-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.gj-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.gj-dialog-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0
}

.gj-dialog-scrollable [data-role=body] {
    overflow-x: hidden;
    overflow-y: scroll
}

.gj-dialog-bootstrap [data-role=close] {
    line-height: 1.42857143
}

.gj-dialog-bootstrap4 [data-role=close] {
    line-height: 1.5
}

.gj-dialog-md {
    background-color: #fff;
    border: none;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.gj-dialog-md-header {
    padding: 24px 24px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.gj-dialog-md-title {
    margin: 0;
    font-weight: 400;
    display: inline;
    line-height: 28px;
    font-size: 20px
}

.gj-dialog-md-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 28px;
    font-size: 28px
}

.gj-dialog-md-body {
    padding: 20px 24px 24px;
    color: rgba(0, 0, 0, .54);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.gj-dialog-md-footer {
    padding: 8px 8px 8px 24px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    box-sizing: border-box
}

.gj-dialog-md-footer>:first-child {
    margin-right: 0
}

.gj-dialog-md-footer>* {
    margin-right: 8px;
    height: 36px
}

div.gj-grid-wrapper {
    margin: auto;
    position: relative;
    clear: both;
    z-index: 1
}

table.gj-grid {
    margin: auto;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

table.gj-grid thead th [data-role=selectAll] {
    margin: auto
}

table.gj-grid-bootstrap thead th [data-role=sorticon],
table.gj-grid-md thead th [data-role=sorticon] {
    margin-left: 5px
}

table.gj-grid thead th [data-role=sorticon],
table.gj-grid thead th [data-role=title] {
    display: inline-block
}

table.gj-grid thead th {
    overflow: hidden;
    text-overflow: ellipsis
}

table.gj-grid.autogrow-header-row thead th {
    overflow: auto;
    text-overflow: clip;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word
}

table.gj-grid>tbody>tr>td {
    overflow: hidden;
    position: relative
}

table.gj-grid tbody div[data-role=display] {
    vertical-align: middle;
    text-indent: 0;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word
}

table.gj-grid.fixed-body-rows tbody div[data-role=display] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-break: initial;
    word-break: normal
}

table.gj-grid tfoot div[data-role=display] {
    vertical-align: middle;
    text-indent: 0;
    display: flex
}

table.gj-grid .fa {
    padding: 2px
}

table.gj-grid>tbody>tr>td>div {
    padding: 2px;
    overflow: hidden
}

div.gj-grid-wrapper div.gj-grid-loading-cover {
    background: #bbb;
    opacity: .5;
    position: absolute;
    vertical-align: middle
}

div.gj-grid-wrapper div.gj-grid-loading-text {
    position: absolute;
    font-weight: 700
}

table.gj-grid-bootstrap thead th {
    background-color: #f5f5f5;
    vertical-align: middle
}

table.gj-grid-bootstrap thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-bootstrap thead th [data-role=sorticon] i.material-icons {
    position: absolute;
    font-size: 20px;
    top: 15px
}

table.gj-grid-bootstrap tbody tr td div[data-role=display] {
    padding: 0
}

.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 2px
}

.gj-grid-bootstrap-4 tbody tr.active {
    background-color: rgba(0, 0, 0, .075)
}

.gj-grid-md {
    position: relative;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff
}

.gj-grid-md td:first-of-type,
.gj-grid-md th:first-of-type {
    padding-left: 24px
}

.gj-grid-md td,
.gj-grid-md th {
    padding: 12px 18px;
    position: relative;
    box-sizing: border-box
}

.gj-grid-md th {
    vertical-align: bottom;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0;
    height: 56px;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    text-align: right
}

.gj-grid-md td {
    height: 48px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.gj-grid-bootstrap tbody tr.gj-grid-top-border td,
.gj-grid-md tbody tr.gj-grid-top-border td {
    border-top: 2px solid #777
}

.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td,
.gj-grid-md tbody tr.gj-grid-bottom-border td {
    border-bottom: 2px solid #777
}

.gj-grid-md tbody tr {
    position: relative;
    height: 48px;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: background-color
}

.gj-grid-md tbody tr:hover {
    background-color: #eee
}

.gj-grid-md tbody tr.gj-grid-md-select {
    background-color: #f5f5f5
}

table.gj-grid-md thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-md thead th [data-role=sorticon] i.material-icons {
    position: absolute;
    font-size: 16px;
    top: 19px
}

table.gj-grid-md thead th.gj-grid-select-all {
    padding-bottom: 3px
}

@media only all {

    td.display-320,
    td.display-480,
    td.display-640,
    td.display-800,
    td.display-960,
    td.display-1120,
    th.display-320,
    th.display-480,
    th.display-640,
    th.display-800,
    th.display-960,
    th.display-1120 {
        display: none
    }
}

@media screen and (min-width:20em) {

    table.gj-grid-bootstrap td.display-320,
    table.gj-grid-bootstrap th.display-320 {
        display: table-cell
    }
}

@media screen and (min-width:30em) {

    table.gj-grid-bootstrap td.display-480,
    table.gj-grid-bootstrap th.display-480 {
        display: table-cell
    }
}

@media screen and (min-width:40em) {

    table.gj-grid-bootstrap td.display-640,
    table.gj-grid-bootstrap th.display-640 {
        display: table-cell
    }
}

@media screen and (min-width:50em) {

    table.gj-grid-bootstrap td.display-800,
    table.gj-grid-bootstrap th.display-800 {
        display: table-cell
    }
}

@media screen and (min-width:60em) {

    table.gj-grid-bootstrap td.display-960,
    table.gj-grid-bootstrap th.display-960 {
        display: table-cell
    }
}

@media screen and (min-width:70em) {

    table.gj-grid-bootstrap td.display-1120,
    table.gj-grid-bootstrap th.display-1120 {
        display: table-cell
    }
}

.gj-grid-md tfoot tr th {
    padding-right: 14px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-mdl-pager-label {
    padding-left: 5px;
    padding-right: 5px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md {
    margin-left: 12px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .54)
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] [role=display] {
    text-align: right
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-md-limit-select {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .54)
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th {
    line-height: 30px;
    background-color: #f5f5f5
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button,
.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
    margin-right: 5px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div button {
    height: 34px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
    top: 5px
}

.gj-grid-bootstrap-3 tfoot tr[data-role=pager] th>div>input {
    margin-right: 5px;
    width: 40px;
    text-align: right;
    display: inline-block;
    font-weight: 700
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group {
    width: 40px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group input {
    text-align: right;
    font-weight: 700;
    height: 34px;
    padding-top: 2px;
    padding-bottom: 6px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>select {
    display: inline-block;
    margin-right: 5px;
    width: 60px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role=display] {
    line-height: 14px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap [role=presenter] [role=display] {
    font-weight: 700
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] {
    padding: 2px 8px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-4 [role=presenter] {
    padding: 1px 8px
}

.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding: 0
}

span.gj-grid-column-resizer {
    position: absolute;
    right: 0;
    width: 10px;
    top: -100px;
    height: 300px;
    z-index: 1203;
    cursor: e-resize
}

.gj-grid-resize-cursor {
    cursor: e-resize
}

.gj-grid-md tbody tr td.gj-grid-left-border,
.gj-grid-md thead tr th.gj-grid-left-border {
    border-left: 3px solid #777
}

.gj-grid-md tbody tr td.gj-grid-right-border,
.gj-grid-md thead tr th.gj-grid-right-border {
    border-right: 3px solid #777
}

.gj-grid-bootstrap tbody tr td.gj-grid-left-border,
.gj-grid-bootstrap thead tr th.gj-grid-left-border {
    border-left: 5px solid #ddd
}

.gj-grid-bootstrap tbody tr td.gj-grid-right-border,
.gj-grid-bootstrap thead tr th.gj-grid-right-border {
    border-right: 5px solid #ddd
}

.gj-dirty {
    position: absolute;
    top: 0;
    left: 0;
    border-color: red transparent transparent red;
    border-style: solid;
    border-width: 3px;
    padding: 0;
    overflow: hidden;
    vertical-align: top
}

.gj-grid-md tbody tr td.gj-grid-management-column {
    padding: 3px
}

.gj-grid-md tbody tr td[data-mode=edit] {
    padding: 0 18px
}

.gj-grid-bootstrap tbody tr td[data-mode=edit],
.gj-grid-bootstrap tbody tr td[data-mode=edit] [data-role=edit],
.gj-grid-md tbody .gj-dropdown-md [role=presenter] [role=display] {
    padding: 0
}

.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
    padding: 3px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] {
    height: 38px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
    height: 37px;
    padding: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
    border: 0;
    border-radius: 0;
    height: 37px;
    padding-left: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
    height: 37px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
    height: 37px;
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 10px;
    height: 32px
}

.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
    padding: 6px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
    height: 48px;
    padding-left: 12px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
    border: 0;
    border-radius: 0;
    height: 48px;
    padding-left: 12px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 13px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
    height: 48px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
    height: 48px;
    border: 0;
    border-radius: 0
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
    background-color: #fff
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] button {
    border: 0;
    border-radius: 0;
    width: 43px;
    position: relative
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .material-icons {
    top: 13px;
    left: 10px;
    font-size: 24px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 15px;
    height: 42px
}

.gj-grid-md thead tr[data-role=filter] th {
    border-top: 1px solid #e0e0e0
}

div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
    background-color: #f5f5f5;
    padding: 8px;
    font-weight: 700;
    border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: 700;
    border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-md-toolbar {
    font-weight: 700;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-collapse: collapse;
    padding: 0 18px;
    line-height: 56px
}

.gj-checkbox-bootstrap,
.gj-checkbox-md {
    min-width: 0;
    font-weight: 400;
    text-align: center;
    position: relative
}

table.gj-grid-scrollable tbody {
    overflow-y: auto;
    overflow-x: hidden;
    display: block
}

table.gj-grid-md.gj-grid-scrollable {
    border-bottom: 0
}

table.gj-grid-md.gj-grid-scrollable tbody {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

table.gj-grid-md.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #e0e0e0
}

table.gj-grid-bootstrap.gj-grid-scrollable {
    border-bottom: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row]:first-child td {
    border-top: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:first-child {
    border-left: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:last-child {
    border-right: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #ddd
}

ul.gj-list li [data-role=spacer] {
    display: table-cell
}

ul.gj-list li [data-role=expander] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

[data-type=tree] ul li [data-role=expander].gj-tree-font-awesome-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-material-icons-expander {
    width: 24px
}

[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander .glyphicon {
    top: 4px;
    height: 24px
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
    border: 0;
    border-radius: 0;
    color: #333
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
    color: #fff
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
    color: #777;
    background-color: #eee
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
    border: 0;
    border-radius: 0;
    color: #212529
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: #fff
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
    color: #868e96
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
    width: 100%
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
    border: 1px solid #ddd
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
    border-left: 0;
    border-right: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander {
    padding-top: 8px;
    padding-bottom: 4px
}

.gj-tree-drag-el,
.gj-tree-drag-el li {
    padding: 0;
    margin: 0
}

ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander .gj-icon {
    width: 24px;
    height: 24px
}

ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=expander] {
    color: #9e9e9e
}

.gj-tree-md-border ul.gj-list-md li {
    border: 1px solid #616161;
    margin-bottom: -1px
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
    border-left: 0;
    border-right: 0
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
    border-bottom: 0
}

.gj-tree-drop-above {
    border-top: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-above,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-above {
    border-top: 2px solid #000
}

.gj-tree-drop-below {
    border-bottom: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-below,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-below {
    border-bottom: 2px solid #000
}

.gj-tree-drag-el {
    z-index: 1203
}

.gj-tree-drag-el [data-role=wrapper] {
    cursor: move;
    display: table
}

.gj-tree-drag-el [data-role=indicator] {
    width: 14px;
    padding: 0 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gj-tree-bootstrap-drag-el li.list-group-item {
    border: 0;
    background: unset
}

.gj-tree-bootstrap-drag-el [data-role=indicator],
.gj-tree-md-drag-el [data-role=indicator] {
    width: 24px;
    height: 24px;
    padding: 0
}

.gj-checkbox-bootstrap {
    font-size: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    display: inline
}

.gj-checkbox-bootstrap input[type=checkbox] {
    display: none;
    margin-bottom: -12px
}

.gj-checkbox-bootstrap span {
    background: #fff;
    display: block;
    content: " ";
    width: 18px;
    height: 18px;
    line-height: 11px;
    font-size: 11px;
    padding: 2px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: box-shadow .2s linear, border-color .2s linear;
    cursor: pointer;
    margin: auto
}

.gj-checkbox-bootstrap input[type=checkbox]:focus+span:before {
    outline: 0;
    box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.gj-datepicker-bootstrap :active,
.gj-datepicker-bootstrap :focus,
.gj-timepicker-bootstrap :active,
.gj-timepicker-bootstrap :focus {
    box-shadow: none
}

.gj-checkbox-bootstrap input[type=checkbox][disabled]+span {
    opacity: .6;
    cursor: not-allowed
}

.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
    line-height: 16px;
    padding: 0
}

.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:checked+span:after,
.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
    font-size: 16px
}

.gj-checkbox-md {
    font-size: 0;
    margin: 0;
    width: 16px;
    height: 16px
}

.gj-checkbox-md input[type=checkbox] {
    display: none;
    margin-bottom: -12px
}

.gj-checkbox-md span {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #616161;
    border-radius: 2px;
    z-index: 2
}

.gj-checkbox-md input[type=checkbox]:checked+span {
    border: 2px solid #ff3b00
}

.gj-checkbox-md input[type=checkbox]:checked+span:after {
    color: #fff;
    background-color: #ff3b00;
    position: absolute;
    left: 1px;
    top: -15px
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span {
    border: 2px solid #616161
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span:after {
    color: #616161;
    position: absolute;
    left: 1px;
    top: -15px
}

.gj-checkbox-md input[type=checkbox][disabled]+span {
    border: 2px solid #9e9e9e
}

.gj-editor-md,
.gj-editor-md [role=body] {
    border: 1px solid hsla(0, 0%, 62%, .2)
}

.gj-checkbox-md input[type=checkbox][disabled]+span:after {
    background-color: #9e9e9e
}

.gj-checkbox-md input[type=checkbox][disabled]:indeterminate+span:after {
    color: #fff
}

.gj-checkbox-material-icons input[type=checkbox]:checked+span:after {
    content: "\E91F";
    font-size: 14px;
    font-weight: 700;
    white-space: pre
}

.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
    content: "\E921";
    font-size: 14px;
    font-weight: 700;
    white-space: pre
}

.gj-checkbox-glyphicons input[type=checkbox]:checked+span:after {
    display: inline-block;
    font-family: Glyphicons Halflings;
    content: "\E013   "
}

.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after {
    display: inline-block;
    font-family: Glyphicons Halflings;
    content: "\2212   ";
    padding-right: 1px
}

.gj-checkbox-fontawesome .fa {
    font-size: 14px
}

.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
    line-height: 18px
}

.gj-checkbox-fontawesome input[type=checkbox]:checked+span:before {
    content: "\F00C   "
}

.gj-checkbox-fontawesome input[type=checkbox]:indeterminate+span:before {
    content: "\F068   "
}

.gj-editor [role=body] {
    overflow: auto;
    outline: 0 solid transparent;
    box-sizing: border-box
}

.gj-editor-md {
    padding: 7px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0
}

.gj-editor-md [role=toolbar] {
    margin-bottom: 7px
}

.gj-editor-md [role=toolbar] .gj-button-md {
    min-width: 54px;
    margin-right: 5px
}

.gj-editor-md [role=toolbar] .gj-button-md .gj-icon {
    width: 24px;
    height: 24px
}

.gj-editor-bootstrap,
.gj-editor-bootstrap [role=body] {
    border: 1px solid #eceeef
}

.gj-editor-md p {
    margin: 0;
    padding: 0
}

.gj-editor-md blockquote {
    font-size: 14px
}

.gj-editor-bootstrap {
    padding: 7px
}

.gj-editor-bootstrap [role=toolbar] {
    margin-bottom: 7px
}

.gj-editor-bootstrap [role=toolbar] .btn-group {
    margin-right: 10px
}

.gj-editor-bootstrap [role=toolbar] button {
    height: 36px
}

.gj-editor-bootstrap p {
    margin: 0;
    padding: 0
}

.gj-editor-bootstrap blockquote {
    font-size: 14px
}

.gj-datepicker-md,
.gj-dropdown-md [role=presenter] {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em
}

.gj-dropdown {
    position: relative;
    border-collapse: separate
}

.gj-dropdown [role=presenter] {
    display: table;
    cursor: pointer;
    outline: 0;
    position: relative
}

.gj-dropdown [role=presenter] [role=display] {
    display: table-cell;
    text-align: left;
    width: 100%
}

.gj-dropdown [role=presenter] [role=expander] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px
}

.gj-dropdown-md [role=presenter] {
    line-height: 1;
    color: rgba(0, 0, 0, .87);
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
    background: 0 0
}

.gj-dropdown-md [role=presenter]:active,
.gj-dropdown-md [role=presenter]:focus {
    border-bottom: 2px solid rgba(0, 0, 0, .42)
}

.gj-dropdown-md [role=presenter] [role=display] {
    padding: 4px 0;
    line-height: 18px
}

.gj-dropdown-md [role=presenter] [role=display] .placeholder {
    color: #7e7172
}

.gj-dropdown-list-md {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    color: #000;
    margin: 0;
    z-index: 1203
}

.gj-dropdown-list-md li.active,
.gj-dropdown-list-md li:hover {
    background-color: #eee
}

.gj-dropdown-bootstrap [role=presenter] [role=display] {
    padding-right: 5px
}

.gj-dropdown-bootstrap [role=presenter] [role=expander] {
    padding-left: 5px
}

.gj-dropdown-bootstrap [role=presenter] [role=expander].gj-dropdown-expander-mi {
    width: 24px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] {
    line-height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] .placeholder {
    color: #9999b3
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander] {
    width: 20px;
    height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 5px;
    right: 10px;
    position: absolute
}

.gj-dropdown-bootstrap-4 [role=presenter] {
    border: 1px solid #ced4da
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=display] {
    line-height: 24px
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
    top: 7px;
    right: 10px;
    position: absolute
}

.gj-dropdown-list-bootstrap {
    position: absolute;
    top: 32px;
    left: 0;
    margin: 0;
    z-index: 1203
}

.gj-datepicker [role=input]::-ms-clear {
    display: none
}

.gj-datepicker [role=right-icon] {
    cursor: pointer
}

.gj-picker div[role=navigator] {
    display: flex;
    flex-wrap: wrap
}

.gj-picker div[role=navigator] div {
    cursor: pointer;
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.gj-datepicker-md {
    line-height: 1;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-datepicker-md.small .gj-textbox-md {
    font-size: 14px
}

.gj-datepicker-md.small .gj-icon {
    font-size: 22px
}

.gj-datepicker-md.large .gj-textbox-md {
    font-size: 18px
}

.gj-datepicker-md.large .gj-icon {
    font-size: 28px
}

.gj-picker-md.datepicker [role=header] {
    padding: 20px;
    display: block
}

.gj-picker-md.datepicker [role=header] [role=year] {
    font-size: 17px;
    padding-bottom: 5px;
    cursor: pointer
}

.gj-picker-md.datepicker [role=header] [role=date] {
    font-size: 36px;
    cursor: pointer
}

.gj-picker-md div[role=navigator] {
    height: 42px;
    line-height: 42px;
    text-align: center
}

.gj-picker div[role=navigator] div[role=period] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px
}

.gj-picker-md div[role=navigator] div:first-child,
.gj-picker-md div[role=navigator] div:last-child {
    max-width: 42px
}

.gj-picker-md div[role=navigator] div i.gj-icon,
.gj-picker-md div[role=navigator] div i.material-icons {
    position: absolute;
    top: 8px
}

.gj-picker-md div[role=navigator] div:first-child i.gj-icon,
.gj-picker-md div[role=navigator] div:first-child i.material-icons {
    left: 10px
}

.gj-picker-md div[role=navigator] div:last-child i.gj-icon,
.gj-picker-md div[role=navigator] div:last-child i.material-icons {
    right: 11px
}

.gj-picker-md table thead {
    color: #9e9e9e
}

.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-md table tr td div,
[type=decade].gj-picker-md table tr td div,
[type=year].gj-picker-md table tr td div {
    width: 73px;
    height: 73px;
    line-height: 73px;
    cursor: pointer
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    border-radius: 50%;
    color: rgba(0, 0, 0, .87)
}

.gj-picker-md table tr td.disabled div,
.gj-picker-md table tr td.other-month div {
    color: #bdbdbd
}

.gj-picker-md table tr td.focused div {
    background: #e0e0e0;
    border-radius: 50%
}

.gj-picker-md table tr td.today div {
    color: #ff3b00
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #000 !important;
    background: transparent !important
}

.gj-picker-md table tr td.calendar-week div {
    font-weight: 700
}

.gj-picker-bootstrap {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 4px
}

.gj-modal .gj-picker-bootstrap {
    padding: 0
}

.gj-picker-bootstrap.datepicker [role=header] {
    padding: 10px 20px;
    display: block
}

.gj-picker-bootstrap.datepicker [role=header] [role=year] {
    font-size: 15px;
    cursor: pointer
}

.gj-picker-bootstrap [role=header] [role=date] {
    font-size: 24px;
    cursor: pointer
}

.gj-modal .gj-picker-bootstrap.datepicker [role=body] {
    padding: 15px
}

.gj-picker-bootstrap div[role=navigator] {
    height: 30px;
    line-height: 30px;
    text-align: center
}

.gj-picker-bootstrap div[role=navigator] div:first-child,
.gj-picker-bootstrap div[role=navigator] div:last-child {
    max-width: 30px
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-bootstrap table tr td div,
[type=decade].gj-picker-bootstrap table tr td div,
[type=year].gj-picker-bootstrap table tr td div {
    width: 53px;
    height: 53px;
    line-height: 53px;
    cursor: pointer
}

.gj-picker-bootstrap table tr th div i,
.gj-picker-bootstrap table tr th div span {
    line-height: 30px
}

.gj-picker-bootstrap div[role=navigator] .gj-icon,
.gj-picker-bootstrap div[role=navigator] .material-icons {
    margin: 3px
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    border-radius: 4px;
    color: #212529
}

.gj-picker-bootstrap table tr td.today div {
    color: #204d74;
    font-weight: 700
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    border-radius: 4px
}

.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
    color: #777
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    border-left: 0;
    position: relative;
    border-radius: 0 4px 4px 0
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon,
.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons {
    position: absolute;
    top: 7px;
    left: 7px
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #ced4da
}

.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #6c757d;
    background-color: transparent
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 30px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button {
    width: 48px
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 9px;
    left: 9px
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
    top: 6px;
    left: 6px;
    font-size: 19px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px
}

.gj-timepicker [role=input]::-ms-clear {
    display: none
}

.gj-timepicker [role=right-icon] {
    cursor: pointer
}

.gj-picker.timepicker [role=header] {
    font-size: 58px;
    padding: 20px 0;
    line-height: 58px;
    display: flex;
    align-items: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center
}

.gj-picker.timepicker [role=header] div {
    cursor: pointer;
    width: 66px;
    text-align: right
}

.gj-picker [role=header] [role=mode] {
    position: relative;
    width: 0
}

.gj-picker [role=header] [role=mode] span {
    position: absolute;
    left: 7px;
    line-height: 18px;
    font-size: 18px
}

.gj-picker [role=header] [role=mode] span[role=am] {
    top: 7px
}

.gj-picker [role=header] [role=mode] span[role=pm] {
    bottom: 7px
}

.gj-picker [role=body] [role=dial] {
    width: 256px;
    color: rgba(0, 0, 0, .87);
    height: 256px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    margin: 10px
}

.gj-picker-md .arrow-begin,
.gj-picker-md [role=body] [role=arrow] {
    background-color: #ff3b00
}

.gj-picker [role=body] [role=hour] {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.gj-colorpicker-md,
.gj-timepicker-md {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1
}

.gj-picker [role=body] [role=hour].selected {
    color: #fff
}

.gj-picker [role=body] [role=arrow] {
    top: calc(50% - 1px);
    left: 50%;
    height: 2px;
    position: absolute;
    pointer-events: none;
    transform-origin: left center;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    width: calc(50% - 52px)
}

.gj-picker .arrow-begin {
    top: -3px;
    left: -4px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%
}

.gj-picker .arrow-end {
    top: -15px;
    right: -16px;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: content-box;
    border-width: 16px;
    border-radius: 50%
}

.gj-timepicker-md {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-timepicker-md.small .gj-textbox-md {
    font-size: 14px
}

.gj-timepicker-md.small .gj-icon {
    font-size: 22px
}

.gj-timepicker-md.large .gj-textbox-md {
    font-size: 18px
}

.gj-timepicker-md.large .gj-icon {
    font-size: 28px
}

.gj-timepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-picker-md .arrow-end {
    border: 16px solid #ff3b00
}

.gj-picker-bootstrap .arrow-begin,
.gj-picker-bootstrap [role=body] [role=arrow] {
    background-color: #888
}

.gj-picker-bootstrap .arrow-end {
    border: 16px solid #888
}

.gj-timepicker-bootstrap .input-group-addon {
    border-left: 0;
    position: relative;
    width: 38px;
    border-radius: 0 4px 4px 0
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon {
    width: 30px
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
    width: 46px
}

.gj-timepicker-bootstrap .input-group-addon .gj-icon,
.gj-timepicker-bootstrap .input-group-addon .material-icons {
    position: absolute;
    font-size: 21px;
    top: 6px;
    left: 8px
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
    font-size: 19px;
    top: 5px;
    left: 5px
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px
}

.gj-timepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative
}

.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 30px
}

.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button {
    width: 48px
}

.gj-timepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 7px;
    left: 9px
}

.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
    top: 4px;
    left: 6px;
    font-size: 19px
}

.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
    font-size: 27px;
    top: 8px;
    left: 10px
}

.gj-picker.datetimepicker [role=header] [role=date] {
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer
}

.gj-picker [role=switch] {
    align-items: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.gj-picker [role=switch] [role=calendarMode] {
    position: absolute;
    bottom: 2px;
    left: 0;
    cursor: pointer
}

.gj-picker [role=switch] [role=time] {
    width: 100%;
    text-align: center
}

.gj-picker [role=switch] [role=time] div {
    display: inline;
    cursor: pointer
}

.gj-picker [role=switch] [role=clockMode] {
    position: absolute;
    right: 0;
    bottom: 3px;
    cursor: pointer
}

.gj-picker-md.datetimepicker [role=header] {
    font-size: 36px;
    padding: 10px 20px;
    display: block
}

.gj-picker-md [role=switch] {
    color: hsla(0, 0%, 100%, .54);
    background: #ff3b00;
    font-size: 32px
}

.gj-picker-bootstrap.datetimepicker [role=header] {
    font-size: 36px;
    padding: 10px 20px;
    display: block
}

.gj-picker-bootstrap.datetimepicker [role=header] [role=time] {
    font-size: 22px
}

.gj-slider {
    position: relative;
    padding: 8px 6px
}

.gj-slider [role=track] {
    width: 100%
}

.gj-slider [role=progress] {
    position: absolute;
    z-index: 1203
}

.gj-slider [role=handle] {
    position: absolute
}

.gj-slider-md [role=track] {
    background-color: #e9ecef;
    background-color: rgba(0, 0, 0, .26)
}

.gj-slider-md [role=progress],
.gj-slider-md [role=track] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 2px
}

.gj-slider-md [role=progress] {
    background-color: #ff3b00;
    top: 8px;
    left: 6px
}

.gj-slider-md [role=handle] {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #ff3b00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    filter: none;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204
}

.gj-slider-bootstrap [role=track] {
    border-radius: 4px;
    height: 10px
}

.gj-slider-bootstrap [role=progress] {
    height: 10px;
    border-radius: 4px;
    top: 8px;
    left: 6px;
    transition: none
}

.gj-slider-bootstrap [role=handle] {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    filter: none;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204
}

.gj-slider-bootstrap-3 [role=handle] {
    background-color: #337ab7;
    background-image: linear-gradient(180deg, #337ab7, #2e6da4);
    background-repeat: repeat-x
}

.gj-slider-bootstrap-4 [role=handle] {
    background-color: #007bff;
    background-image: linear-gradient(180deg, #007bff, #2e6da4);
    background-repeat: repeat-x
}

.gj-colorpicker [role=right-icon] {
    cursor: pointer
}

.gj-colorpicker-md {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.gj-colorpicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background: #ff3b00;
    border-radius: 50%
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    vertical-align: middle;
    margin: .2em 2em .2em .4em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after,
.slicknav_nav {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.slicknav_menu {
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 700
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    background-color: none
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background: #f7f7f7;
    color: #fff
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    background: transparent
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.mobile_menu {
    position: absolute;
    right: 10px;
    width: 96%;
    z-index: 9999999
}

.slicknav_menu .slicknav_menutxt {
    display: none
}

.slicknav_menu {
    background: transparent;
    margin-top: 10px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #363e51;
    height: 3px;
    margin: 5px 0;
    transition: all .3s ease 0s;
    width: 25px;
    position: relative
}

.slicknav_menu {
    margin: 0;
    padding: 0
}

.slicknav_icon-bar,
.slicknav_nav {
    background: #fff
}

.slicknav_nav {
    float: right;
    margin-top: 0;
    padding: 0;
    width: 100%
}

.slicknav_nav a:hover {
    border-radius: 0;
    color: #222
}

.slicknav_nav a {
    font-size: 14px;
    color: #363e51;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.slicknav_nav .slicknav_arrow {
    float: right
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
    border-radius: 0;
    color: #000
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    top: 5px;
    padding: 5px;
    right: 5px
}

.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    right: -5px;
    padding-bottom: 3px;
    position: absolute;
    top: -12px
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/*!
 *
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 *
 * Date: 2020-05-20T18:09Z
 *
 */
@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/summernote.eot);
    src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff2) format("woff2"), url(../fonts/summernote.woff) format("woff"), url(../fonts/summernote.ttf) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.note-icon-fw {
    text-align: center;
    width: 1.25em
}

.note-icon-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.note-icon-pull-left {
    float: left
}

.note-icon-pull-right {
    float: right
}

.note-icon.note-icon-pull-left {
    margin-right: .3em
}

.note-icon.note-icon-pull-right {
    margin-left: .3em
}

.note-icon-align:before {
    content: "\EA01"
}

.note-icon-align-center:before {
    content: "\EA02"
}

.note-icon-align-indent:before {
    content: "\EA03"
}

.note-icon-align-justify:before {
    content: "\EA04"
}

.note-icon-align-left:before {
    content: "\EA05"
}

.note-icon-align-outdent:before {
    content: "\EA06"
}

.note-icon-align-right:before {
    content: "\EA07"
}

.note-icon-arrow-circle-down:before {
    content: "\EA08"
}

.note-icon-arrow-circle-left:before {
    content: "\EA09"
}

.note-icon-arrow-circle-right:before {
    content: "\EA0A"
}

.note-icon-arrow-circle-up:before {
    content: "\EA0B"
}

.note-icon-arrows-alt:before {
    content: "\EA0C"
}

.note-icon-arrows-h:before {
    content: "\EA0D"
}

.note-icon-arrows-v:before {
    content: "\EA0E"
}

.note-icon-bold:before {
    content: "\EA0F"
}

.note-icon-caret:before {
    content: "\EA10"
}

.note-icon-chain-broken:before {
    content: "\EA11"
}

.note-icon-circle:before {
    content: "\EA12"
}

.note-icon-close:before {
    content: "\EA13"
}

.note-icon-code:before {
    content: "\EA14"
}

.note-icon-col-after:before {
    content: "\EA15"
}

.note-icon-col-before:before {
    content: "\EA16"
}

.note-icon-col-remove:before {
    content: "\EA17"
}

.note-icon-eraser:before {
    content: "\EA18"
}

.note-icon-float-left:before {
    content: "\EA19"
}

.note-icon-float-none:before {
    content: "\EA1A"
}

.note-icon-float-right:before {
    content: "\EA1B"
}

.note-icon-font:before {
    content: "\EA1C"
}

.note-icon-frame:before {
    content: "\EA1D"
}

.note-icon-italic:before {
    content: "\EA1E"
}

.note-icon-link:before {
    content: "\EA1F"
}

.note-icon-magic:before {
    content: "\EA20"
}

.note-icon-menu-check:before {
    content: "\EA21"
}

.note-icon-minus:before {
    content: "\EA22"
}

.note-icon-orderedlist:before {
    content: "\EA23"
}

.note-icon-pencil:before {
    content: "\EA24"
}

.note-icon-picture:before {
    content: "\EA25"
}

.note-icon-question:before {
    content: "\EA26"
}

.note-icon-redo:before {
    content: "\EA27"
}

.note-icon-rollback:before {
    content: "\EA28"
}

.note-icon-row-above:before {
    content: "\EA29"
}

.note-icon-row-below:before {
    content: "\EA2A"
}

.note-icon-row-remove:before {
    content: "\EA2B"
}

.note-icon-special-character:before {
    content: "\EA2C"
}

.note-icon-square:before {
    content: "\EA2D"
}

.note-icon-strikethrough:before {
    content: "\EA2E"
}

.note-icon-subscript:before {
    content: "\EA2F"
}

.note-icon-summernote:before {
    content: "\EA30"
}

.note-icon-superscript:before {
    content: "\EA31"
}

.note-icon-table:before {
    content: "\EA32"
}

.note-icon-text-height:before {
    content: "\EA33"
}

.note-icon-trash:before {
    content: "\EA34"
}

.note-icon-underline:before {
    content: "\EA35"
}

.note-icon-undo:before {
    content: "\EA36"
}

.note-icon-unorderedlist:before {
    content: "\EA37"
}

.note-icon-video:before {
    content: "\EA38"
}

.note-frame {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif;
    border-radius: 4px
}

.note-toolbar {
    padding: 10px 5px;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.note-btn-group {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

.note-btn-group>.note-btn-group {
    margin-right: 0
}

.note-btn-group>.note-btn:first-child {
    margin-left: 0
}

.note-btn-group .note-btn+.note-btn,
.note-btn-group .note-btn+.note-btn-group,
.note-btn-group .note-btn-group+.note-btn,
.note-btn-group .note-btn-group+.note-btn-group {
    margin-left: -1px
}

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

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

.note-btn-group.open>.note-dropdown {
    display: block
}

.note-btn {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: 0;
    color: #333;
    background-color: #fff;
    border: 1px solid #dae0e5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.note-btn.focus,
.note-btn:focus,
.note-btn:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #dae0e5
}

.note-btn.disabled.focus,
.note-btn.disabled:focus,
.note-btn[disabled].focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn.focus,
fieldset[disabled] .note-btn:focus {
    background-color: #fff;
    border-color: #dae0e5
}

.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
    color: #333;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #ebebeb;
    outline: 0;
    border-radius: 1px
}

.note-btn.active,
.note-btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
    cursor: not-allowed;
    -webkit-opacity: .65;
    -khtml-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    box-shadow: none
}

.note-btn>span.note-icon-caret:first-child {
    margin-left: -1px
}

.note-btn>span.note-icon-caret:nth-child(2) {
    padding-left: 3px;
    margin-right: -5px
}

.note-btn-primary {
    background: #fa6362;
    color: #fff
}

.note-btn-primary.focus,
.note-btn-primary:focus,
.note-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #fa6362;
    border-radius: 1px
}

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

.note-btn-block+.note-btn-block {
    margin-top: 5px
}

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

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    opacity: .2
}

.close:hover {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.note-dropdown {
    position: relative
}

.note-color .dropdown-toggle {
    width: 30px;
    padding-left: 5px
}

.note-dropdown-menu {
    display: none;
    min-width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 5px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .06)
}

.note-dropdown-menu>:last-child {
    margin-right: 0
}

.note-btn-group.open .note-dropdown-menu,
.note-dropdown-item {
    display: block
}

.note-dropdown-item:hover {
    background-color: #ebebeb
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
    margin: 5px 0;
    color: #000;
    text-decoration: none
}

.note-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none
}

.note-modal.open {
    display: block
}

.note-modal-content {
    position: relative;
    width: auto;
    margin: 30px 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
    background-clip: border-box;
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.note-modal-header {
    padding: 10px 20px;
    border: 1px solid #ededef
}

.note-modal-body {
    position: relative;
    padding: 20px 30px
}

.note-modal-body kbd {
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    padding: 3px 5px;
    font-weight: 700;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: center
}

.note-modal-footer a {
    color: #337ab7;
    text-decoration: none
}

.note-modal-footer a:focus,
.note-modal-footer a:hover {
    color: #23527c;
    text-decoration: underline
}

.note-modal-footer .note-btn {
    float: right
}

.note-modal-title {
    font-size: 20px;
    color: #42515f;
    margin: 0;
    line-height: 1.4
}

.note-modal-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1040;
    background: #000;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    display: none
}

.note-modal-backdrop.open {
    display: block
}

@media (min-width:768px) {
    .note-modal-content {
        width: 600px;
        margin: 30px auto
    }
}

@media (min-width:992px) {
    .note-modal-content-large {
        width: 900px
    }
}

.note-modal .note-help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

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

.note-modal .note-nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
    color: #0056b3;
    text-decoration: none
}

.note-modal .note-nav-link.disabled {
    color: #868e96
}

.note-modal .note-nav-tabs {
    border-bottom: 1px solid #ddd
}

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

.note-modal .note-nav-tabs .note-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.note-modal .note-nav-tabs .note-nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.note-modal .note-tab-content {
    margin: 15px auto
}

.note-modal .note-tab-content>.note-tab-pane,
.note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child {
    display: none
}

.note-modal .note-tab-content>.note-tab-pane:target,
.note-modal .note-tab-content>:last-child {
    display: block
}

.note-form-group {
    padding-bottom: 20px
}

.note-form-group:last-child {
    padding-bottom: 0
}

.note-form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #42515f;
    margin-bottom: 10px;
    font-weight: 700
}

.note-input {
    width: 100%;
    display: block;
    border: 1px solid #ededef;
    background: #fff;
    outline: 0;
    padding: 6px 4px;
    font-size: 14px;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-input::-webkit-input-placeholder {
    color: #eee
}

.note-input:-moz-placeholder,
.note-input::-moz-placeholder {
    color: #eee
}

.note-input:-ms-input-placeholder {
    color: #eee
}

.note-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    transition: opacity .15s;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

.note-tooltip.in {
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.note-tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.note-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.note-tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.note-tooltip.bottom .note-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.note-tooltip.top .note-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.note-tooltip.right .note-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.note-tooltip.left .note-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.note-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.note-tooltip-content {
    max-width: 200px;
    font-family: sans-serif;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000
}

.note-popover {
    position: absolute;
    z-index: 1060;
    display: block;
    font-size: 13px;
    font-family: sans-serif;
    display: none;
    background: #fff;
    border: 1px solid #ccc
}

.note-popover.in {
    display: block
}

.note-popover.top {
    margin-top: -10px;
    padding: 5px 0
}

.note-popover.right {
    margin-left: 10px;
    padding: 0 5px
}

.note-popover.bottom {
    margin-top: 10px;
    padding: 5px 0
}

.note-popover.left {
    margin-left: -10px;
    padding: 0 5px
}

.note-popover.bottom .note-popover-arrow {
    top: -11px;
    left: 20px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.note-popover.bottom .note-popover-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.note-popover.top .note-popover-arrow {
    bottom: -11px;
    left: 20px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25)
}

.note-popover.top .note-popover-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-bottom-width: 0;
    border-top-color: #fff
}

.note-popover.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.note-popover.right .note-popover-arrow:after {
    left: 1px;
    margin-top: -10px;
    content: " ";
    border-left-width: 0;
    border-right-color: #fff
}

.note-popover.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.note-popover.left .note-popover-arrow:after {
    right: 1px;
    margin-top: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.note-popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent
}

.note-popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: " ";
    border: 10px solid transparent
}

.note-popover-content {
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 100px;
    min-height: 30px
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: #fff;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: none
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, .19607843137254902)
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: hsla(0, 0%, 50.2%, .11372549019607843)
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
    float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0;
    padding: 7px 10px 2px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: hsla(0, 0%, 50.2%, .11372549019607843);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, .19607843137254902)
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(0, 0, 0, .19607843137254902)
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-editor.note-airframe {
    border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0
}

.note-popover.popover {
    display: none;
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px !important
}

.note-toolbar {
    position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
    margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
    right: 0;
    left: auto
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
    right: 9px;
    left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
    right: 10px;
    left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
    color: #00bfff;
    visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
    visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all .2s
}

.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-modal .note-modal-form {
    margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px
}

.note-placeholder {
    position: absolute;
    display: none;
    color: grey
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

.note-editor .note-editing-area .note-editable table {
    width: 100%;
    border-collapse: collapse
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
    border: 1px solid #ececec;
    padding: 5px 3px
}

.note-editor .note-editing-area .note-editable a {
    background-color: inherit;
    text-decoration: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #337ab7
}

.note-editor .note-editing-area .note-editable a:focus,
.note-editor .note-editing-area .note-editable a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0
}

.note-editor .note-editing-area .note-editable figure {
    margin: 0
}

.note-modal .note-modal-body label {
    margin-bottom: 2px;
    padding: 2px 5px;
    display: inline-block
}

.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto
    }
}

.help-list-item label {
    margin-bottom: 5px;
    display: inline-block
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-BlackItalic.woff2) format("woff2"), url(../fonts/CircularStd-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Bold.woff2) format("woff2"), url(../fonts/CircularStd-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Black.woff2) format("woff2"), url(../fonts/CircularStd-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-BoldItalic.woff2) format("woff2"), url(../fonts/CircularStd-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Circular Std Book;
    src: url(../fonts/CircularStd-BookItalic.woff2) format("woff2"), url(../fonts/CircularStd-BookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularSpotifyText-LightItalic.woff2) format("woff2"), url(../fonts/CircularSpotifyText-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Circular Std Book;
    src: url(../fonts/CircularStd-Book.woff2) format("woff2"), url(../fonts/CircularStd-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Medium.woff2) format("woff2"), url(../fonts/CircularStd-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularSpotifyText-Light.woff2) format("woff2"), url(../fonts/CircularSpotifyText-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-MediumItalic.woff2) format("woff2"), url(../fonts/CircularStd-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

body {
    font-family: Circular Std Book;
    font-style: normal;
    font-weight: 400;
    color: var(--text_color);
    overflow-x: hidden;
    background-color: var(--background_color)
}

.img {
    max-width: 100%;
    transition: .3s
}

a {
    text-decoration: none
}

.button,
a,
button {
    transition: .3s
}

.button:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: none
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    text-decoration: none
}

button:focus,
input:focus {
    outline: none
}

a,
button {
    outline: medium none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Circular Std Book;
    color: var(--text_color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h4 {
    font-size: 20px;
    line-height: 25px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #687083;
    margin-bottom: 0
}

label,
p {
    font-weight: 400
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 20px;
    top: -45px;
    display: flex;
    grid-gap: 5px
}

.owl-carousel .owl-nav div {
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    background: var(--base_color);
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-nav div.owl-prev {
    right: 40px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: var(--text_color);
    border-color: var(--text_color)
}

.mb-85 {
    margin-bottom: 85px
}

@media (max-width:575.98px) {
    .mb-85 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .mb-85 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .mb-85 {
        margin-bottom: 40px
    }
}

.mb-65 {
    margin-bottom: 65px
}

@media (max-width:575.98px) {
    .mb-65 {
        margin-bottom: 20px
    }
}

.mt-80 {
    margin-top: 80px
}

.mb_3 {
    margin-bottom: 3px
}

.mb_5 {
    margin-bottom: 5px
}

.mb_6 {
    margin-bottom: 6px
}

.mb_7 {
    margin-bottom: 7px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_12 {
    margin-bottom: 12px
}

.mb_13 {
    margin-bottom: 13px
}

.mb_14 {
    margin-bottom: 14px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_18 {
    margin-bottom: 18px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_21 {
    margin-bottom: 21px
}

.mb_23 {
    margin-bottom: 23px
}

.mb_25 {
    margin-bottom: 25px
}

.mb_28 {
    margin-bottom: 28px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_32 {
    margin-bottom: 32px
}

.mb_35 {
    margin-bottom: 35px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_42 {
    margin-bottom: 42px
}

.mb_45 {
    margin-bottom: 45px
}

.mb_37 {
    margin-bottom: 37px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_52 {
    margin-bottom: 52px
}

.mb_53 {
    margin-bottom: 53px
}

.mb_55 {
    margin-bottom: 55px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_65 {
    margin-bottom: 65px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_76 {
    margin-bottom: 76px
}

.mb_80 {
    margin-bottom: 80px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mt_10 {
    margin-top: 10px
}

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

.mb_27 {
    margin-bottom: 27px
}

.mr_5 {
    margin-right: 5px
}

.mr_15 {
    margin-right: 15px
}

.mr_20 {
    margin-right: 20px
}

.mr_30 {
    margin-right: 30px
}

.mr_40 {
    margin-right: 40px
}

.mr_50 {
    margin-right: 50px
}

.mr_10 {
    margin-right: 10px
}

.pt_15 {
    padding-top: 15px
}

.pb_5 {
    padding-bottom: 5px
}

.pb_10 {
    padding-bottom: 10px
}

.pb_11 {
    padding-bottom: 11px
}

.pb_15 {
    padding-bottom: 15px
}

.pb_20 {
    padding-bottom: 20px
}

.pb_25 {
    padding-bottom: 25px
}

.padding25 {
    padding: 25px
}

@media (max-width:767.98px) {
    .pt_70 {
        padding-top: 30px
    }
}

.xl_mb_60 {
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .xl_mb_60 {
        margin-bottom: 60px
    }
}

.max_450px {
    max-width: 450px
}

.gray_color_1 {
    background: #fcfdfd
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    display: none
}

#back-top a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    /* display: block; */
    color: #fff;
    line-height: 40px;
    background: var(--base_color);
    font-size: 15px;
    border-radius: 30px;
    transition: .3s;
    box-shadow: 0 10px 20px 0 rgba(253, 73, 73, .3);
    display: flex;
    align-items: center;
    justify-content: center;

}

.lineHeight1 {
    line-height: 1.71
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4f1;
    z-index: 99999
}

.preloader h3 {
    position: relative;
    font-size: 10vw;
    color: transparent;
    -webkit-text-stroke: .2vw #687083;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 0
}

.preloader h3:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: var(--base_color);
    -webkit-text-stroke: .2vw var(--base_color) !important;
    border-right: 3px solid var(--base_color);
    overflow: hidden;
    -webkit-animation: typeload 6s linear infinite;
    animation: typeload 6s linear infinite;
    z-index: 9
}

@-webkit-keyframes typeload {

    0%,
    20%,
    to {
        width: 0
    }

    70%,
    90% {
        width: 100%
    }
}

@keyframes typeload {

    0%,
    20%,
    to {
        width: 0
    }

    70%,
    90% {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .col-12 {
        position: relative
    }
}

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

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

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

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

.section_spacing {
    padding: 55px 0 20px
}

@media (max-width:767.98px) {
    .section_spacing {
        padding: 55px 0 20px
    }
}

.section_spacing2 {
    padding: 30px 0 60px
}

@media (max-width:767.98px) {
    .section_spacing2 {
        padding: 30px 0 60px
    }
}

.section_spacing3 {
    padding: 55px 0 30px
}

@media (max-width:767.98px) {
    .section_spacing3 {
        padding: 55px 0 30px
    }
}

.section_spacing4 {
    padding: 5px 0 53px
}

@media (max-width:767.98px) {
    .section_spacing4 {
        padding: 5px 0 53px
    }
}

.section_spacing5 {
    padding: 95px 0 67px
}

@media (max-width:767.98px) {
    .section_spacing5 {
        padding: 70px 0 37px
    }
}

.section_spacing6 {
    padding: 100px 0 70px
}

@media (max-width:767.98px) {
    .section_spacing6 {
        padding: 70px 0 40px
    }
}

.section_spacing7 {
    padding: 95px 0 70px
}

@media (max-width:767.98px) {
    .section_spacing7 {
        padding: 70px 0 40px
    }
}

.section_padding8 {
    padding: 116px 0 90px
}

@media (min-width:768px) and (max-width:991.98px) {
    .section_padding8 {
        padding: 80px 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .section_padding8 {
        padding: 70px 0 40px
    }
}

@media (max-width:575.98px) {
    .section_padding8 {
        padding: 70px 0 40px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .section_padding8 {
        padding: 70px 0 40px
    }
}

.home3_padding {
    padding: 88px 0 0
}

@media (max-width:767.98px) {
    .home3_padding {
        padding: 68px 0 0
    }
}

.home3_padding2 {
    padding: 58px 0 65px
}

@media (max-width:767.98px) {
    .home3_padding2 {
        padding: 38px 0 45px
    }
}

.home3_padding3 {
    padding: 100px 0 65px
}

@media (max-width:767.98px) {
    .home3_padding3 {
        padding: 38px 0 45px
    }
}

.home4_padding {
    padding: 94px 0 62px
}

@media (max-width:767.98px) {
    .home4_padding {
        padding: 68px 0 37px
    }
}

.home4_padding2 {
    padding: 100px 0 69px
}

@media (max-width:767.98px) {
    .home4_padding2 {
        padding: 75px 0 45px
    }
}

.home4_padding3 {
    padding: 95px 0 60px
}

@media (max-width:767.98px) {
    .home4_padding3 {
        padding: 68px 0 35px
    }
}

.home5_padding {
    padding: 130px 0 110px
}

@media (max-width:767.98px) {
    .home5_padding {
        padding: 68px 0 46px
    }
}

.home6_padding {
    padding: 93px 0 64px
}

@media (max-width:767.98px) {
    .home6_padding {
        padding: 68px 0 39px
    }
}

.home6_padding2 {
    padding: 0 0 70px
}

@media (max-width:767.98px) {
    .home6_padding2 {
        padding: 0 0 45px
    }
}

.home6_padding3 {
    padding: 65px 0 70px
}

@media (max-width:767.98px) {
    .home6_padding3 {
        padding: 40px 0 45px
    }
}

.home7_padding {
    padding: 55px 0 30px
}

@media (max-width:767.98px) {
    .home7_padding {
        padding: 60px 0 30px
    }
}

.home7_padding2 {
    padding: 55px 0 25px
}

@media (max-width:767.98px) {
    .home7_padding2 {
        padding: 60px 0 25px
    }
}

.home7_padding3 {
    padding: 0 0 30px
}

@media (max-width:767.98px) {
    .home7_padding3 {
        padding: 0 0 30px
    }
}

.home8_padding {
    padding: 150px 0 120px
}

@media (max-width:767.98px) {
    .home8_padding {
        padding: 75px 0 40px
    }
}

.home8_padding2 {
    padding: 141px 0 120px
}

@media (max-width:767.98px) {
    .home8_padding2 {
        padding: 65px 0 40px
    }
}

.home9_padding {
    padding: 110px 0 90px
}

@media (max-width:767.98px) {
    .home9_padding {
        padding: 32px 0 34px
    }
}

.home9_padding2 {
    padding: 140px 0 115px
}

@media (max-width:767.98px) {
    .home9_padding2 {
        padding: 63px 0 34px
    }
}

.home10_padding {
    padding: 133px 0 105px
}

@media (max-width:767.98px) {
    .home10_padding {
        padding: 63px 0 34px
    }
}

.home10_padding2 {
    padding: 140px 0 110px
}

@media (max-width:767.98px) {
    .home10_padding2 {
        padding: 70px 0 40px
    }
}

.home10_padding3 {
    padding: 106px 0 110px
}

@media (max-width:767.98px) {
    .home10_padding3 {
        padding: 35px 0 40px
    }
}

.home10_padding4 {
    padding: 130px 0 110px
}

@media (max-width:767.98px) {
    .home10_padding4 {
        padding: 70px 0 40px
    }
}

.home11_padding {
    padding: 89px 0 70px
}

@media (max-width:767.98px) {
    .home11_padding {
        padding: 70px 0 40px
    }
}

.home11_padding_top {
    padding: 89px 0 0
}

@media (max-width:767.98px) {
    .home11_padding_top {
        padding: 70px 0 0
    }
}

.home14_padding {
    padding: 75px 0 50px
}

@media (max-width:767.98px) {
    .home14_padding {
        padding: 60px 0 30px
    }
}

.home14_padding2 {
    padding: 80px 0 50px
}

@media (max-width:767.98px) {
    .home14_padding2 {
        padding: 60px 0 30px
    }
}

.home17_padding {
    padding: 80px 0 50px
}

@media (max-width:767.98px) {
    .home17_padding {
        padding: 60px 0 30px
    }
}

.home17_padding2 {
    padding: 73px 0 50px
}

@media (max-width:767.98px) {
    .home17_padding2 {
        padding: 60px 0 30px
    }
}

.home17_padding3 {
    padding: 68px 0 50px
}

@media (max-width:767.98px) {
    .home17_padding3 {
        padding: 60px 0 30px
    }
}

.pt_120 {
    padding-top: 120px
}

@media (max-width:767.98px) {
    .pt_120 {
        padding-top: 70px
    }
}

.pb_120 {
    padding-bottom: 120px
}

@media (max-width:767.98px) {
    .pb_120 {
        padding-bottom: 70px
    }
}

.pt_110 {
    padding-top: 110px
}

@media (max-width:767.98px) {
    .pt_110 {
        padding-top: 70px
    }
}

.pt_113 {
    padding-top: 113px
}

@media (max-width:767.98px) {
    .pt_113 {
        padding-top: 73px
    }
}

.pb_110 {
    padding-bottom: 110px
}

@media (max-width:767.98px) {
    .pb_110 {
        padding-bottom: 70px
    }
}

.pb_113 {
    padding-bottom: 113px
}

@media (max-width:767.98px) {
    .pb_113 {
        padding-bottom: 73px
    }
}

.pt_100 {
    padding-top: 100px
}

@media (max-width:767.98px) {
    .pt_100 {
        padding-top: 70px
    }
}

.pb_100 {
    padding-bottom: 100px
}

@media (max-width:767.98px) {
    .pb_100 {
        padding-bottom: 70px
    }
}

.pt_90 {
    padding-top: 90px
}

@media (max-width:767.98px) {
    .pt_90 {
        padding-top: 40px
    }
}

.pt_97 {
    padding-top: 97px
}

@media (max-width:767.98px) {
    .pt_97 {
        padding-top: 67px
    }
}

.pt_70 {
    padding-top: 70px
}

@media (max-width:767.98px) {
    .pt_70 {
        padding-top: 40px
    }
}

.pb_90 {
    padding-bottom: 90px
}

@media (max-width:767.98px) {
    .pb_90 {
        padding-bottom: 40px
    }
}

.pb_85 {
    padding-bottom: 85px
}

@media (max-width:767.98px) {
    .pb_85 {
        padding-bottom: 35px
    }
}

.owl-dots {
    display: flex;
    justify-content: center
}

.owl-dots .owl-dot {
    margin: 0 5px
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #d9e3e3;
    display: inline-block;
    transition: .3s
}

.owl-dots .owl-dot span:hover {
    transform: scale(1.2)
}

.owl-dots .owl-dot.active span {
    width: 30px
}

.amazy_full_height {
    height: calc(100% - 25px)
}

.font_10 {
    font-size: 10px
}

.font_12 {
    font-size: 12px !important
}

.font_14 {
    font-size: 14px !important
}

.font_15 {
    font-size: 15px
}

.font_16 {
    font-size: 16px
}

.font_18 {
    font-size: 18px
}

.font_20 {
    font-size: 20px
}

.font_22 {
    font-size: 22px
}

.font_25 {
    font-size: 25px
}

.font_24 {
    font-size: 24px
}

.font_30 {
    font-size: 30px;
    line-height: 45px
}

@media (max-width:767.98px) {
    .font_30 {
        font-size: 25px;
        line-height: 35px
    }
}

.font_40 {
    font-size: 40px;
    line-height: 55px
}

@media (max-width:767.98px) {
    .font_40 {
        font-size: 25px;
        line-height: 35px
    }
}

.font_45 {
    font-size: 45px
}

.font_50 {
    font-size: 50px
}

.font_60 {
    font-size: 60px
}

.font_70 {
    font-size: 70px
}

.font_80 {
    font-size: 80px
}

.f_w_300 {
    font-weight: 300 !important
}

.f_w_400 {
    font-weight: 400 !important
}

.f_w_500 {
    font-weight: 500 !important
}

.f_w_600 {
    font-weight: 600 !important
}

.f_w_700 {
    font-weight: 700 !important
}

.dot_devide {
    display: inline-block !important
}

.priamry_text {
    color: var(--text_color)
}

.secondary_text {
    color: var(--base_color) !important
}

.theme_hover {
    transition: .3s
}

.theme_hover:hover {
    color: var(--base_color) !important
}

.mute_text {
    color: #687083
}

.font_1,
.font_2 {
    font-family: Circular Std Book
}

.theme_search_field {
    background: transparent;
    height: 50px;
    border-radius: 5px;
    width: 400px;
    border: 1px solid #f1f1f1
}

.theme_search_field button {
    font-size: 18px;
    color: #ff1c5e;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px
}

.theme_search_field button:hover {
    color: #ff1c5e
}

.theme_search_field input {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    font-family: Circular Std Book;
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px
}

.theme_search_field input::-moz-placeholder {
    color: #687083
}

.theme_search_field input:-ms-input-placeholder {
    color: #687083
}

.theme_search_field input::placeholder {
    color: #687083
}

.theme_search_field.large_search_field {
    width: 500px;
    height: 60px
}

.theme_search_field.large_search_field button {
    padding-left: 30px
}

.theme_search_field.large_search_field input {
    height: 60px;
    line-height: 60px
}

.header_search_field {
    background: var(--menu_color);
    height: 50px;
    border-radius: 5px;
    width: 640px;
    border: 1px solid #f1f1f1
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .header_search_field {
        width: 450px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_search_field {
        width: 350px
    }
}

.header_search_field button {
    font-size: 18px;
    color: var(--base_color);
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px
}

.header_search_field button:hover {
    color: var(--base_color)
}

.header_search_field input {
    font-size: 14px;
    font-weight: 400;
    font-family: Circular Std Book;
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px;
    color: var(--text_color)
}

.header_search_field input::-moz-placeholder {
    color: #687083
}

.header_search_field input:-ms-input-placeholder {
    color: #687083
}

.header_search_field input::placeholder {
    color: #687083
}

.header_search_field.large_search_field {
    width: 500px;
    height: 60px
}

.header_search_field.large_search_field button {
    padding-left: 30px
}

.header_search_field.large_search_field input {
    height: 60px;
    line-height: 60px
}

.small_select:after {
    font-size: 10px
}

.theme_select {
    border: 1px solid #e1e2e6 !important;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 30px
}

.theme_select.style2 {
    padding-left: 20px;
    border: 1px solid #e3e6ef !important;
    border-radius: 0
}

.theme_select.style2.open:after {
    content: "\E622"
}

.theme_select.style2:after {
    content: "\E61A";
    right: 25px
}

.theme_select.style2 .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: #687083
}

.theme_select.select_transparent {
    background: transparent !important
}

.theme_select:after {
    right: 33px;
    top: 6px;
    color: #687083;
    font-size: 12px
}

.theme_select .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 50px
}

.theme_select .list {
    width: 100%
}

.theme_select .list .option {
    font-size: 14px;
    font-weight: 400
}

.nowrap {
    white-space: nowrap
}

.pagination_lists {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.pagination_lists li:not(:last-child) {
    margin-right: 10px
}

.pagination_lists li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    flex: 40px 0 0;
    text-align: center;
    line-height: 40px;
    transition: .3s;
    font-size: 16px;
    color: #656565;
    font-weight: 600
}

.pagination_lists li a.active,
.pagination_lists li a:hover {
    background: #fd1c5e;
    border-color: #fd1c5e;
    color: #fff
}

.badge_1 {
    background: #fd1c5e
}

.badge_1,
.badge_2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 4.5px 15px
}

.badge_2 {
    background: #33c922
}

.text_underline {
    text-decoration: underline !important
}

.cursor_default {
    cursor: default !important
}

.vertical_line {
    height: 10px;
    width: 1px;
    background: hsla(0, 0%, 100%, .2);
    display: inline-block
}

.vertical_line.dark_line {
    background: rgba(0, 0, 0, .1)
}

.vertical_line.style2 {
    background: #f1f1f1;
    height: 15px
}

.vertical_line.style3 {
    background: hsla(0, 0%, 94.5%, .1);
    height: 15px
}

.vertical_line.style4 {
    background: #f1f1f1;
    height: 10px
}

.vertical_line.style5 {
    background: #3b3b3b;
    height: 15px
}

.vertical_line2 {
    height: 30px;
    width: 1px;
    background: #f1f1f1;
    display: inline-block
}

.vertical_line2.dark_line {
    background: rgba(0, 0, 0, .1)
}

.horizontal_line {
    height: 1px;
    width: 30px;
    background: #f1f1f1;
    display: inline-block
}

.horizontal_line.opacity_2 {
    background: hsla(0, 0%, 94.5%, .2)
}

.amazy_dashBorder {
    border-bottom: 1px dashed #e3e6ef
}

.amazy_bb {
    border-bottom: 1px solid var(--border_color)
}

.amazy_bb2 {
    border-bottom: 1px solid #e3e6ef
}

.amazy_bb3 {
    border-bottom: 1px solid #eef0f4
}

.border_bottom1px {
    border-bottom: 1px solid #f3f3f3
}

.theme_border {
    border: 1px solid #eef0f4
}

.theme_border2 {
    border: 1px solid #e3e6ef
}

.home3_border {
    border-top: 1px solid #f1f1f1
}

.home6_border {
    border-bottom: 1px solid #e3e6ef
}

.home10_border {
    border-bottom: 1px solid #ebebeb
}

.home10_border2 {
    border-bottom: 1px solid #e1e2e6
}

.border {
    border: 1px solid #e1e2e6
}

.border2 {
    border: 1px solid #f3f3f3
}

.border3 {
    border: 1px solid #e3e3e3
}

.radius_5px {
    border-radius: 5px
}

.radius_10px {
    border-radius: 10px
}

.gap_5 {
    grid-gap: 5px
}

.gap_7 {
    grid-gap: 7px
}

.gap_10 {
    grid-gap: 10px
}

.gap_12 {
    grid-gap: 12px
}

.gap_13 {
    grid-gap: 13px
}

.gap_15 {
    grid-gap: 15px
}

.gap_20 {
    grid-gap: 20px
}

.gap_25 {
    grid-gap: 25px
}

.gap_30 {
    grid-gap: 30px
}

.gap_40 {
    grid-gap: 40px
}

.gap_r15 {
    grid-row-gap: 15px
}

.gap_c40 {
    grid-column-gap: 40px
}

.home2_deal_border {
    border: 2px solid #fd9a23
}

.home2_deal_border .col-xl-3 .product_widget3 {
    margin: 0
}

.amaz_pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.amaz_pagination .arrow_btns {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    grid-gap: 5px;
    margin: 0 10px
}

.amaz_pagination .arrow_btns i {
    font-size: 7px
}

.amaz_pagination a {
    color: var(--text_color)
}

.amaz_pagination a:hover {
    color: var(--base_color)
}

.amaz_pagination .page_counter_dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px
}

.amaz_pagination .page_counter {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: Circular Std Book;
    margin: 0 2.5px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border_color);
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    border-radius: 50%;
    justify-content: center;
    line-height: 1
}

.amaz_pagination .page_counter.active,
.amaz_pagination .page_counter:hover {
    color: #fff;
    background: var(--base_color);
    border-color: var(--base_color)
}

.amaz_pagination .page_counter:first-child {
    margin-right: 15px
}

.amaz_pagination .page_counter:last-child {
    margin-left: 15px
}

@media (min-width:992px) {
    .mega_static {
        position: static !important
    }
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: transparent;
    width: 11px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: transparent
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: transparent;
    opacity: 0
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: 0
}

.list_disc {
    list-style: disc !important
}

.home12_dark_overlay {
    position: relative;
    z-index: 0
}

.home12_dark_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(1, 3, 11, .3)
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    z-index: 12
}

@media (max-width:767.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important
    }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\E64A";
    font-family: themify;
    font-size: 15px;
    color: #fff
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\E649";
    font-family: themify;
    font-size: 15px;
    color: #fff
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 50px;
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 50px;
    left: auto
}

.swiper-pagination {
    bottom: 34px !important
}

@media (max-width:767.98px) {
    .swiper-pagination {
        display: none !important
    }
}

.swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: Circular Std Book;
    opacity: 1 !important;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0 7.5px !important;
    position: relative;
    line-height: 1
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-left: 40px;
    margin-left: 3px !important
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 2px
}

.swiper-button-next,
.swiper-button-prev {
    margin: 0 !important;
    transform: translateY(-50%)
}

.nice-select .list {
    background-color: #fff;
    color: #d1d1d1;
    z-index: 80;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .12);
    line-height: 32px;
    padding: 10px 0;
    border: 0
}

.nice-select .list li.option {
    color: #d1d1d1;
    visibility: visible;
    line-height: 32px;
    background: #fff;
    font-size: 15px;
    min-height: 32px
}

.nice-select .list li.option.focus,
.nice-select .list li.option.selected,
.nice-select .list li.option.selected.focus,
.nice-select .list li.option:hover {
    color: var(--text_color);
    background: #fff
}

.small_select {
    border: 1px solid #e9e7f7 !important;
    height: 35px;
    min-width: 180px;
    line-height: 34px;
    padding-left: 20px
}

.small_select:after {
    right: 22px;
    top: 6px;
    color: #687083;
    font-size: 8px
}

.small_select .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px
}

.small_select .list {
    width: 100%
}

.small_select .list .option {
    font-size: 14px;
    font-weight: 500
}

.amaz_select {
    border: 1px solid var(--border_color) !important;
    height: 35px;
    min-width: 160px;
    line-height: 35px;
    padding-left: 20px
}

.amaz_select:after {
    right: 22px;
    top: 6px;
    color: #687083;
    font-size: 10px
}

.amaz_select .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 30px
}

.amaz_select .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0
}

.amaz_select .list .option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px
}

.amaz_select2 {
    border: 1px solid var(--border_color) !important;
    height: 45px;
    min-width: 160px;
    line-height: 45px;
    border-radius: 5px;
    padding-left: 15px
}

.amaz_select2.style2 {
    padding-left: 0;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid var(--border_color) !important
}

.amaz_select2.style2 .current {
    font-family: Circular Std Book;
    font-size: 16px;
    font-weight: 400;
    color: #687083
}

.amaz_select2.style2:after {
    right: 1px
}

.amaz_select2:after {
    content: "\F0D7";
    font-family: Font Awesome\ 5 free;
    right: 16px;
    top: 4px;
    color: #687083;
    font-size: 12px;
    font-weight: 900
}

.amaz_select2 .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 45px
}

.amaz_select2 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0
}

.amaz_select2 .list .option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px
}

.amaz_select3 {
    border: 0 !important;
    height: 31px;
    min-width: 107px;
    line-height: 31px;
    padding-left: 10px
}

.amaz_select3:after {
    right: 13px;
    top: 6px;
    color: var(--text_color);
    font-size: 8px
}

.amaz_select3 .current {
    font-family: Circular Std Book;
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 31px
}

.amaz_select3 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
    font-size: 12px
}

.amaz_select3 .list .option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px
}

.amaz_select4 {
    border: 0;
    height: 40px;
    min-width: 160px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #f5f8fa;
    padding-left: 15px
}

.amaz_select4.style2 {
    border-radius: 3px
}

.amaz_select4:after {
    right: 16px;
    top: 5px;
    color: #687083;
    font-size: 8px;
    font-weight: 900
}

.amaz_select4 .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 40px
}

.amaz_select4 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0
}

.amaz_select4 .list .option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px
}

.amaz_select5 {
    border: 0;
    height: 40px;
    min-width: 148px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 15px
}

.amaz_select5.style2 {
    border-radius: 3px
}

.amaz_select5:after {
    right: 16px;
    top: 5px;
    color: var(--text_color);
    font-size: 8px;
    font-weight: 900
}

.amaz_select5 .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 40px
}

.amaz_select5 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0
}

.amaz_select5 .list .option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px
}

.amaz_select6 {
    border: 0;
    height: 40px;
    min-width: 160px;
    line-height: 40px;
    border-radius: 0;
    background-color: #fff;
    padding-left: 20px;
    border: 1px solid var(--border_color) !important
}

.amaz_select6.style2 {
    border-radius: 3px
}

.amaz_select6:after {
    right: 20px;
    top: 4px;
    color: #687083;
    font-size: 8px;
    font-weight: 900;
    content: "\E61A"
}

.amaz_select6 .current {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 40px;
    text-transform: capitalize
}

.amaz_select6 .list {
    width: 100%;
    border-radius: 0;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 0;
    padding: 12px 0
}

.amaz_select6 .list li.option {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
    text-transform: capitalize;
    padding-left: 20px
}

.amaz_select6 .list li.option:hover {
    color: var(--text_color)
}

.theme_search_field4 {
    background: transparent;
    height: 50px;
    border-radius: 5px;
    width: 510px;
    border: 1px solid #e3e6ef
}

@media (min-width:1200px) and (max-width:1459.98px) {
    .theme_search_field4 {
        width: 280px
    }
}

.theme_search_field4 button {
    font-size: 18px;
    color: var(--base_color);
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px
}

.theme_search_field4 button:hover {
    color: var(--base_color)
}

.theme_search_field4 input {
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    font-family: Circular Std Book;
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px
}

.theme_search_field4 input::-moz-placeholder {
    color: #687083
}

.theme_search_field4 input:-ms-input-placeholder {
    color: #687083
}

.theme_search_field4 input::placeholder {
    color: #687083
}

.theme_search_field4.large_search_field {
    width: 500px;
    height: 60px
}

.theme_search_field4.large_search_field button {
    padding-left: 30px
}

.theme_search_field4.large_search_field input {
    height: 60px;
    line-height: 60px
}

.theme_search_field4.style2 {
    border-radius: 0;
    border-color: #e3e6ef
}

.theme_search_field4.style2 i {
    color: var(--base_color)
}

.theme_search_field4.style2 input {
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    font-family: Circular Std Book;
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 50px
}

.theme_search_field4.style2 input::-moz-placeholder {
    color: #686868
}

.theme_search_field4.style2 input:-ms-input-placeholder {
    color: #686868
}

.theme_search_field4.style2 input::placeholder {
    color: #686868
}

.amazy_date_counter {
    grid-gap: 10px
}

.amazy_date_counter,
.amazy_date_counter .single_count {
    display: flex;
    align-items: center;
    justify-content: center
}

.amazy_date_counter .single_count {
    border-radius: 5px;
    border: 1px solid var(--border_color);
    background-color: #fff;
    flex-direction: column;
    padding: 14px 10px;
    min-width: 60px
}

.amazy_date_counter .single_count span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    font-family: Circular Std Book;
    color: var(--base_color);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    line-height: 1;
    margin-bottom: 4px
}

@media (max-width:767.98px) {
    .amazy_date_counter .single_count span {
        font-size: 20px
    }
}

.amazy_date_counter .single_count p {
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1
}

.account_img_upload .thumb {
    border-radius: 10px
}

.account_img_upload .theme_img_uploader .img_upload_btn {
    border-radius: 3px;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd;
    padding: 2px 11px;
    transition: .3s;
    color: var(--text_color)
}

.account_img_upload .theme_img_uploader .img_upload_btn:hover {
    background: var(--base_color);
    color: #fff;
    border-color: var(--base_color)
}

.account_img_upload .theme_img_uploader .img_upload_btn input {
    opacity: 0
}

.note-editor .dropdown-toggle:after {
    display: none
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #e3e6ef;
    border-radius: 0
}

.note-btn {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: 0;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-radius: 3px
}

.note-toolbar {
    color: #687083;
    background-color: #f5f5f5;
    border-bottom: 1px solid;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    padding: 26px 30px 20px !important;
    border: 0 !important
}

.note-editing-area {
    padding: 0 30px 30px 18px
}

.flag_toggle .toggle_btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 0 16px 0 0;
    color: var(--text_color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: Circular Std Book;
    height: 40px
}

.flag_toggle .toggle_btn span {
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color)
}

.flag_toggle .toggle_btn i {
    font-size: 8px
}

.flag_toggle .toggle_btn:before {
    position: absolute;
    right: 0;
    content: "\E64B";
    font-family: themify;
    top: 50%;
    transform: translateY(-50%)
}

.flag_toggle .toggle_btn:before,
.language_toggle_btn i {
    color: var(--text_color);
    font-size: 8px
}

.language_toggle_box {
    width: 266px;
    padding: 30px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 12345611
}

.language_toggle_box.active {
    opacity: 1;
    visibility: visible
}

@media (max-width:767.98px) {
    .zoomContainer {
        display: none !important
    }
}

.short_curt_icons {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid hsla(0, 0%, 100%, .18823529411764706);
    display: none
}

@media (max-width:991.98px) {
    .short_curt_icons {
        display: flex;
        padding: 10px 0px;
        border-top: 1px solid #e7e7e7;
    }
}

.short_curt_icons li {
    flex: 1 1 100%;
    text-align: center
}

.short_curt_icons li a {
    font-size: 24px;
    /* color: var(--background_color); */
    color: #4F4F4F;
    padding: 9px 7.5px;
    display: inline-block;
    display: flex;
    align-items: center;
    flex-direction: column
}

.short_curt_icons li a .cart_singleIcon {
    line-height: 1
}

.short_curt_icons li a .cart_singleIcon.cart_singleIcon_cart {
    margin-top: -33px;
    width: 50px;
    height: 50px;
    display: none !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-image: url(../img/hegagone_red.svg);
    background-size: 100% 100%;
    background-position: 50%
}

.short_curt_icons li a .cart_singleIcon.cart_singleIcon_cart i {
    color: var(--base_color);
    font-size: 16px
}

.short_curt_icons li a i {
    font-size: 14px
}

.short_curt_icons li a span {
    font-size: 10px
}

@media (max-width:991.98px) {
    #product_category_chose {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        background: #fff;
        z-index: 1234567;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        max-width: 400px
    }

    #product_category_chose.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0)
    }
}

@media (max-width:767.98px) {
    .box_header_right {
        flex: 1 1 auto
    }
}

@media (max-width:991.98px) {
    .product_category_chose .course_title {
        padding: 0 15px
    }
}

.nice-select .list {
    max-height: 300px;
    overflow: auto
}

.theme_btn {
    background: #fd1c5e;
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 13.5px 47px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

.theme_btn.small_btn {
    padding: 13.5px 25px
}

.theme_btn.large_btn {
    padding: 18.5px 30px
}

.theme_btn.small_btn2 {
    padding: 13.5px 39px
}

.theme_btn.small_btn3 {
    padding: 13.5px 32px
}

.theme_btn.small_btn4 {
    padding: 11px 21px
}

.theme_btn.small_btn5 {
    padding: 8.5px 20px
}

@media (max-width:575.98px) {
    .theme_btn {
        padding: 15px 16px
    }
}

.theme_btn.green_btn {
    background: #54c254 !important;
    padding: 8.5px 18px;
    color: #fff !important;
    border-color: #54c254 !important;
    font-size: 16px
}

.theme_btn.width_120px {
    width: 120px;
    padding: 13.5px 7px;
    text-align: center
}

.theme_btn.width_210px {
    min-width: 210px;
    padding: 13.5px 20px;
    text-align: center
}

.theme_btn:hover {
    color: #fd1c5e;
    border-color: #fd1c5e;
    background: transparent
}

.theme_btn2 {
    background: transparent;
    border-radius: 0;
    font-family: Shadows Into Light Two, cursive;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 600;
    padding: 16px 42px;
    border: 1px solid var(--base_color);
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    letter-spacing: 2.24px
}

@media (max-width:575.98px) {
    .theme_btn2 {
        padding: 13px 30px
    }
}

.theme_btn2.width_120px {
    width: 120px;
    padding: 13.5px 7px;
    text-align: center
}

.theme_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.black_btn {
    background: #000;
    border-radius: 0;
    font-family: Shadows Into Light Two, cursive;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 13.5px 41px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    letter-spacing: 2.24px
}

.black_btn.large {
    padding: 16px 41px
}

@media (max-width:575.98px) {

    .black_btn,
    .black_btn.large {
        padding: 13px 30px
    }
}

.black_btn:hover {
    color: #000;
    border-color: #000;
    background: transparent
}

.yellow_btn {
    background: #fec801;
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 18.5px 31px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .yellow_btn {
        padding: 13px 30px
    }
}

.yellow_btn:hover {
    color: #fec801;
    border-color: #fec801;
    background: transparent
}

.line_btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.line_btn,
.line_btn:hover {
    color: #fd1c5e
}

.raduis_30px {
    border-radius: 30px !important
}

.green_round_btn {
    background: var(--base_color);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    padding: 7px 13px;
    display: inline-block
}

.green_round_btn:hover {
    color: #fff
}

.round_line_btn {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    border-radius: 30px;
    padding: 6px 14px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    font-family: Circular Std Book
}

.round_line_btn:hover {
    color: #fff;
    background: var(--text_color);
    border-color: var(--text_color)
}

.theme_btn4 {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 39px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .theme_btn4 {
        padding: 15px 25px
    }
}

.theme_btn4:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.white_btn {
    background: #fff;
    border-radius: 0;
    font-family: Shadows Into Light Two, cursive;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 18.5px 60px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

.white_btn.large {
    padding: 16px 41px
}

@media (max-width:575.98px) {

    .white_btn,
    .white_btn.large {
        padding: 13px 30px
    }
}

.white_btn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.white_btn.style2 {
    border-radius: 5px;
    font-size: 14px;
    font-family: Circular Std Book;
    color: #0d0d0d;
    font-weight: 700;
    padding: 16px 41px
}

.white_btn.style2:hover {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.white_btn.style3 {
    border-radius: 3px;
    font-size: 14px;
    font-family: Circular Std Book;
    color: #0d0d0d;
    font-weight: 700;
    padding: 9px 14px 8px 14.5px
}

.white_btn.style3:hover {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.white_btn.style4 {
    border-radius: 3px;
    font-size: 14px;
    font-family: Circular Std Book;
    color: #fff;
    font-weight: 700;
    padding: 8px 14px;
    border: 1.5px solid #fff;
    background: transparent;
    text-transform: uppercase
}

.white_btn.style4:hover {
    color: var(--text_color);
    border-color: #fff;
    background: #fff
}

.white_btn.style5 {
    border-radius: 5px;
    font-size: 14px;
    font-family: Circular Std Book;
    color: #0d0d0d;
    font-weight: 700;
    padding: 16px 46px
}

.white_btn.style5:hover {
    color: #fff;
    border-color: #0d0d0d;
    background: #0d0d0d
}

.violate_btn {
    background: #7c31fe;
    border-radius: 5px;
    font-family: Circular Std Book !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    padding: 16px 44px
}

@media (max-width:575.98px) {
    .violate_btn {
        padding: 13px 30px
    }
}

.violate_btn.style_2 {
    border-radius: 30px;
    padding: 8.5px 17px
}

.violate_btn:hover {
    color: #7c31fe;
    border-color: #7c31fe;
    background: #fff
}

.home3_theme_btn {
    background: var(--base_color);
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 34px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home3_theme_btn {
        padding: 15px 25px
    }
}

.home3_theme_btn.small_btn {
    padding: 13.5px 45px
}

.home3_theme_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home4_theme_btn {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 42px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home4_theme_btn {
        padding: 15px 25px
    }
}

.home4_theme_btn.small_btn {
    padding: 13.5px 45px
}

.home4_theme_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home4_secondary_btn {
    background: #d14031;
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 42px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home4_secondary_btn {
        padding: 15px 25px
    }
}

.home4_secondary_btn.small_btn {
    padding: 13.5px 45px
}

.home4_secondary_btn:hover {
    color: #d14031;
    border-color: #d14031;
    background: transparent
}

.home5_primary_btn {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 17px 27px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home5_primary_btn {
        padding: 12px 18px;
        font-size: 14px
    }
}

.home5_primary_btn.small_btn {
    padding: 13.5px 45px
}

.home5_primary_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home6_primary_btn {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home6_primary_btn {
        padding: 12px 18px
    }
}

.home6_primary_btn.small_btn {
    padding: 14px 45px 13px 44px
}

.home6_primary_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home6_primary_btn2 {
    background: #fff;
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 14px 18px 13px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home6_primary_btn2 {
        padding: 12px 18px
    }
}

.home6_primary_btn2.small_btn {
    padding: 13.5px 45px
}

.home6_primary_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.home7_primary_line {
    font-weight: 800;
    color: var(--base_color) !important
}

.home7_primary_btnWhite,
.home7_primary_line {
    font-size: 14px;
    font-family: Circular Std Book;
    display: inline-block;
    text-transform: uppercase
}

.home7_primary_btnWhite {
    background: #fff;
    border-radius: 5px;
    color: var(--base_color);
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home7_primary_btnWhite {
        padding: 12px 18px
    }
}

.home7_primary_btnWhite.small_btn {
    padding: 13.5px 45px
}

.home7_primary_btnWhite:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.home7_primary_btn {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home7_primary_btn {
        padding: 12px 18px
    }
}

.home7_primary_btn.small_btn {
    padding: 13.5px 41px
}

.home7_primary_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home8_primary_btn {
    background: #fff;
    border-radius: 30px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 18.5px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home8_primary_btn {
        padding: 12px 18px
    }
}

.home8_primary_btn.small_btn {
    padding: 13.5px 41px
}

.home8_primary_btn:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.home8_primary_btn2 {
    background: var(--base_color);
    border-radius: 30px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 62px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home8_primary_btn2 {
        padding: 12px 18px
    }
}

.home8_primary_btn2.small_btn {
    padding: 13.5px 41px
}

.home8_primary_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.home8_primary_line {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

.home8_primary_line,
.home8_primary_line2 {
    color: var(--base_color) !important;
    font-family: Circular Std Book;
    display: inline-block
}

.home8_primary_line2 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.home8_readMore_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    color: var(--text_color);
    position: relative;
    text-transform: uppercase
}

.home8_readMore_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(237, 7, 139, .4);
    bottom: -5px;
    left: 0;
    transition: .3s
}

.home8_readMore_link:hover {
    color: var(--base_color)
}

.home8_readMore_link:hover:before {
    background: #ed078b
}

.home9_primary_btn {
    background: var(--base_color);
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home9_primary_btn {
        padding: 12px 18px
    }
}

.home9_primary_btn.small_btn {
    padding: 13.5px 41px
}

.home9_primary_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home9_primary_line {
    border: 0;
    color: var(--base_color) !important
}

.home9_primary_btn2,
.home9_primary_line {
    font-size: 14px;
    font-weight: 700;
    font-family: Circular Std Book;
    display: inline-block;
    text-transform: uppercase
}

.home9_primary_btn2 {
    background: #fff;
    border-radius: 0;
    color: var(--base_color);
    padding: 18.5px 50px;
    border: 1px solid transparent;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home9_primary_btn2 {
        padding: 12px 18px
    }
}

.home9_primary_btn2.small_btn {
    padding: 13.5px 41px
}

.home9_primary_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.home10_primary_btn {
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--text_color);
    font-weight: 700;
    padding: 13.5px 23px;
    border: 1px solid #272727;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

@media (max-width:575.98px) {
    .home10_primary_btn {
        padding: 12px 18px
    }
}

.home10_primary_btn img {
    margin-left: 19px;
    position: relative;
    left: 0;
    transition: .3s
}

.home10_primary_btn.large_btn {
    padding: 13.5px 28px
}

@media (max-width:575.98px) {
    .home10_primary_btn.large_btn {
        padding: 12px 18px
    }
}

.home10_primary_btn.large_btn:hover {
    color: #fff;
    background: var(--text_color)
}

.home10_primary_btn.small_btn {
    padding: 13.5px 25px
}

.home10_primary_btn:hover {
    color: var(--text_color)
}

.home10_primary_btn:hover img {
    left: 2px
}

.home10_primary_line {
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text_color) !important;
    font-family: Circular Std Book;
    display: inline-block;
    text-transform: uppercase
}

.home10_primary_line.style2 {
    color: #456245 !important
}

.home10_primary_line.style2:before {
    background: #456245 !important
}

.home10_primary_line.style2:hover {
    color: #456245 !important
}

.home10_primary_line.style2:hover:before {
    background: #456245 !important
}

.home10_primary_line.style3 {
    color: #3482b7 !important;
    font-family: Circular Std Book
}

.home10_primary_line.style3:before {
    background: #3482b7 !important
}

.home10_primary_line.style3:hover {
    color: #3482b7 !important
}

.home10_primary_line.style3:hover:before {
    background: #3482b7 !important
}

.home10_primary_line.style4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    font-family: Circular Std Book
}

.home10_primary_line.style4:before {
    left: 0;
    right: 0;
    bottom: 2px
}

.home10_primary_line.style5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text_color);
    font-family: Circular Std Book
}

.home10_primary_line.style5:before {
    left: 0;
    right: 0;
    bottom: 2px;
    display: none !important
}

.home10_primary_line:hover {
    color: var(--text_color) !important
}

.home10_primary_line:before,
.home10_primary_line:hover:before {
    background: var(--text_color)
}

.home10_primary_line:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: -4px;
    bottom: -2px
}

.home10_primary_btn2 {
    background: var(--base_color);
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 13.5px 47px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home10_primary_btn2 {
        padding: 12px 25px
    }
}

.home10_primary_btn2.small_btn {
    padding: 8.5px 23px
}

.home10_primary_btn2.large_btn {
    padding: 18.5px 47px
}

@media (max-width:575.98px) {
    .home10_primary_btn2.large_btn {
        padding: 14px 25px
    }
}

.home10_primary_btn2.min_160px {
    min-width: 160px;
    text-align: center;
    padding: 13.5px 0
}

.home10_primary_btn2.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 0;
    font-weight: 700
}

.home10_primary_btn2.f_w_700 {
    font-weight: 700
}

.home10_primary_btn2:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home10_primary_btn3 {
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 27px;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-color: var(--base_color);
    border: 1px solid transparent
}

@media (max-width:575.98px) {
    .home10_primary_btn3 {
        padding: 12px 18px
    }
}

.home10_primary_btn3:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: #fff
}

.home10_primary_btn4 {
    border-radius: 2px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 13.5px 32px;
    border: 1.5px solid var(--base_color);
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.home10_primary_btn4.radius_5px {
    border-radius: 5px
}

.home10_primary_btn4.small_btn {
    padding: 6px 14px 4px;
    font-size: 12px
}

@media (max-width:575.98px) {
    .home10_primary_btn4 {
        padding: 12px 18px
    }
}

.home10_primary_btn4.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 10px;
    font-weight: 700
}

.home10_primary_btn4:hover {
    color: #fff;
    background: var(--base_color);
    border-color: var(--base_color)
}

.home10_primary_white {
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #687083;
    font-weight: 700;
    padding: 19.5px 48px;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    min-width: 200px;
    text-align: center
}

@media (max-width:575.98px) {
    .home10_primary_white {
        padding: 15px 25px
    }
}

.home10_primary_white:hover {
    color: #fff;
    background: var(--text_color)
}

.home11_theme_btn {
    background: var(--base_color);
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 34px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home11_theme_btn {
        padding: 15px 25px
    }
}

.home11_theme_btn.small_btn {
    padding: 13.5px 45px
}

.home11_theme_btn.min_200 {
    min-width: 200px;
    text-align: center
}

.home11_theme_btn:hover {
    color: var(--base_color);
    border-color: var(--base_color);
    background: transparent
}

.home11_primary_btn2 {
    background: #fff;
    border-radius: 5px;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 11px 25px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

@media (max-width:575.98px) {
    .home11_primary_btn2 {
        padding: 11px 18px
    }
}

.home11_primary_btn2.small_btn {
    padding: 13.5px 45px
}

.home11_primary_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.header_primary_btn {
    border-radius: 30px;
    font-family: Circular Std Book !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 30px;
    border: 1px solid #2e81ca;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background: #2e81ca
}

@media (max-width:575.98px) {
    .header_primary_btn {
        padding: 12px 18px
    }
}

.header_primary_btn:hover {
    color: #2e81ca;
    background: #fff;
    border-color: #2e81ca
}

.amaz_primary_btn {
    background: var(--base_color);
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .amaz_primary_btn {
        padding: 13.5px 20px
    }
}

.amaz_primary_btn.small_btn {
    padding: 8.5px 14px;
    min-width: 100px;
    font-size: 14px
}

.amaz_primary_btn.style2 {
    padding: 14.5px 24px 12.5px
}

.amaz_primary_btn.style3,
.amaz_primary_btn.style4 {
    padding: 10px 15px 7px;
    min-width: 100px
}

.amaz_primary_btn.style5 {
    padding: 14.5px 24px 12.5px;
    min-width: 120px
}

.amaz_primary_btn.style6 {
    padding: 16.5px 24px 15.5px
}

.amaz_primary_btn.style7 {
    padding: 10px 15px 7px;
    min-width: 109px
}

.amaz_primary_btn.style8 {
    padding: 4px 9px 3px
}

.amaz_primary_btn.gray_bg_btn {
    background-color: #f5f8fa;
    color: var(--text_color);
    padding: 11px 15px
}

.amaz_primary_btn.min_200 {
    min-width: 200px;
    text-align: center
}

.amaz_primary_btn.min_220 {
    min-width: 220px
}

.amaz_primary_btn.min_160 {
    min-width: 160px;
    text-align: center
}

.amaz_primary_btn.min_100 {
    min-width: 100px;
    text-align: center
}

.amaz_primary_btn.min_180 {
    min-width: 180px;
    text-align: center
}

.amaz_primary_btn.radius_5px {
    border-radius: 5px
}

.amaz_primary_btn.radius_3px {
    border-radius: 3px
}

.amaz_primary_btn:hover {
    color: #fff;
    border-color: var(--text_color);
    background: var(--text_color)
}

.amaz_primary_btn2 {
    background: #fff;
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 17.5px 24px;
    border: 2px solid var(--base_color);
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .amaz_primary_btn2 {
        padding: 13.5px 20px
    }
}

.amaz_primary_btn2.small_btn {
    padding: 8.5px 14px;
    min-width: 100px;
    font-size: 14px
}

.amaz_primary_btn2.style2 {
    padding: 12.5px 24px
}

.amaz_primary_btn2.style3 {
    border: 1.5px solid var(--base_color);
    padding: 13.5px 24px
}

.amaz_primary_btn2.radius_5px {
    border-radius: 5px
}

.amaz_primary_btn2.min_200 {
    min-width: 200px;
    text-align: center
}

.amaz_primary_btn2.min_160 {
    min-width: 160px;
    text-align: center
}

.amaz_primary_btn2.min_180 {
    min-width: 180px;
    text-align: center
}

.amaz_primary_btn2:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color)
}

.amaz_primary_btn3 {
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 14px 32px 13px;
    border: 1px solid var(--base_color);
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background: #fff
}

.amaz_primary_btn3.round_style {
    border-radius: 30px;
    padding: 4px 10px 3px
}

.amaz_primary_btn3.radius_5px {
    border-radius: 5px
}

.amaz_primary_btn3.small_btn {
    padding: 6px 14px 4px;
    font-size: 12px
}

@media (max-width:575.98px) {
    .amaz_primary_btn3 {
        padding: 12px 18px
    }
}

.amaz_primary_btn3.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 10px;
    font-weight: 700
}

.amaz_primary_btn3.min_140 {
    min-width: 140px
}

.amaz_primary_btn3:hover {
    color: #fff;
    background: var(--base_color);
    border-color: var(--base_color)
}

.amaz_white_btn {
    background: #fff;
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700;
    padding: 17px 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.amaz_white_btn.small_btn {
    padding: 13.5px 45px
}

.amaz_white_btn.min_200 {
    min-width: 200px;
    text-align: center
}

.amaz_white_btn.min_160 {
    min-width: 160px;
    text-align: center
}

.amaz_white_btn.min_170 {
    min-width: 170px;
    text-align: center
}

.amaz_white_btn.min_180 {
    min-width: 180px;
    text-align: center
}

.amaz_white_btn:hover {
    color: #fff;
    border-color: var(--text_color);
    background: var(--text_color)
}

.amazy_readMore_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    color: var(--text_color);
    position: relative;
    text-transform: uppercase
}

.amazy_readMore_link:before {
    content: "";
    position: absolute;
    height: 5px;
    background: rgba(253, 73, 73, .1);
    bottom: -5px;
    left: 0;
    right: -5px;
    transition: .3s
}

.amazy_readMore_link:hover {
    color: var(--base_color)
}

.amazy_readMore_link:hover:before {
    background: var(--base_color)
}

.amaz_badge_btn {
    padding: 5px 11px 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    background: rgba(253, 73, 73, .1);
    border-radius: 5px
}

.amaz_badge_btn:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn2 {
    padding: 5px 10px 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    background: #f5f8fa;
    border-radius: 3px
}

.amaz_badge_btn2:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn3 {
    padding: 5px 10px 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--base_color);
    background: rgba(253, 73, 73, .1);
    border-radius: 3px
}

.amaz_badge_btn3:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn4 {
    padding: 5px 15.5px 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-radius: 3px;
    background-color: #f5f8fa
}

.amaz_badge_btn4:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn5 {
    padding: 8px 15.5px 6px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    border-radius: 3px;
    background-color: #f5f8fa
}

.amaz_badge_btn5:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn6 {
    padding: 9px 11px 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--base_color);
    border-radius: 3px;
    background-color: rgba(253, 73, 73, .1)
}

.amaz_badge_btn6:hover {
    background: var(--base_color);
    color: #fff
}

.amaz_badge_btn7 {
    padding: 5px 15px 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--base_color);
    border-radius: 3px;
    background-color: rgba(253, 73, 73, .1)
}

.amaz_badge_btn7:hover {
    background: var(--base_color);
    color: #fff
}

.table_badge_btn {
    padding: 3.5px 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fec600;
    background-color: #fff8dd;
    border-radius: 3px
}

.table_badge_btn.style2 {
    color: #199ef7;
    background-color: #ebf8ff
}

.table_badge_btn.style2:hover {
    background: #199ef7;
    color: #fff
}

.table_badge_btn.style3 {
    color: #f1416c;
    background-color: #fff5f8
}

.table_badge_btn.style3:hover {
    background: #f1416c;
    color: #fff
}

.table_badge_btn.style4 {
    color: #50cd89;
    background-color: #e7fff3
}

.table_badge_btn.style4:hover {
    background: #e7fff3;
    color: var(--text_color)
}

.table_badge_btn:hover {
    background: #fec600;
    color: #fff
}

.line_badge_btn {
    padding: 4px 16px 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid var(--base_color);
    min-width: 96px;
    color: var(--base_color)
}

.line_badge_btn:hover {
    background: var(--base_color);
    border-color: var(--base_color);
    color: #fff
}

.line_badge_btn2 {
    padding: 4px 16px 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #eef0f4;
    min-width: 96px;
    color: #687083;
    background: #fcfdfd
}

.line_badge_btn2:hover {
    background: var(--base_color);
    border-color: var(--base_color);
    color: #fff
}

.line_badge_btn3 {
    border-radius: 5px;
    padding: 7px 14px;
    transition: .3s;
    display: inline-block
}

.amazy_status_btn {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    background-color: var(--menu_color);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.amazy_dropdwn .btn {
    padding: 6px 15px;
    border-radius: 3px !important;
    background-color: #f5f8fa;
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    min-width: 94px;
    text-align: left
}

.amazy_dropdwn .btn.show {
    color: var(--base_color)
}

.amazy_dropdwn .btn:before {
    position: absolute;
    right: 15px;
    content: "\E64B";
    font-size: 8px;
    color: #687083;
    font-family: themify;
    top: 50%;
    transform: translateY(-50%)
}

.amazy_dropdwn .dropdown-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 14px 0;
    border: 0
}

.amazy_dropdwn .dropdown-menu li .dropdown-item {
    font-size: 12px;
    font-weight: 500;
    color: #687083;
    padding: 4px 20px
}

.amazy_dropdwn .dropdown-menu li .dropdown-item:hover {
    background: transparent;
    color: var(--base_color)
}

.green_badge {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #29c489;
    border-radius: 3px;
    padding: 2px 9px;
    display: inline-block
}

.section__title__one h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text_color);
    font-family: Shadows Into Light Two, cursive
}

@media (max-width:767.98px) {
    .section__title__one h3 {
        font-size: 25px
    }
}

@media (max-width:767.98px) {
    .section__title__one.mb_65 {
        margin-bottom: 30px
    }
}

.section__title h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .section__title h3 {
        font-size: 25px
    }
}

.title_link {
    grid-gap: 15px;
    white-space: nowrap
}

.title_link .title_text {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    text-transform: uppercase;
    line-height: 1
}

.title_link .title_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--base_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px
}

.section__title2 h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0;
    line-height: 1.38
}

@media (max-width:767.98px) {
    .section__title2 h3 {
        font-size: 25px
    }
}

.section__title4 .subheading_text {
    display: block;
    font-size: 16px;
    color: var(--base_color);
    font-weight: 700;
    margin-bottom: 15px
}

.section__title4 h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 9px;
    line-height: 1.38
}

.section__title4 h3 span {
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .section__title4 h3 {
        font-size: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section__title4 h3 {
        font-size: 30px
    }
}

.section__title4 p {
    font-size: 16px;
    font-weight: 500;
    color: #687083
}

.section__title4.margin_50 {
    margin-bottom: 47px
}

@media (max-width:767.98px) {
    .section__title4.margin_50 {
        margin-bottom: 30px
    }
}

.section__title4.margin_52 {
    margin-bottom: 52px
}

@media (max-width:767.98px) {
    .section__title4.margin_52 {
        margin-bottom: 30px
    }
}

.section__title4.mb_42 {
    margin-bottom: 42px
}

@media (max-width:767.98px) {

    .section__title4.mb_40,
    .section__title4.mb_42 {
        margin-bottom: 30px
    }
}

@media (max-width:1200px) {
    [class*=hero-ani-] {
        display: none !important
    }
}

.amination_custom {
    -webkit-animation: jumping 9s ease-in-out 2s infinite alternate;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    transition: all .9s ease 5s
}

.amination_custom,
.amination_custom2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amination_custom2 {
    -webkit-animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    transition: all 1s ease 3s
}

.amination_custom3 {
    -webkit-animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    transition: all 7s ease 2s
}

.amination_custom3,
.amination_custom4 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amination_custom4 {
    -webkit-animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    transition: all 8s ease 4s
}

.amination_custom10 {
    -webkit-animation: jumping10 9s ease-in-out 2s infinite alternate;
    animation: jumping10 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.amination_custom10,
.amination_custom11 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 8s ease 4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.amination_custom11 {
    -webkit-animation: jumping11 9s ease-in-out 2s infinite alternate;
    animation: jumping11 9s ease-in-out 2s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes jumping {
    0% {
        transform: translateY(0) translateX(0) rotate(0) scale(1);
        opacity: .8
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0) translateX(0) rotate(0) scale(1);
        opacity: .8
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}

@-webkit-keyframes jumping2 {
    0% {
        transform: translateY(0) translateX(0) rotate(0) scale(1);
        opacity: .5
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
        opacity: .8
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
        opacity: .9
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0) translateX(0) rotate(0) scale(1);
        opacity: .5
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
        opacity: .8
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
        opacity: .9
    }
}

@-webkit-keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
        opacity: .8
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
        opacity: .8
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
        opacity: 1
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
        opacity: .6
    }

    to {
        transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
        opacity: .7
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
        opacity: .8
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
        opacity: .8
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
        opacity: 1
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
        opacity: .6
    }

    to {
        transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
        opacity: .7
    }
}

@-webkit-keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: .7
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(.6);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(.5);
        opacity: .9
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(.75);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.5);
        opacity: .9
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: .7
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(.6);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(.5);
        opacity: .9
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(.75);
        opacity: .7
    }

    to {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.5);
        opacity: .9
    }
}

@-webkit-keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block
    }

    to {
        transform: rotate(30deg);
        display: block
    }
}

@keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block
    }

    to {
        transform: rotate(30deg);
        display: block
    }
}

@-webkit-keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block
    }

    to {
        transform: rotate(30deg) translate(0);
        display: block
    }
}

@keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block
    }

    to {
        transform: rotate(30deg) translate(0);
        display: block
    }
}

.header_area {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff
}

.header_area.header_static {
    position: relative;
    padding: 0 35px
}

@media (max-width:575.98px) {
    .header_area.header_static {
        padding: 10px 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .header_area.header_static {
        padding: 10px 0
    }
}

.header_area .header_top_area {
    padding: 20px 0;
    border-bottom: 1px solid hsla(0, 0%, 43.9%, .1)
}

@media (min-width:768px) and (max-width:991.98px) {
    .header_area .header_top_area .header__wrapper .header__right .category_search .phone_number {
        display: none !important
    }
}

.header_area .header_top_area .header__wrapper .header__right .category_search .icon {
    display: inline-flex;
    margin-right: 20px
}

.header_area .header_top_area .header__wrapper .header__right .category_search .number_content span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: #687083
}

.header_area .header_top_area .header__wrapper .header__right .category_search .number_content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0;
    line-height: 1
}

@media (max-width:767.98px) {
    .header_area .header_top_area .header__wrapper .header__right .category_search {
        display: none !important
    }
}

.header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    margin: 0 47px 0 50px
}

@media only screen and (min-width:1500px) {
    .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
        width: 570px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
        width: 370px;
        margin: 0 30px
    }
}

@media (min-width:992px) and (max-width:1200.98px) {
    .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
        width: 320px;
        margin: 0 30px
    }
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify {
    position: relative;
    display: inline-block
}

@media (max-width:767.98px) {
    .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify.notify_wish {
        display: none
    }
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify .notify_count {
    position: absolute;
    top: -2px;
    right: 0;
    background: #fd1c5e;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
    margin-right: 45px
}

@media (max-width:991.98px) {
    .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
        margin-right: 15px
    }
}

.header_area .main_header_area .shop_header_wrapper .menu_logo,
.header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: none
}

@media (max-width:767.98px) {
    .header_area .main_header_area .shop_header_wrapper .theme_search_field {
        display: flex !important;
        margin: 9px 0;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .header_area .main_header_area .shop_header_wrapper .category_menu {
        display: none
    }
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a {
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    padding: 29.5px 0 29.5px 32px;
    width: 188px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: var(--text_color) !important;
    cursor: pointer
}

@media (max-width:991.98px) {
    .header_area .main_header_area .shop_header_wrapper .category_menu>a {
        padding: 20.5px 0 20.5px 32px
    }
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a i {
    color: #000;
    font-size: 10px
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 20px;
    border-bottom: 2px solid #ff324d;
    border-top: 2px solid #ff324d;
    transform: translateY(-50%)
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 20px;
    border-bottom: 2px solid #ff324d;
    transform: translateY(-50%)
}

.header_area .main_header_area .shop_header_wrapper .offer_tag {
    position: relative;
    padding-left: 60px;
    margin-left: 80px
}

@media (max-width:991.98px) {
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        padding-left: 30px;
        margin-left: 40px
    }
}

.header_area .main_header_area .shop_header_wrapper .offer_tag:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.header_area .main_header_area .shop_header_wrapper .offer_tag p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-left: 10px
}

.header_area .main_header_area .shop_header_wrapper .offer_tag p a {
    color: #fd1c5e
}

.header_area .header__wrapper {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media (max-width:767.98px) {
    .header_area .header__wrapper .header__left .logo_img {
        margin-left: 40px
    }

    .header_area .header__wrapper .header__left .logo_img img {
        max-width: 110px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_area .header__wrapper .header__left .logo_img {
        margin-right: 20px
    }
}

.header_area .main_menu {
    margin-left: auto;
    margin-right: 0
}

.header_area .main_menu ul li {
    display: inline-block;
    position: relative
}

.header_area .main_menu ul li a {
    color: var(--text_color);
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px;
    padding: 32px 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: Circular Std Book
}

.header_area .main_menu ul li a i {
    font-size: 10px;
    font-weight: 400;
    color: var(--text_color);
    margin-left: 5px
}

.header_area .main_menu ul li a.active,
.header_area .main_menu ul li a:hover {
    color: #fd1c5e
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_area .main_menu ul li a {
        margin: 0 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .header_area .main_menu ul li a {
        margin: 0 12px
    }
}

@media only screen and (min-width:1439px) and (max-width:1599.98px) {
    .header_area .main_menu ul li a {
        margin: 0 12px
    }
}

@media only screen and (min-width:1600px) and (max-width:1671.98px) {
    .header_area .main_menu ul li a {
        margin: 0 17px
    }
}

.header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .04);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.header_area .main_menu ul li .submenu.mega_width_menu {
    width: 800px;
    padding: 30px 0 0 30px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_area .main_menu ul li .submenu.mega_width_menu {
        left: -235px
    }
}

.header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: #090b17;
    border-bottom: 1px solid #f1f1f1;
    left: 0 !important;
    padding: 0 0 10px;
    margin-bottom: 11px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 40px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li {
    padding: 0
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    left: 0 !important;
    padding: 0;
    line-height: 31.8px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li a:hover {
    color: #fd1c5e
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu {
    background-image: url(../img/menu_bg.png);
    background-size: cover;
    background-position: 100% 100%;
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 97px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h6 {
    font-size: 12px;
    font-weight: 500;
    color: #090b17 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 8px 0 11px
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fd1c5e;
    left: 0;
    padding: 0
}

.header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0
}

.header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--text_color);
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 10px 20px;
    transition: .3s;
    position: relative;
    text-transform: capitalize;
    left: 0
}

.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
    color: #fd1c5e
}

.header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: #fd1c5e
}

.header_area .main_menu ul li:hover>a {
    color: #fd1c5e
}

.header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.header_area .contact_wrap {
    justify-content: flex-end
}

@media (max-width:575.98px) {
    .header_area .contact_wrap {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .header_area .contact_wrap {
        display: none !important
    }
}

.header_area .contact_wrap .mobile_no p {
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    font-family: Circular Std Book
}

.header_area .contact_wrap .mobile_no p span a {
    color: #627ae4
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .header_area .contact_wrap .mobile_no p {
        font-size: 13px;
        margin-right: 8px
    }
}

.header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header_area .contact_wrap .signin a.sign_in {
        margin-right: 15px
    }
}

.header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de
}

.header_area .contact_wrap .contact_btn {
    margin-left: 25px
}

.header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .03);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform .5s ease, background .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease
}

.header_area.navbar_fixed .header_top_area {
    display: none
}

@media (max-width:767.98px) {
    .header_area.navbar_fixed .header_top_area {
        display: block
    }
}

@media (max-width:767.98px) {
    .header_area.navbar_fixed .main_header_area {
        display: none
    }
}

@media (max-width:767.98px) {
    .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
        top: -2px
    }
}

@media (min-width:1200px) {
    .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 100px
    }
}

@media (min-width:1200px) {
    .header_area.navbar_fixed .offer_tag {
        display: none !important
    }
}

.header_area.navbar_fixed .main_menu ul li a {
    padding: 30px 0
}

header.amazcartui_header .header_area {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff
}

header.amazcartui_header .header_area.header_static {
    position: relative;
    padding: 0 35px
}

@media (max-width:575.98px) {
    header.amazcartui_header .header_area.header_static {
        padding: 10px 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    header.amazcartui_header .header_area.header_static {
        padding: 10px 0
    }
}

header.amazcartui_header .header_area .header_topbar_area {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f3f3f3
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_topbar_area {
        padding: 0 15px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper {
        padding: 0
    }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left {
    grid-gap: 20px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color);
    height: 40px;
    text-transform: uppercase
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists a {
    color: var(--text_color);
    font-size: 14px
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle {
        display: none !important
    }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
    border: 1.5px solid #f1f1f1;
    background-color: var(--menu_color);
    border-radius: 0;
    width: 410px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field i {
    color: var(--base_color)
}

@media (min-width:1200px) and (max-width:1399.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
        width: 310px
    }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input {
    font-family: Circular Std Book;
    color: var(--text_color);
    font-size: 14px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input::-moz-placeholder {
    color: #687083
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input:-ms-input-placeholder {
    color: #687083
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input::placeholder {
    color: #687083
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu {
        display: none
    }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    width: 227px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #687083 !important;
    cursor: pointer;
    border: 1.5px solid #f1f1f1;
    background-color: var(--menu_color);
    padding: 14px 30px 13px 20px;
    margin-left: -1px
}

@media (min-width:1200px) and (max-width:1399.98px) {
    header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a {
        width: 150px
    }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a i {
    color: #687083 !important;
    font-size: 10px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu {
    margin: 0;
    width: 307px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .04);
    border-radius: 0;
    padding: 0;
    top: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu.dropdown_menu_active {
    opacity: 1;
    visibility: visible
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li {
    position: relative
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>a {
    color: var(--base_color) !important
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>a:before {
    opacity: 1;
    right: 15px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list {
    position: absolute;
    left: 110%;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list li a {
    text-transform: capitalize
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 43.9%, .1)
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a {
    padding: 11px 30px;
    font-size: 15px;
    font-weight: 400;
    color: var(--text_color);
    line-height: 1.9;
    width: 100%
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.has_arrow:before {
    content: "\E649";
    position: absolute;
    font-size: 14px;
    font-family: themify;
    font-size: 16px;
    color: var(--text_color);
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
    transition: .3s
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a i {
    font-size: 14px;
    margin-right: 15px
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.active,
header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a:hover {
    color: var(--text_color);
    background-color: #f8f9fa
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right {
    grid-gap: 20px;
    display: flex;
    align-items: center
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color);
    height: 40px;
    text-transform: uppercase
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists a {
    color: var(--text_color);
    font-size: 14px
}

header.amazcartui_header .header_area .header_top_area {
    background: var(--);
    padding: 25px 0;
    border: 0;
    /* display:none !important */
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_top_area {
        padding: 17.5px 0;
        display: none !important
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
    grid-gap: 60px
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
        flex: 1 1 0;
        justify-content: center;
        margin-left: 22px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
        grid-gap: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
        grid-gap: 20px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
        display: none !important
    }
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
        display: none
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links a {
    color: grey
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links a:hover {
    color: #fff
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
    flex: 1 1 auto;
    margin: 0 auto 0 100px
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
        display: none !important
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field {
    border: 1.5px solid #f1f1f1;
    background-color: var(--menu_color);
    border-radius: 0;
    width: 410px
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field i {
    color: var(--base_color)
}

@media (min-width:1200px) and (max-width:1399.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field {
        width: 310px
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input {
    font-family: Circular Std Book;
    color: var(--text_color);
    font-size: 14px
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input::-moz-placeholder {
    color: #687083
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input:-ms-input-placeholder {
    color: #687083
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input::placeholder {
    color: #687083
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
        margin-right: 0
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    display: flex;
    align-items: center;
    grid-gap: 40px
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
        grid-gap: 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
        grid-gap: 15px
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p {
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a {
    color: #fff;
    text-transform: uppercase
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a:hover {
    color: #fff
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 27px;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    margin: 0 30px 0 60px
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
        margin: 0 20px 0 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
        margin: 0 15px
    }
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
        display: none
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
    display: flex;
    align-items: center;
    grid-gap: 33px
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
        grid-gap: 15px
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
    display: flex;
    align-items: center;
    grid-gap: 15px
}

@media (max-width:575.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
        grid-gap: 5px
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists:hover span {
    color: var(--base_color)
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span {
    display: inline-block
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    text-transform: uppercase
}

@media (max-width:575.98px) {
    header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
        font-size: 12px
    }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a:hover {
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_header_area {
    background: var(--menu_color)
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .main_header_area {
        padding-left: 0
    }
}

@media (max-width:767.98px) {

    header.amazcartui_header .header_area .main_header_area .search_right,
    header.amazcartui_header .header_area .main_header_area .theme_search_field3 {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_header_area .theme_search_field3 {
        width: 280px
    }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .menu_logo,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: none
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
        display: flex !important;
        margin: 9px 0;
        width: 100%
    }
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu {
        display: none
    }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a {
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    font-family: Circular Std Book;
    position: relative;
    padding: 13px 30px 13px 65px;
    width: 254px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff !important;
    cursor: pointer;
    background: var(--base_color)
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a {
        padding: 13px 30px 13px 65px
    }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a i {
    color: #fff;
    font-size: 10px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a:before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    height: 12px;
    width: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-50%)
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    height: 2px;
    width: 20px;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%)
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu {
    margin: 0;
    width: 330px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    top: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 11px 0 25px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu.dropdown_menu_active {
    opacity: 1;
    visibility: visible
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li {
    position: static
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 833px;
    padding: 31px 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    left: 110%;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media (min-width:768px) and (max-width:991.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
        width: 320px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
        width: 620px
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
        width: 700px
    }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
    border-bottom: 1px solid var(--border_color);
    left: 0 !important;
    padding: 0 0 5px;
    margin-bottom: 10px;
    display: block
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 31px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li {
    padding: 0
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    left: 0 !important;
    padding: 0;
    line-height: 2.5;
    white-space: nowrap
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li a:hover {
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu {
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 121px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu h6 {
    font-size: 14px;
    font-weight: 500;
    color: #687083 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 10px 0 11px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: var(--base_color);
    left: 0;
    padding: 0
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>a {
    color: var(--base_color) !important
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>a:before {
    opacity: 1;
    right: 15px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list {
    position: absolute;
    left: 110%;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list li a {
    text-transform: capitalize
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a {
    padding: 11px 30px 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 1.9;
    width: 100%;
    position: relative;
    background: transparent;
    grid-gap: 18px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.has_arrow:before {
    content: "\E649";
    position: absolute;
    font-size: 10px;
    font-family: themify;
    font-size: 16px;
    color: var(--text_color);
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
    transition: .3s;
    font-size: 12px
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a svg {
    flex: 20px 0 0
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a i {
    font-size: 20px;
    transition: .3s
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover {
    color: var(--text_color)
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active.has_arrow:before,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active i,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover.has_arrow:before,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover i {
    color: var(--base_color)
}

header.amazcartui_header .header_area .header__wrapper {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .header__wrapper .header__left .logo_img {
        margin-left: 0
    }

    header.amazcartui_header .header_area .header__wrapper .header__left .logo_img img {
        max-width: 130px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .header__wrapper .header__left .logo_img {
        margin-right: 20px
    }
}

header.amazcartui_header .header_area .main_menu {
    flex: 1 1 auto;
    margin-left: 60px
}

header.amazcartui_header .header_area .main_menu ul li {
    display: inline-block;
    position: relative
}

header.amazcartui_header .header_area .main_menu ul li:first-child a {
    margin-left: 0
}

header.amazcartui_header .header_area .main_menu ul li a {
    color: var(--text_color);
    font-size: 15px;
    font-weight: 500;
    margin: 0 28px;
    padding: 13.75px 0;
    display: inline-block;
    text-transform: capitalize;
    font-family: Circular Std Book
}

header.amazcartui_header .header_area .main_menu ul li a i {
    font-size: 10px;
    font-weight: 400;
    color: var(--text_color);
    margin-left: 5px
}

header.amazcartui_header .header_area .main_menu ul li a.active,
header.amazcartui_header .header_area .main_menu ul li a:hover {
    color: var(--base_color)
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_menu ul li a {
        margin: 0 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    header.amazcartui_header .header_area .main_menu ul li a {
        margin: 0 12px
    }
}

@media only screen and (min-width:1439px) and (max-width:1599.98px) {
    header.amazcartui_header .header_area .main_menu ul li a {
        margin: 0 12px
    }
}

@media only screen and (min-width:1600px) and (max-width:1671.98px) {
    header.amazcartui_header .header_area .main_menu ul li a {
        margin: 0 17px
    }
}

header.amazcartui_header .header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .04);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu {
    width: 800px;
    padding: 30px 0 0 30px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu {
        left: -255px
    }
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: #090b17;
    border-bottom: 1px solid #f1f1f1;
    left: 0 !important;
    padding: 0 0 10px;
    margin-bottom: 11px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 40px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li {
    padding: 0
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    left: 0 !important;
    padding: 0;
    line-height: 31.8px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li a:hover {
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu {
    background-image: url(../img/menu_bg.png);
    background-size: cover;
    background-position: 100% 100%;
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 97px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h6 {
    font-size: 12px;
    font-weight: 500;
    color: #090b17 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 8px 0 11px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: var(--base_color);
    left: 0;
    padding: 0
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu {
    width: 579px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 700;
    color: var(--base_color);
    left: 0 !important;
    padding: 0;
    font-family: Circular Std Book;
    border: 0;
    margin: 0
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li {
    padding: 26px 40px;
    flex: 1 1 auto
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li {
    padding: 0
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    left: 0 !important;
    padding: 0;
    font-family: Circular Std Book;
    line-height: 2.5
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li a:hover {
    color: var(--base_color) !important
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
    background-image: url(../img/banner/menu_banner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 80px 56px;
    flex: 280px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
        display: none !important
    }
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 73, 73, .6);
    z-index: -1
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p {
    font-size: 24px;
    line-height: 1.42;
    color: #fff;
    margin-bottom: 35px;
    font-family: Circular Std Book
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p a {
    color: #fff72b;
    padding: 0;
    line-height: inherit;
    font-weight: 600;
    font-size: 24px
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner .menu_prise {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ef0000;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.29;
    font-family: Circular Std Book
}

header.amazcartui_header .header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0;
    position: relative
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:first-child {
    padding-top: 16px
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:last-child {
    padding-bottom: 20px
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: var(--text_color);
    font-weight: 500;
    display: block;
    margin: 0;
    padding: 10px 30px;
    transition: .3s;
    position: relative;
    text-transform: capitalize;
    left: 0
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a.active,
header.amazcartui_header .header_area .main_menu ul li .submenu li a:hover {
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>a {
    color: var(--base_color) !important
}

header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list {
    position: absolute;
    left: 110%;
    top: -17px;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list {
        left: auto;
        right: 110%
    }
}

header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list li a {
    text-transform: capitalize
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>ul {
        left: auto;
        right: 100%
    }
}

header.amazcartui_header .header_area .main_menu ul li:hover>a {
    color: var(--base_color)
}

header.amazcartui_header .header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

header.amazcartui_header .header_area .main_header_media {
    grid-gap: 20px;
    display: flex;
    align-items: center
}

header.amazcartui_header .header_area .main_header_media .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text_color);
    height: 40px;
    text-transform: capitalize
}

header.amazcartui_header .header_area .main_header_media .single_top_lists a {
    color: var(--text_color);
    font-size: 14px
}

header.amazcartui_header .header_area .contact_wrap {
    justify-content: flex-end
}

@media (max-width:575.98px) {
    header.amazcartui_header .header_area .contact_wrap {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    header.amazcartui_header .header_area .contact_wrap {
        display: none !important
    }
}

header.amazcartui_header .header_area .contact_wrap .mobile_no p {
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    font-family: Circular Std Book
}

header.amazcartui_header .header_area .contact_wrap .mobile_no p span a {
    color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    header.amazcartui_header .header_area .contact_wrap .mobile_no p {
        font-size: 13px;
        margin-right: 8px
    }
}

header.amazcartui_header .header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area .contact_wrap .signin a.sign_in {
        margin-right: 15px
    }
}

header.amazcartui_header .header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de
}

header.amazcartui_header .header_area .contact_wrap .contact_btn {
    margin-left: 25px
}

header.amazcartui_header .header_area.navbar_fixed {
    z-index: 90;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .03);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform .5s ease, background .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease
}

header.amazcartui_header .header_area.navbar_fixed .header_top_area {
    display: none
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area.navbar_fixed .header_top_area {
        display: block
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    header.amazcartui_header .header_area.navbar_fixed .main_header_area {
        padding: 11px 0
    }
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area.navbar_fixed .main_header_area {
        display: none
    }
}

header.amazcartui_header .header_area.navbar_fixed .category_menu {
    display: none !important
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
        top: 2px
    }
}

@media (min-width:1200px) {
    header.amazcartui_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    header.amazcartui_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    header.amazcartui_header .header_area.navbar_fixed .menu_logo img {
        max-width: 150px
    }
}

@media (min-width:1200px) {
    header.amazcartui_header .header_area.navbar_fixed .offer_tag {
        display: none !important
    }
}

header.amazcartui_header .header_area .menu_search_popup {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: .3s;
    z-index: 12000000000;
    top: -100%;
    opacity: 0;
    visibility: hidden
}

header.amazcartui_header .header_area .menu_search_popup.active {
    transform: translateY(0);
    top: 0;
    opacity: 1;
    visibility: visible
}

header.amazcartui_header .header_area .menu_search_popup .search_close {
    position: absolute;
    right: 16%;
    top: 30px;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text_color);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color)
}

@media (max-width:991.98px) {
    header.amazcartui_header .header_area .menu_search_popup .search_close {
        right: 15px;
        top: 20px
    }
}

header.amazcartui_header .header_area .menu_search_popup .search_close:hover {
    color: var(--base_color);
    border-color: var(--base_color)
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field {
    max-width: 562px;
    position: relative;
    flex: 562px 0 0
}

@media (max-width:767.98px) {
    header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field {
        flex: 70% 0 0;
        max-width: 70%
    }
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    font-size: 14px;
    color: var(--text_color);
    padding: 10px 20px 10px 0;
    font-weight: 400
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input::-moz-placeholder {
    color: #6e446e
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input:-ms-input-placeholder {
    color: #6e446e
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input::placeholder {
    color: #6e446e
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input:focus {
    border-color: var(--text_color)
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 30px;
    line-height: 1;
    text-align: right
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field button i {
    font-size: 18px;
    color: var(--text_color);
    font-weight: 700
}

.large_categorySearch {
    width: 636px;
    height: 50px;
    border: 1.5px solid #f1f1f1;
    border-radius: 5px;
    background: var(--menu_color)
}

.large_categorySearch .input-group-prepend {
    background: transparent
}

.large_categorySearch .input-group-prepend .input-group-text {
    background: transparent;
    border: 0;
    padding: 0 10px 0 20px
}

.large_categorySearch input.form-control {
    border: 0;
    height: 100%;
    background: var(--menu_color) !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color)
}

.large_categorySearch input.form-control::-moz-placeholder {
    color: #687083
}

.large_categorySearch input.form-control:-ms-input-placeholder {
    color: #687083
}

.large_categorySearch input.form-control::placeholder {
    color: #687083
}

.promotion_bar {
    z-index: 12
}

.promotion_bar_wrapper {
    height: 80px;
    background-image: url(../img/banner/promotion_barBg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .promotion_bar_wrapper {
        padding-right: 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .promotion_bar_wrapper {
        padding-right: 65px
    }
}

.promotion_bar_wrapper .close_promobar {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

@media (max-width:767.98px) {
    .promotion_bar_wrapper .close_promobar {
        right: 25px
    }
}

.promotion_bar_wrapper .close_promobar i {
    color: #687083;
    font-size: 10px
}

.wish_cart_mobile {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-right: 10px;
    justify-content: center;
    position: relative;
    top: 3px
}

@media (min-width:991.98px) {
    .wish_cart_mobile {
        display: none
    }
}

@media (max-width:767.98px) {
    .wish_cart_mobile {
        margin-right: 0
    }
}

.wish_cart_mobile a {
    font-size: 15px;
    color: var(--text_color);
    font-weight: 900
}

.wish_cart_mobile a:hover {
    color: var(--base_color)
}

.home6_search_toggle {
    font-size: 15px;
    color: var(--text_color);
    font-weight: 900;
    cursor: pointer
}

.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    top: 0
}

.slicknav_nav a {
    font-size: 14px;
    color: #000;
    font-family: Circular Std Book;
    text-transform: capitalize;
    font-weight: 400
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 9.5px 15px
}

@media (max-width:991.98px) {
    .slicknav_nav .slicknav_item a i {
        display: none
    }
}

.slicknav_arrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 40px;
    top: 0
}

.slicknav_nav li {
    display: block;
    border-bottom: none;
    position: relative
}

.mobile_menu .slicknav_nav ul.submenu {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #f7f7f7
}

.mobile_menu .slicknav_nav ul.submenu li a {
    font-size: 16px
}

.mobile_menu .slicknav_nav .slicknav_arrow {
    margin: 0
}

.slicknav_nav .slicknav_row:hover {
    color: #fd1c5e
}

.slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #fd1c5e
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #071a3c !important;
    height: 2px;
    margin: 3px 0;
    transition: all .3s ease 0s;
    width: 18px;
    position: relative
}

.slicknav_menu .slicknav_icon {
    width: 18px;
    height: 18px;
    margin: 0
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999999
}

.slicknav_btn {
    right: 12px;
    margin-top: -50px
}

.slicknav_nav {
    background: hsla(0, 0%, 100%, .96);
    box-shadow: 0 5px 7px 0 rgba(13, 0, 36, .07);
    padding: 15px 6px;
    margin-top: 0
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-family: Circular Std Book;
    padding: 6.5px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:767.98px) {
    .slicknav_btn {
        right: auto;
        left: 8px;
        position: absolute
    }
}

@media (max-width:767.98px) {
    .slicknav_menu .slicknav_icon {
        position: absolute;
        top: -70px;
        right: auto;
        left: 0
    }
}

.amazcartui_header .slicknav_menu .slicknav_icon {
    top: 4px;
    left: auto !important;
    right: 7px
}

@media (max-width:767.98px) {
    .amazcartui_header .slicknav_menu .slicknav_icon {
        left: 0 !important;
        right: auto;
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .amazcartui_header .slicknav_menu .slicknav_icon {
        top: 6px
    }
}

.amazcartui_header .slicknav_menu .slicknav_icon-bar {
    background-color: var(--base_color) !important
}

@media (min-width:768px) and (max-width:991.98px) {
    .amazcartui_header .slicknav_menu .slicknav_icon-bar {
        background-color: var(--base_color) !important
    }
}

.amazcartui_header .slicknav_btn {
    right: 0;
    left: left;
    float: right
}

.amazcartui_header .slicknav_nav .slicknav_row,
.amazcartui_header .slicknav_nav a {
    font-family: Circular Std Book
}

.amazcartui_header .slicknav_nav a:hover {
    color: var(--base_color)
}

.slicknav_btn {
    padding: 0;
    border: 0
}

.slicknav_btn .slicknav_icon-bar {
    background-color: #ff4357;
    transition: all .5s linear;
    display: block;
    width: 18px;
    height: 2px
}

.home_2 .slicknav_btn .slicknav_icon-bar {
    background-color: #4543de
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 3px
}

.slicknav_btn .slicknav_icon-bar:nth-child(2) {
    transform: rotate(0deg)
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
    transform: rotate(-45deg)
}

.slicknav_btn .slicknav_icon-bar:nth-child(3) {
    opacity: 1
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
    opacity: 0
}

.slicknav_btn .slicknav_icon-bar:first-child {
    transform: rotate(0deg);
    top: 0
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:first-child {
    transform: rotate(45deg);
    top: 4px;
    position: relative
}

.primary_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center
}

.primary_checkbox h5 {
    color: var(--text_color)
}

.primary_checkbox .label_name,
.primary_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    margin-bottom: 0
}

.primary_checkbox .label_name {
    color: #687083
}

.primary_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 3px
}

.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.primary_checkbox input:checked~.checkmark {
    background: var(--base_color);
    transition: .3s
}

.primary_checkbox input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid var(--border_color);
    transition: .3s;
    transform: scale(1)
}

.primary_checkbox.style2 .checkmark,
.primary_checkbox.style2 .checkmark:after {
    border-radius: 50%
}

.primary_checkbox.style2 .checkmark {
    width: 15px;
    height: 15px;
    line-height: 15px;
    flex: 15px 0 0
}

.primary_checkbox.style2 input:checked~.checkmark:before {
    top: 0;
    left: 3px;
    border: 0;
    font-size: 8px;
    line-height: 15px
}

.primary_checkbox.style2 .checkmark:after {
    width: 15px;
    height: 15px
}

.primary_checkbox.style3 .checkmark,
.primary_checkbox.style3 .checkmark:after {
    border-radius: 50%
}

.primary_checkbox.style3 .checkmark {
    width: 20px;
    height: 20px;
    line-height: 20px;
    flex: 20px 0 0
}

.primary_checkbox.style3 input:checked~.checkmark:before {
    top: 0;
    left: 3px;
    border: 0;
    font-size: 11px;
    line-height: 20px
}

.primary_checkbox.style3 .checkmark:after {
    width: 20px;
    height: 20px
}

.primary_checkbox.style3 .label_name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.primary_checkbox.style4 .checkmark,
.primary_checkbox.style4 .checkmark:after {
    border-radius: 50%
}

.primary_checkbox.style4 .checkmark {
    width: 19px;
    height: 19px;
    line-height: 19px;
    flex: 19px 0 0
}

.primary_checkbox.style4 input:checked~.checkmark:before {
    top: 0;
    left: 3px;
    border: 0;
    font-size: 11px;
    line-height: 19px
}

.primary_checkbox.style4 .checkmark:after {
    width: 19px;
    height: 19px;
    border: 5px solid #687083
}

.primary_checkbox.style4 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.primary_checkbox.style5 .checkmark,
.primary_checkbox.style5 .checkmark:after {
    border-radius: 50%
}

.primary_checkbox.style5 .checkmark {
    width: 19px;
    height: 19px;
    line-height: 19px;
    flex: 19px 0 0
}

.primary_checkbox.style5 input:checked~.checkmark:before {
    top: 0;
    left: 3px;
    border: 0;
    font-size: 11px;
    line-height: 19px;
    display: none
}

.primary_checkbox.style5 input:checked~.checkmark:after {
    border: 5px solid #222;
    transform: scale(1)
}

.primary_checkbox.style5 input:checked~.checkmark {
    background: transparent
}

.primary_checkbox.style5 .checkmark:after {
    width: 19px;
    height: 19px;
    border: 2px solid #e3e6ef
}

.primary_checkbox.style5 .checkmark:before {
    display: none
}

.primary_checkbox.style5 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    position: relative;
    top: 1px
}

.primary_checkbox.style6 .checkmark,
.primary_checkbox.style6 .checkmark:after {
    border-radius: 50%
}

.primary_checkbox.style6 .checkmark {
    width: 18px;
    height: 18px;
    line-height: 18px;
    flex: 18px 0 0;
    background: #fff !important;
    border: 1px solid #e1e2e6
}

.primary_checkbox.style6 input:checked~.checkmark:after {
    width: 10px;
    height: 10px;
    border: 0;
    transition: .3s;
    transform: scale(1);
    background: red;
    border: 0 !important;
    left: 3px;
    top: 3px
}

.primary_checkbox.style6 input:checked~.checkmark {
    border: 1px solid var(--base_color)
}

.primary_checkbox.style6 input:checked~.checkmark:before {
    display: none
}

.primary_checkbox.style6 .checkmark:after {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    border: 0 !important
}

.primary_checkbox.style6 .checkmark:before {
    display: none
}

.primary_checkbox.style6 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.round_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
    width: 35px;
    height: 35px
}

.round_checkbox h5 {
    color: var(--text_color)
}

.round_checkbox .label_name,
.round_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    margin-bottom: 0
}

.round_checkbox .label_name {
    color: #656565
}

.round_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.round_checkbox .checkmark {
    position: relative;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 35px 0 0;
    border-radius: 50%;
    border: 1px solid #f1f1f1
}

.round_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.round_checkbox input:checked~.checkmark {
    border-color: var(--base_color)
}

.round_checkbox .checkmark:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--base_color);
    border-radius: 50%;
    left: 4px;
    top: 4px
}

.round_checkbox input:checked~.checkmark:after {
    border-color: var(--base_color)
}

.round_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    transition: .3s;
    transform: scale(1)
}

.round_checkbox.black_check input:checked~.checkmark {
    border-color: #000
}

.round_checkbox.black_check .checkmark:before {
    background: #000
}

.round_checkbox.blue_check input:checked~.checkmark {
    border-color: #1f73be
}

.round_checkbox.blue_check .checkmark:before {
    background: #1f73be
}

.round_checkbox.gray_check input:checked~.checkmark {
    border-color: #d6d6d6
}

.round_checkbox.gray_check .checkmark:before {
    background: #d6d6d6
}

.round_checkbox.paste_check input:checked~.checkmark {
    border-color: #81d742
}

.round_checkbox.paste_check .checkmark:before {
    background: #81d742
}

.round_checkbox.brouwn_check input:checked~.checkmark {
    border-color: #dd9a32
}

.round_checkbox.brouwn_check .checkmark:before {
    background: #dd9a32
}

.round_checkbox.violate_check input:checked~.checkmark {
    border-color: #8224e2
}

.round_checkbox.violate_check .checkmark:before {
    background: #8224e2
}

.round_checkbox.red_check input:checked~.checkmark {
    border-color: #ef3736
}

.round_checkbox.red_check .checkmark:before {
    background: #ef3736
}

.round_checkbox.yellow_check input:checked~.checkmark {
    border-color: #ee2
}

.round_checkbox.yellow_check .checkmark:before {
    background: #ee2
}

.round_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
    width: 35px;
    height: 35px
}

.round_checkbox2 h5 {
    color: var(--text_color)
}

.round_checkbox2 .label_name,
.round_checkbox2 h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    margin-bottom: 0
}

.round_checkbox2 .label_name {
    color: #656565
}

.round_checkbox2.white_checkbox .checkmark:after {
    border-color: #fff
}

.round_checkbox2 .checkmark {
    position: relative;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 35px 0 0;
    border-radius: 50%;
    border: 1px solid #f1f1f1
}

.round_checkbox2 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.round_checkbox2 .check_bg_color {
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--base_color);
    border-radius: 50%;
    left: 4px;
    top: 4px
}

.round_checkbox2 input:checked~.checkmark {
    border-color: var(--base_color)
}

.smallRound_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
    width: 24px;
    height: 24px
}

.smallRound_checkbox h5 {
    color: var(--text_color)
}

.smallRound_checkbox .label_name,
.smallRound_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    margin-bottom: 0
}

.smallRound_checkbox .label_name {
    color: #656565
}

.smallRound_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.smallRound_checkbox .checkmark {
    position: relative;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 24px 0 0;
    border-radius: 50%
}

.smallRound_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.smallRound_checkbox input:checked~.checkmark {
    border-color: var(--base_color)
}

.smallRound_checkbox .checkmark:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--base_color);
    border-radius: 50%;
    left: 3px;
    top: 3px
}

.smallRound_checkbox input:checked~.checkmark:after {
    border-color: transparent;
    transform: scale(0)
}

.smallRound_checkbox input:checked~.checkmark:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0
}

.smallRound_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: -1;
    left: -1;
    content: "";
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    transition: .3s;
    transform: scale(1);
    border: 1px solid #c3c6ce
}

.smallRound_checkbox.black_check input:checked~.checkmark {
    border-color: #000
}

.smallRound_checkbox.black_check .checkmark:before {
    background: #000
}

.smallRound_checkbox.blue_check input:checked~.checkmark {
    border-color: #1f73be
}

.smallRound_checkbox.blue_check .checkmark:before {
    background: #1f73be
}

.smallRound_checkbox.gray_check input:checked~.checkmark {
    border-color: #d6d6d6
}

.smallRound_checkbox.gray_check .checkmark:before {
    background: #d6d6d6
}

.smallRound_checkbox.paste_check input:checked~.checkmark {
    border-color: #81d742
}

.smallRound_checkbox.paste_check .checkmark:before {
    background: #81d742
}

.smallRound_checkbox.brouwn_check input:checked~.checkmark {
    border-color: #dd9a32
}

.smallRound_checkbox.brouwn_check .checkmark:before {
    background: #dd9a32
}

.smallRound_checkbox.violate_check input:checked~.checkmark {
    border-color: #8224e2
}

.smallRound_checkbox.violate_check .checkmark:before {
    background: #8224e2
}

.smallRound_checkbox.red_check input:checked~.checkmark {
    border-color: #ef3736
}

.smallRound_checkbox.red_check .checkmark:before {
    background: #ef3736
}

.smallRound_checkbox.yellow_check input:checked~.checkmark {
    border-color: #ee2
}

.smallRound_checkbox.yellow_check .checkmark:before {
    background: #ee2
}

.play_button {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    color: var(--text_color);
    display: inline-block;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 24px;
    transition: .3s;
    cursor: pointer
}

.play_button:hover {
    background: var(--base_color);
    color: #fff
}

.play_button2 {
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    color: var(--base_color);
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
    border: 1.5px solid var(--base_color)
}

.play_button2:hover {
    background: var(--base_color);
    color: #fff
}

.theme__overlay {
    position: relative;
    z-index: 2
}

.theme__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: .4;
    z-index: -1
}

.lms_tabmenu {
    background: #f8f8fe;
    border-radius: 10px;
    display: inline-flex
}

.lms_tabmenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: Circular Std Book;
    color: var(--text_color);
    border-radius: 10px;
    padding: 13px 39px
}

@media (max-width:767.98px) {
    .lms_tabmenu li a {
        padding: 13px 30px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .lms_tabmenu li a {
        padding: 13px 27px
    }
}

.lms_tabmenu li a.active {
    background: var(--base_color);
    color: #fff;
    border-radius: 10px
}

.theme_border {
    border-top: 1px solid #e9e7f7
}

.theme_according button:before {
    left: 5px;
    position: absolute;
    transition: .4s;
    content: "\E622";
    font-family: themify;
    font-size: 10px;
    color: #090b17;
    font-weight: 900;
    top: 17px
}

.theme_according button.collapsed:before {
    content: "\E61A";
    font-family: themify
}

.theme_according .card {
    margin-bottom: 15px;
    border: 0
}

.theme_according .card .card-header {
    border: 0;
    border-bottom: 1px solid var(--border_color);
    border-radius: 0;
    background: transparent;
    padding: 0
}

.theme_according .card .card-header h5 button {
    font-family: Circular Std Book;
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    padding: 11.5px 25px 13px 30px;
    text-decoration: none !important;
    text-align: left;
    box-shadow: none
}

@media (max-width:767.98px) {
    .theme_according .card .card-header h5 button {
        flex-wrap: wrap
    }
}

.theme_according .card .card-header h5 button span {
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    color: var(--text_color)
}

.theme_according .card-body {
    background: var(--menu_color);
    padding: 30px 65px 36px 55px;
    margin-top: 30px
}

@media (max-width:767.98px) {
    .theme_according .card-body {
        padding: 30px 25px 36px 48px
    }
}

.theme_according .card-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    margin-bottom: 15px;
    position: relative
}

.theme_according .card-body h5 i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    color: var(--text_color);
    left: -20px
}

.theme_according .card-body p {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 1.86;
    margin-bottom: 0
}

.primary_bulet_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center
}

.primary_bulet_checkbox .label_name,
.primary_bulet_checkbox h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: Circular Std Book;
    color: var(--text_color);
    margin-bottom: 0
}

.primary_bulet_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_bulet_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 50%
}

.primary_bulet_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_bulet_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    transition: .3s;
    transform: scale(1);
    border-color: var(--base_color)
}

.primary_bulet_checkbox input:checked~.checkmark {
    transition: .3s
}

.primary_bulet_checkbox input:checked~.checkmark:before {
    transform: translate(-50%, -50%) scale(1)
}

.primary_bulet_checkbox .checkmark:before {
    position: absolute;
    background: var(--base_color);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s
}

.primary_bulet_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e9e7f7;
    transition: .3s;
    transform: scale(1)
}

.primary_input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 10px 20px;
    width: 100%
}

.primary_input::-moz-placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_input:-ms-input-placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_input::placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_input3 {
    height: 50px;
    border: 1px solid var(--border_color);
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 25px;
    width: 100%;
    box-shadow: none !important
}

.primary_input3.style2 {
    padding: 15px 20px
}

.primary_input3.style3 {
    border-color: #e3e6ef
}

.primary_input3.style4 {
    border-color: #e3e6ef;
    padding: 20px
}

.primary_input3.style5 {
    border-color: #eef0f4;
    padding: 15px 20px
}

.primary_input3.style6 {
    border-color: #e3e3e3;
    padding: 15px 20px;
    height: 45px;
    color: var(--text_color)
}

.primary_input3.style6::-moz-placeholder {
    color: #687083
}

.primary_input3.style6:-ms-input-placeholder {
    color: #687083
}

.primary_input3.style6::placeholder {
    color: #687083
}

.primary_input3.radius_5px {
    border-radius: 5px
}

.primary_input3.radius_3px {
    border-radius: 3px
}

.primary_input3.bg_style1 {
    background-color: var(--menu_color)
}

.primary_input3.border_style2 {
    border: 1px solid #e1e2e6
}

.primary_input3::-moz-placeholder {
    color: #687083
}

.primary_input3:-ms-input-placeholder {
    color: #687083
}

.primary_input3::placeholder {
    color: #687083
}

.primary_input4 {
    height: 50px;
    border: 1px solid #ebebeb;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 20px;
    width: 100%;
    background: transparent
}

.primary_input4::-moz-placeholder {
    color: #676e8b
}

.primary_input4:-ms-input-placeholder {
    color: #676e8b
}

.primary_input4::placeholder {
    color: #676e8b
}

.primary_input2 {
    height: 60px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: Circular Std Book;
    font-size: 16px;
    font-weight: 300;
    color: var(--text_color);
    padding: 0 25px 25px 0;
    width: 100%
}

.primary_input2::-moz-placeholder {
    font-size: 16px;
    color: #677294;
    text-transform: capitalize
}

.primary_input2:-ms-input-placeholder {
    font-size: 16px;
    color: #677294;
    text-transform: capitalize
}

.primary_input2::placeholder {
    font-size: 16px;
    color: #677294;
    text-transform: capitalize
}

.primary_input5 {
    height: 40px;
    border: 1px solid #e3e3e3;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px;
    width: 100%;
    box-shadow: none !important
}

.primary_input5.border_style2 {
    border: 1px solid #e1e2e6
}

.primary_input5::-moz-placeholder {
    color: #687083
}

.primary_input5:-ms-input-placeholder {
    color: #687083
}

.primary_input5::placeholder {
    color: #687083
}

.custom_input_group {
    height: 50px
}

.custom_input_group .input-group-prepend .input-group-text {
    min-width: 242px;
    max-width: 242px;
    background: #395799;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 24px
}

@media (max-width:767.98px) {
    .custom_input_group .input-group-prepend .input-group-text {
        min-width: 40px;
        max-width: 40px;
        flex: 40px 0 0;
        padding-left: 20px;
        padding-right: 35px;
        width: 40px
    }
}

.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
    background: #1babf0
}

.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
    background: #dd5143
}

.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
    background: red
}

.custom_input_group .input-group-prepend .input-group-text i {
    font-size: 16px;
    color: #fff;
    margin-right: 14px
}

.custom_input_group .input-group-prepend .input-group-text span {
    font-size: 16px;
    font-weight: 600;
    font-family: Circular Std Book;
    color: #fff
}

@media (max-width:767.98px) {
    .custom_input_group .input-group-prepend .input-group-text span {
        display: none
    }
}

.custom_input_group input {
    height: 50px;
    border: 1px solid #ebebeb !important;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 20px;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important
}

.custom_input_group input::-moz-placeholder {
    color: #676e8b
}

.custom_input_group input:-ms-input-placeholder {
    color: #676e8b
}

.custom_input_group input::placeholder {
    color: #676e8b
}

.primary_textarea {
    height: 150px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 20px;
    width: 100%
}

.primary_textarea::-moz-placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_textarea::placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize
}

.primary_textarea3 {
    height: 180px;
    border: 1px solid var(--border_color);
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 21px 25px;
    width: 100%;
    background: var(--menu_color)
}

.primary_textarea3.radius_5px {
    border-radius: 5px
}

.primary_textarea3:focus {
    outline: none
}

.primary_textarea3::-moz-placeholder {
    color: #687083
}

.primary_textarea3:-ms-input-placeholder {
    color: #687083
}

.primary_textarea3::placeholder {
    color: #687083
}

.primary_textarea4 {
    height: 130px;
    border: 1px solid #e3e6ef;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 20px;
    width: 100%;
    background: transparent
}

.primary_textarea4:focus {
    outline: none
}

.primary_textarea4::-moz-placeholder {
    color: #687083
}

.primary_textarea4:-ms-input-placeholder {
    color: #687083
}

.primary_textarea4::placeholder {
    color: #687083
}

.primary_label {
    margin-bottom: 10px
}

.primary_label,
.primary_label2 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    display: block;
    line-height: 1
}

.primary_label2 {
    font-family: Circular Std Book;
    margin-bottom: 15px
}

.primary_label2.style2 {
    margin-bottom: 11px
}

.primary_label2.style3 {
    margin-bottom: 7px
}

.primary_label2.style4 {
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--text_color)
}

.primary_label2 span {
    color: var(--base_color)
}

.primary_textarea2 {
    height: 130px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f0e7e2;
    font-family: Circular Std Book;
    font-size: 16px;
    font-weight: 300;
    color: var(--text_color);
    padding: 3px 25px 0 0;
    width: 100%
}

.primary_textarea2::-moz-placeholder {
    font-size: 14px;
    color: #677294;
    text-transform: capitalize
}

.primary_textarea2:-ms-input-placeholder {
    font-size: 14px;
    color: #677294;
    text-transform: capitalize
}

.primary_textarea2::placeholder {
    font-size: 14px;
    color: #677294;
    text-transform: capitalize
}

.primary_line_input {
    height: 50px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(104, 112, 131, .2);
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    padding: 10px 0;
    width: 100%;
    box-shadow: none !important
}

.primary_line_input.style2 {
    font-weight: 400;
    border-color: #f1f1f1
}

.primary_line_input.style2::-moz-placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_input.style2:-ms-input-placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_input.style2::placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_input.style3 {
    font-weight: 400;
    color: var(--text_color);
    font-weight: 500
}

.primary_line_input.style3::-moz-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_input.style3:-ms-input-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_input.style3::placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_input.style4 {
    font-weight: 400;
    color: var(--text_color);
    font-size: 16px;
    border-bottom: 1px solid var(--border_color)
}

.primary_line_input.style4::-moz-placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_input.style4:-ms-input-placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_input.style4::placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_input::-moz-placeholder {
    font-size: 14px;
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_input:-ms-input-placeholder {
    font-size: 14px;
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_input::placeholder {
    font-size: 14px;
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_textarea {
    height: 120px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    padding: 15px 0;
    width: 100%;
    resize: none;
    box-shadow: none !important
}

.primary_line_textarea.style2 {
    font-weight: 400;
    border-color: #f1f1f1
}

.primary_line_textarea.style2::-moz-placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_textarea.style2:-ms-input-placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_textarea.style2::placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400
}

.primary_line_textarea.style2:focus {
    outline: none
}

.primary_line_textarea.style3 {
    font-weight: 500;
    border-bottom: 1px solid rgba(104, 112, 131, .2);
    color: var(--text_color)
}

.primary_line_textarea.style3::-moz-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_textarea.style3:-ms-input-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_textarea.style3::placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500
}

.primary_line_textarea.style3:focus {
    outline: none
}

.primary_line_textarea.style4 {
    font-weight: 400;
    font-size: 16px;
    border-color: var(--border_color);
    height: 140px
}

.primary_line_textarea.style4::-moz-placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_textarea.style4:-ms-input-placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_textarea.style4::placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.primary_line_textarea.style4:focus {
    outline: none
}

.primary_line_textarea::-moz-placeholder {
    font-size: 14px;
    color: #676e8b;
    text-transform: capitalize
}

.primary_line_textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #676e8b;
    text-transform: capitalize
}

.primary_line_textarea::placeholder {
    font-size: 14px;
    color: #676e8b;
    text-transform: capitalize
}

.contact_section {
    padding: 100px 0 70px
}

@media (max-width:767.98px) {
    .contact_section {
        padding: 70px 0 40px
    }
}

.contact_section .home10_title {
    margin-bottom: 76px
}

@media (max-width:767.98px) {
    .contact_section .home10_title {
        margin-bottom: 40px
    }
}

.contact_section .home10_title p {
    font-size: 14px;
    color: #373737;
    margin-bottom: 11px
}

.contact_section .home10_title h3 {
    line-height: 1.25
}

.contact_section .contact_title span {
    margin-bottom: 20px;
    color: #373737
}

.contact_section .contact_title h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text_color)
}

@media (max-width:767.98px) {
    .contact_section .contact_title h4 {
        font-size: 25px
    }
}

.contact_section .address_lines .single_address_line {
    display: grid;
    grid-template-columns: 71px auto;
    grid-gap: 20px;
    margin-bottom: 23px;
    align-items: flex-start
}

.contact_section .address_lines .single_address_line span {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.contact_section .address_lines .single_address_line p {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b
}

.contact_section .contact_form_box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 60px
}

.contact_section .contact_form_box .contact_title {
    margin-bottom: 29px
}

.contact_section .contact_address {
    padding-top: 50px
}

@media (max-width:767.98px) {
    .contact_section .contact_address {
        padding-top: 40px
    }
}

.contact_map {
    padding: 0
}

.contact_map #contact-map {
    height: 300px
}

@media (max-width:767.98px) {
    .contact_map #contact-map {
        height: 250px
    }
}

.contact_wiz_box .contact_box_title {
    margin-bottom: 11px
}

.contact_wiz_box .contact_box_desc {
    font-size: 24px;
    line-height: 1.42;
    color: var(--text_color);
    font-weight: 700
}

.contact_wiz_box .contact_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px
}

.contact_wiz_box .contact_link a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color);
    font-size: 18px
}

.contact_wiz_box .contact_link a:hover {
    color: var(--base_color)
}

.contact_box_wrapper .contact_wiz_box {
    margin-bottom: 34px
}

.bradcam_bg_1 {
    background-image: url(../img/banner/bradcam_bg_1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bradcam_bg_2 {
    background-image: url(../img/banner/bradcam_bg_2.jpg)
}

.breadcrumb_area .breadcrumb_iner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 156px 0 205px
}

.breadcrumb_area .breadcrumb_iner .bradcam_text {
    width: 100%
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: Circular Std Book;
    margin-bottom: 23px
}

@media (max-width:767.98px) {
    .breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
        font-size: 25px
    }
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
        font-size: 40px
    }
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a {
    color: #687083
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a:hover {
    color: var(--base_color)
}

.affiliate_bradcam_area {
    background-color: #f7faff;
    padding: 115px 0 337px;
    background-image: url(../img/affiliate/affiliate_bg_1.jpg);
    background-size: cover;
    background-position: 50%
}

@media (max-width:767.98px) {
    .affiliate_bradcam_area {
        padding: 100px 0
    }
}

.affiliate_bradcam_area .breadcam_text {
    max-width: 780px;
    margin: auto
}

.affiliate_bradcam_area .breadcam_text span {
    font-size: 16px;
    font-weight: 700;
    color: var(--base_color);
    margin-bottom: 18px;
    display: block
}

.affiliate_bradcam_area .breadcam_text h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text_color);
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .affiliate_bradcam_area .breadcam_text h3 {
        font-size: 30px
    }
}

.affiliate_bradcam_area .breadcam_text p {
    font-size: 18px;
    font-weight: 400;
    color: #687083;
    margin: 20px 0 43px
}

@media (max-width:767.98px) {
    .affiliate_bradcam_area .breadcam_text p {
        font-size: 16px;
        margin: 15px 0 30px
    }
}

footer.home_one_footer {
    background-size: cover;
    background-position: top;
    background: #fff4f1;
    position: relative;
    margin-top: -116px
}

footer.home_one_footer .footer_top_area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

footer.home_one_footer .main_footer_wrap {
    padding-top: 173px;
    padding-bottom: 56px
}

@media (max-width:767.98px) {
    footer.home_one_footer .main_footer_wrap {
        padding-bottom: 46px
    }
}

footer.home_one_footer .main_footer_wrap .footer_widget {
    margin-bottom: 30px
}

footer.home_one_footer .main_footer_wrap .footer_widget .footer_logo {
    margin-bottom: 10px
}

footer.home_one_footer .main_footer_wrap .footer_widget .footer_title h3 {
    font-family: Circular Std Book;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--text_color)
}

footer.home_one_footer .main_footer_wrap .footer_widget .footer_links li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 30px;
    font-family: Shadows Into Light Two, cursive;
    line-height: 2.14
}

footer.home_one_footer .main_footer_wrap .footer_widget .footer_links li a:hover {
    color: var(--text_color)
}

footer.home_one_footer .main_footer_wrap .footer_widget .address_list {
    max-width: 270px
}

footer.home_one_footer .main_footer_wrap .footer_widget .address_list p {
    font-size: 14px;
    color: #656565;
    line-height: 1.86;
    font-weight: 500;
    margin-bottom: 15px
}

footer.home_one_footer .main_footer_wrap .footer_widget .address_list p:not(:last-child) {
    margin-bottom: 0
}

footer.home_one_footer .main_footer_wrap .footer_widget .address_list p span {
    font-weight: 700
}

footer.home_one_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 24px;
    font-weight: 700;
    color: var(--base_color);
    margin-bottom: 0
}

footer.home_one_footer .main_footer_wrap .footer_widget .address_text {
    font-size: 14px;
    font-weight: 500;
    color: #0f111d;
    margin-bottom: 33px
}

footer.home_one_footer .copyright_area {
    padding-bottom: 47px
}

footer.home_one_footer .copyright_area .footer_border {
    border-top: 1px solid #f7e4df;
    margin-bottom: 23px
}

footer.home_one_footer .copyright_area .copy_right_text {
    margin-bottom: 30px
}

footer.home_one_footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--text_color);
    font-weight: 500
}

footer.home_one_footer .copyright_area .copy_right_text p a {
    color: var(--base_color)
}

footer.home_one_footer .copyright_area .payment_imgs {
    text-align: right;
    margin-bottom: 30px
}

@media (max-width:575.98px) {
    footer.home_one_footer .copyright_area .payment_imgs img {
        width: 100%
    }
}

@media (max-width:991.98px) {
    footer.home_one_footer .copyright_area .payment_imgs img {
        width: 100%
    }
}

@media (max-width:767.98px) {
    footer.home_one_footer .copyright_area .payment_imgs {
        text-align: left
    }
}

footer.home_three_footer {
    background: #000
}

footer.home_three_footer .footer_top_area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

footer.home_three_footer .main_footer_wrap {
    padding-top: 100px;
    padding-bottom: 24px
}

@media (max-width:767.98px) {
    footer.home_three_footer .main_footer_wrap {
        padding-top: 70px;
        padding-bottom: 24px
    }
}

footer.home_three_footer .main_footer_wrap .footer_widget {
    margin-bottom: 30px
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_logo {
    margin-bottom: 10px
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_title h3 {
    font-family: Circular Std Book;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--background_color)
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a {
    font-size: 16px;
    font-weight: 400;
    /*color: var(--background_color);*/
    color: var(--base_color);
    font-family: Circular Std Book;
    line-height: 1.88
}



footer.home_three_footer .main_footer_wrap .footer_widget .footer_links1 li a {
    font-size: 14px;
    font-weight: 400;
    /*color: var(--background_color);*/
    color: rgba(153, 153, 153, 1);
    font-family: Circular Std Book;
    line-height: 1.88;
    text-align: center;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links1 li a:hover {
    color: #fff
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a:hover {
    color: var(--base_color)
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list {
    max-width: 270px
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p {
    font-size: 14px;
    color: #656565;
    line-height: 1.86;
    font-weight: 500;
    margin-bottom: 15px
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p:not(:last-child) {
    margin-bottom: 0
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p span {
    font-weight: 700
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 40px;
    font-weight: 700;
    color: var(--background_color);
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    line-height: .75;
    grid-gap: 10px
}

@media (max-width:575.98px) {
    footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
        font-size: 30px
    }
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time {
    margin: 15px 0 11px;
    padding-bottom: 17px;
    border-bottom: 1px solid #151515
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    color: #666;
    text-transform: uppercase
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--background_color)
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p a {
    color: var(--base_color)
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_text {
    font-size: 16px;
    font-weight: 400;
    font-family: Circular Std Book;
    color: #666;
    margin-bottom: 19px;
    line-height: 1.63;
    max-width: 226px
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
    color: grey
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a:hover {
    color: var(--base_color)
}

footer.home_three_footer .copyright_area {
    padding-bottom: 28px !important;
}

footer.home_three_footer .copyright_area .footer_border {
    border-top: 1px solid #151515;
    margin-bottom: 23px
}

footer.home_three_footer .copyright_area .copy_right_text {
    padding: 17px 0
}

footer.home_three_footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #687083;
    font-weight: 500;
    font-family: Circular Std Book;
    text-transform: capitalize
}

footer.home_three_footer .copyright_area .copy_right_text p a {
    color: var(--base_color)
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
    display: flex;
    grid-gap: 35px;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:767.98px) {
    footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
        grid-gap: 15px
    }
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--background_color)
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a:hover {
    color: var(--base_color)
}

footer.home_three_footer .copyright_area .payment_imgs {
    margin: 20px 0
}

.google_play_box {
    background: var(--base_color);
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    padding: 11px 30px;
    grid-gap: 15px;
    min-width: 215px;
    max-width: 215px
}

.google_play_box:hover {
    background: var(--text_color)
}

.google_play_box .google_play_text span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--background_color);
    line-height: 1;
    display: block;
    margin-bottom: 6px
}

.google_play_box .google_play_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--background_color);
    line-height: 1;
    margin: 0
}

.home_banner {
    padding: 16px
}

.home_Banner_bg_1 {
    background-image: url(../img/banner/home_banner.jpg)
}

.home_Banner_bg_1,
.home_Banner_bg_2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home_Banner_bg_2 {
    background-image: url(../img/banner/home_banner2.jpg)
}

.home_Banner_bg_3 {
    background-image: url(../img/banner/home_banner3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home_banner .banner_single {
    padding: 148px 0
}

@media (max-width:767.98px) {
    .home_banner .banner_single {
        padding: 130px 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .home_banner .banner_single {
        padding: 150px 0
    }
}

.home_banner .banner_single .banner__text {
    max-width: 543px
}

.home_banner .banner_single .banner__text span {
    font-size: 18px;
    font-weight: 600;
    color: var(--base_color);
    display: block;
    text-transform: uppercase;
    font-family: Shadows Into Light Two, cursive
}

.home_banner .banner_single .banner__text h3 {
    font-size: 60px;
    font-weight: 700;
    color: var(--text_color);
    line-height: 1.27;
    margin: 21px 0 44px;
    font-family: Circular Std Book
}

@media (max-width:767.98px) {
    .home_banner .banner_single .banner__text h3 {
        font-size: 35px;
        margin: 9px 0 25px
    }
}

.home_banner .owl-carousel .owl-nav div {
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50px;
    transition: all .3s ease 0s;
    width: 50px;
    font-size: 12px;
    color: #000;
    border-radius: 50%;
    border: 0;
    transform: translateY(-50%)
}

.home_banner .owl-carousel .owl-nav div.owl-next {
    right: 50px;
    left: auto
}

.home_banner .owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.home_banner .owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: var(--base_color)
}

.home_banner .owl-dots {
    display: flex;
    justify-content: start;
    grid-gap: 15px;
    position: absolute;
    align-items: center;
    bottom: 35px;
    left: 0;
    right: 0;
    max-width: 1165px;
    margin: auto
}

@media (max-width:575.98px) {
    .home_banner .owl-dots {
        left: 15px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .home_banner .owl-dots {
        left: 35px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .home_banner .owl-dots {
        left: 40px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .home_banner .owl-dots {
        left: 40px
    }
}

@media (min-width:1200px) and (max-width:1599.98px) {
    .home_banner .owl-dots {
        left: 40px
    }
}

@media (min-width:1600px) and (max-width:1799.98px) {
    .home_banner .owl-dots {
        left: 150px
    }
}

.home_banner .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #687083;
    display: inline-block;
    transition: .3s;
    position: relative
}

.home_banner .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid var(--base_color);
    border-radius: 50%;
    left: -11px;
    top: -11px;
    transform: scale(0);
    transition: .3s
}

.home_banner .owl-dots .owl-dot span:hover {
    transform: scale(1)
}

.home_banner .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background: var(--base_color)
}

.home_banner .owl-dots .owl-dot.active span:before {
    opacity: 1;
    transform: scale(1)
}

.brand_banner {
    background: var(--base_color);
    height: 200px
}

@media (max-width:991.98px) {
    .brand_banner {
        height: 200px
    }
}

.brand_banner .branding_text {
    font-family: Circular Std Book;
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

@media (max-width:991.98px) {
    .brand_banner .branding_text {
        font-size: 40px
    }
}

.popular_category {
    padding: 95px 0 0
}

@media (max-width:767.98px) {
    .popular_category {
        padding: 75px 0 0
    }
}

.popular_category .single_carousel .thumb {
    min-height: 86px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.popular_category .single_carousel .thumb img {
    width: auto;
    display: inline-block
}

.popular_category .single_carousel h4 {
    margin: 17px 0 1px
}

.Featured_Products_area {
    padding: 96px 0 70px
}

@media (max-width:767.98px) {
    .Featured_Products_area {
        padding: 74px 0 50px
    }
}

.topSelling_Products_area {
    padding: 0 0 65px
}

@media (max-width:767.98px) {
    .topSelling_Products_area {
        padding: 0 0 40px
    }
}

.home4_category_area .home4_catwiz {
    background: #b8da97;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    padding: 55px 30px 52px
}

.home4_category_area .home4_catwiz.catwiz_bg2 {
    background: #83cccf
}

.home4_category_area .home4_catwiz.catwiz_bg3 {
    background: #dfa2a9
}

.home4_category_area .home4_catwiz.catwiz_bg4 {
    background: #9aaddc
}

.home4_category_area .home4_catwiz .icon {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.home4_category_area .home4_catwiz h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    margin: 25px 0 11px
}

.home4_category_area .home4_catwiz span {
    font-size: 14px;
    font-family: Circular Std Book;
    color: #687083;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 27px
}

.home4_category_area .home4_catwiz .shop_text {
    font-size: 14px;
    color: var(--base_color);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block
}

.home6_cat1_bg {
    background-image: url(../img/home_6/category/cat_1.png)
}

.home6_cat1_bg,
.home6_cat2_bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.home6_cat2_bg {
    background-image: url(../img/home_6/category/cat_2.png)
}

.home6_cat3_bg {
    background-image: url(../img/home_6/category/cat_3.png)
}

.home6_cat3_bg,
.home6_cat4_bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.home6_cat4_bg {
    background-image: url(../img/home_6/category/cat_4.png)
}

.home6_cat5_bg {
    background-image: url(../img/home_6/category/cat_5.png)
}

.home6_cat5_bg,
.home6_cat6_bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.home6_cat6_bg {
    background-image: url(../img/home_6/category/cat_6.png)
}

.home6_category_wiz {
    padding: 36px 30px
}

.home6_category_wiz span {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    transition: .3s
}

.home6_category_wiz span:hover {
    color: var(--base_color)
}

.home6_category_wiz p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin: 1px 0 28px
}

.home6_category_wiz h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--base_color);
    text-transform: uppercase;
    margin-bottom: 0
}

.home7_category_area .home4_catwiz {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    padding: 60px 30px 48px
}

.home7_category_area .home4_catwiz.catwiz_bg2 .icon {
    background: #c2ecee
}

.home7_category_area .home4_catwiz.catwiz_bg3 .icon {
    background: #f2ced2
}

.home7_category_area .home4_catwiz.catwiz_bg4 .icon {
    background: #d8e2f7
}

.home7_category_area .home4_catwiz .icon {
    background: #e1f0d3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.home7_category_area .home4_catwiz h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text_color);
    margin: 30px 0 10px;
    transition: .3s
}

.home7_category_area .home4_catwiz h4:hover {
    color: var(--base_color)
}

.home7_category_area .home4_catwiz span {
    font-size: 14px;
    font-family: Circular Std Book;
    color: #687083;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 32px
}

.new_arrivales_area {
    padding: 91px 0 70px
}

@media (max-width:767.98px) {
    .new_arrivales_area {
        padding: 65px 0 50px
    }
}

.new_arrivales_area .arrival_menu {
    display: flex;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .new_arrivales_area .arrival_menu {
        flex-direction: column
    }
}

.new_arrivales_area .arrival_menu .custom_nav {
    margin-right: 100px;
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .new_arrivales_area .arrival_menu .custom_nav {
        margin-right: 0
    }
}

.product_borderLess .product_wized .thumb {
    text-align: center
}

.product_borderLess .product_wized .thumb img {
    width: auto;
    display: inline-block
}

.product_borderLess .owl-item:last-child.active {
    display: none
}

.custom_nav li:not(:last-child) {
    margin-right: 50px
}

@media (max-width:767.98px) {
    .custom_nav li:not(:last-child) {
        margin-right: 15px
    }
}

.custom_nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #676e8b;
    padding: 4px 0 0
}

.custom_nav li a.active {
    color: #fd1c5e
}

.custom_nav2 li:not(:last-child) {
    margin-right: 24px
}

@media (max-width:767.98px) {
    .custom_nav2 li:not(:last-child) {
        margin-right: 15px
    }
}

.custom_nav2 li a {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: Circular Std Book;
    padding: 4px 0 0
}

.custom_nav2 li a.active {
    color: var(--base_color)
}

@media (max-width:575.98px) {
    .custom_nav3 {
        justify-content: start !important
    }
}

.custom_nav3 li:not(:last-child) {
    margin-right: 24px
}

@media (max-width:767.98px) {
    .custom_nav3 li:not(:last-child) {
        margin-right: 15px
    }
}

.custom_nav3 li a {
    font-size: 14px;
    font-weight: 600;
    color: #687083;
    font-family: Circular Std Book;
    padding: 0;
    text-transform: uppercase
}

.custom_nav3 li a.active,
.custom_nav3 li a:hover {
    color: var(--base_color)
}

.product_wized {
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden
}

.product_wized .thumb {
    margin: 20px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.product_wized .thumb img {
    display: inline-block;
    width: auto;
    transition: .5s;
    transform: scale(1)
}

.product_wized .thumb .product_action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.product_wized .thumb .product_action,
.product_wized .thumb .product_action .product_action_inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.product_wized .thumb .product_action .product_action_inner a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: .3s
}

.product_wized .thumb .product_action .product_action_inner a:nth-child(2) {
    border-left: 0;
    border-right: 0
}

.product_wized .thumb .product_action .product_action_inner a i {
    color: #202e3b;
    font-size: 15px
}

.product_wized .thumb .product_action .product_action_inner a:hover {
    background: #fd1c5e;
    color: #fff;
    border-color: #fd1c5e
}

.product_wized .thumb .product_action .product_action_inner a:hover i {
    color: #fff
}

.product_wized .product_wized_body {
    text-align: center;
    padding: 30px 0 65px;
    transition: .3s
}

.product_wized .product_wized_body .stars {
    display: flex;
    align-items: center;
    justify-content: center
}

.product_wized .product_wized_body .stars i {
    font-size: 15px;
    color: #ffc107
}

.product_wized .product_wized_body .stars i:not(:last-child) {
    margin-right: 5px
}

.product_wized .product_wized_body span {
    margin: 9px 0 7px
}

.product_wized .product_wized_body h4 {
    margin-bottom: 12px
}

.product_wized .add_to_cart {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #fd1c5e;
    padding: 14.5px 0;
    transform: translateY(50px);
    transition: .3s
}

.product_wized:hover .product_wized_body {
    padding: 10px 0 85px
}

.product_wized:hover .thumb .product_action {
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.product_wized:hover .thumb img {
    transform: scale(1.1)
}

.product_wized:hover .add_to_cart {
    transform: translateY(0)
}

.brand_area .single_brand {
    text-align: center;
    border: 1px solid #dedede;
    height: 160px
}

.brand_area .single_brand img {
    display: inline-block;
    width: auto
}

.dash_border {
    border-top: 1px dashed #ebebeb
}

.cta_area3 {
    background: #f7f7f7;
    padding-bottom: 100px
}

@media (max-width:767.98px) {
    .cta_area3 {
        padding-bottom: 75px
    }
}

.cta_area3 .cta_inner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner/cta_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 48px 70px 48px 90px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center
}

@media (min-width:768px) and (max-width:1199.98px) {
    .cta_area3 .cta_inner {
        padding: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px
    }
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner {
        grid-template-columns: 1fr;
        padding: 30px
    }
}

.cta_area3 .cta_inner .cta_inner_subscribe {
    padding-right: 50px
}

@media (min-width:768px) and (max-width:1199.98px) {
    .cta_area3 .cta_inner .cta_inner_subscribe {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner .cta_inner_subscribe {
        padding-right: 0
    }
}

.cta_area3 .cta_inner:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background: #fff;
    bottom: 10px;
    z-index: -1
}

.cta_area3 .cta_inner .cta_inner_text {
    display: flex
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner .cta_inner_text {
        display: block
    }
}

.cta_area3 .cta_inner .cta_inner_text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: right;
    margin-bottom: 0;
    font-family: Circular Std Book
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner .cta_inner_text h4 {
        font-size: 20px;
        text-align: left
    }
}

.cta_area3 .cta_inner .cta_inner_text h4 span {
    display: block;
    color: var(--base_color)
}

.cta_area3 .cta_inner .cta_inner_text .cta_text {
    position: relative;
    padding-left: 30px;
    margin-left: 30px
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner .cta_inner_text .cta_text {
        padding: 0;
        margin: 20px 0
    }
}

.cta_area3 .cta_inner .cta_inner_text .cta_text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 63px;
    width: 4px;
    background: #f5f5f5
}

@media (max-width:767.98px) {
    .cta_area3 .cta_inner .cta_inner_text .cta_text:before {
        display: none
    }
}

.cta_area3 .cta_inner .cta_inner_text .cta_text p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 2;
    margin-bottom: 0
}

.home6_newsletter_area {
    padding-bottom: 100px
}

@media (max-width:767.98px) {
    .home6_newsletter_area {
        padding-bottom: 80px
    }
}

.home6_newsletter_area .home6_newsletter_iner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner/cta_bg2.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 48px 70px 48px 90px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center
}

@media (min-width:768px) and (max-width:1199.98px) {
    .home6_newsletter_area .home6_newsletter_iner {
        padding: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px
    }
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner {
        grid-template-columns: 1fr;
        padding: 30px
    }
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
    padding-right: 50px
}

@media (min-width:768px) and (max-width:1199.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
        padding-right: 0
    }
}

.home6_newsletter_area .home6_newsletter_iner:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background: #fff;
    bottom: 10px;
    z-index: -1
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text {
    display: flex
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text {
        display: block
    }
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: right;
    margin-bottom: 0;
    font-family: Circular Std Book
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 {
        font-size: 20px;
        text-align: left
    }
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 span {
    display: block;
    color: var(--base_color)
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text {
    position: relative;
    padding-left: 30px;
    margin-left: 30px
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text {
        padding: 0;
        margin: 20px 0
    }
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 63px;
    width: 4px;
    background: #f5f5f5
}

@media (max-width:767.98px) {
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text:before {
        display: none
    }
}

.home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 2;
    margin-bottom: 0
}

.home11_brand {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 100px
}

.home11_brand .single_brand {
    border-right: 1px solid #ebebeb;
    height: 100px
}

.home11_brand .single_brand img {
    width: auto
}

.home3_blog_area {
    padding: 87px 0 67px;
    background: #f7f7f7
}

@media (max-width:767.98px) {
    .home3_blog_area {
        padding: 73px 0 47px
    }
}

.home3_blog_area.blog_area_page {
    padding: 93px 0 69px
}

@media (max-width:767.98px) {
    .home3_blog_area.blog_area_page {
        padding: 67px 0 50px
    }
}

.home3_blog_area.blog_area_page .single_blog {
    margin-bottom: 27px
}

.home11_blog_area {
    padding: 58px 0;
    background: #fff
}

@media (max-width:767.98px) {
    .home11_blog_area {
        padding: 38px 0 40px
    }
}

.blog_page_area {
    padding: 100px 0 0
}

@media (max-width:767.98px) {
    .blog_page_area {
        padding: 80px 0 0
    }
}

.blog_page_area .blog_big_img {
    background: #f7f7f7;
    padding: 40px 50px;
    height: 626px;
    background-image: url(../img/blog/blog_big.jpg);
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    background-position: top
}

@media (max-width:767.98px) {
    .blog_page_area .blog_big_img {
        padding: 30px 40px;
        margin-bottom: 30px;
        height: 500px
    }
}

@media (max-width:991.98px) {
    .blog_page_area .blog_big_img {
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .blog_page_area .blog_big_img {
        margin-bottom: 30px
    }
}

.blog_page_area .blog_big_img .thumb {
    display: block
}

.blog_page_area .blog_big_img .thumb img {
    width: 100%
}

.blog_page_area .blog_big_img .blog_meta {
    max-width: 332px
}

.blog_page_area .blog_big_img .blog_meta span {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    margin-bottom: 10px;
    display: block
}

.blog_page_area .blog_big_img .blog_meta h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
    transition: .3s
}

.blog_page_area .blog_big_img .blog_meta h4:hover {
    color: #fd1c5e
}

.blog_page_area .blog_page_gallry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 23px
}

@media (max-width:767.98px) {
    .blog_page_area .blog_page_gallry {
        grid-template-columns: repeat(1, 1fr)
    }
}

.blog_page_area .blog_page_gallry .single_blog_galry .thumb {
    display: block;
    overflow: hidden
}

.blog_page_area .blog_page_gallry .single_blog_galry .thumb img {
    width: 100%;
    transition: .3s;
    transform: scale(1)
}

.blog_page_area .blog_page_gallry .single_blog_galry .blog_content {
    max-width: 300px
}

.blog_page_area .blog_page_gallry .single_blog_galry .blog_content span {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    display: block;
    margin: 16px 0 5px
}

.blog_page_area .blog_page_gallry .single_blog_galry .blog_content h4 {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 700;
    transition: .3s;
    margin-bottom: 0
}

.blog_page_area .blog_page_gallry .single_blog_galry .blog_content h4:hover {
    color: #fd1c5e
}

.blog_page_area .blog_page_gallry .single_blog_galry:hover .thumb img {
    transform: scale(1.1)
}

.amazy_blog_section .amaz_pagination {
    padding-top: 50px
}

@media (max-width:767.98px) {
    .amazy_blog_section .amaz_pagination {
        padding-top: 30px
    }
}

.amazy_blog_Widget .thumb {
    overflow: hidden;
    display: block
}

.amazy_blog_Widget .thumb img {
    width: 100%;
    transition: .3s;
    transform: scale(1)
}

.amazy_blog_Widget .blog_content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0 30px 0 0
}

.amazy_blog_Widget .blog_content span {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    display: block;
    margin: 0;
    font-family: Circular Std Book
}

.amazy_blog_Widget .blog_content h4 {
    font-size: 22px;
    font-weight: 700;
    transition: .3s;
    color: var(--text_color);
    line-height: 1.45;
    max-width: 385px;
    font-family: Circular Std Book;
    margin: 28px 0 5px
}

@media (max-width:767.98px) {
    .amazy_blog_Widget .blog_content h4 {
        font-size: 20px
    }
}

.amazy_blog_Widget .blog_content h4:hover {
    color: var(--base_color)
}

.amazy_blog_Widget .blog_content p {
    font-size: 16px;
    line-height: 1.63;
    margin: 25px 0 39px
}

@media (max-width:767.98px) {
    .amazy_blog_Widget.style2.mb_55 {
        margin-bottom: 35px
    }
}

.amazy_blog_Widget.style2 .blog_content {
    padding-top: 16px
}

.amazy_blog_Widget.style2 .blog_content span {
    font-size: 14px
}

.amazy_blog_Widget.style2 .blog_content h4 {
    font-size: 24px;
    line-height: 1.33;
    max-width: 100%;
    margin: 7px 0 9px
}

@media (max-width:767.98px) {
    .amazy_blog_Widget.style2 .blog_content h4 {
        font-size: 20px
    }
}

.amazy_blog_Widget.style2 .blog_content h4:hover {
    color: var(--base_color)
}

.amazy_blog_Widget.style2 .blog_content p {
    margin: 0 0 23px
}

.amazy_blog_Widget:hover .thumb img {
    transform: scale(1.1)
}

.column_count_3 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (max-width:767.98px) {
    .column_count_3 {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .column_count_3 {
        -moz-column-count: 2;
        column-count: 2
    }
}

.blog_details_area {
    padding: 100px 0
}

@media (max-width:767.98px) {
    .blog_details_area {
        padding: 70px 0
    }
}

.blog_details_area .blog_details_inner .blog_post_date {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    font-family: Circular Std Book;
    grid-gap: 10px
}

.blog_details_area .blog_details_inner .blog_post_date span {
    font-size: 12px;
    font-weight: 700;
    color: var(--base_color);
    border-radius: 5px;
    background-color: rgba(253, 73, 73, .2);
    padding: 3px 11px;
    text-transform: uppercase;
    display: inline-block
}

.blog_details_area .blog_details_inner .blog_post_date p {
    font-size: 14px;
    font-weight: 400;
    color: #687083
}

.blog_details_area .blog_details_inner h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    max-width: 487px;
    margin: 20px 0 32px
}

@media (max-width:767.98px) {
    .blog_details_area .blog_details_inner h3 {
        font-size: 25px
    }
}

.blog_details_area .blog_details_inner p {
    font-size: 16px;
    color: #687083;
    font-weight: 400;
    line-height: 1.63
}

.blog_details_area .blog_details_inner .blog_details_banner {
    margin-bottom: 30px
}

.blog_details_area .blog_details_inner .quote_text {
    display: flex;
    margin: 64px 0 40px
}

.blog_details_area .blog_details_inner .quote_text .horizontal_line {
    background: var(--base_color);
    height: 3px;
    width: 90px;
    flex: 90px 0 0;
    position: relative;
    top: 6px;
    margin-right: 30px
}

@media (max-width:767.98px) {
    .blog_details_area .blog_details_inner .quote_text .horizontal_line {
        width: 40px;
        flex: 40px 0 0;
        margin-right: 15px
    }
}

.blog_details_area .blog_details_inner .quote_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    line-height: 1.5
}

.blog_details_area .blog_details_inner .details_info {
    margin-top: 55px
}

.blog_details_area .blog_details_inner .details_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 10px;
    line-height: 2.08
}

@media (max-width:767.98px) {
    .blog_details_area .blog_details_inner .details_info h4 {
        font-size: 20px
    }
}

.blog_details_area .blog_reply_box {
    border-top: 1px solid var(--border_color);
    padding-top: 60px;
    margin-top: 56px
}

@media (max-width:767.98px) {
    .blog_details_area .blog_reply_box {
        padding-top: 30px;
        margin-top: 36px
    }
}

.blog_details_area .blog_details_tags {
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    padding: 15px 0 54px;
    margin: 55px 0 57px
}

@media (max-width:767.98px) {
    .blog_details_area .blog_details_tags {
        margin: 30px 0;
        padding: 15px 0 30px
    }
}

.fur_blog_section {
    padding: 140px 0 102px
}

@media (max-width:767.98px) {
    .fur_blog_section {
        padding: 70px 0 40px
    }
}

.fur_blog_section .fur_pagination {
    padding-top: 68px
}

@media (max-width:767.98px) {
    .fur_blog_section .fur_pagination {
        padding-top: 40px
    }
}

.fur_blog_section2 {
    padding: 140px 0 131px
}

@media (max-width:767.98px) {
    .fur_blog_section2 {
        padding: 70px 0 61px
    }
}

.fur_blog_section2 .fur_pagination {
    padding-top: 43px
}

@media (max-width:767.98px) {
    .fur_blog_section2 .fur_pagination {
        padding-top: 20px
    }
}

.blog_sidebar_box {
    border: 1px solid #e3e6ef;
    padding: 30px
}

.keyword_lists a {
    font-size: 14px;
    font-family: Circular Std Book;
    font-weight: 400;
    color: #687083;
    border-radius: 3px;
    background: #fcfdfd;
    display: inline-block;
    padding: 7px 15.15px;
    border: 1px solid #eef0f4
}

.keyword_lists a:hover {
    background: var(--base_color);
    border-color: var(--base_color);
    color: #fff
}

.news_lists .single_newslist:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.news_lists .single_newslist h4 {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    color: var(--text_color);
    line-height: 1.44;
    font-family: Circular Std Book;
    text-transform: capitalize;
    margin: 0 0 2px
}

.news_lists .single_newslist h4:hover {
    color: var(--base_color)
}

.news_lists .single_newslist p {
    font-size: 14px;
    line-height: 1.63
}

.prodcuts_area {
    padding: 80px 0
}

@media (max-width:767.98px) {
    .prodcuts_area {
        padding: 41px 0 40px
    }
}

@media (min-width:1600px) {
    .prodcuts_area.product_full_column {
        margin: 0 55px
    }
}

.prodcuts_area .product_category_chose .course_title {
    margin-bottom: 15px
}

.prodcuts_area .product_category_chose .course_title svg {
    margin-right: 10px
}

.prodcuts_area .product_category_chose .rating_lists li:not(:last-child) {
    margin-bottom: 12px
}

.prodcuts_area .product_category_chose .rating_lists .ratings {
    display: flex;
    align-items: center
}

.prodcuts_area .product_category_chose .rating_lists .ratings i {
    font-size: 15px;
    color: #ffc107;
    margin-right: 4px
}

.prodcuts_area .product_category_chose .rating_lists .ratings i.unrated {
    color: #f1f1f1
}

.prodcuts_area .product_category_chose .rating_lists .ratings span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: inline-block;
    margin-left: 11px
}

.prodcuts_area .course_category_inner {
    border: 1px solid var(--border_color);
    padding: 25px 30px 30px
}

.prodcuts_area .course_category_inner .single_pro_categry h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 18px;
    padding-bottom: 11px;
    display: block
}

.prodcuts_area .course_category_inner .single_pro_categry .color_filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-gap: 10px;
    padding: 0;
    margin-bottom: 30px
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper {
    padding-top: 5px
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range {
    background: var(--border_color);
    height: 6px;
    border-radius: 30px;
    border: 0
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-range {
    background: var(--base_color)
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--base_color) !important;
    background: #fff !important;
    top: -3px
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle:focus {
    outline: none
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line {
    margin-top: 30px;
    overflow: hidden
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-right: 5px
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line input {
    border: 0;
    font-size: 14px;
    color: var(--base_color);
    font-weight: 700
}

.prodcuts_area .box_header {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 15px;
    margin-bottom: 30px
}

.prodcuts_area .box_header h5 {
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .prodcuts_area .box_header .box_header_right {
        margin-top: 10px
    }
}

.prodcuts_area .grid_shorting_style {
    margin-left: 1px
}

.prodcuts_area .grid_shorting_style .product_wized {
    margin-right: -1px;
    margin-top: -1px
}

.Check_sidebar li:not(:last-child) {
    margin-bottom: 12px
}

.prduct_showing_style {
    margin-right: 3px
}

.prduct_showing_style li:not(:last-child) {
    margin-right: 17px
}

.prduct_showing_style a {
    padding: 0
}

.custom_product_banner {
    background-image: url(../img/home_10/custom_pro_banner.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 120px 131px
}

@media (max-width:767.98px) {
    .custom_product_banner {
        padding: 60px 30px
    }
}

.custom_product_banner .custom_product_text {
    max-width: 360px
}

.custom_product_banner .custom_product_text span {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color)
}

.custom_product_banner .custom_product_text h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 28px
}

@media (max-width:767.98px) {
    .custom_product_banner .custom_product_text h3 {
        font-size: 25px;
        margin: 2px 0 20px
    }
}

.collection_bg_1 {
    background-image: url(../img/home_10/collection_1.png)
}

.collection_bg_1,
.collection_bg_2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.collection_bg_2 {
    background-image: url(../img/home_10/collection_2.png)
}

.collection_bg_3 {
    background-image: url(../img/home_10/collection_3.png)
}

.collection_bg_3,
.collection_bg_4 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.collection_bg_4 {
    background-image: url(../img/home_10/collection_4.png)
}

.collection_bg_5 {
    background-image: url(../img/home_10/collection_5.png)
}

.collection_bg_5,
.collection_bg_6 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.collection_bg_6 {
    background-image: url(../img/home_10/collection_6.png)
}

.collection_bg_7 {
    background-image: url(../img/home_10/collection_7.png)
}

.collection_bg_7,
.collection_bg_8 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.collection_bg_8 {
    background-image: url(../img/home_10/collection_8.png)
}

.collection_box {
    height: 510px
}

@media (max-width:767.98px) {
    .collection_box {
        height: 400px
    }
}

.collection_box.style_2 {
    height: 360px
}

@media (max-width:767.98px) {
    .collection_box.style_2 {
        height: 300px
    }
}

@media (max-width:767.98px) {
    .product_widget5.mb_45 {
        margin-bottom: 30px
    }
}

.product_widget5.list_style_product {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: nowrap
}

@media (min-width:992px) and (max-width:1199.98px) {
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap
    }
}

.product_widget5.list_style_product .product__meta .stars {
    margin: 7px 0 20px
}

.product_widget5.list_style_product .stars .mute_text {
    margin-left: 3px
}

.product_widget5.list_style_product .product__meta {
    max-width: 550px
}

.product_widget5.list_style_product .description_text {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 400;
    margin: 0 0 30px
}

.product_widget5 .thumb {
    display: block
}

.product_widget5 .thumb .offer_text {
    position: absolute;
    background-color: #fd0260;
    width: 87px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: Circular Std Book;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    top: 20px;
    left: -3px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%)
}

.product_widget5 .thumb .offer_text.sale_text {
    background: var(--base_color);
    top: 70px;
    padding-left: 22px
}

.product_widget5 .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s
}

.product_widget5 .product_thumb_upper {
    margin-bottom: 20.5px
}

.product_widget5 .product_thumb_upper .badge_1 {
    position: absolute;
    width: 44px;
    background: #82ca9c;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px
}

.product_widget5 .product_thumb_upper .badge_1.style2 {
    background: #f27001;
    left: 68px
}

.product_widget5 .product_thumb_upper .product_action {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    right: 20px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column
}

.product_widget5 .product_thumb_upper .product_action a {
    width: 40px;
    height: 40px;
    color: #090b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative
}

.product_widget5 .product_thumb_upper .product_action a:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.product_widget5 .product_thumb_upper .product_action a:hover {
    color: var(--base_color)
}

.product_widget5 .product__meta .product_banding {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: block;
    margin-bottom: 5px
}

.product_widget5 .product__meta h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    font-family: Circular Std Book;
    margin-bottom: 0;
    transition: .3s;
    line-height: 1.44
}

.product_widget5 .product__meta h4:hover {
    color: var(--base_color)
}

.product_widget5 .product__meta .stars {
    display: flex;
    align-items: center;
    margin: 12px 0 18px
}

.product_widget5 .product__meta .stars i {
    color: #ffc107;
    font-size: 15px
}

.product_widget5 .product__meta .stars i:not(:last-child) {
    margin-right: 5px
}

.product_widget5 .product__meta .product_prise {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.product_widget5 .product__meta .product_prise p {
    font-size: 16px;
    font-weight: 500;
    color: var(--base_color);
    transform: translateY(0);
    transition: .3s
}

.product_widget5 .product__meta .product_prise p span {
    color: #687083;
    text-decoration: line-through;
    margin-right: 15px
}

.product_widget5 .product__meta .product_prise .add_cart {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    font-family: Circular Std Book;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(0);
    transition: .3s;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.product_widget5 .product__meta .product_prise .add_cart:before {
    content: "";
    position: absolute;
    right: auto;
    left: auto;
    height: 1px;
    background: var(--base_color);
    width: 95px;
    text-align: center;
    bottom: 2px
}

.product_widget5:hover .product_prise .add_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%)
}

.product_widget5:hover .product_prise p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px)
}

.product_widget5:hover img {
    transform: scale(1)
}

.product_widget5:hover .product_thumb_upper .product_action {
    opacity: 1;
    visibility: visible;
    right: 30px
}

.product_widget5.style2 {
    border: 1px solid var(--border_color);
    padding: 20px 20px 25px
}

.product_widget5.style3 {
    padding: 20px 0 25px
}

.product_widget5.style3 .product__meta {
    padding: 0
}

.product_widget5.style3 .thumb {
    text-align: center
}

.product_widget5.style3 .thumb img {
    max-width: 200px;
    margin: auto
}

@media (max-width:575.98px) {
    .product_widget5.style3 .thumb img {
        min-width: auto
    }
}

.product_widget5.style3 .product__meta h4 {
    font-size: 18px;
    line-height: 1.44
}

.product_widget5.style4 {
    padding: 20px 0 25px
}

.product_widget5.style4 .product__meta {
    padding: 0 50px
}

@media (max-width:575.98px) {
    .product_widget5.style4 .product__meta {
        padding: 0 10px
    }
}

.product_widget5.style4 .thumb {
    text-align: center
}

.product_widget5.style4 .thumb img {
    max-width: 140px;
    margin: auto;
    max-height: 140px;
    width: auto !important
}

@media (max-width:767.98px) {
    .product_widget5.style4 .thumb img {
        max-width: 100px;
        min-width: auto
    }
}

.product_widget5.style4 .product__meta h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 11.5px 0 5px
}

.product_widget5.style5 .product__meta h4 {
    font-size: 20px
}

@media (max-width:575.98px) {
    .custom_rowProduct {
        margin: 0 -5px
    }
}

@media (max-width:575.98px) {
    .custom_rowProduct .col-6 {
        padding: 0 5px
    }
}

@media (max-width:575.98px) {
    .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1 {
        top: 5px;
        left: 5px
    }
}

@media (max-width:575.98px) {
    .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1.style2 {
        left: 52px
    }
}

@media (max-width:575.98px) {
    .custom_rowProduct .product_widget5:hover .product_thumb_upper .product_action {
        right: 5px
    }
}

.shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 8, 34, .4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible
}

.shoping_wrapper .chart_close i {
    font-size: 15px;
    color: var(--text_color);
    cursor: pointer
}

.shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    height: 100%;
    width: 413px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    transform: translateX(413px);
    transform-origin: right;
    transition: .3s
}

@media (max-width:575.98px) {
    .shoping_wrapper .shoping_cart {
        width: 100%;
        padding: 30px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .shoping_wrapper .shoping_cart {
        padding: 30px 20px 30px 30px
    }
}

.shoping_wrapper .shoping_cart.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: right
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 15px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header p {
    font-size: 16px;
    font-weight: 500;
    color: #687083
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid var(--border_color);
    align-items: center;
    padding: 20px 0
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner {
    width: 100px;
    flex: 100px 0 0
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner img {
    width: 100%
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: Circular Std Book;
    color: var(--text_color);
    margin-bottom: 8px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color);
    font-family: Circular Std Book;
    display: flex;
    align-items: center
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
    color: var(--base_color)
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal {
    margin: 15px 0 22px
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal span {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.home_eight .shoping_wrapper .shoping_cart {
    top: 60px
}

@media (max-width:767.98px) {
    .home_eight .shoping_wrapper .shoping_cart {
        top: 0
    }
}

.side_chartView_total {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--base_color);
    border-radius: 10px 0 0 10px;
    padding: 8px 20px 8px 8px;
    grid-gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    z-index: 12
}

@media (max-width:767.98px) {
    .side_chartView_total {
        padding: 5px 14px 5px 5px;
        grid-gap: 5px;
        display: none !important
    }
}

.side_chartView_total .icon_lock {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

@media (max-width:767.98px) {
    .side_chartView_total .icon_lock {
        width: 40px;
        height: 40px
    }
}

.side_chartView_total .cart_view_text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .side_chartView_total .cart_view_text span {
        font-size: 12px
    }
}

.side_chartView_total .cart_view_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

@media (max-width:767.98px) {
    .side_chartView_total .cart_view_text h5 {
        font-size: 14px
    }
}

.cart_wrapper {
    padding: 97px 0 70px
}

@media (max-width:767.98px) {
    .cart_wrapper {
        padding: 60px 0 50px
    }
}

.cart_wrapper .cart_table_wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 30px
}

.table.custom_table {
    border-collapse: collapse;
    border-radius: 5px
}

.table.custom_table thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    border-top: 0;
    border-bottom: 1px solid var(--border_color) !important;
    padding: 0 30px 19px;
    font-family: Circular Std Book
}

.table.custom_table thead tr th:first-child {
    padding-left: 230px
}

@media (max-width:767.98px) {
    .table.custom_table thead tr th:first-child {
        padding-left: 180px
    }
}

.table.custom_table tbody tr td {
    border-bottom: 1px solid var(--border_color);
    font-family: Circular Std Book;
    color: var(--text_color);
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 30px;
    white-space: nowrap
}

.table.custom_table tbody tr td .in_stoke {
    color: #49a60a
}

.table.custom_table tbody tr td:first-child {
    padding-left: 20px
}

.table.custom_table tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer
}

.table.custom_table tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px
}

.table.custom_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 40px
}

@media (max-width:767.98px) {
    .table.custom_table tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px
    }
}

.table.custom_table tbody tr td .product_name .thumb img {
    width: 100%
}

.table.custom_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color)
}

.table.custom_table tfoot td {
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    padding: 25px 20px
}

.table.custom_table tfoot td:first-child {
    border-left: 1px solid var(--border_color)
}

.table.custom_table tfoot td:last-child {
    border-right: 1px solid var(--border_color);
    text-align: right
}

.table.custom_table.custom_table2 tbody td {
    padding: 25px 40px
}

.table.custom_table3 {
    border-collapse: collapse;
    border-radius: 5px
}

.table.custom_table3 thead tr th {
    font-weight: 600;
    color: #373737;
    border-top: 0;
    padding: 15px 30px 15px 0
}

.table.custom_table3 tbody tr td,
.table.custom_table3 thead tr th {
    font-size: 16px;
    border-bottom: 1px solid #e9e7f7;
    font-family: Circular Std Book;
    white-space: nowrap
}

.table.custom_table3 tbody tr td {
    color: var(--text_color);
    vertical-align: middle;
    padding: 14.5px 14.5px 14.5px 0;
    font-weight: 400
}

.table.custom_table3 tbody tr td h5 {
    font-weight: 500;
    font-family: Circular Std Book;
    color: var(--text_color);
    margin-bottom: 0;
    font-size: 16px
}

.table.custom_table3 tbody tr td .product_name .close_icon {
    margin-right: 11px
}

.table.custom_table3 tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px
}

@media (max-width:767.98px) {
    .table.custom_table3 tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px
    }
}

.table.custom_table3 tbody tr td .product_name .thumb img {
    width: 100%
}

.table.custom_table3 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737
}

.table.custom_table4 {
    border-collapse: collapse;
    border-radius: 5px
}

.table.custom_table4 thead tr th {
    font-weight: 700;
    border-top: 0;
    border: 1px solid var(--border_color) !important;
    padding: 12.5px 30px;
    background: var(--menu_color)
}

.table.custom_table4 tbody tr td,
.table.custom_table4 thead tr th {
    font-size: 16px;
    color: var(--text_color);
    font-family: Circular Std Book
}

.table.custom_table4 tbody tr td {
    border: 1px solid var(--border_color);
    vertical-align: middle;
    white-space: nowrap;
    padding: 12px 30px
}

.table.custom_table4 tbody tr td.product_footer,
.table.custom_table4 tbody tr td.product_td {
    padding: 20px 30px
}

.table.custom_table4 tbody tr td.td_gray_bg {
    background: var(--menu_color)
}

.table.custom_table4 tbody tr td .in_stoke {
    color: #49a60a
}

.table.custom_table4 tbody tr td:first-child {
    padding-left: 20px
}

.table.custom_table4 tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer
}

.table.custom_table4 tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px
}

.table.custom_table4 tbody tr td .product_name {
    grid-gap: 20px
}

.table.custom_table4 tbody tr td .product_name .thumb {
    width: 80px;
    height: 50px
}

.table.custom_table4 tbody tr td .product_name .thumb img {
    width: 100%
}

.table.custom_table4 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color)
}

.table.custom_table4 tfoot td {
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    padding: 25px 20px
}

.table.custom_table4 tfoot td:first-child {
    border-left: 1px solid var(--border_color)
}

.table.custom_table4 tfoot td:last-child {
    border-right: 1px solid var(--border_color);
    text-align: right
}

.table.custom_table4.custom_table2 tbody td {
    padding: 25px 40px
}

.table.size_table {
    border-collapse: collapse;
    border-radius: 5px
}

.table.size_table thead tr th {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-top: 0;
    border-bottom: 0 !important;
    padding: 13px 24px;
    font-family: Circular Std Book
}

.table.size_table thead tr th:first-child {
    padding-left: 30px
}

.table.size_table thead tr th:last-child {
    padding-right: 30px
}

.table.size_table tbody tr:nth-of-type(odd) td {
    background: #f6f8fa
}

.table.size_table tbody tr:nth-of-type(2n+2) td {
    padding: 13.5px 20px
}

.table.size_table tbody tr td {
    border-bottom: 0;
    color: #687083;
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 20px;
    white-space: nowrap;
    font-weight: 500
}

.table.size_table tbody tr td .in_stoke {
    color: #49a60a
}

.table.size_table tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer
}

.table.size_table tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px
}

.table.size_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px
}

@media (max-width:767.98px) {
    .table.size_table tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px
    }
}

.table.size_table tbody tr td .product_name .thumb img {
    width: 100%
}

.table.size_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737
}

.table.size_table tfoot td {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 25px 20px
}

.table.size_table tfoot td:first-child {
    border-left: 1px solid #e1e2e6
}

.table.size_table tfoot td:last-child {
    border-right: 1px solid #e1e2e6;
    text-align: right
}

.table.size_table.custom_table2 tbody td {
    padding: 25px 40px
}

.coupon_wrapper {
    display: grid;
    grid-template-columns: auto 100px;
    grid-gap: 5px
}

.coupon_wrapper .theme_btn.small_btn2 {
    padding: 13.5px 9px
}

.coupon_wrapper .primary_input {
    background: var(--menu_color);
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    color: var(--text_color)
}

.coupon_wrapper .primary_input::-moz-placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book
}

.coupon_wrapper .primary_input:-ms-input-placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book
}

.coupon_wrapper .primary_input::placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book
}

.product_number_count {
    display: inline-flex
}

.product_number_count .count_single_item {
    width: 40px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e1e2e6;
    font-size: 14px;
    color: #687083;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: .3s;
    cursor: pointer;
    background: var(--menu_color)
}

.product_number_count .count_single_item.input-number {
    cursor: text;
    width: 60px;
    background: #fff;
    color: var(--text_color);
    font-weight: 500;
    font-family: Circular Std Book;
    font-size: 16px;
    border-right: 0;
    border-left: 0
}

.product_number_count .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color)
}

.product_number_count .count_single_item.input-number:-ms-input-placeholder {
    color: var(--text_color)
}

.product_number_count .count_single_item.input-number::placeholder {
    color: var(--text_color)
}

.product_number_count.style_2 .count_single_item {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.product_number_count.style_2 .count_single_item.input-number {
    width: 30px
}

.product_number_count.style_2 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color)
}

.product_number_count.style_2 .count_single_item.input-number:-ms-input-placeholder {
    color: var(--text_color)
}

.product_number_count.style_2 .count_single_item.input-number::placeholder {
    color: var(--text_color)
}

.product_number_count.style_3 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.product_number_count.style_3 .count_single_item.input-number {
    width: 60px
}

.product_number_count.style_3 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color)
}

.product_number_count.style_3 .count_single_item.input-number:-ms-input-placeholder {
    color: var(--text_color)
}

.product_number_count.style_3 .count_single_item.input-number::placeholder {
    color: var(--text_color)
}

.product_number_count.style_4 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.product_number_count.style_4 .count_single_item.input-number {
    width: 50px
}

.product_number_count.style_4 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color)
}

.product_number_count.style_4 .count_single_item.input-number:-ms-input-placeholder {
    color: var(--text_color)
}

.product_number_count.style_4 .count_single_item.input-number::placeholder {
    color: var(--text_color)
}

.table.position_table {
    border-collapse: collapse;
    border-radius: 5px
}

.table.position_table thead tr th {
    font-size: 18px;
    font-weight: 600;
    color: var(--text_color);
    border-top: 0;
    border-bottom: 0;
    padding: 10px 10px 10px 30px;
    font-family: Circular Std Book;
    background: var(--base_color);
    color: #fff
}

.table.position_table thead tr th h5 {
    color: #fff;
    font-size: 18px
}

.table.position_table thead tr th .job_lists {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    display: block
}

.table.position_table tbody tr td {
    vertical-align: middle;
    padding: 20px 30px 20px 0;
    white-space: nowrap
}

.table.position_table tbody tr td .job_name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
    margin-bottom: 3px
}

.table.position_table tbody tr td .job_position {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b
}

.table.position_table tbody tr td:first-child,
.table.position_table tbody tr td:last-child {
    border-top: 1px solid #e1e2e6
}

.cart_sub_box {
    border: 1px solid var(--border_color);
    background-color: #fafafa;
    padding: 30px
}

.cart_sub_box .primary_checkbox {
    margin: 24px 0 23px
}

.cart_sub_box .cart_sub_box_amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 21px
}

.cart_sub_box .cart_sub_box_amount p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart_sub_box .cart_sub_box_amount p:not(:last-child) {
    margin-bottom: 4px
}

.cart_sub_box .cart_sub_box_amount p span {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    font-family: Circular Std Book
}

.cart_sub_box .cart_sub_box_total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border_color);
    padding: 23px 0 22px
}

.cart_sub_box .cart_sub_box_total h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text_color)
}

.sheping_grid_box {
    display: grid;
    grid-template-columns: 525px 450px;
    grid-gap: 75px;
    align-items: start;
    padding-top: 120px
}

@media (max-width:991.98px) {
    .sheping_grid_box {
        padding-top: 50px;
        grid-template-columns: auto;
        grid-gap: 40px
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .sheping_grid_box {
        grid-gap: 30px;
        grid-template-columns: 480px 450px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sheping_grid_box {
        grid-gap: 30px;
        grid-template-columns: 425px 380px
    }
}

.sheping_grid_box .cart_table_wrapper {
    border-right: 1px solid #ebebeb;
    padding-right: 75px;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .sheping_grid_box .cart_table_wrapper {
        border: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .sheping_grid_box .cart_table_wrapper {
        padding-right: 30px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sheping_grid_box .cart_table_wrapper {
        padding-right: 30px
    }
}

.coupon_verify_information {
    border-radius: 5px;
    border: 1px solid #29c489;
    padding: 14px 20px 15px;
    grid-gap: 25px
}

.coupon_verify_information.style2 {
    border: 1px solid #fd2121;
    grid-gap: 20px
}

.coupon_verify_information.style2 .coupon_content h4 {
    color: #fd2121;
    margin-bottom: 8px
}

.coupon_verify_information.style2 .coupon_content p {
    font-size: 14px;
    line-height: 1.29;
    font-weight: 400;
    color: #687083
}

.coupon_verify_information .coupon_content h4 {
    color: #29c489;
    margin-bottom: 2px
}

.coupon_verify_information .coupon_content .remove_coupon {
    font-size: 12px;
    font-weight: 700;
    color: #ff2121
}

.amazy_table thead tr {
    border: 1px solid #eef0f4
}

.amazy_table thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 14px 20px
}

.amazy_table tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14px 0
}

.amazy_table tbody tr td:not(:first-child) {
    padding-left: 20px
}

.amazy_table tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table tbody tr:last-child td {
    padding-bottom: 0
}

.amazy_table tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table.style2 thead tr {
    border: 1px solid #eef0f4
}

.amazy_table.style2 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 20px 30px 18px
}

.amazy_table.style2 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 19.5px 30px
}

.amazy_table.style2 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table.style2 tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e3e6ef !important
}

.amazy_table.style3 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef
}

.amazy_table.style3 thead tr th {
    border: 0 !important;
    background-color: #fff;
    padding: 14px 20px
}

.amazy_table.style3 thead tr th:first-child {
    padding-left: 0
}

.amazy_table.style3 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.25px 0
}

.amazy_table.style3 tbody tr td:not(:first-child) {
    padding-left: 20px
}

.amazy_table.style3 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table.style3 tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table.style4 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef
}

.amazy_table.style4 thead tr th {
    border: 0 !important;
    background-color: #fff;
    padding: 14px 20px
}

.amazy_table.style4 thead tr th:first-child {
    padding-left: 0
}

.amazy_table.style4 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.5px 0
}

.amazy_table.style4 tbody tr td:not(:first-child) {
    padding-left: 20px
}

.amazy_table.style4 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table.style4 tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table.style5 thead tr {
    border: 1px solid #eef0f4
}

.amazy_table.style5 thead tr th {
    border: 0 !important;
    padding: 19px 30px;
    background-color: #fcfdfd
}

.amazy_table.style5 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.5px 30px;
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table.style5 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table.style6 thead tr {
    border: 1px solid #eef0f4
}

.amazy_table.style6 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 20px 20px 18px
}

.amazy_table.style6 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 15.63px 20px;
    border-bottom: 1px solid #e3e6ef !important;
    line-height: 1.43
}

.amazy_table.style6 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table.style7 tbody tr td,
.amazy_table.style7 thead tr th {
    padding: 17.5px 20px
}

.amazy_table2 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef
}

.amazy_table2 thead tr th {
    border: 0 !important;
    padding: 13px 0
}

.amazy_table2 thead tr th:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px
}

.amazy_table2 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14px 0;
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table2 tbody tr td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px
}

.amazy_table2 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table3 {
    border-collapse: separate;
    border-spacing: 0 20px
}

.amazy_table3.style2 {
    border-spacing: 0 10px
}

.amazy_table3.style2 tbody tr td {
    border-color: #eef0f4 !important
}

.amazy_table3.style2 tbody tr td:first-child {
    border-left: 1px solid #eef0f4 !important
}

.amazy_table3.style2 tbody tr td:last-child {
    border-right: 1px solid #eef0f4 !important
}

.amazy_table3.style3 {
    border-spacing: 0 10px
}

.amazy_table3.style3 tbody tr td {
    border-color: #e3e6ef !important
}

.amazy_table3.style3 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important
}

.amazy_table3.style3 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important
}

.amazy_table3.style4 {
    border-spacing: 0 10px
}

.amazy_table3.style4 tbody:before {
    line-height: 0;
    content: "";
    color: #fff;
    display: block
}

.amazy_table3.style4 tbody tr td {
    border-color: #e3e6ef !important
}

.amazy_table3.style4 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important
}

.amazy_table3.style4 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important
}

.amazy_table3.style4 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 19px 20px;
    border-top: 1px solid #eef0f4 !important;
    border-bottom: 1px solid #eef0f4 !important
}

.amazy_table3.style4 thead tr th:first-child {
    border-left: 1px solid #eef0f4 !important
}

.amazy_table3.style4 thead tr th:last-child {
    border-right: 1px solid #eef0f4 !important
}

.amazy_table3 thead tr {
    border: 0
}

.amazy_table3 thead tr th {
    border: 0 !important;
    padding: 8px 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table3 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 20px;
    border-top: 1px solid #e3e6ef !important;
    border-bottom: 1px solid #e3e6ef !important
}

.amazy_table3 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important
}

.amazy_table3 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important
}

.amazy_table3 tbody tr td h4 {
    margin-bottom: 4px
}

.amazy_table4 {
    border-collapse: separate;
    border-spacing: 0 20px
}

.amazy_table4 .amazy_table4_head {
    border: 1px solid #eef0f4 !important;
    padding: 19px 20px;
    background: #fcfdfd
}

.amazy_table4 .amazy_table4_body .list-group-item {
    border: 1px solid #eef0f4 !important;
    padding: 20px !important
}

@media (min-width:992px) {
    .amazy_table4 .amazy_table4_body .list-group-item .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
        padding-right: 5px;
        padding-left: 0
    }
}

.amazy_table4.style4 {
    border-spacing: 0 10px
}

.amazy_table4.style4 tbody:before {
    line-height: 0;
    content: "";
    color: #fff;
    display: block
}

.amazy_table4.style4 tbody tr td {
    border-color: #e3e6ef !important
}

.amazy_table4.style4 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important
}

.amazy_table4.style4 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important
}

.amazy_table4.style4 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 19px 20px;
    border-top: 1px solid #eef0f4 !important;
    border-bottom: 1px solid #eef0f4 !important
}

.amazy_table4.style4 thead tr th:first-child {
    border-left: 1px solid #eef0f4 !important
}

.amazy_table4.style4 thead tr th:last-child {
    border-right: 1px solid #eef0f4 !important
}

.amazy_table4 thead tr {
    border: 0
}

.amazy_table4 thead tr th {
    border: 0 !important;
    padding: 8px 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #e3e6ef !important
}

.amazy_table4 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 20px;
    border-top: 1px solid #e3e6ef !important;
    border-bottom: 1px solid #e3e6ef !important
}

.amazy_table4 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important
}

.amazy_table4 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important
}

.amazy_table4 tbody tr td h4 {
    margin-bottom: 4px
}

.product_details_wrapper {
    padding: 80px 0 0
}

@media (max-width:767.98px) {
    .product_details_wrapper {
        padding: 15px 0 0
    }
}

.product_details_wrapper .products_imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px
}

.product_details_wrapper .products_imgs .single_product_image {
    overflow: hidden
}

.product_details_wrapper .products_imgs .single_product_image img {
    width: 100%;
    transition: .3s;
    transform: scale(1)
}

.product_details_wrapper .products_imgs .single_product_image:hover img {
    transform: scale(1.3)
}

.product_details_wrapper .product_content_details .stoke_badge {
    font-size: 12px;
    font-weight: 700;
    background: #13c481;
    color: #fff;
    border-radius: 2px;
    padding: 4px 7px
}

.product_details_wrapper .product_content_details h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text_color);
    line-height: 1.42;
    max-width: 450px;
    margin: 13px 0 9px
}

@media (max-width:767.98px) {
    .product_details_wrapper .product_content_details h3 {
        font-size: 20px
    }
}

.product_details_wrapper .product_content_details .details_text {
    margin: 24px 0
}

.product_details_wrapper .product_content_details .viendor_text {
    grid-gap: 30px
}

.product_details_wrapper .product_content_details .viendor_text .stock_text:not(:last-child):before {
    content: "";
    position: absolute;
    right: -15px;
    height: 15px;
    width: 1px;
    background: var(--border_color);
    top: 50%;
    transform: translateY(-50%)
}

.product_details_wrapper .product_content_details .stock_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    margin-bottom: 0;
    position: relative
}

.product_details_wrapper .product_content_details .stock_text span {
    color: #687083;
    font-weight: 500
}

.product_details_wrapper .product_content_details .destils_prise_information_box {
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    padding: 21px 0 14px
}

.amazy_table4 .checkout_shiped_box .amazy_table4_body {
    margin: 10px
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_prise {
    grid-gap: 10px
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_prise span {
    font-size: 24px;
    font-weight: 500;
    color: var(--text_color)
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise {
    margin: 1px 0 9px
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise .discount_prise {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #687083;
    font-weight: 500;
    grid-gap: 5px
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise .diccount_percents {
    border-radius: 5px;
    border: 1px solid var(--border_color);
    background-color: var(--menu_color);
    font-size: 12px;
    font-weight: 500;
    color: #687083;
    height: 21px;
    min-width: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_text {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.product_details_wrapper .product_content_details .prise_text {
    font-size: 24px;
    font-family: Circular Std Book;
    font-weight: 700;
    color: var(--base_color);
    grid-gap: 8px
}

.product_details_wrapper .product_content_details .prise_text span {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    font-family: Circular Std Book
}

.product_details_wrapper .product_content_details .size_quide_info {
    grid-gap: 20px
}

.product_details_wrapper .product_content_details .size_quide_info .single_side_guide {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    text-transform: uppercase
}

.product_details_wrapper .product_content_details .size_quide_info .single_side_guide:last-child {
    margin-right: 0;
    margin-left: auto
}

@media (max-width:575.98px) {
    .product_details_wrapper .product_content_details .size_quide_info .single_side_guide:last-child {
        margin-right: auto;
        margin-left: 0
    }
}

.product_details_wrapper .product_content_details .add_wish_compare {
    grid-gap: 30px
}

.product_details_wrapper .product_content_details .add_wish_compare .single_wish_compare {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px
}

.product_details_wrapper .product_content_details .add_wish_compare .single_wish_compare i {
    font-size: 16px
}

.product_details_wrapper .product_content_details .product_ratings {
    display: flex;
    align-items: center;
    margin: 9px 0 17px
}

.product_details_wrapper .product_content_details .product_ratings .stars {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.product_details_wrapper .product_content_details .product_ratings .stars i {
    font-size: 15px;
    color: #ffc107
}

.product_details_wrapper .product_content_details .product_ratings .stars i:not(:last-child) {
    margin-right: 4px
}

.product_details_wrapper .product_content_details .product_ratings span {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px
}

@media (max-width:767.98px) {
    .product_details_wrapper .product_content_details .product_info .single_pro_varient {
        flex-wrap: wrap
    }
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .color_List label:not(:last-child) {
    margin-right: 10px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient.style_2 {
    grid-gap: 20px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient.style_2 .dot_devide {
    margin-left: 11px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size {
    display: flex;
    align-items: center
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
    border: 1px solid #e1e2e6;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    flex: 40px 0 0;
    cursor: pointer;
    font-family: Circular Std Book
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li.active {
    border-color: var(--base_color);
    background: var(--base_color);
    color: #fff
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li:not(:last-child) {
    margin-right: 10px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_lists li {
    padding: 0 15px;
    font-weight: 400;
    flex: auto 0 0;
    width: auto;
    text-transform: capitalize;
    font-size: 16px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li.active {
    border: 2px solid var(--base_color);
    background: #fff;
    color: #fff;
    padding: 3px
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li img {
    width: 100%;
    border-radius: 5px
}

.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list {
    font-size: 14px;
    font-weight: 600;
    color: #687083;
    display: inline-flex;
    align-items: center
}

.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list i {
    font-size: 22px;
    color: #090b17;
    margin-right: 15px
}

.product_details_wrapper .product_content_details .pro_branding_info {
    border-top: 1px solid #f1f1f1;
    padding-top: 28px;
    margin-top: 40px
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding {
    display: grid;
    grid-template-columns: 79px auto;
    grid-gap: 15px;
    margin-bottom: 1px
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding:last-child {
    margin-top: 8px
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text_color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding p {
    font-size: 16px;
    color: #687083;
    font-weight: 400
}

.product_details_wrapper .product_details_sujjetion {
    border-top: 1px solid var(--border_color);
    padding-top: 18px
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box {
    border: 1px solid var(--border_color)
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single {
    padding: 10px;
    border-bottom: 1px solid var(--border_color)
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single .thumb {
    width: 50px;
    height: 50px;
    flex: 50px 0 0
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single .product_details_sujjetion_content h4 {
    margin-bottom: 4px
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_total {
    padding: 12px
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_total .product_details_sujjetion_left span {
    margin-bottom: 6px
}

.product_details_wrapper .social_links {
    display: flex;
    align-items: center
}

.product_details_wrapper .social_links li:not(:last-child) {
    margin-right: 10px
}

.product_details_wrapper .social_links li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    transition: .3s
}

.product_details_wrapper .social_links li a:hover {
    background: #fd1c5e !important
}

.product_details_wrapper .social_links li a.facebook_bg {
    background: #3b5998
}

.product_details_wrapper .social_links li a.twitter_bg {
    background: #1da1f2
}

.product_details_wrapper .social_links li a.linkedin_bg {
    background: #dd5143
}

.product_des_review_wrapper .shop_tab_content .description_content {
    padding: 30px 0 80px
}

.product_des_review_wrapper .shop_tab_content .description_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text_color)
}

.product_des_review_wrapper .shop_tab_content .description_content .Specifications h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text_color);
    margin: 52px 0 30px
}

.product_des_review_wrapper .shop_tab_content .description_content .Specifications .Specifications_list .single_specif {
    display: grid;
    grid-template-columns: 152px auto;
    grid-gap: 30px;
    margin-bottom: 13px
}

.product_des_review_wrapper .shop_tab_content .description_content .Specifications .Specifications_list .single_specif span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text_color);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product_des_review_wrapper .shop_tab_content .description_content .Specifications .Specifications_list .single_specif p {
    font-size: 14px;
    color: #687083;
    font-weight: 400;
    margin-bottom: 0
}

.shop_tab {
    border-bottom: 1px solid #ebebeb
}

.shop_tab li a {
    font-size: 20px;
    font-weight: 600;
    color: var(--text_color);
    position: relative;
    padding: 10px
}

.shop_tab li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: #fd1c5e;
    left: 0;
    transition: .3s;
    opacity: 0
}

.shop_tab li a.active,
.shop_tab li a:hover {
    color: #fd1c5e
}

.shop_tab li a.active:before,
.shop_tab li a:hover:before {
    opacity: 1
}

.sujjested_prosuct_area {
    padding: 76px 0 44px
}

@media (max-width:767.98px) {
    .sujjested_prosuct_area {
        padding-bottom: 40px
    }
}

.sujjested_prosuct_area .seperator_line {
    padding-bottom: 133px
}

@media (max-width:767.98px) {
    .sujjested_prosuct_area .seperator_line {
        padding-bottom: 63px
    }
}

.product_details_description_box {
    border-top: 1px solid #ebebeb;
    padding-top: 27px;
    margin-top: 26px
}

@media (min-width:1600px) {
    .product_details_description_box {
        margin-left: 50px
    }
}

.product_details_description_box p {
    font-size: 14px;
    line-height: 30px
}

.product_details_description_box p.Information_text {
    font-size: 14px;
    color: #687083;
    line-height: 26px
}

.product_details_description_box p.Information_text span {
    font-weight: 600;
    color: var(--text_color)
}

.product_details_description_box p.Information_text:not(:last-child) {
    margin-bottom: 5px
}

.product_reviews_wrapper {
    border: 1px solid var(--border_color);
    margin-top: 43px
}

.product_reviews_wrapper .product_reviews_wrapper_head {
    border-bottom: 1px solid var(--border_color);
    padding: 18.5px 20px
}

.product_reviews_wrapper.style_2 {
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    margin-top: 70px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper.style_2 {
        margin-top: 40px
    }
}

.product_reviews_wrapper.style_3 {
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    margin-top: 70px;
    padding-top: 30px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper.style_3 {
        margin-top: 40px
    }
}

.product_reviews_wrapper .details_title h4 {
    margin-bottom: 13px
}

.product_reviews_wrapper .product_description_wrap .single_description_wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 23px;
    margin-bottom: 26px
}

.product_reviews_wrapper .course_feedback {
    display: flex;
    padding-top: 13px;
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 25px;
    margin-bottom: 50px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper .course_feedback {
        flex-direction: column
    }
}

.product_reviews_wrapper .course_feedback .course_feedback_left {
    padding-right: 50px;
    margin-bottom: 30px
}

.product_reviews_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--base_color);
    margin-bottom: 0;
    line-height: 1
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 8px 0
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.product_reviews_wrapper .course_feedback .course_feedback_left span {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar {
    width: 100%
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 100%) repeat(2, 1fr);
    grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
    align-items: center;
    margin-bottom: 20px
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    height: 10px;
    background-color: var(--border_color);
    border-radius: 30px;
    margin-right: 30px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
        margin-right: 15px
    }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
    background: var(--base_color);
    border-radius: 30px
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0
}

@media (max-width:767.98px) {
    .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
        margin-right: 15px
    }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
        font-size: 14px
    }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
    font-family: Circular Std Book;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color)
}

@media (max-width:575.98px) {
    .product_reviews_wrapper .description_box img {
        width: 100%
    }
}

.product_reviews_wrapper .description_box p {
    font-size: 14px;
    line-height: 30px
}

.product_reviews_wrapper .description_box p.Information_text {
    font-size: 14px;
    color: #687083;
    line-height: 26px
}

.product_reviews_wrapper .description_box p.Information_text span {
    font-weight: 600;
    color: var(--text_color)
}

.product_reviews_wrapper .description_box p.Information_text:not(:last-child) {
    margin-bottom: 5px
}

.product_reviews_wrapper .course_cutomer_reviews {
    padding: 50px
}

@media (max-width:767.98px) {
    .product_reviews_wrapper .course_cutomer_reviews {
        padding: 20px
    }
}

.product_reviews_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 28px
}

.single_reviews {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
    margin-bottom: 40px
}

.single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    font-family: Circular Std Book;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--base_color);
    flex: 80px 0 0;
    margin-right: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px
}

.single_reviews:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 5px
}

@media (max-width:575.98px) {
    .single_reviews {
        flex-direction: column
    }
}

.single_reviews .review_content h4 {
    margin-bottom: 1px;
    color: var(--text_color)
}

.single_reviews .review_content .review_content_head {
    margin: 0 0 23px;
    grid-gap: 20px
}

.single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 0
}

.single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0
}

.single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px
}

.single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.single_reviews .review_content .rated_customer span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 1
}

.single_reviews .review_content p {
    font-size: 16px;
    line-height: 1.63;
    color: #687083
}

.seperator_line {
    border-top: 1px solid #ebebeb
}

.details_tab_style {
    display: flex;
    grid-gap: 10px
}

.details_tab_style.style2 {
    flex-direction: column
}

.details_tab_style.style2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex: 1 1 auto;
    grid-gap: 10px
}

.details_tab_style.style3 {
    flex-direction: column;
    grid-gap: 30px
}

.details_tab_style.style4 {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.details_tab_style.style5 {
    flex-direction: column
}

.details_tab_style.style5 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: 1 1 auto;
    grid-gap: 10px
}

@media (max-width:767.98px) {
    .details_tab_style.style5 ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:767.98px) {
    .details_tab_style {
        flex-direction: column
    }
}

.details_tab_style ul {
    display: flex;
    grid-gap: 10px;
    flex: 120px 0 0
}

@media (max-width:767.98px) {
    .details_tab_style ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        flex: 1 1 auto
    }
}

@media (max-width:767.98px) {
    .details_tab_style ul li {
        flex: 20% 0 0
    }
}

.details_tab_style ul li a {
    padding: 0;
    background: #f5f5f5
}

.details_tab_style ul li a img {
    width: 100%
}

.details_tab_style .details_tab_content {
    background: #f5f5f5
}

@media (max-width:767.98px) {
    .details_tab_style .details_tab_content .tab-pane {
        text-align: center
    }
}

.details_tab_style .details_tab_content img {
    width: 100%
}

@media (max-width:767.98px) {
    .details_tab_style .details_tab_content img {
        height: 250px;
        width: auto
    }
}

.home_details_tab {
    background: #f8f8fe;
    border-radius: 10px;
    display: inline-flex
}

@media (max-width:575.98px) {
    .home_details_tab {
        display: flex
    }
}

@media (max-width:575.98px) {
    .home_details_tab li {
        display: block;
        width: 100%
    }
}

.home_details_tab li a {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    font-family: Circular Std Book;
    border-radius: 10px;
    display: inline-block;
    padding: 13px 40px;
    text-align: center
}

@media (max-width:575.98px) {
    .home_details_tab li a {
        width: 100%;
        display: block
    }
}

.home_details_tab li a.active {
    background: var(--base_color);
    color: #fff
}

.delivery_box {
    border: 1px solid #ebebeb;
    padding: 25px 30px
}

.delivery_box .delivery_box_list {
    display: flex;
    align-items: flex-start;
    grid-gap: 20px
}

.delivery_box .delivery_box_list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.delivery_box .delivery_box_list .icon {
    position: relative;
    top: 4px
}

.delivery_box .delivery_box_list .box_content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 3px
}

.delivery_box .delivery_box_list .box_content p {
    font-size: 14px;
    color: #676e8b;
    line-height: 24px;
    margin-bottom: 0
}

.delivery_box.style_2 .delivery_box_list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.delivery_box.style_2 .delivery_box_list .box_content {
    flex: 100% 0 0
}

.delivery_box.style_2 .delivery_box_list .box_content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 3px;
    line-height: 1
}

.delivery_box.style_2 .delivery_box_list .box_content p {
    font-size: 14px;
    color: #676e8b;
    line-height: 1;
    margin-bottom: 0;
    font-family: Circular Std Book;
    margin-top: 8px
}

.delivery_box.style_2 .mark_text {
    color: var(--base_color);
    font-size: 14px;
    font-weight: 500;
    font-family: Circular Std Book;
    line-height: 1
}

.delivery_box.style_2 .mark_text:hover {
    color: var(--base_color)
}

.product_details_dec {
    border: 1px solid var(--border_color);
    margin-top: 80px
}

.product_details_dec .product_details_dec_header {
    border-bottom: 1px solid var(--border_color);
    padding: 17px 20px
}

.product_details_dec .product_details_dec_body {
    padding: 30px
}

.product_details_dec .product_details_dec_body .single_desc p {
    line-height: 1.86;
    font-size: 14px
}

.product_details_dec .product_details_dec_body .single_desc.style2 p {
    line-height: 2.14
}

.amazcart_delivery_wiz {
    border: 1px solid var(--border_color)
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_head {
    border-bottom: 1px solid var(--border_color);
    padding: 13.5px 20px
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body {
    padding: 20px 20px 13px
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .loc_city_selectBox {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .amazcart_delivery_wiz_sep .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border_color);
    flex: 40px 0 0
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .delivery_text {
    line-height: 1.71
}

.seller_performance_box {
    border-top: 1px solid var(--border_color);
    margin-top: 12px;
    padding-top: 18px
}

.seller_performance_box .single_seller_performance {
    margin-top: 3px
}

.zoomLens,
.zoomWindowContainer div {
    border: 1px solid var(--base_color) !important
}

.zoomWindowContainer div {
    width: 550px !important;
    height: 418px !important
}

.single_reviews .single_reviews:nth-child(2) {
    padding-left: 40px
}

@media (max-width:991.98px) {
    .single_reviews .single_reviews:nth-child(2) {
        padding-left: 20px
    }
}

.single_reviews .single_reviews:nth-child(3) {
    padding-left: 60px
}

@media (max-width:991.98px) {
    .single_reviews .single_reviews:nth-child(3) {
        padding-left: 30px
    }
}

.checkout_wrapper .checkout_widget_box {
    padding: 28px 40px 40px;
    margin-bottom: 60px
}

@media (max-width:767.98px) {
    .checkout_wrapper .checkout_widget_box {
        margin-bottom: 30px;
        padding: 25px
    }
}

.checkout_wrapper .checkout_widget_box p {
    font-family: Circular Std Book;
    font-size: 16px;
    color: var(--text_color);
    font-weight: 400;
    line-height: 1.75
}

.checkout_wrapper .checkout_widget_box .forgot_text {
    color: #5dabfc;
    font-family: Circular Std Book
}

.checkout_wrapper .checkout_widget_box .forgot_text:hover {
    color: var(--base_color)
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_single:not(:last-child) {
    padding-bottom: 38px
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_head {
    background-color: var(--menu_color);
    padding: 10px 20px
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner {
    padding: 30px 20px 20px;
    grid-column-gap: 80px
}

@media (max-width:767.98px) {
    .checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner {
        flex-wrap: wrap;
        grid-gap: 30px
    }
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address {
    position: relative;
    max-width: 237px;
    flex: 237px 0 0
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address:not(:last-child):before {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    background: var(--border_color);
    right: -40px;
    top: 0
}

@media (max-width:767.98px) {
    .checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address:not(:last-child):before {
        display: none
    }
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address .bilig_address_text {
    margin-bottom: 10px
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address .bilig_address_text .bilig_actions {
    grid-gap: 5px;
    align-items: center;
    justify-content: center;
    top: -2px
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address .bilig_address_text .bilig_actions button {
    background: transparent;
    border: 0;
    padding: 0
}

.checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address p {
    line-height: 1.29;
    color: #687083
}

.checkout_wrapper .order_wrapper {
    border: 2px solid var(--border_color);
    padding: 35px 40px 40px
}

@media (max-width:767.98px) {
    .checkout_wrapper .order_wrapper {
        padding: 25px
    }
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width:575.98px) {
    .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
        flex-wrap: wrap
    }
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb {
    width: 140px;
    height: 80px;
    margin-right: 20px
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img {
    width: 100%
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color)
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.checkout_wrapper .order_wrapper .ordered_products_lists {
    margin-bottom: 16px
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #e1e2e6;
    padding: 19.5px 0;
    grid-gap: 34px
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e1e2e6;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 600;
    font-family: Circular Std Book;
    text-transform: uppercase;
    color: #fd1c5e;
    background: var(--menu_color)
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
    color: var(--text_color);
    font-size: 16px;
    font-weight: 700;
    font-family: Circular Std Book;
    flex: 218px 0 0
}

@media (max-width:767.98px) {
    .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
        flex: 1 1 auto
    }
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_prise {
    color: #687083;
    font-family: Circular Std Book;
    font-size: 16px
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_prise.mark_text {
    color: var(--base_color);
    font-weight: 700
}

.checkout_wrapper .order_wrapper .ordered_products_lists .select_list .primary_checkbox:not(:last-child) {
    margin-bottom: 10px
}

.checkout_wrapper .order_wrapper .shiping_billing_list {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 30px 0 8px;
    margin-bottom: 55px
}

.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing {
    margin-bottom: 19px
}

.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing p {
    font-size: 14px;
    color: #676e8b;
    max-width: 247px;
    padding-left: 35px;
    padding-top: 5px;
    line-height: 26px;
    margin-bottom: 14px
}

.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner {
    justify-content: space-between
}

.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner span {
    cursor: pointer
}

.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner .shiping_info i {
    font-size: 18px;
    font-weight: 400;
    color: #fd1c5e;
    margin-right: 15px
}

.checkout_wrapper .order_wrapper .bank_transfer .single_transfer {
    border: 1px solid #e1e2e6
}

.checkout_wrapper .order_wrapper .bank_transfer .single_transfer .transfer_head {
    padding: 12px 20px;
    border-bottom: 1px solid #e1e2e6
}

.checkout_wrapper .order_wrapper .bank_transfer .single_transfer .transfer_head h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.checkout_wrapper .order_wrapper .bank_transfer .single_transfer .transfer_body {
    padding: 11px 20px 13px
}

.checkout_wrapper .order_wrapper .bank_transfer .single_transfer .transfer_body p {
    font-size: 16px;
    color: #686868;
    line-height: 1.71
}

.checkout_wrapper .checkout_return_text {
    display: flex;
    align-items: center;
    grid-gap: 15px
}

.checkout_wrapper .checkout_return_text i {
    font-size: 16px;
    color: #676e8b
}

.checkout_wrapper .checkout_return_text p {
    font-size: 16px;
    font-weight: 500;
    font-family: Circular Std Book;
    color: var(--text_color);
    margin-bottom: 0
}

.checkout_wrapper .checkout_return_text p a {
    color: var(--base_color)
}

.billing_payment_methods button {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 0 10px
}

.bank_transfer_label .primary_checkbox:not(:last-child) {
    margin-bottom: 18px
}

.without_address_notify {
    border-radius: 3px;
    border: 1px solid var(--border_color);
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    min-width: 220px;
    text-align: center;
    padding: 23px 20px
}

.about_counter_area {
    background-image: url(../img/banner/about_bg_banner.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.about_counter_area .about_countBox {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .01);
    background-color: #fff;
    padding: 48px 30px
}

@media (max-width:767.98px) {
    .about_counter_area .about_countBox {
        padding: 30px
    }
}

.about_counter_area .about_countBox h3 {
    font-size: 50px;
    color: var(--base_color);
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:767.98px) {
    .about_counter_area .about_countBox h3 {
        font-size: 30px
    }
}

.about_counter_area .about_countBox p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0
}

.about_cta_area {
    padding: 97px 0 94px;
    background-image: url(../img/banner/about_cta_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .about_cta_area {
        padding: 70px 0
    }
}

.about_cta_area p {
    margin: 13px 0 45px
}

@media (max-width:767.98px) {
    .about_cta_area p {
        margin: 10px 0 30px
    }
}

.about_value_section .about_value_textBox {
    display: flex;
    grid-column-gap: 145px;
    flex-wrap: wrap
}

.about_value_section .section__title2 {
    max-width: 330px
}

.about_value_section .section__title2 h3 {
    line-height: 1.28
}

.about_value_section .about_value_desc {
    max-width: 630px
}

@media (max-width:767.98px) {
    .about_value_section .about_val_imgs {
        flex-wrap: wrap
    }
}

.amazy_about_banner_text .section__title2 {
    max-width: 513px
}

.amazy_about_banner_text .section__title2 h3 {
    max-width: 450px;
    margin-bottom: 21px
}

.about_banner_count {
    grid-gap: 60px;
    border-top: 1px solid var(--border_color);
    margin-top: 36px;
    padding-top: 38px
}

@media (max-width:767.98px) {
    .about_banner_count {
        grid-gap: 30px
    }
}

.about_banner_count .single_about_banner_count h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--base_color);
    margin-bottom: 6px;
    line-height: 1
}

@media (max-width:767.98px) {
    .about_banner_count .single_about_banner_count h4 {
        font-size: 30px
    }
}

.about_banner_count .single_about_banner_count p {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.team_member_area .single_member .thumb {
    overflow: hidden
}

.team_member_area .single_member .thumb img {
    width: 100%;
    transform: scale(1);
    transition: .3s
}

.team_member_area .single_member .member_info h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin: 31px 0 0;
    line-height: 28px
}

.team_member_area .single_member .member_info p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0
}

.team_member_area .single_member:hover .thumb img {
    transform: scale(1.1)
}

.career_extraordinary_area {
    padding: 132px 0 107px
}

@media (max-width:767.98px) {
    .career_extraordinary_area {
        padding: 70px 0 40px
    }
}

.career_extraordinary_area .home10_title {
    margin-bottom: 57px
}

@media (max-width:767.98px) {
    .career_extraordinary_area .home10_title {
        margin-bottom: 30px
    }
}

.career_extraordinary_area .home10_title h3 {
    margin-bottom: 23px
}

@media (max-width:767.98px) {
    .career_extraordinary_area .home10_title h3 {
        margin-bottom: 15px
    }
}

.career_extraordinary_area .career_extraordinary_banner img {
    width: 100%
}

.career_extraordinary_area .career_extraordinary_content {
    margin: 40px 0 0
}

.career_extraordinary_area .career_extraordinary_content h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 22px
}

@media (max-width:767.98px) {
    .career_wrapper .tab_reverse {
        flex-wrap: wrap-reverse
    }
}

@media (max-width:991.98px) {
    .career_wrapper .tab_reverse {
        flex-wrap: wrap-reverse
    }
}

.career_wrapper .career_banner img {
    width: 100%
}

.career_wrapper .career_info {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 80px 30px 80px 80px
}

@media (max-width:767.98px) {
    .career_wrapper .career_info {
        padding: 30px 0 80px
    }
}

.career_wrapper .career_info .career_info_inner {
    max-width: 525px
}

.career_wrapper .career_info .career_info_inner h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px
}

@media (max-width:767.98px) {
    .career_wrapper .career_info .career_info_inner h3 {
        font-size: 25px
    }
}

.career_wrapper .career_info .circle_lists li {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--text_color)
}

.career_wrapper .career_info .circle_lists li:not(:last-child) {
    margin-bottom: 8px
}

.career_wrapper .career_info .circle_lists li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    margin-right: 15px
}

.career_available_area {
    padding: 132px 0 104px;
    background: #f5f5f5
}

@media (max-width:767.98px) {
    .career_available_area {
        padding: 70px 0 40px
    }
}

.career_available_area .single_career_available .thumb {
    overflow: hidden
}

.career_available_area .single_career_available .thumb img {
    width: 100%;
    transition: .3s;
    transform: scale(1)
}

.career_available_area .single_career_available .career_available_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 5px
}

.career_available_area .single_career_available:hover .thumb img {
    transform: scale(1.1)
}

.availabale_position_area {
    padding: 133px 0 101px
}

@media (max-width:767.98px) {
    .availabale_position_area {
        padding: 73px 0 40px
    }
}

.career_details_area .career_details_top {
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    .career_details_area .career_details_top {
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .career_details_area .career_details_top {
        flex-wrap: wrap
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .career_details_area .career_details_top {
        flex-wrap: wrap
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .career_details_area .career_details_top {
        flex-wrap: wrap
    }
}

.career_details_area .career_details_top .job_tag {
    margin-right: 26px;
    margin-bottom: 20px
}

.career_details_area .career_details_top .career_details_info {
    display: flex;
    align-items: center
}

@media (max-width:575.98px) {
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap
    }
}

.career_details_area .career_details_top .career_details_info .single_details_info {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px
}

.career_details_area .career_details_top .career_details_info .single_details_info:not(:last-child) {
    margin-right: 55px
}

@media (max-width:575.98px) {
    .career_details_area .career_details_top .career_details_info .single_details_info:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .career_details_area .career_details_top .career_details_info .single_details_info:not(:last-child) {
        margin-right: 15px
    }
}

@media (max-width:991.98px) {
    .career_details_area .career_details_top .career_details_info .single_details_info:not(:last-child) {
        margin-right: 25px
    }
}

.career_details_area .career_details_top .career_details_info .single_details_info i {
    font-size: 18px;
    color: var(--text_color);
    margin-right: 7px
}

.career_details_area .career_details_top .career_details_info .single_details_info span {
    font-size: 16px;
    font-weight: 500;
    color: #687083
}

.career_details_area .career_details_banner {
    margin-bottom: 32px
}

.career_details_area .career_details_banner img {
    width: 100%
}

.career_details_area .note_text {
    margin: 30px 0 35px
}

.career_details_area .note_text p {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
    line-height: 1.63
}

.career_details_area .career_details_list {
    margin-bottom: 30px
}

.career_details_area .career_details_list h4 {
    font-weight: 600;
    margin-bottom: 12px
}

.career_details_area .career_details_list .details_lists li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #687083
}

.career_details_area .appliication_deadline {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 56px
}

.career_details_area .appliication_deadline span {
    font-weight: 600;
    color: var(--text_color)
}

.faq_banner_area .faq_banner_inner {
    background-image: url(../img/banner/faq_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 131px 15px 140px
}

@media (max-width:767.98px) {
    .faq_banner_area .faq_banner_inner {
        padding: 101px 15px 100px
    }
}

.faq_banner_area .faq_banner_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(10, 22, 46, .4)
}

.faq_banner_area .faq_banner_inner .faq_banner_text {
    max-width: 570px;
    margin: 0 auto;
    text-align: center
}

.faq_banner_area .faq_banner_inner .faq_banner_text h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.faq_banner_area .faq_banner_inner .faq_banner_text .theme_search_field {
    background: #fff;
    width: 100%
}

.faq_area .faq_tab {
    background: #fcfcfc;
    justify-content: center;
    margin-bottom: 65px
}

@media (max-width:767.98px) {
    .faq_area .faq_tab {
        margin-bottom: 45px
    }
}

.faq_area .faq_tab li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    text-transform: uppercase;
    padding: 29.5px 20px;
    position: relative
}

@media (max-width:767.98px) {
    .faq_area .faq_tab li a {
        padding: 15.5px 15px
    }
}

.faq_area .faq_tab li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fd1c5e;
    height: 2px;
    width: 100%;
    opacity: 0;
    transition: .3s
}

.faq_area .faq_tab li a.active:before,
.faq_area .faq_tab li a:hover:before {
    opacity: 1
}

.my_account_area {
    padding: 130px 0 110px
}

@media (max-width:767.98px) {
    .my_account_area {
        padding: 70px 0 40px
    }
}

.my_account_area .single_account {
    border: 1px solid #f1f1f1;
    padding: 50px 76px 45px 60px
}

.my_account_area .single_account .icon {
    margin-bottom: 17px
}

.my_account_area .single_account h4 {
    font-size: 20px;
    font-weight: 600
}

.my_account_area .single_account p {
    margin: 5px 0 20px
}

.my_account_area .single_account .arrow_btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--base_color)
}

.account_info_area {
    padding: 140px 0
}

@media (max-width:767.98px) {
    .account_info_area {
        padding: 70px 0
    }
}

.account_info_area .account_profile_wrapper {
    display: grid;
    grid-template-columns: 272px auto;
    grid-gap: 119px
}

@media (min-width:1200px) and (max-width:1500.98px) {
    .account_info_area .account_profile_wrapper {
        grid-gap: 60px
    }
}

.account_info_area .account_profile_wrapper .theme_border {
    margin: 30px 0 27px
}

@media (max-width:767.98px) {
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 20px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 40px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 20px
    }
}

.account_info_area .account_profile_wrapper .account_profile_thumb .thumb {
    width: 272px;
    height: 272px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767.98px) {
    .account_info_area .account_profile_wrapper .account_profile_thumb .thumb {
        width: 200px;
        height: 200px
    }
}

.account_info_area .account_profile_wrapper .account_profile_thumb .thumb img {
    width: 100%;
    border-radius: 50%
}

.account_info_area .account_profile_wrapper .account_profile_thumb h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 5px
}

.account_info_area .account_profile_wrapper .account_profile_thumb p {
    font-size: 16px;
    font-weight: 500;
    color: #676e8b;
    margin-bottom: 0
}

.account_info_area .account_profile_wrapper .account_title {
    margin-bottom: 43px
}

.account_info_area .account_profile_wrapper .account_title h3 {
    margin-bottom: 2px
}

.account_info_area .account_profile_wrapper .email_grid_input {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 5px
}

.account_info_area .account_profile_wrapper .email_grid_input .editor_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e1e2e6;
    background: var(--menu_color)
}

.account_info_area .account_profile_wrapper .email_grid_input .editor_icon i {
    font-size: 16px;
    font-weight: 400;
    color: #687083
}

.account_info_area .account_profile_wrapper .privacy_permission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px
}

@media (max-width:767.98px) {
    .account_info_area .account_profile_wrapper .privacy_permission {
        margin-bottom: 36px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px
    }
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission {
    display: flex
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox {
    margin-right: 20px;
    position: relative;
    top: 1px
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon {
    margin-right: 12px;
    position: relative;
    top: -3px
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202e3b;
    margin-bottom: 0
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    line-height: 24px
}

.account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
    display: inline-block
}

@media (min-width:1200px) and (max-width:1250.98px) {
    .account_info_area .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
        display: none
    }
}

.amaz_checkout_loginArea {
    display: flex;
    justify-content: center
}

@media (max-width:767.98px) {
    .amaz_checkout_loginArea {
        padding: 0
    }
}

.amaz_checkout_loginArea .login_area_inner {
    max-width: 570px;
    padding: 80px 60px;
    background: #fff
}

@media (max-width:575.98px) {
    .amaz_checkout_loginArea .login_area_inner {
        padding: 50px 30px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .amaz_checkout_loginArea .login_area_inner {
        padding: 50px 30px
    }
}

.amaz_checkout_loginArea .login_area_inner h4 {
    font-size: 26px;
    line-height: 36px;
    color: var(--text_color);
    margin-bottom: 52px;
    font-weight: 700;
    font-family: Circular Std Book
}

@media (max-width:767.98px) {
    .amaz_checkout_loginArea .login_area_inner h4 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px
    }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links {
    display: flex;
    grid-gap: 10px
}

@media (max-width:767.98px) {
    .amaz_checkout_loginArea .login_area_inner .login_with_links {
        flex-wrap: wrap
    }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a {
    background: #ea4335;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14.5px 30px;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    white-space: nowrap
}

@media (max-width:767.98px) {
    .amaz_checkout_loginArea .login_area_inner .login_with_links a {
        flex: 1 1 auto
    }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a.Facebook_bg {
    background: #395799
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a.twitter_bg {
    background: #03abf0
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a i {
    font-size: 16px;
    color: #fff
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    margin-top: 18px;
    font-family: Circular Std Book
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text.style2 {
    font-family: Circular Std Book
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text a {
    color: #4183ff
}

.amaz_checkout_loginArea .remember_pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px
}

.amaz_checkout_loginArea .remember_pass .label_name {
    color: #687083
}

.amaz_checkout_loginArea .remember_pass .forgot_pass {
    font-size: 14px;
    font-weight: 500;
    color: #5dabfc
}

.amaz_checkout_loginArea .remember_pass .forgot_pass:hover {
    color: var(--base_color)
}

.amaz_checkout_loginArea .remember_pass p {
    font-size: 14px;
    font-weight: 400;
    color: #687083
}

.amaz_checkout_loginArea .remember_pass p a {
    color: #687083
}

.amaz_checkout_loginArea .remember_pass p a:hover {
    color: var(--base_color)
}

.amaz_checkout_loginArea .primary_line_input {
    background: transparent;
    padding-bottom: 5px
}

.custom_group_field {
    border-bottom: 1px solid var(--border_color)
}

.custom_group_field span {
    background: transparent;
    border: 0;
    width: 20px;
    text-align: left;
    padding: 0 0 9px;
    height: 40px
}

.custom_group_field input {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Circular Std Book;
    padding-bottom: 13px;
    padding-left: 10px;
    color: var(--text_color);
    background: transparent !important;
    box-shadow: none !important
}

.custom_group_field input:focus {
    outline: none
}

.custom_group_field input::-moz-placeholder {
    color: #687083
}

.custom_group_field input:-ms-input-placeholder {
    color: #687083
}

.custom_group_field input::placeholder {
    color: #687083
}

.login_modal .close_modal {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block
}

.login_modal .close_modal:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg)
}

.login_modal .close_modal i {
    line-height: 30px;
    font-size: 14px
}

.login_modal .modal-content {
    border: 0
}

.login_modal .infix_login_area,
.login_modal .modal-body {
    padding: 0
}

.login_modal .modal-dialog {
    max-width: 690px
}

.login_modal .modal-dialog.style2 {
    max-width: 570px
}

.about_modal .modal-dialog {
    max-width: 590px
}

.about_modal .infix_login_area .login_area_inner {
    padding: 50px;
    max-width: 100%
}

.shiping_modal .modal-dialog {
    max-width: 900px
}

.shiping_modal .infix_login_area .login_area_inner {
    padding: 50px;
    max-width: 100%
}

.size_modal .modal-dialog {
    max-width: 942px
}

.size_modal .infix_login_area .login_area_inner {
    padding: 50px 40px;
    max-width: 100%
}

.form_sep {
    grid-gap: 10px;
    margin: 29px 0 28px
}

.form_sep .sep_line {
    height: 2px;
    background: var(--border_color)
}

.form_sep .form_sep_text {
    color: var(--text_color)
}

.form_sep2 {
    grid-gap: 20px;
    margin: 17px 0 35px
}

.form_sep2 .sep_line {
    height: 1px;
    background: var(--border_color)
}

.form_sep2 .form_sep_text {
    color: #687083
}

.amazy_login_area {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 745px auto
}

@media (max-width:767.98px) {
    .amazy_login_area {
        display: block
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .amazy_login_area {
        grid-template-columns: 410px auto
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .amazy_login_area {
        grid-template-columns: 500px auto
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .amazy_login_area {
        grid-template-columns: 550px auto
    }
}

.amazy_login_area .amazy_login_area_left {
    padding: 40px 30px
}

.amazy_login_area .amazy_login_area_left .amazy_login_form {
    max-width: 400px
}

@media (min-width:768px) and (max-width:991.98px) {
    .amazy_login_area .amazy_login_area_left .amazy_login_form {
        max-width: 340px
    }
}

.amazy_login_area .amazy_login_area_left .amazy_login_form h3 {
    font-size: 32px;
    font-weight: 700
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .support_text {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 35px
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .google_logIn {
    border-radius: 5px;
    border: 1px solid var(--border_color);
    background-color: #fff;
    grid-gap: 15px;
    height: 50px
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text {
    font-size: 14px;
    color: var(--text_color);
    font-weight: 500
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text a {
    color: var(--base_color)
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text a:hover {
    text-decoration: underline
}

.amazy_login_area .amazy_login_area_right {
    padding: 40px 30px;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .amazy_login_area .amazy_login_area_right {
        display: none !important
    }
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .thumb {
    margin-bottom: 52px
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text {
    max-width: 400px;
    margin: auto
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text_color);
    margin-bottom: 15px
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--text_color);
    max-width: 300px
}

.social__Links a {
    font-size: 16px;
    color: #5b6c8f
}

.social__Links a:not(:last-child) {
    margin-right: 25px
}

.social__Links a:hover {
    color: var(--base_color)
}

.social__Links.style2 a {
    color: #687083
}

.social__Links.style2 a:hover {
    color: var(--base_color)
}

.social__Links2 a {
    font-size: 16px;
    color: #fff;
    background-color: #222;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.social__Links2 a:not(:last-child) {
    margin-right: 10px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .social__Links2 a:not(:last-child) {
        margin-bottom: 10px
    }
}

.social__Links2 a:hover {
    background: var(--base_color);
    color: #fff
}

.social__Links3 a {
    font-size: 16px;
    color: #fff
}

.social__Links3 a:not(:last-child) {
    margin-right: 25px
}

.social__Links3 a:hover {
    color: var(--base_color)
}

.social__Links4 a {
    font-size: 16px;
    color: #fff;
    background-color: var(--base_color);
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.social__Links4 a:not(:last-child) {
    margin-right: 10px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .social__Links4 a:not(:last-child) {
        margin-bottom: 10px
    }
}

.social__Links4 a:hover {
    background: var(--text_color);
    color: #fff
}

.social__Links5 a {
    font-size: 14px;
    color: #687083;
    position: relative;
    padding: 0 15px;
    display: inline-block
}

.social__Links5 a:not(:last-child) {
    margin-right: 0
}

.social__Links5 a:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #f1f1f1;
    width: 1px
}

.social__Links5 a:hover {
    color: var(--base_color)
}

.social__Links5.style_2 a {
    color: #fff
}

.social__Links5.style_2 a:not(:last-child):before {
    background: hsla(0, 0%, 94.5%, .1)
}

.social__Links5.style_3 a {
    color: #fff
}

.social__Links5.style_3 a:not(:last-child):before {
    background: #4b505d;
    height: 10px
}

.instagram_wrapper {
    position: relative;
    z-index: 10
}

.instagram_wrapper.style2 .insta_title h3 {
    font-size: 20px;
    color: var(--text_color);
    font-family: Circular Std Book
}

.instagram_wrapper.style2 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--base_color)
}

.instagram_wrapper.style3 .insta_title h3 {
    font-size: 20px;
    color: var(--text_color);
    font-family: Circular Std Book
}

.instagram_wrapper.style3 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--text_color)
}

.instagram_wrapper.style4 .insta_title h3 {
    font-size: 20px;
    color: var(--text_color);
    font-family: Circular Std Book
}

.instagram_wrapper.style4 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--base_color)
}

.instagram_wrapper .insta_title h3 {
    font-size: 20px;
    color: var(--text_color);
    font-family: Shadows Into Light Two, cursive
}

.instagram_wrapper .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--base_color)
}

.instagram_wrapper .insta_title2 h3 {
    font-size: 20px;
    color: var(--text_color);
    font-family: Circular Std Book
}

.instagram_wrapper .insta_title2 h3 span {
    font-size: 30px;
    font-weight: 700;
    color: var(--base_color)
}

.instagram_wrapper .instagram_grids {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr)
}

@media (max-width:767.98px) {
    .instagram_wrapper .instagram_grids {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .instagram_wrapper .instagram_grids {
        grid-template-columns: repeat(3, 1fr)
    }
}

.instagram_wrapper .instagram_grids .single_thumb {
    display: block
}

.instagram_wrapper .instagram_grids .single_thumb img {
    width: 100%
}

.theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media (max-width:575.98px) {
    .theme_mailChimp form {
        grid-template-columns: auto
    }
}

.theme_mailChimp .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0
}

@media (max-width:575.98px) {
    .theme_mailChimp .form-control {
        border-radius: 5px
    }
}

.theme_mailChimp .form-control::-moz-placeholder {
    color: #676e8b;
    font-size: 14px
}

.theme_mailChimp .form-control:-ms-input-placeholder {
    color: #676e8b;
    font-size: 14px
}

.theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.theme_mailChimp button {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--base_color);
    text-transform: capitalize;
    border-radius: 0 !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .theme_mailChimp button {
        border-radius: 5px !important
    }
}

.theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp2 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp2 form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px
}

@media (max-width:575.98px) {
    .theme_mailChimp2 form {
        grid-template-columns: auto
    }
}

.theme_mailChimp2 .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 0
}

@media (max-width:575.98px) {
    .theme_mailChimp2 .form-control {
        border-radius: 5px
    }
}

.theme_mailChimp2 .form-control::-moz-placeholder {
    color: #687083;
    font-size: 14px
}

.theme_mailChimp2 .form-control:-ms-input-placeholder {
    color: #687083;
    font-size: 14px
}

.theme_mailChimp2 .form-control::placeholder {
    color: #687083;
    font-size: 14px
}

.theme_mailChimp2 .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.theme_mailChimp2 button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 38px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book;
    width: 100%;
    line-height: 50px
}

.theme_mailChimp2 .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    bottom: -25px
}

.theme_mailChimp3 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp3 form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px
}

@media (max-width:575.98px) {
    .theme_mailChimp3 form {
        grid-template-columns: auto
    }
}

.theme_mailChimp3 .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #e4e4e4
}

@media (max-width:575.98px) {
    .theme_mailChimp3 .form-control {
        border-radius: 5px
    }
}

.theme_mailChimp3 .form-control::-moz-placeholder {
    color: #656565;
    font-size: 14px
}

.theme_mailChimp3 .form-control:-ms-input-placeholder {
    color: #656565;
    font-size: 14px
}

.theme_mailChimp3 .form-control::placeholder {
    color: #656565;
    font-size: 14px
}

.theme_mailChimp3 .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.theme_mailChimp3 button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 41px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

.theme_mailChimp3 .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp4 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp4 form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px
}

@media (max-width:575.98px) {
    .theme_mailChimp4 form {
        grid-template-columns: auto
    }
}

.theme_mailChimp4 .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 12px;
    border: 1px solid #fff
}

@media (max-width:575.98px) {
    .theme_mailChimp4 .form-control {
        border-radius: 5px
    }
}

.theme_mailChimp4 .form-control::-moz-placeholder {
    color: #687083;
    font-size: 12px
}

.theme_mailChimp4 .form-control:-ms-input-placeholder {
    color: #687083;
    font-size: 12px
}

.theme_mailChimp4 .form-control::placeholder {
    color: #687083;
    font-size: 12px
}

.theme_mailChimp4 .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.theme_mailChimp4 button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 0 31px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

.theme_mailChimp4 .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp5 {
    background: #fff;
    flex-wrap: nowrap;
    border-radius: 0;
    position: relative;
    padding-right: 5px
}

@media (max-width:575.98px) {
    .theme_mailChimp5 {
        padding-right: 0 !important
    }
}

.theme_mailChimp5 form {
    display: grid;
    grid-template-columns: auto 160px;
    grid-gap: 0;
    border: 0;
    border-radius: 0;
    align-items: center
}

@media (max-width:575.98px) {
    .theme_mailChimp5 form {
        grid-template-columns: auto
    }
}

.theme_mailChimp5 .form-control {
    background: #fff;
    font-weight: 400;
    padding-left: 25px;
    border-radius: 0;
    height: 60px;
    font-family: Circular Std Book;
    font-size: 16px;
    border: 0;
    border-right: 0;
    color: var(--text_color)
}

@media (max-width:575.98px) {
    .theme_mailChimp5 .form-control {
        border-radius: 5px
    }
}

.theme_mailChimp5 .form-control::-moz-placeholder {
    color: #687083
}

.theme_mailChimp5 .form-control:-ms-input-placeholder {
    color: #687083
}

.theme_mailChimp5 .form-control::placeholder {
    color: #687083
}

.theme_mailChimp5 .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.theme_mailChimp5 button {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--base_color);
    text-transform: capitalize;
    border-radius: 0 !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .theme_mailChimp5 button {
        border-radius: 0 !important
    }
}

.theme_mailChimp5 .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%
}

.home_six .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_six .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media (max-width:575.98px) {
    .home_six .theme_mailChimp form {
        grid-template-columns: auto;
        grid-gap: 10px
    }
}

.home_six .theme_mailChimp .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

@media (max-width:575.98px) {
    .home_six .theme_mailChimp .form-control {
        border-radius: 5px;
        border: 1px solid #f1f1f1
    }
}

.home_six .theme_mailChimp .form-control::-moz-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .theme_mailChimp .form-control:-ms-input-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.home_six .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .home_six .theme_mailChimp button {
        border-radius: 5px !important
    }
}

.home_six .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.home_six .home_six_footer .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_six .home_six_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0
}

@media (max-width:575.98px) {
    .home_six .home_six_footer .theme_mailChimp form {
        grid-template-columns: auto
    }
}

.home_six .home_six_footer .theme_mailChimp .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .home_six .home_six_footer .theme_mailChimp .form-control {
        border-radius: 5px
    }
}

.home_six .home_six_footer .theme_mailChimp .form-control::-moz-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .home_six_footer .theme_mailChimp .form-control:-ms-input-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .home_six_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .home_six_footer .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.home_six .home_six_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .home_six .home_six_footer .theme_mailChimp button {
        border-radius: 5px !important
    }
}

.home_six .home_six_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%
}

.home_eight .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_eight .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media (max-width:575.98px) {
    .home_eight .theme_mailChimp form {
        grid-template-columns: auto;
        grid-gap: 10px
    }
}

.home_eight .theme_mailChimp .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

@media (max-width:575.98px) {
    .home_eight .theme_mailChimp .form-control {
        border-radius: 5px;
        border: 1px solid #f1f1f1
    }
}

.home_eight .theme_mailChimp .form-control::-moz-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .theme_mailChimp .form-control:-ms-input-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.home_eight .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .home_eight .theme_mailChimp button {
        border-radius: 5px !important
    }
}

.home_eight .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.home_eight .home_eight_footer .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_eight .home_eight_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0
}

@media (max-width:575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp form {
        grid-template-columns: auto
    }
}

.home_eight .home_eight_footer .theme_mailChimp .form-control {
    background: #fff;
    color: var(--text_color);
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    font-family: Circular Std Book;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp .form-control {
        border-radius: 5px
    }
}

.home_eight .home_eight_footer .theme_mailChimp .form-control::-moz-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .home_eight_footer .theme_mailChimp .form-control:-ms-input-placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .home_eight_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .home_eight_footer .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1
}

.home_eight .home_eight_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--base_color);
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: Circular Std Book
}

@media (max-width:575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp button {
        border-radius: 5px !important
    }
}

.home_eight .home_eight_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    position: absolute;
    left: 0;
    top: 110%
}

.amaz_cat_bg1 {
    background-image: url(../img/amazCat/1.jpg)
}

.amaz_cat_bg1,
.amaz_cat_bg2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.amaz_cat_bg2 {
    background-image: url(../img/amazCat/2.jpg)
}

.amaz_cat_bg3 {
    background-image: url(../img/amazCat/3.jpg)
}

.amaz_cat_bg3,
.amaz_cat_bg4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.amaz_cat_bg4 {
    background-image: url(../img/amazCat/4.jpg)
}

.amaz_cat_bg5 {
    background-image: url(../img/amazCat/5.jpg)
}

.amaz_cat_bg5,
.amaz_cat_bg6 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.amaz_cat_bg6 {
    background-image: url(../img/amazCat/6.jpg)
}

.amaz_home_cartBox {
    padding: 38px 30px
}

.amaz_home_cartBox .amazcat_text_box h4 {
    margin-bottom: 0
}

.amaz_home_cartBox .amazcat_text_box h4 a {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    display: block;
    text-transform: capitalize
}

.amaz_home_cartBox .amazcat_text_box h4 a:hover {
    color: var(--base_color)
}

.amaz_home_cartBox .amazcat_text_box p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin: 4px 0 20px
}

.amaz_home_cartBox .amazcat_text_box .shop_now_text {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    text-transform: uppercase;
    display: block
}

.amaz_cta_box {
    padding: 39px 37px;
    background-image: url(../img/banner/amaz_cta_banner.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .amaz_cta_box {
        padding: 30px
    }
}

.amaz_cta_box .amaz_cta_text span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block
}

@media (max-width:767.98px) {
    .amaz_cta_box .amaz_cta_text span {
        font-size: 14px
    }
}

.amaz_cta_box .amaz_cta_text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 16px
}

@media (max-width:767.98px) {
    .amaz_cta_box .amaz_cta_text h4 {
        font-size: 25px
    }
}

.amaz_cta_box .amaz_cta_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .amaz_cta_box .amaz_cta_text h5 {
        font-size: 14px
    }
}

.amaz_cta_box2 {
    padding: 27px 30px 21px;
    border-radius: 5px;
    background-image: url(../img/banner/amaz_cta_banner2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .amaz_cta_box2 {
        padding: 30px
    }
}

.amaz_cta_box2 .amaz_cta_text span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block
}

@media (max-width:767.98px) {
    .amaz_cta_box2 .amaz_cta_text span {
        font-size: 14px
    }
}

.amaz_cta_box2 .amaz_cta_text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 16px
}

@media (max-width:767.98px) {
    .amaz_cta_box2 .amaz_cta_text h4 {
        font-size: 25px
    }
}

.amaz_cta_box2 .amaz_cta_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .amaz_cta_box2 .amaz_cta_text h5 {
        font-size: 14px
    }
}

.deal_wizard_bg1 {
    background-image: url(../img/home_1/deal/deal_1.jpg)
}

.deal_wizard_bg1,
.deal_wizard_bg2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.deal_wizard_bg2 {
    background-image: url(../img/home_1/deal/deal_2.jpg)
}

.deal_wizard_bg3 {
    background-image: url(../img/home_1/deal/deal_3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.amaz_deal_area .deal_wizard {
    padding: 65px 50px
}

@media (max-width:767.98px) {
    .amaz_deal_area .deal_wizard {
        padding: 30px 25px
    }
}

.amaz_deal_area .deal_wizard h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.29;
    max-width: 140px;
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    .amaz_deal_area .deal_wizard h3 {
        font-size: 25px
    }
}

.amaz_deal_area .deal_wizard a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.amaz_deal_area .deal_wizard a:hover {
    color: var(--base_color);
    text-decoration: underline
}

.amazBrand_boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1px;
    background: var(--border_color);
    border: 1px solid var(--border_color)
}

@media (max-width:575.98px) {
    .amazBrand_boxes {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .amazBrand_boxes {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .amazBrand_boxes {
        grid-template-columns: repeat(4, 1fr)
    }
}

.amazBrand_boxes .single_brand {
    text-align: center;
    background: #fff
}

.amazBrand_boxes .single_brand img {
    max-width: 100%
}

.popular_search_lists {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 11px
}

.popular_search_lists .popular_search_list {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    position: relative;
    display: inline-block
}

.popular_search_lists .popular_search_list:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px
}

.popular_search_lists .popular_search_list:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    background: var(--border_color);
    width: 1px
}

.popular_search_lists .popular_search_list:hover {
    color: var(--base_color)
}

.amaz_mazing_text p {
    line-height: 1.71;
    font-weight: 400;
    color: #687083;
    margin: 0
}

.amaz_mazing_text h4 {
    margin: 17px 0 6px
}

.amaz_recomanded_box .owl-carousel .owl-stage-outer {
    border-right: 1px solid var(--border_color);
    border-left: 1px solid var(--border_color)
}

.amaz_recomanded_box .amaz_recomanded_box_head {
    padding: 22px 20px;
    border: 1px solid var(--border_color);
    border-bottom: 0
}

.amaz_recomanded_box .amaz_recomanded_box_head h4 {
    font-size: 24px;
    font-weight: 700
}

.amaz_recomanded_box .amaz_recomanded_box_body {
    display: grid;
    margin-top: 1px;
    grid-template-rows: repeat(2, 1fr)
}

.amaz_recomanded_box .amaz_recomanded_box_body .product_widget5 {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color)
}

.amaz_recomanded_box_body2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 1px;
    margin-left: 1px
}

@media (max-width:767.98px) {
    .amaz_recomanded_box_body2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .amaz_recomanded_box_body2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .amaz_recomanded_box_body2 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .amaz_recomanded_box_body2 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.amaz_recomanded_box_body2 .product_widget5 {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color)
}

@media (max-width: 991.98px) {
    .amaz_recomanded_box_body2 .product_widget5 {

        border: 1px solid #fff
    }

    .amaz_recomanded_box .amaz_recomanded_box_head {
        border: 1px solid #fff
    }

    .product_widget5.style3 {
        padding: 0 0 30px !important;
        width: 40vw;
        margin: 0 2.5vw;
    }
}

.fieature_crousel_area .owl-stage {
    padding-right: 0 !important
}

.amzcart_tabs {
    grid-gap: 30px
}

.amzcart_tabs li button {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    background: transparent;
    border: 0;
    position: relative;
    padding: 0 0 7px;
    z-index: 12
}

.amzcart_tabs li button:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--base_color);
    opacity: 0;
    transition: .3s
}

.amzcart_tabs li button.active,
.amzcart_tabs li button:hover {
    color: var(--base_color)
}

.amzcart_tabs li button.active:before,
.amzcart_tabs li button:hover:before {
    opacity: 1
}

.House_Appliances_widget {
    display: flex;
    min-height: 627px
}

@media (max-width:767.98px) {
    .House_Appliances_widget {
        flex-wrap: wrap
    }
}

.House_Appliances_widget .House_Appliances_widget_left {
    border: 1px solid var(--border_color);
    border-right: 0;
    padding: 30px 0 30px 30px
}

@media (max-width:767.98px) {
    .House_Appliances_widget .House_Appliances_widget_left {
        padding: 30px;
        border: 1px solid var(--border_color) !important
    }
}

.House_Appliances_widget .House_Appliances_widget_left h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    max-width: 130px
}

.House_Appliances_widget .House_Appliances_widget_left ul li:not(:last-child) {
    border-bottom: 1px solid var(--border_color)
}

.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link,
.House_Appliances_widget .House_Appliances_widget_left ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    display: block;
    padding: 13px 0;
    border: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link:hover,
.House_Appliances_widget .House_Appliances_widget_left ul li a:hover {
    color: var(--base_color)
}

.House_Appliances_widget .House_Appliances_widget_right {
    padding: 40px;
    max-width: 330px;
    flex: 330px 0 0;
    background-image: url(../img/amazPorduct/appliance_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .House_Appliances_widget .House_Appliances_widget_right {
        max-width: 100%;
        flex: 100% 0 0;
        padding: 30px
    }
}

.House_Appliances_widget .House_Appliances_widget_right h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.42;
    color: #fff;
    font-weight: 700
}

.House_Appliances_widget .House_Appliances_widget_right h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fec221;
    text-transform: uppercase;
    margin: 8px 0 16px
}

.House_Appliances_product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
    margin-top: 1px;
    margin-left: 1px
}

@media (max-width:575.98px) {
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr)
    }
}

.House_Appliances_product .product_widget5 {
    border: 1px solid var(--border_color);
    margin-left: -1px;
    margin-top: -1px
}

.amaz_recomanded_area {
    padding: 30px 0 55px
}

.new_user_tabs {
    grid-gap: 5px
}

.new_user_tabs li .nav-link {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    background: rgba(160, 22, 11, .3);
    color: #fff;
    padding: 18px 10px;
    min-width: 168px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase
}

@media (max-width:575.98px) {
    .new_user_tabs li .nav-link {
        padding: 12px 8px;
        font-size: 13px;
        min-width: 80px
    }
}

.new_user_tabs li .nav-link.active {
    background: #fff;
    color: var(--base_color)
}

.new_portfolio_tab {
    display: flex;
    grid-gap: 8px;
    flex-wrap: wrap
}

.new_portfolio_tab .nav-link {
    border: 1px solid var(--border_color);
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    padding: 8px 9px 6px;
    background: transparent;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase
}

.new_portfolio_tab .nav-link.active,
.new_portfolio_tab .nav-link:hover {
    color: #fff;
    background: var(--base_color);
    border-color: var(--base_color)
}

.position_user_tab {
    position: relative;
    margin-top: -60px
}

@media (max-width:575.98px) {
    .position_user_tab {
        margin-top: -43.5px
    }
}

.new_user_section .amaz_pagination {
    margin-top: 50px
}

@media (max-width:575.98px) {
    .new_user_section .amaz_pagination {
        margin-top: 20px
    }
}

.coupon_gift_box {
    display: flex;
    padding: 30px 60px;
    background: var(--base_color);
    max-width: 930px;
    grid-gap: 20px;
    margin: 5px auto 96px
}

@media (max-width:575.98px) {
    .coupon_gift_box {
        padding: 30px;
        margin: 5px auto 70px;
        flex-wrap: wrap
    }
}

.coupon_gift_box .coupon_gift_box_right {
    background-image: url(../img/amazCat/new_user_coupon2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    flex: 188px 0 0;
    padding: 20px
}

@media (max-width:575.98px) {
    .coupon_gift_box .coupon_gift_box_right {
        flex: 1 0 0
    }
}

.error_area {
    padding: 150px 0
}

@media (max-width:767.98px) {
    .error_area {
        padding: 70px 0
    }
}

.error_area .error_inner {
    margin: 0 auto;
    text-align: center
}

.error_area .error_inner h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--text_color);
    margin: 22px 0 15px
}

@media (max-width:767.98px) {
    .error_area .error_inner h3 {
        font-size: 35px
    }
}

.error_area .error_inner p {
    font-size: 18px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 37px
}

.terms_condition_wrapper {
    padding: 91px 0 96px
}

@media (max-width:767.98px) {
    .terms_condition_wrapper {
        padding: 70px 0
    }
}

.terms_condition_wrapper .single_terms_condition:not(:last-child) {
    margin-bottom: 47px
}

@media (max-width:767.98px) {
    .terms_condition_wrapper .single_terms_condition:not(:last-child) {
        margin-bottom: 30px
    }
}

.terms_condition_wrapper .single_terms_condition .condition_description {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #687083
}

.terms_condition_wrapper .single_terms_condition .non_returnable_list li {
    font-size: 16px;
    line-height: 1.88;
    font-weight: 400;
    color: #687083;
    position: relative;
    padding-left: 15px
}

.terms_condition_wrapper .single_terms_condition .non_returnable_list li:before {
    content: "";
    position: absolute;
    background: #687083;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .order_shiping_box_area .row {
        margin-left: 1px !important
    }
}

@media (min-width:768px) {
    .order_shiping_box_area .row .col-xl-4 {
        margin-left: -1px
    }
}

@media (max-width:767.99px) {
    .order_shiping_box_area .row .col-xl-4 {
        margin-top: -1px
    }
}

.order_shiping_box_area .single_order_shiping_box {
    grid-gap: 25px;
    border: 1px solid var(--border_color);
    padding: 53px 50px 46px
}

@media (max-width:767.98px) {
    .order_shiping_box_area .single_order_shiping_box {
        padding: 30px
    }
}

.order_shiping_box_area .single_order_shiping_box .traking_text {
    max-width: 260px
}

.order_shiping_box_area .single_order_shiping_box .traking_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 10px
}

.order_shiping_box_area .single_order_shiping_box .traking_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #687083;
    margin-bottom: 0
}

.order_confirm_banner .order_conrim_banner {
    margin-bottom: 91px
}

@media (max-width:767.98px) {
    .order_confirm_banner .order_conrim_banner {
        margin-bottom: 40px
    }
}

.order_confirm_email {
    border: 1px solid var(--border_color);
    padding: 16px 25px
}

.order_confirm_email p {
    font-size: 15px;
    font-weight: 400
}

.order_confirm_email p a {
    font-weight: 500;
    color: var(--base_color)
}

.order_confirm_email p a:hover {
    text-decoration: underline
}

.recharge_wallet_btn {
    border: 1px dashed var(--border_color);
    background-color: var(--menu_color);
    border-radius: 5px;
    padding: 13.5px
}

.dashboard_bg {
    background: #f5f8fa
}

.dashboard_sidebar_wized {
    border-right: 1px solid #e3e6ef
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user {
    border-bottom: 1px solid #e3e6ef
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user h4 {
    margin: 23px 0 5px
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc {
    display: flex;
    align-items: center;
    grid-gap: 19px;
    margin-bottom: 15px
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc .email_text:before {
    content: "";
    position: absolute;
    right: -10px;
    height: 13px;
    width: 1px;
    background: #e3e3e3;
    top: 50%;
    transform: translateY(-50%)
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list {
    padding-left: 15px
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #687083
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list .dashboard_sidebar_balance_list_left h5 {
    margin-bottom: 1px
}

.dashboard_sidebar_wized .dashboard_sidebar_balance {
    background: #fff;
    padding: 30px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e3e6ef
}

.dashboard_sidebar_menuList ul li .amazy_bb2 {
    margin: 27px 0 17px
}

.dashboard_sidebar_menuList ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    grid-gap: 15px;
    padding: 10px 0
}

.dashboard_sidebar_menuList ul li a svg path {
    transition: .3s;
    fill: var(--text_color)
}

.dashboard_sidebar_menuList ul li a.active,
.dashboard_sidebar_menuList ul li a:hover {
    color: var(--base_color)
}

.dashboard_sidebar_menuList ul li a.active svg path,
.dashboard_sidebar_menuList ul li a:hover svg path {
    fill: var(--base_color) !important
}

.dashboard_sidebar_menuList ul li a.active:before {
    content: "";
    position: absolute;
    right: 0;
    height: 14px;
    width: 2px;
    background: var(--base_color);
    border-radius: 5px 0 0 5px;
    top: 50%;
    transform: translateY(-50%)
}

.dashBoard_cart_boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    grid-gap: 20px
}

.dashBoard_cart_boxs .single_cart_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 30px 29px;
    transition: .3s
}

.dashBoard_cart_boxs .single_cart_box .icon {
    width: 65px;
    height: 65px;
    background-color: #f6f8fa;
    border-radius: 50%;
    transition: .3s
}

.dashBoard_cart_boxs .single_cart_box span {
    margin: 20px 0 4px;
    white-space: nowrap
}

.dashBoard_cart_boxs .single_cart_box:hover {
    background: var(--base_color)
}

.dashBoard_cart_boxs .single_cart_box:hover h3,
.dashBoard_cart_boxs .single_cart_box:hover span {
    color: #fff
}

.dashBoard_cart_boxs .single_cart_box:hover .icon {
    background: #f6f8fa
}

.dashboard_white_box {
    border-radius: 5px;
    padding: 20px 30px 30px
}

.dashboard_white_box.style2 {
    padding: 30px
}

.dashboard_white_box.style3 {
    padding: 30px 30px 36px
}

.dashboard_white_box.style4 {
    padding: 60px
}

@media (max-width:767.98px) {
    .dashboard_white_box.style4 {
        padding: 30px
    }
}

.dashboard_white_box.style5 {
    padding: 40px
}

@media (max-width:767.98px) {
    .dashboard_white_box.style5 {
        padding: 30px
    }
}

.dashboard_white_box.style6 {
    padding: 40px 50px 45px
}

@media (max-width:767.98px) {
    .dashboard_white_box.style6 {
        padding: 20px
    }
}

.white_box {
    border-radius: 0
}

.white_box .white_box_header {
    padding: 14px 30px
}

.white_box .dashboard_white_box_body {
    padding: 10px 30px 30px
}

.white_box.style2 .dashboard_white_box_body {
    padding: 30px
}

.dashboard_order_list {
    padding: 15px 0 0
}

.dashboard_order_list:not(:last-child) {
    border-bottom: 1px dashed #e3e6ef;
    padding: 15px 0
}

.dashboard_order_list .thumb {
    max-width: 120px
}

.dashboard_order_list .dashboard_order_content h4:hover {
    color: var(--base_color)
}

.amazy_order_tabs .nav-item {
    background-color: #fff
}

.amazy_order_tabs .nav-item:not(:last-child) .nav-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 1px;
    background: var(--border_color)
}

.amazy_order_tabs .nav-item .nav-link {
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    border: 0;
    position: relative;
    padding: 9.5px 15.5px
}

.amazy_order_tabs .nav-item .nav-link.active {
    color: var(--base_color)
}

.summery_modal_body .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background: #fff;
    border: 0
}

.summery_modal_body .close_modal_icon i {
    line-height: 30px;
    font-size: 14px
}

.summery_modal_body .close_modal_icon:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg)
}

.summery_modal_body .summery_modal_body_inner {
    padding: 50px 30px 60px
}

@media (max-width:767.98px) {
    .summery_modal_body .summery_modal_body_inner {
        padding: 25px 20px
    }
}

.summery_modal_body .summery_modal_header {
    background: var(--menu_color);
    padding: 20.4px 30px
}

.summery_modal_body .summery_modal_bodyHeader {
    background: var(--menu_color);
    padding: 15.4px 20px
}

.summery_modal_body .summery_order_box .summery_order_body {
    justify-content: space-between;
    padding: 25px 20px 38px
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list {
    max-width: 360px
}

@media (max-width:575.98px) {
    .summery_modal_body .summery_order_box .summery_lists .single_summery_list {
        flex-wrap: wrap
    }
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list:not(:last-child) {
    margin-bottom: 7px
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list .order_text_head {
    flex: 136px 0 0
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list p {
    line-height: 1.86;
    position: relative;
    top: -3px
}

.summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
    max-width: 330px;
    border: 1px solid #e3e6ef;
    background-color: #fafafa;
    padding: 29px 30px 37px;
    border-radius: 5px;
    flex: 330px 0 0
}

@media (max-width:767.98px) {
    .summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
        flex: 270px 0 0
    }
}

.order_place_progress {
    display: flex;
    align-items: center
}

@media (max-width:575.98px) {
    .order_place_progress {
        flex-wrap: wrap
    }
}

.order_place_progress .single_order_progress {
    flex: 1 0 0
}

@media (max-width:575.98px) {
    .order_place_progress .single_order_progress {
        flex: 33% 0 0;
        margin-bottom: 20px
    }
}

.order_place_progress .single_order_progress:not(:last-child):before {
    content: "";
    position: absolute;
    left: calc(50% + 20px);
    height: 1px;
    background: var(--border_color);
    top: 15px;
    right: calc(-50% + 20px)
}

@media (max-width:575.98px) {
    .order_place_progress .single_order_progress:not(:last-child):before {
        display: none
    }
}

.order_place_progress .single_order_progress .icon {
    margin-bottom: 12px
}

.table_border_whiteBox {
    padding: 10px 20px 0;
    border: 1px solid #e3e6ef
}

.dashboard_wallet_boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

@media (max-width:767.98px) {
    .dashboard_wallet_boxes {
        grid-template-columns: repeat(1, 1fr)
    }
}

.dashboard_wallet_boxes .singl_dashboard_wallet {
    border-radius: 5px;
    height: 150px
}

.dashboard_wallet_boxes .singl_dashboard_wallet h3 {
    font-size: 40px
}

@media (max-width:767.98px) {
    .dashboard_wallet_boxes .singl_dashboard_wallet h3 {
        font-size: 30px
    }
}

.dashboard_wallet_boxes .singl_dashboard_wallet.green_box {
    background-color: #e7fff3
}

.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h3,
.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h4 {
    color: #50cd89
}

.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box {
    background-color: #fff5f8
}

.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h3,
.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h4 {
    color: #f1416c
}

.dashboard_wallet_boxes .singl_dashboard_wallet.bordered {
    border: 1px dashed #e3e6ef;
    background-color: #fcfdfd
}

.payment_modal_wallet {
    padding: 30px 30px 40px
}

.payment_modal_wallet.style2 {
    padding: 61px 60px 40px
}

@media (max-width:575.98px) {

    .payment_modal_wallet,
    .payment_modal_wallet.style2 {
        padding: 20px
    }
}

.payment_modal_wallet .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background: #fff;
    border: 0
}

.payment_modal_wallet .close_modal_icon i {
    line-height: 30px;
    font-size: 14px
}

.payment_modal_wallet .close_modal_icon:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg)
}

.payment_modal_wallet .wallet_payent_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
    grid-gap: 20px
}

@media (max-width:575.98px) {
    .payment_modal_wallet .wallet_payent_box {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 10px
    }
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt {
    border-radius: 5px;
    border: 1px solid #e3e6ef;
    background-color: #fff;
    padding: 12px
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt.active {
    border-color: var(--base_color)
}

.dashboard_wishlist_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1px;
    margin-left: 1px
}

@media (max-width:767.98px) {
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.dashboard_wishlist_grid .product_widget5 {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e3e6ef
}

.add_cart_modalAdded {
    padding: 40px
}

.add_cart_modalAdded .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background: #fff;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px
}

.add_cart_modalAdded .close_modal_icon i {
    line-height: 30px;
    font-size: 14px
}

.add_cart_modalAdded .close_modal_icon:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg)
}

@media (max-width:767.98px) {
    .add_cart_modalAdded {
        padding: 20px
    }
}

.add_cart_modalAdded .product_checked_box h4 {
    font-size: 20px;
    color: #4cb473;
    font-weight: 500;
    margin: 12px 0 0
}

.add_cart_modalAdded .cart_added_box {
    margin: 23px 0 35px
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .thumb {
    flex: 120px 0 0
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h4 {
    font-size: 16px;
    line-height: 26px;
    color: var(--text_color);
    font-weight: 700;
    margin-bottom: 10px
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h5 {
    font-size: 16px;
    line-height: 26px;
    color: var(--base_color);
    font-weight: 700;
    margin: 0
}

.product_quick_view {
    display: grid;
    grid-template-columns: 44.15% 55.85%;
    position: relative
}

@media (max-width:767.98px) {
    .product_quick_view {
        grid-template-columns: repeat(1, 1fr)
    }
}

.product_quick_view .close_modal_icon {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background: #fff;
    border: 0
}

.product_quick_view .close_modal_icon i {
    line-height: 30px;
    font-size: 14px
}

.product_quick_view .close_modal_icon:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg)
}

.product_quick_view .product_details_img {
    background-image: url(../img/product_details/quick_view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (max-width:767.98px) {
    .product_quick_view .product_details_img {
        height: 300px
    }
}

.product_quick_view .product_details_wrapper {
    padding: 0
}

.product_quick_view .product_details_wrapper .product_content_details {
    padding: 45px 80px 45px 50px;
    width: 100%;
    max-width: 100%;
    margin: 0
}

@media (max-width:767.98px) {
    .product_quick_view .product_details_wrapper .product_content_details {
        padding: 25px 15px 15px 25px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .product_quick_view .product_details_wrapper .product_content_details {
        padding: 30px
    }
}

.theme_modal .modal-dialog {
    max-width: 1020px
}

@media (min-width:768px) and (max-width:991.98px) {
    .theme_modal .modal-dialog {
        max-width: 98%
    }
}

.theme_modal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0
}

.theme_modal2 .modal-dialog {
    max-width: 930px
}

@media (min-width:768px) and (max-width:991.98px) {
    .theme_modal2 .modal-dialog {
        max-width: 98%
    }
}

.theme_modal2 .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0
}

.max_width_700 {
    max-width: 696px !important
}

.max_width_570 {
    max-width: 570px !important
}

.max_width_430 {
    max-width: 430px !important
}

.mb_20_imporatnt {
    margin-bottom: 18px !important
}

.order_details_list_box .summery_order_body {
    justify-content: space-between;
    padding: 6px 0 18px
}

.order_details_list_box .summery_lists .single_summery_list {
    max-width: 360px
}

@media (max-width:575.98px) {
    .order_details_list_box .summery_lists .single_summery_list {
        flex-wrap: wrap
    }
}

.order_details_list_box .summery_lists .single_summery_list:not(:last-child) {
    margin-bottom: 7px
}

.order_details_list_box .summery_lists .single_summery_list .order_text_head {
    flex: 136px 0 0
}

.order_details_list_box .summery_lists .single_summery_list p {
    line-height: 1.86;
    position: relative;
    top: -3px
}

.order_details_progress {
    display: flex;
    align-items: center
}

@media (max-width:575.98px) {
    .order_details_progress {
        flex-wrap: wrap
    }
}

.order_details_progress .single_order_progress {
    flex: 1 0 0
}

@media (max-width:575.98px) {
    .order_details_progress .single_order_progress {
        flex: 33.33% 0 0;
        margin-bottom: 20px
    }
}

.order_details_progress .single_order_progress:not(:last-child):before {
    content: "";
    position: absolute;
    left: calc(50% + 20px);
    height: 1px;
    background: var(--border_color);
    top: 15px;
    right: calc(-50% + 20px)
}

@media (max-width:575.98px) {
    .order_details_progress .single_order_progress:not(:last-child):before {
        display: none
    }
}

.order_details_progress .single_order_progress .icon {
    margin-bottom: 12px
}

.dashboard_orderDetails_body .order_details_progress {
    margin: 40px 0 75px
}

@media (max-width:767.98px) {
    .dashboard_orderDetails_body .order_details_progress {
        margin: 30px 0
    }
}

.dashboard_orderDetails_body .order_details_progress.style2 {
    margin: 30px 0 50px
}

@media (max-width:767.98px) {
    .dashboard_orderDetails_body .order_details_progress.style2 {
        margin: 20px 0
    }
}

.dashboard_orderDetails_body .dashboard_orderDetails_head {
    padding: 18.5px 20px
}

.dashboard_orderDetails_body .dashboard_orderDetails_head2 {
    padding: 27.5px 30px
}

.profile_tabs {
    grid-gap: 10px
}

.profile_tabs .nav-item .nav-link {
    border-radius: 3px;
    background-color: #f5f8fa;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    color: var(--text_color);
    transition: .3s;
    padding: 8px 16px
}

.profile_tabs .nav-item .nav-link.active,
.profile_tabs .nav-item .nav-link:hover {
    background: var(--base_color);
    color: #fff
}

.profile_white_box {
    padding: 60px
}

@media (max-width:767.98px) {
    .profile_white_box {
        padding: 30px
    }
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    top: 14px;
    font-size: 20px;
    color: #b1b1b1;
    right: 20px
}

.dashboard_account_wrapper {
    display: grid;
    grid-template-columns: auto 210px;
    grid-gap: 90px;
    padding-right: 60px
}

@media (max-width:767.98px) {
    .dashboard_account_wrapper {
        padding-right: 0
    }
}

.tkt_uploader {
    border: 1px dashed #e3e6ef;
    border-radius: 5px;
    padding: 16px 10px
}

.tkt_uploader input {
    opacity: 0
}

.tkt_uploader p a {
    color: var(--base_color)
}

.tkt_uploader p a:hover {
    text-decoration: underline
}

.ticket_view_box {
    padding: 25px 25px 30px
}

.ticket_viewBtn_group {
    border-radius: 5px;
    border: 1px solid #eef0f4;
    background-color: #fff;
    padding: 14px 15px
}

.ticket_viewBtn_group .view_input {
    border: 0;
    height: 30px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color)
}

.ticket_viewBtn_group .view_input::-moz-placeholder {
    color: #687083
}

.ticket_viewBtn_group .view_input:-ms-input-placeholder {
    color: #687083
}

.ticket_viewBtn_group .view_input::placeholder {
    color: #687083
}

.ticket_viewBtn_group .file_btn {
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin-right: 31px
}

.ticket_viewBtn_group .file_btn i {
    color: #687083;
    font-size: 14px;
    font-weight: 900
}

.ticket_viewBtn_group .file_btn input {
    opacity: 0
}

.ticket_viewBtn_group .file_btn:before {
    content: "";
    position: absolute;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #eef0f4;
    top: 50%;
    transform: translateY(-50%)
}

.user_wrapper_lists .user_wrapper_list {
    grid-gap: 12px;
    border-bottom: 1px solid #eef0f4;
    padding: 20px 0
}

.user_wrapper_lists .user_wrapper_list:first-child {
    border-top: 1px solid #eef0f4
}

.user_wrapper_lists .user_wrapper_list .user_wrapper_left {
    flex: 66px 0 0
}

.affiliate_bg {
    background: #fafbfc
}

.affiliate_faq_box {
    border-bottom: 1px solid #e9eaf0;
    padding-bottom: 26px;
    padding-right: 30px
}

@media (max-width:767.98px) {
    .affiliate_faq_box {
        padding-right: 0
    }
}

.affiliate_faq_box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 17px
}

.affiliate_faq_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #687083
}

.Affiliate_benefit_box {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .02);
    border: 1px solid #eef0f4;
    background-color: #fcfdfd
}

.Affiliate_benefit_box img {
    max-width: 50px
}

.Affiliate_benefit_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    margin: 30px 0 14px
}

.Affiliate_benefit_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #687083;
    font-weight: 400
}

.Requirements_boxs {
    display: flex;
    border: 1px solid #eef0f4
}

@media (max-width:767.98px) {
    .Requirements_boxs {
        flex-wrap: wrap;
        grid-gap: 20px
    }
}

.single_Requirements_box {
    flex: 50% 0 0;
    background-color: #fff
}

@media (max-width:767.98px) {
    .single_Requirements_box {
        flex: 100% 0 0
    }
}

.single_Requirements_box:not(:last-child) {
    border-right: 1px solid #f0f1f2
}

.single_Requirements_box .Requirements_box_head {
    padding: 28px 40px 27px;
    border-bottom: 1px solid #f0f1f2
}

@media (max-width:767.98px) {
    .single_Requirements_box .Requirements_box_head {
        padding: 30px
    }
}

.single_Requirements_box .Requirements_box_head.style2 h3 {
    color: var(--base_color)
}

.single_Requirements_box .Requirements_box_head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1ebf88;
    margin-bottom: 0
}

.single_Requirements_box .Requirements_box_body {
    padding: 35px 68px 40px 40px
}

@media (max-width:767.98px) {
    .single_Requirements_box .Requirements_box_body {
        padding: 30px
    }
}

.single_Requirements_box .Requirements_box_body ul li {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap
}

.single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
    margin-bottom: 25px
}

.single_Requirements_box .Requirements_box_body ul li .icon {
    flex: 20px 0 0;
    position: relative;
    top: 3px
}

.single_Requirements_box .Requirements_box_body ul li .icon img {
    width: 100%
}

.single_Requirements_box .Requirements_box_body ul li p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 1.63;
    font-family: Circular Std Book;
    flex: 1 1 0
}

.work_title_area {
    display: flex;
    grid-column-gap: 102px;
    margin-bottom: 56px
}

@media (max-width:767.98px) {
    .work_title_area {
        margin-bottom: 30px;
        flex-wrap: wrap
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .work_title_area {
        grid-column-gap: 30px
    }
}

.work_title_area .section__title4 {
    max-width: 383px
}

.work_title_area .work_title_desc {
    margin-top: 43px
}

@media (max-width:767.98px) {
    .work_title_area .work_title_desc {
        margin-top: 20px
    }
}

.work_title_area .work_title_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 1.63
}

.work_title_area .work_title_desc p:not(:last-child) {
    margin-bottom: 25px
}

.process_widget_box {
    border-radius: 5px;
    padding: 40px 60px 49px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .02);
    border: 1px solid #eef0f4;
    background-color: #fcfdfd
}

@media (max-width:767.98px) {
    .process_widget_box {
        padding: 30px
    }
}

.process_widget_box .icon img {
    max-width: 60px
}

.process_widget_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    margin: 22px 0 13px
}

.process_widget_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #687083;
    font-weight: 400;
    margin-bottom: 0
}

.commision_box {
    border-radius: 5px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    display: flex;
    position: relative;
    margin-top: -237px;
    z-index: 10
}

@media (max-width:767.98px) {
    .commision_box {
        margin-top: 70px;
        flex-wrap: wrap
    }
}

.commision_box .theme_btn {
    min-width: 280px;
    text-align: center
}

@media (max-width:767.98px) {
    .commision_box .theme_btn {
        min-width: auto
    }
}

.commision_box:after,
.commision_box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(../img/affiliate/dots.svg);
    background-repeat: repeat;
    z-index: -1
}

.commision_box:before {
    left: -50px;
    top: -47px
}

@media (max-width:767.98px) {
    .commision_box:before {
        left: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .commision_box:before {
        left: 0
    }
}

.commision_box:after {
    right: -50px;
    bottom: -24px
}

@media (max-width:767.98px) {
    .commision_box:after {
        right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .commision_box:after {
        right: 0
    }
}

.commision_box .circle_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    z-index: -1
}

@media (max-width:767.98px) {
    .commision_box .circle_img {
        right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .commision_box .circle_img {
        right: 0
    }
}

.commision_box .circle_img img {
    border-radius: 50%;
    width: 100%
}

@media (max-width:767.98px) {
    .commision_box {
        margin-top: 60px
    }
}

.commision_box .comissiion_left {
    padding: 60px 75px 60px 100px;
    max-width: 480px;
    border-right: 1px solid #ebf1ff;
    background: #fff
}

@media (max-width:767.98px) {
    .commision_box .comissiion_left {
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .commision_box .comissiion_left {
        padding: 30px;
        max-width: 380px
    }
}

.commision_box .comissiion_left h4 {
    font-size: 30px;
    color: var(--text_color);
    font-weight: 700;
    margin-bottom: 0
}

.commision_box .comissiion_left h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--text_color);
    line-height: 1;
    margin: 0
}

.commision_box .comissiion_left p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 1.63
}

.commision_box .comissiion_left .rate_text {
    margin: 10px 0 35px
}

.commision_box .comissiion_left .Sale_text {
    margin-bottom: 37px;
    margin-top: 5px
}

.commision_box .comissiion_left .discription_text {
    margin-top: 20px
}

.commision_box .comissiion_right {
    padding: 80px 0 60px 100px;
    background: #fff;
    border-radius: 5px
}

@media (max-width:767.98px) {
    .commision_box .comissiion_right {
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .commision_box .comissiion_right {
        padding: 30px
    }
}

.commision_box .comissiion_right .commision_payment_lists {
    max-width: 325px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list {
    display: flex;
    grid-gap: 20px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list:not(:last-child) {
    margin-bottom: 37px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 3px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text p {
    font-size: 15px;
    line-height: 1.73;
    color: var(--text_color);
    margin-bottom: 0
}

.affliate_faq-section {
    padding-bottom: 94px
}

@media (max-width:767.98px) {
    .affliate_faq-section {
        padding-bottom: 70px
    }
}

@media (min-width:1441px) {
    .checkout_v3_area {
        display: grid;
        grid-template-columns: auto 825px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .checkout_v3_area {
        max-width: 1440px;
        margin: auto
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .checkout_v3_area {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:767.98px) {
    .checkout_v3_area {
        display: block
    }
}

@media (min-width:320px) and (max-width:1440.99px) {
    .checkout_v3_area .checkout_v3_inner {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:1441px) {
    .checkout_v3_area .checkout_v3_inner {
        max-width: 800px;
        min-width: 800px
    }
}

@media (max-width:767.98px) {
    .checkout_v3_area .checkout_v3_inner {
        max-width: 100%
    }
}

.checkout_v3_area .checkout_v3_left {
    padding: 80px 30px 100px;
    background: #fff
}

@media (max-width:767.98px) {
    .checkout_v3_area .checkout_v3_left {
        padding: 20px
    }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head {
    background: #fcfdfd;
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    padding: 15.5px 30px;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #eef0f4;
    border-top: 2px solid #fd0027
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head i {
    font-size: 16px;
    color: #676e8b
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    margin-bottom: 0
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p a {
    color: #fd0027
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title {
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-radius: 3px;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title span {
    font-size: 14px;
    color: var(--text_color);
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px
}

@media (max-width:575.98px) {
    .checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title span {
        padding: 20px 18px
    }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box {
    border: 1px solid #e3e6ef;
    border-radius: 3px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head {
    padding: 17px 30px;
    border-bottom: 1px solid #e3e6ef
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head .package_text {
    font-size: 16px;
    color: var(--text_color);
    font-weight: 700
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p {
    margin-bottom: 0;
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p .Shipped_text {
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color)
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p .name_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    text-transform: uppercase
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box {
    padding: 26.5px 25px;
    border-radius: 5px;
    display: flex;
    grid-gap: 15px;
    max-width: 336px;
    margin: 20px 30px;
    border: 1px solid #2196f3;
    background-color: #fcfdfd
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .check_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 20px 0 0
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text h4 {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin: 5px 0 2px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text p {
    font-size: 14px;
    color: #687083;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 0 10px 10px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product {
    border: 1px solid #eef0f4;
    padding: 20px;
    grid-gap: 40px;
    flex-wrap: wrap
}

@media (max-width:767.98px) {
    .checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product {
        grid-gap: 20px
    }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information {
    grid-gap: 20px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .thumb {
    max-width: 100px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .thumb img {
    width: 100%
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .product_content p {
    font-size: 16px;
    color: var(--text_color);
    font-weight: 600;
    margin-bottom: 0
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .product_content span {
    font-size: 14px;
    color: #687083;
    display: block;
    font-weight: 400
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise {
    display: inline-flex;
    grid-gap: 10px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise .prise_offer {
    font-size: 14px;
    font-weight: 400;
    background: #29c489;
    color: #fff;
    display: inline-flex;
    border-radius: 3px;
    min-width: 52px;
    height: 25px;
    align-items: center;
    justify-content: center
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise .prise {
    font-size: 16px;
    color: #687083;
    font-weight: 500;
    text-decoration: line-through
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .quentity span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .total_prise {
    grid-gap: 10px
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .total_prise span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color)
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box {
    border: 1px solid #e3e6ef;
    padding: 60px;
    margin-top: 20px !important
}

@media (max-width:767.98px) {
    .checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box {
        padding: 10px
    }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box .billing_address .product_ceck {
    margin-top: 5px
}

.checkout_v3_area .checkout_v3_right {
    background-color: #fcfdfd;
    border: 1px solid #eef0f4
}

.check_v3_btns {
    grid-gap: 20px;
    padding-top: 5px
}

.check_v3_btns .return_text {
    font-size: 14px;
    color: var(--base_color);
    text-transform: uppercase;
    font-weight: 700
}

.order_sumery_box {
    padding: 80px 0 60px 60px;
    max-width: 470px
}

@media (max-width:767.98px) {
    .order_sumery_box {
        padding: 30px;
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .order_sumery_box {
        padding: 80px 0 30px 30px
    }
}

.order_sumery_box .subtotal_lists .single_total_list {
    margin-bottom: 20px
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    margin-bottom: 0
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_left p {
    font-size: 12px;
    font-weight: 400;
    color: #687083;
    text-transform: uppercase;
    margin-bottom: 0
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_right span {
    font-size: 14px;
    font-weight: 400;
    color: #687083
}

.order_sumery_box .subtotal_lists .total_amount {
    border-top: 1px solid #e3e6ef;
    padding-top: 19px
}

.order_sumery_box .subtotal_lists .total_amount .total_text {
    font-size: 14px;
    font-weight: 700;
    color: #687083
}

.order_sumery_box .subtotal_lists .total_amount .total_text span {
    font-size: 20px;
    color: var(--text_color)
}

.check_v3_title {
    font-size: 24px;
    font-weight: 700
}

.check_v3_title2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px
}

.singleVendor_product_lists {
    margin-bottom: 17px
}

.singleVendor_product_lists .singleVendor_product_list {
    grid-gap: 30px;
    margin-bottom: 65px
}

@media (max-width:767.98px) {
    .singleVendor_product_lists .singleVendor_product_list {
        margin-bottom: 30px
    }
}

.singleVendor_product_lists .singleVendor_product_list .thumb img {
    width: 100%
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 {
    margin-bottom: 10px
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 a:hover {
    color: #fd0027
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--base_color);
    grid-gap: 15px;
    margin-bottom: 0
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 .product_count_text {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color)
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 .product_count_text span {
    display: inline-block;
    font-size: 14px;
    color: var(--text_color);
    margin-left: 5px;
    position: relative;
    top: -1px
}

.Contact_sVendor_box {
    grid-gap: 20px
}

.Contact_sVendor_box .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.Contact_sVendor_box .thumb img {
    border-radius: 50%
}

.Contact_sVendor_box .Contact_sVendor_info h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
    margin-bottom: 7px
}

.Contact_sVendor_box .Contact_sVendor_info h5 span {
    font-size: 14px
}

.Contact_sVendor_box .Contact_sVendor_info .logout_text {
    font-size: 14px;
    color: #fd0027;
    font-weight: 500
}

.Contact_sVendor_box .Contact_sVendor_info .logout_text:hover {
    text-decoration: underline
}

.shipingV3_info {
    border: 1px solid #eef0f4;
    border-radius: 3px;
    padding: 0 30px;
    background-color: #fcfdfd
}

.shipingV3_info .single_shipingV3_info {
    padding: 18px 0;
    flex-wrap: wrap;
    grid-gap: 30px
}

.shipingV3_info .single_shipingV3_info:not(:last-child) {
    border-bottom: 1px solid #e3e6ef
}

.shipingV3_info .single_shipingV3_info span {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.shipingV3_info .single_shipingV3_info h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    line-height: 1.71
}

.shipingV3_info .single_shipingV3_info .edit_info_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--base_color)
}

.standard_shiping_box {
    padding: 11px 20px 11px 15px;
    border-radius: 3px;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd
}

.standard_shiping_box .product_ceck a {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.standard_shiping_box span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color)
}

.shekout_subTitle_text {
    font-size: 14px;
    color: #687083;
    text-transform: capitalize;
    font-weight: 400
}

.checkout_acc_style .accordion-item:first-of-type,
.checkout_acc_style .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.checkout_acc_style .accordion-item:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.checkout_acc_style .accordion-item {
    border-color: #e3e6ef
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button {
    padding: 15.5px 20px
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button:after {
    display: none
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff
}

.checkout_acc_style .accordion-item .accordion-body {
    background-color: #fcfdfd;
    padding: 20px 20px 0;
    border-top: 1px solid #e3e3e3
}

.checkout_acc_style.style2 .accordion-item .accordion-button {
    margin-left: 30px !important;
    width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0
}

.checkout_acc_style.style2 .accordion-item:first-child {
    border-bottom: 0 !important
}

.checkout_acc_style.style2 .accordion-item:first-child .accordion-button {
    border-bottom: 1px solid #e3e6ef
}

.dashboard_notification_box {
    display: flex;
    grid-gap: 20px
}

.dashboard_notification_box:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e6ef
}

.dashboard_notification_box .nofication_userName {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    border-radius: 50%;
    background: #525ce5;
    color: #fff;
    flex: 50px 0 0
}

.dashboard_notification_box .nofication_content h4 {
    color: #202e3b
}

.dashboard_notification_box .nofication_content .nofication_subText {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 2px 0 14px
}

.dashboard_notification_box .nofication_content .nofication_subText span {
    color: var(--text_color)
}

.dashboard_notification_box .nofication_content .nofication_desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.amazySwitch_toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
    margin-bottom: 0
}

.amazySwitch_toggle input {
    opacity: 0
}

.amazySwitch_toggle .slider:before {
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 20px;
    background: #707db7;
    box-shadow: none;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.amazySwitch_toggle input:checked+.slider {
    background: #eceef4
}

.amazySwitch_toggle input:checked+.slider:before {
    transform: translateX(20px);
    background: var(--base_color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16)
}

.amazySwitch_toggle .slider.round {
    border-radius: 34px
}

.amazySwitch_toggle .slider.round:before {
    border-radius: 50%
}

.amazySwitch_toggle .switch_toggle input {
    display: none
}

.amazySwitch_toggle .slider {
    background-color: #eceef4;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.comparison_lists {
    margin: 0;
    padding: 0
}

.comparison_lists li {
    list-style: none;
    color: #687083;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 12px 23px 12px 30px
}

.comparison_lists li:nth-child(2n - 1) {
    background: #f6f8fa
}

.comparison_lists.style2 {
    text-align: right
}

@media (max-width:767.98px) {
    .comparison_lists.style2 {
        text-align: left
    }
}

.comparison_lists.style2 li {
    color: var(--text_color)
}

.compare_product {
    border: 1px solid #e9e7e7;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.compare_product .compare_product_inner {
    padding: 25px;
    border-bottom: 1px solid #e9e7e7
}

.compare_product_active .owl-nav button {
    height: 40px;
    width: 40px;
    border: 1px solid #e9e7e7 !important;
    transition: .3s;
    background: #f0f1f3 !important;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 20%
}

.compare_product_active .owl-nav button.owl-next {
    left: auto;
    right: -20px
}

.compare_product_active .owl-nav button:hover {
    background-color: var(--text_color) !important;
    border: 1px solid var(--text_color) !important;
    color: #fff !important
}

.compare_product_active .owl-nav button i {
    line-height: 28px
}

.compare_product_active .owl-nav .owl-prev {
    margin-right: 5px
}

.comparing_box_area {
    display: flex
}

@media (max-width:767.98px) {
    .comparing_box_area {
        flex-direction: column
    }
}

.comparing_box_area .compare_product_descList {
    width: 150px;
    flex: 150px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--border_color);
    border-right: 0
}

.compare_product_active .owl-stage-outer {
    border-bottom: 1px solid var(--border_color)
}

@media (max-width:767.98px) {
    .comparing_box_area .compare_product_descList {
        flex: 100% 0 0;
        width: 100%;
        border-bottom: 0 !important
    }
}

.comparing_box_area .compare_product_descList .compare_product {
    border: 0;
    border-top: 1px solid #e9e7e7;
    border-bottom: 0
}

.compare_product_carousel {
    width: calc(100% - 150px);
    border-left: 1px solid #e9e7e7
}

@media (max-width:767.98px) {
    .compare_product_carousel {
        width: 100%
    }
}

.compare_product_carousel .compare_product_active {
    margin-left: -1px
}

.compare_product_carousel .owl-carousel .owl-nav {
    position: unset
}

.compare_product_carousel .owl-carousel .owl-nav div {
    width: 35px;
    height: 35px;
    background: #f6f8fa;
    border: 1px solid #e9e7f7;
    color: #090b17;
    position: absolute;
    left: -17.5px;
    top: 144px
}

.compare_product_carousel .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -17.5px;
    top: 144px
}

.compare_product_carousel .owl-carousel .owl-nav div:hover {
    background: var(--base_color);
    border-color: var(--base_color);
    color: #fff
}

.delete_pro {
    top: -10px;
    left: -10px;
    z-index: 11
}

.reset_compare_text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--base_color);
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 20px 0 23px 15px;
    padding: 0
}

.slick_custom_container .item-slick.slick-slide.slick-current.slick-active {
    outline: none !important
}

.slick_custom_container .slider-for {
    margin-bottom: 10px
}

.slick_custom_container .slider-for img {
    width: 100%;
    min-height: 100%
}

.slick_custom_container .slider-nav {
    margin: auto -5px
}

.slick_custom_container .slider-nav .item-slick {
    max-width: 240px;
    outline: none !important;
    cursor: pointer;
    margin: 0 5px;
    opacity: .8
}

.slick_custom_container .slider-nav .item-slick.slick-current {
    opacity: 1
}

.slick_custom_container .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: 50%;
    width: 100%
}

.slick_custom_container .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%)
}

.slick_custom_container .slick-prev {
    left: 0
}

.slick_custom_container .slick-next {
    right: 0
}

.slick_custom_container .slider-nav button,
.slick_only_mobile {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    background: var(--base_color);
    opacity: 0;
    transition: .3s
}

@media (max-width:575.98px) {
    .slick_custom_container .slider-nav button {
        display: none !important
    }
}

.slick_custom_container .slider-nav button:hover {
    background: var(--text_color)
}

.slick_custom_container .slider-nav:hover .slick-prev {
    left: 20px
}

.slick_custom_container .slider-nav:hover .slick-next {
    right: 20px
}

.slick_custom_container .slider-nav:hover button {
    opacity: 1
}

.newsletter_form_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 17, 52, .5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.newsletter_form_wrapper.newsletter_active {
    opacity: 1;
    visibility: visible
}

.newsletter_form_wrapper .newsletter_form_inner {
    width: 848px;
    background: #fff;
    height: 448px;
    display: grid;
    grid-template-columns: 327px auto;
    position: relative
}

@media (min-width:768px) and (max-width:991.98px) {
    .newsletter_form_wrapper .newsletter_form_inner {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .newsletter_form_wrapper .newsletter_form_inner {
        grid-template-columns: 1fr;
        position: relative;
        z-index: 1;
        justify-content: center;
        align-items: center
    }
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal i {
    line-height: 30px;
    font-size: 14px
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal:hover {
    background: #fd1c5e;
    color: #fff;
    transform: rotate(90deg)
}

@media (max-width:767.98px) {
    .newsletter_form_wrapper .newsletter_form_inner {
        grid-template-columns: auto;
        height: 450px;
        overflow: auto
    }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
    height: 100%;
    background-image: url(../img/newsletter_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
    padding: 90px 70px 70px
}

@media (max-width:767.98px) {
    .newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
        padding: 50px 30px
    }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form .primary_input3 {
    border-radius: 5px
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #676e8b;
    margin: 15px 0 25px
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu {
    left: auto;
    right: 0
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.has_arrow:before {
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 20px
}

html[dir=rtl] .header_search_field button {
    padding: 0 20px 0 0
}

html[dir=rtl] header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
    margin: 0 100px 0 auto
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    right: 110%;
    left: auto
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>ul {
    left: auto;
    right: 100%
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a {
    padding: 13px 65px 13px 30px
}

html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a:after,
html[dir=rtl] header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a:before {
    right: 32px;
    left: auto
}

html[dir=rtl] header.amazcartui_header .header_area .main_menu ul li .submenu {
    left: auto;
    right: 0;
    text-align: right
}

html[dir=rtl] html[dir=rtl] header.amazcartui_header .header_area .main_menu {
    flex: 1 1 auto;
    margin-left: 0;
    margin-right: 30px
}

html[dir=rtl] footer.home_three_footer .copyright_area .payment_imgs {
    text-align: left
}

@media (max-width:767.98px) {
    html[dir=rtl] footer.home_three_footer .copyright_area .payment_imgs {
        text-align: right !important
    }
}

html[dir=rtl] .popular_search_lists .popular_search_list:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-left: 20px;
    padding-left: 20px
}

html[dir=rtl] .popular_search_lists .popular_search_list:not(:last-child):before {
    right: auto;
    left: 0
}

html[dir=rtl] .title_link .title_icon i {
    transform: rotate(180deg)
}

html[dir=rtl] .social__Links a:not(:last-child) {
    margin-right: auto;
    margin-left: 25px
}

html[dir=rtl] .owl-carousel .owl-nav {
    flex-direction: row-reverse;
    right: auto;
    left: 20px
}

html[dir=rtl] .product_widget5 .product__meta .product_prise p span {
    margin-right: 0;
    margin-left: 15px
}

html[dir=rtl] .House_Appliances_widget .House_Appliances_widget_left {
    border: 1px solid var(--border_color);
    padding: 30px 30px 30px 0;
    border-left: 1px
}

html[dir=rtl] .slicknav_arrow {
    right: auto;
    left: 0
}

@media (max-width:767.98px) {
    html[dir=rtl] header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
        margin-right: 0;
        margin-left: 30px
    }
}

html[dir=rtl] .amazcartui_header .slicknav_menu .slicknav_icon {
    left: 0 !important;
    right: auto !important
}

@media (max-width:575.98px) {
    html[dir=rtl] .home_banner .owl-dots {
        left: auto;
        right: 15px
    }
}

html[dir=rtl] .theme_mailChimp2 .form-control {
    text-align: right
}

html[dir=rtl] .side_chartView_total {
    right: auto;
    left: 0;
    border-radius: 0 10px 10px 0;
    padding: 10px 10px 10px 24px
}

@media (max-width:767.98px) {
    html[dir=rtl] .side_chartView_total {
        padding: 5px 14px 5px 5px
    }
}

html[dir=rtl] .shoping_wrapper .shoping_cart {
    right: auto;
    left: 0;
    transform: translateX(-413px)
}

html[dir=rtl] .shoping_wrapper .shoping_cart.active {
    transform: translateX(0)
}

html[dir=rtl] .mr_15 {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width:575.98px) {
    html[dir=rtl] .shoping_wrapper .shoping_cart {
        width: 100%
    }
}

@media (max-width:767.98px) {
    html[dir=rtl] .House_Appliances_widget .House_Appliances_widget_left {
        border: 1px solid var(--border_color) !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    html[dir=rtl] .amazcartui_header .slicknav_btn {
        left: 7px !important;
        float: left
    }
}

html[dir=rtl] .dashboard_sidebar_wized {
    border-right: 0;
    border-left: 1px solid #e3e6ef
}

html[dir=rtl] .dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list {
    padding-left: 0;
    padding-right: 15px
}

html[dir=rtl] .dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list:before {
    left: auto;
    right: 5px
}

html[dir=rtl] .single_Requirements_box:not(:last-child) {
    border-right: 0;
    border-left: 1px solid #f0f1f2
}

html[dir=rtl] .commision_box .comissiion_left {
    padding: 60px 100px 60px 75px;
    border-right: 0;
    border-left: 1px solid #ebf1ff
}

@media (max-width:767.98px) {
    html[dir=rtl] .commision_box .comissiion_left {
        padding: 30px;
        border: 0
    }
}

html[dir=rtl] .single_Requirements_box .Requirements_box_body {
    padding: 35px 40px 40px
}

@media (max-width:767.98px) {
    html[dir=rtl] .single_Requirements_box .Requirements_box_body {
        padding: 30px
    }
}

html[dir=rtl] .commision_box .comissiion_right {
    padding: 80px 100px 60px 0
}

@media (max-width:767.98px) {
    html[dir=rtl] .commision_box .comissiion_right {
        padding: 30px
    }
}

html[dir=rtl] .blog_details_area .blog_details_inner .quote_text .horizontal_line {
    margin-right: 0;
    margin-left: 30px
}

@media (max-width:767.98px) {
    html[dir=rtl] .blog_details_area .blog_details_inner .quote_text .horizontal_line {
        margin-left: 15px;
        margin-right: 0
    }
}

html[dir=rtl] .single_reviews .thumb {
    margin-left: 40px;
    margin-right: 0
}

@media (max-width:767.98px) {
    html[dir=rtl] .single_reviews .thumb {
        margin-left: 20px
    }
}

html[dir=rtl] .single_reviews .review_content .rated_customer .feedmak_stars {
    margin-right: 0;
    margin-left: 15px
}

html[dir=rtl] .mr_10 {
    margin-right: 0;
    margin-left: 10px
}

html[dir=rtl] .theme_search_field4 button {
    padding: 0 20px 0 0
}

html[dir=rtl] .amazy_blog_Widget .blog_content {
    padding-right: 0;
    padding-left: 30px
}

html[dir=rtl] .amaz_pagination i {
    transform: rotate(180deg)
}

html[dir=rtl] .table.custom_table tbody tr td .product_name .thumb {
    margin-right: 0;
    margin-left: 40px
}

html[dir=rtl] .table.custom_table tbody tr td .close_icon {
    margin-right: 0;
    margin-left: 10px
}

html[dir=rtl] .table.custom_table tbody tr td .close_icon.style_2 {
    margin-right: 20px;
    margin-left: 0
}

html[dir=rtl] .amazy_table3.style4 thead tr th:last-child {
    border-right: 0 !important;
    border-left: 1px solid #eef0f4 !important
}

html[dir=rtl] .amazy_table3.style4 thead tr th:first-child {
    border-left: 0 !important;
    border-right: 1px solid #eef0f4 !important
}

html[dir=rtl] .amazy_table3.style4 tbody tr td:last-child {
    border-right: 0 !important;
    border-left: 1px solid #e3e6ef !important
}

html[dir=rtl] .amazy_table3.style4 tbody tr td:first-child {
    border-left: 0 !important;
    border-right: 1px solid #e3e6ef !important
}

html[dir=rtl] .order_sumery_box {
    padding: 80px 60px 60px 0
}

@media (max-width:767.98px) {
    html[dir=rtl] .order_sumery_box {
        padding: 30px
    }
}

html[dir=rtl] .amazy_table3.style3 tbody tr td:first-child {
    border-left: 0 !important;
    border-right: 1px solid #e3e6ef !important
}

html[dir=rtl] .amazy_table3.style3 tbody tr td:last-child {
    border-right: 0 !important;
    border-left: 1px solid #e3e6ef !important
}

html[dir=rtl] .checkout_wrapper .billing_details_wrapper .billing_details_box .billing_details_box_body .billing_details_box_body_inner .billing_details_box_single_address:not(:last-child):before {
    right: auto;
    left: -40px
}

html[dir=rtl] .order_details_progress .single_order_progress:not(:last-child):before {
    left: calc(-50% + 20px);
    right: calc(50% + 20px)
}

html[dir=rtl] .amazy_table3.style2 tbody tr td:first-child {
    border-left: 0 !important;
    border-right: 1px solid #eef0f4 !important
}

html[dir=rtl] .amazy_table3.style2 tbody tr td:last-child {
    border-right: 0 !important;
    border-left: 1px solid #eef0f4 !important
}

html[dir=rtl] .amazy_order_tabs .nav-item:not(:last-child) .nav-link:before {
    right: auto;
    left: 0
}

html[dir=rtl] .amazy_table.style4 tbody tr td:not(:first-child) {
    padding-left: 0;
    padding-right: 20px
}

html[dir=rtl] .amazy_table.style3 thead tr th:first-child,
html[dir=rtl] .amazy_table.style4 thead tr th:first-child {
    padding-left: 20px;
    padding-right: 0
}

html[dir=rtl] .amazy_table.style3 tbody tr td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px
}

html[dir=rtl] .theme_according button:before {
    left: auto;
    right: 5px
}

html[dir=rtl] .theme_according .card-body h5 i {
    left: auto;
    right: -20px
}

html[dir=rtl] .checkout_acc_style.style2 .accordion-item .accordion-button {
    margin-left: 0 !important;
    margin-right: 30px
}

html[dir=rtl] .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .product_reviews_wrapper .course_feedback .course_feedback_left {
    padding-right: 0;
    margin-bottom: 30px;
    padding-left: 50px
}

html[dir=rtl] .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    margin-right: 0;
    margin-left: 30px
}

html[dir=rtl] .product_reviews_wrapper .course_cutomer_reviews {
    padding: 30px
}

html[dir=rtl] .prodcuts_area .product_category_chose .course_title svg {
    margin-right: 0;
    margin-left: 10px
}

html[dir=rtl] .mr_20 {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .prduct_showing_style li:not(:last-child) {
    margin-right: 0;
    margin-left: 17px
}

html[dir=rtl] .product_widget5.list_style_product .stars .mute_text {
    margin-left: 0;
    margin-right: 3px
}

html[dir=rtl] .dashboard_account_wrapper {
    padding-right: 0;
    padding-left: 60px
}

html[dir=rtl] .order_place_progress .single_order_progress:not(:last-child):before {
    left: calc(-50% + 20px);
    right: calc(50% + 20px)
}

html[dir=rtl] .nice-select .option {
    padding-left: 20px;
    padding-right: 18px
}

html[dir=rtl] .amazy_table3 tbody tr td:first-child {
    border-left: 0 !important;
    border-right: 1px solid #e3e6ef !important
}

html[dir=rtl] .amazy_table3 tbody tr td:last-child {
    border-right: 0 !important;
    border-left: 1px solid #e3e6ef !important
}

html[dir=rtl] .terms_condition_wrapper .single_terms_condition .non_returnable_list li:before {
    left: auto;
    right: 0
}

html[dir=rtl] .terms_condition_wrapper .single_terms_condition .non_returnable_list li {
    padding-left: 0;
    padding-right: 15px
}

html[dir=rtl] .ticket_viewBtn_group .file_btn {
    margin-right: 0;
    margin-left: 31px
}

html[dir=rtl] .ticket_viewBtn_group .file_btn:before {
    left: -15px;
    right: auto
}

html[dir=rtl] .dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc .email_text:before {
    right: auto;
    left: -10px
}

html[dir=rtl] header.amazcartui_header .header_area .main_menu ul li .submenu li a:hover {
    left: auto;
    right: 5px
}

html[dir=rtl] .preloader h3:before {
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 3px solid var(--base_color)
}

html[dir=rtl] header.amazcartui_header .header_area .main_menu {
    margin-left: 0;
    margin-right: 60px
}

html[dir=rtl] header.amazcartui_header .header_area .main_menu ul li:first-child a {
    margin-left: 28px;
    margin-right: 0
}

@media (min-width:992px) and (max-width:1199.98px) {
    html[dir=rtl] header.amazcartui_header .header_area .main_menu ul li:first-child a {
        margin-left: 15px
    }
}

html[dir=rtl] header.amazcartui_header .header_area .main_menu ul li .submenu li a {
    left: auto !important;
    right: 0
}

html[dir=rtl] .compare_product_carousel {
    border-left: 0
}

html[dir=rtl] .comparing_box_area .compare_product_descList {
    border-right: 1px solid #e9e7e7;
    border-left: 0;
    border-bottom: 0 !important
}

html[dir=rtl] .comparison_lists.style2 {
    text-align: left
}

html[dir=rtl] .owl-carousel .owl-nav div.owl-prev {
    right: auto
}

html[dir=rtl] .House_Appliances_widget .House_Appliances_widget_left ul li .nav-link,
html[dir=rtl] .House_Appliances_widget .House_Appliances_widget_left ul li a {
    text-align: right
}

.product_widget5 {
    border: 1px solid #f1f1f1;
    padding-bottom: 25px
}

.product_widget5 .product_thumb_upper {
    position: relative;
    margin-bottom: 0
}

.trending_product_active .product_widget5 .thumb {
    height: 300px;
    width: 300px;
    background: #fff;
    margin: auto
}

.trending_product_active .product_widget5 .thumb img {
    max-width: 270px;
    max-height: 270px;
    width: auto !important
}

.preloader {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 9999;
    height: 200px;
    width: 200px;
    margin: 0 auto
}

.preloader>h1 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    top: 58%;
    color: var(--system_primery_color);
    margin-left: -20px
}

.body,
.preloader>h1 {
    position: absolute;
    left: 50%
}

.body {
    top: 50%;
    margin-left: -50px;
    -webkit-animation: speeder .4s linear infinite;
    animation: speeder .4s linear infinite
}

.body>span {
    height: 5px;
    width: 35px;
    background: var(--system_primery_color);
    position: absolute;
    top: -19px;
    left: 60px;
    border-radius: 2px 10px 1px 0
}

.base span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 100px solid var(--system_primery_color);
    border-bottom: 6px solid transparent
}

.base span:before {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: var(--system_primery_color);
    right: -110px
}

.base span:after,
.base span:before {
    content: "";
    position: absolute;
    top: -16px
}

.base span:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 55px solid var(--system_primery_color);
    border-bottom: 16px solid transparent;
    right: -98px
}

.face {
    width: 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-40deg);
    right: -125px;
    top: -15px
}

.face,
.face:after {
    position: absolute;
    height: 12px;
    background: var(--system_primery_color)
}

.face:after {
    content: "";
    width: 12px;
    right: 4px;
    top: 7px;
    transform: rotate(40deg);
    transform-origin: 50% 50%;
    border-radius: 0 0 0 2px
}

.body>span>span:first-child,
.body>span>span:nth-child(2),
.body>span>span:nth-child(3),
.body>span>span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: var(--system_primery_color);
    position: absolute;
    -webkit-animation: fazer1 .2s linear infinite;
    animation: fazer1 .2s linear infinite
}

.body>span>span:nth-child(2) {
    top: 3px;
    -webkit-animation: fazer2 .4s linear infinite;
    animation: fazer2 .4s linear infinite
}

.body>span>span:nth-child(3) {
    top: 1px;
    -webkit-animation: fazer3 .4s linear infinite;
    animation: fazer3 .4s linear infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.body>span>span:nth-child(4) {
    top: 4px;
    -webkit-animation: fazer4 1s linear infinite;
    animation: fazer4 1s linear infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes fazer1 {
    0% {
        left: 0
    }

    to {
        left: -80px;
        opacity: 0
    }
}

@keyframes fazer1 {
    0% {
        left: 0
    }

    to {
        left: -80px;
        opacity: 0
    }
}

@-webkit-keyframes fazer2 {
    0% {
        left: 0
    }

    to {
        left: -100px;
        opacity: 0
    }
}

@keyframes fazer2 {
    0% {
        left: 0
    }

    to {
        left: -100px;
        opacity: 0
    }
}

@-webkit-keyframes fazer3 {
    0% {
        left: 0
    }

    to {
        left: -50px;
        opacity: 0
    }
}

@keyframes fazer3 {
    0% {
        left: 0
    }

    to {
        left: -50px;
        opacity: 0
    }
}

@-webkit-keyframes fazer4 {
    0% {
        left: 0
    }

    to {
        left: -150px;
        opacity: 0
    }
}

@keyframes fazer4 {
    0% {
        left: 0
    }

    to {
        left: -150px;
        opacity: 0
    }
}

@-webkit-keyframes speeder {
    0% {
        transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg)
    }

    20% {
        transform: translate(-2px) rotate(1deg)
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg)
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg)
    }

    to {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes speeder {
    0% {
        transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg)
    }

    20% {
        transform: translate(-2px) rotate(1deg)
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg)
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg)
    }

    to {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.longfazers {
    position: absolute;
    width: 100%;
    height: 100%
}

.longfazers span {
    position: absolute;
    height: 2px;
    width: 20%;
    background: var(--system_primery_color)
}

.longfazers span:first-child {
    top: 20%;
    -webkit-animation: lf .6s linear infinite;
    animation: lf .6s linear infinite;
    -webkit-animation-delay: -5s;
    animation-delay: -5s
}

.longfazers span:nth-child(2) {
    top: 40%;
    -webkit-animation: lf2 .8s linear infinite;
    animation: lf2 .8s linear infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.longfazers span:nth-child(3) {
    top: 60%;
    -webkit-animation: lf3 .6s linear infinite;
    animation: lf3 .6s linear infinite
}

.longfazers span:nth-child(4) {
    top: 80%;
    -webkit-animation: lf4 .5s linear infinite;
    animation: lf4 .5s linear infinite;
    -webkit-animation-delay: -3s;
    animation-delay: -3s
}

@-webkit-keyframes lf {
    0% {
        left: 200%
    }

    to {
        left: -200%;
        opacity: 0
    }
}

@keyframes lf {
    0% {
        left: 200%
    }

    to {
        left: -200%;
        opacity: 0
    }
}

@-webkit-keyframes lf2 {
    0% {
        left: 200%
    }

    to {
        left: -200%;
        opacity: 0
    }
}

@keyframes lf2 {
    0% {
        left: 200%
    }

    to {
        left: -200%;
        opacity: 0
    }
}

@-webkit-keyframes lf3 {
    0% {
        left: 200%
    }

    to {
        left: -100%;
        opacity: 0
    }
}

@keyframes lf3 {
    0% {
        left: 200%
    }

    to {
        left: -100%;
        opacity: 0
    }
}

@-webkit-keyframes lf4 {
    0% {
        left: 200%
    }

    to {
        left: -100%;
        opacity: 0
    }
}

@keyframes lf4 {
    0% {
        left: 200%
    }

    to {
        left: -100%;
        opacity: 0
    }
}

.circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: rotate 2.5s linear infinite;
    animation: rotate 2.5s linear infinite
}

.circle1 {
    box-shadow: 0 5px 5px 3px #0496ff, 0 -5px 5px 3px red, -5px 0 5px 3px #a1ff0a, 5px 0 5px 3px #f8ffe5
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

.circle2 {
    box-shadow: 0 5px 5px 3px #0496ff
}

.circle3 {
    position: absolute;
    border-radius: 50%
}

.c31 {
    border-left: 5px solid #ffb703
}

.c32 {
    border-right: 5px solid #d00000
}

.circle4 {
    position: absolute;
    border-radius: 50%
}

.c41 {
    border-left: 5px solid #3a86ff
}

.c42 {
    border-right: 5px solid #ff006e
}

.c43 {
    border-top: 5px solid #fb5607
}

.c44 {
    border-bottom: 5px solid #80ffdb
}

.circle5 {
    position: absolute;
    -webkit-animation: color5 1s linear infinite, rotate 2.5s linear infinite;
    animation: color5 1s linear infinite, rotate 2.5s linear infinite;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

@-webkit-keyframes color5 {
    0% {
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        border-color: #fff transparent;
        border-style: solid;
        border-width: 5px
    }

    25% {
        border-left: 5px solid #ffd166;
        border-right: 5px solid #ffd166;
        border-color: #ffd166 transparent;
        border-style: solid;
        border-width: 5px
    }

    50% {
        border-left: 5px solid #06d6a0;
        border-right: 5px solid #06d6a0;
        border-color: #06d6a0 transparent;
        border-style: solid;
        border-width: 5px
    }

    75% {
        border-left: 5px solid #118ab2;
        border-right: 5px solid #118ab2;
        border-color: #118ab2 transparent;
        border-style: solid;
        border-width: 5px
    }

    to {
        border-left: 5px solid #fb5607;
        border-right: 5px solid #fb5607;
        border-color: #fb5607 transparent;
        border-style: solid;
        border-width: 5px
    }
}

@keyframes color5 {
    0% {
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        border-color: #fff transparent;
        border-style: solid;
        border-width: 5px
    }

    25% {
        border-left: 5px solid #ffd166;
        border-right: 5px solid #ffd166;
        border-color: #ffd166 transparent;
        border-style: solid;
        border-width: 5px
    }

    50% {
        border-left: 5px solid #06d6a0;
        border-right: 5px solid #06d6a0;
        border-color: #06d6a0 transparent;
        border-style: solid;
        border-width: 5px
    }

    75% {
        border-left: 5px solid #118ab2;
        border-right: 5px solid #118ab2;
        border-color: #118ab2 transparent;
        border-style: solid;
        border-width: 5px
    }

    to {
        border-left: 5px solid #fb5607;
        border-right: 5px solid #fb5607;
        border-color: #fb5607 transparent;
        border-style: solid;
        border-width: 5px
    }
}

.circle6 {
    position: absolute;
    border-radius: 50%
}

.c61 {
    background: #000;
    border: 15px solid #000;
    border-left-color: #3a86ff
}

.c62 {
    border: 15px solid transparent;
    border-right-color: #ff006e
}

.c63 {
    border: 15px solid transparent;
    border-top-color: #fb5607
}

.c64 {
    border: 15px solid transparent;
    border-bottom-color: #80ffdb
}

.c65 {
    position: absolute;
    -webkit-animation: colorUp 2s ease infinite;
    animation: colorUp 2s ease infinite
}

@-webkit-keyframes colorUp {
    0% {
        width: 0;
        height: 0;
        background: #fff
    }

    15% {
        width: 50px;
        height: 50px;
        background: #ff006e
    }

    25% {
        width: 0;
        height: 0;
        background: #fff
    }

    40% {
        width: 50px;
        height: 50px;
        background: #fb5607
    }

    50% {
        width: 0;
        height: 0;
        background: #fff
    }

    65% {
        width: 50px;
        height: 50px;
        background: #80ffdb
    }

    75% {
        width: 0;
        height: 0;
        background: #fff
    }

    90% {
        width: 50px;
        height: 50px;
        background: #3a86ff
    }
}

@keyframes colorUp {
    0% {
        width: 0;
        height: 0;
        background: #fff
    }

    15% {
        width: 50px;
        height: 50px;
        background: #ff006e
    }

    25% {
        width: 0;
        height: 0;
        background: #fff
    }

    40% {
        width: 50px;
        height: 50px;
        background: #fb5607
    }

    50% {
        width: 0;
        height: 0;
        background: #fff
    }

    65% {
        width: 50px;
        height: 50px;
        background: #80ffdb
    }

    75% {
        width: 0;
        height: 0;
        background: #fff
    }

    90% {
        width: 50px;
        height: 50px;
        background: #3a86ff
    }
}

.circle7 {
    position: absolute;
    border-radius: 50%
}

.c71 {
    border-bottom: 5px solid transparent;
    border-color: #3a86ff;
    border-top: 5px solid transparent
}

.c71,
.c72 {
    border-style: solid;
    border-width: 5px
}

.c72 {
    width: 80px;
    height: 80px;
    border-color: #ff006e
}

.c72,
.c73 {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.c73 {
    width: 60px;
    height: 60px;
    border-color: #fb5607
}

.c73,
.c74 {
    border-style: solid;
    border-width: 5px
}

.c74 {
    width: 40px;
    height: 40px;
    border-bottom: 5px solid transparent;
    border-color: #80ffdb;
    border-top: 5px solid transparent
}

.c75 {
    width: 20px;
    height: 20px;
    border: 5px solid #ffbe0b
}

.circle8 {
    position: absolute;
    border-radius: 50%
}

.c81 {
    border-bottom: 5px solid transparent;
    border-color: #3a86ff;
    border-top: 5px solid transparent;
    -webkit-animation: rotate2 2s ease infinite;
    animation: rotate2 2s ease infinite
}

.c81,
.c82 {
    border-style: solid;
    border-width: 5px
}

.c82 {
    width: 80px;
    height: 80px;
    border-color: #ff006e;
    -webkit-animation: rotate2 2s ease .2s infinite;
    animation: rotate2 2s ease .2s infinite
}

.c82,
.c83 {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.c83 {
    width: 60px;
    height: 60px;
    border-color: #fb5607;
    -webkit-animation: rotate2 2s ease .5s infinite;
    animation: rotate2 2s ease .5s infinite
}

.c83,
.c84 {
    border-style: solid;
    border-width: 5px
}

.c84 {
    width: 40px;
    height: 40px;
    border-bottom: 5px solid transparent;
    border-color: #80ffdb;
    border-top: 5px solid transparent;
    -webkit-animation: rotate2 2s ease 1s infinite;
    animation: rotate2 2s ease 1s infinite
}

.c85 {
    width: 20px;
    height: 20px;
    border: 5px solid #ffbe0b
}

@-webkit-keyframes rotate2 {

    0%,
    to {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(1turn)
    }
}

.circle9 {
    position: absolute;
    border-radius: 50%
}

.c91 {
    border-bottom: 5px solid transparent;
    border-color: #3a86ff;
    border-top: 5px solid transparent
}

.c91,
.c92 {
    border-style: solid;
    border-width: 5px
}

.c92 {
    width: 80px;
    height: 80px;
    border-left: 5px solid transparent;
    border-bottom-color: #ff006e;
    border-right: 5px solid transparent;
    border-top-color: #ff006e;
    -webkit-animation: rotate2 2.5s linear infinite;
    animation: rotate2 2.5s linear infinite
}

.c93 {
    width: 60px;
    height: 60px;
    border-bottom: 5px solid transparent;
    border-color: #fb5607;
    border-top: 5px solid transparent
}

.c93,
.c94 {
    border-style: solid;
    border-width: 5px
}

.c94 {
    width: 40px;
    height: 40px;
    border-left: 5px solid transparent;
    border-bottom-color: #80ffdb;
    border-right: 5px solid transparent;
    border-top-color: #80ffdb;
    -webkit-animation: rotate2 2.5s linear infinite;
    animation: rotate2 2.5s linear infinite
}

.c95 {
    width: 20px;
    height: 20px;
    background: #ffbe0b
}

@keyframes rotate2 {

    0%,
    to {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(1turn)
    }
}

.circle10 {
    position: absolute;
    border-radius: 50%;
    border: 5px solid transparent;
    border-left-color: #3a86ff
}

.c102 {
    width: 80px;
    height: 80px;
    border-left: 5px solid #ff006e
}

.c103 {
    width: 60px;
    height: 60px;
    border-left: 5px solid #fb5607
}

.c104 {
    width: 40px;
    height: 40px;
    border-left: 5px solid #80ffdb
}

.c105 {
    width: 20px;
    height: 20px;
    border-left: 5px solid #ffbe0b
}

.circle11 {
    position: absolute;
    border-radius: 50%;
    animation-direction: reverse;
    border: 5px solid #3a86ff;
    border-left-color: transparent
}

.c112 {
    width: 80px;
    height: 80px;
    border: 5px solid #ff006e;
    border-left-color: transparent
}

.c113 {
    width: 60px;
    height: 60px;
    border: 5px solid #fb5607;
    border-left-color: transparent
}

.c114 {
    width: 40px;
    height: 40px;
    border: 5px solid #80ffdb;
    border-left-color: transparent
}

.c115 {
    width: 20px;
    height: 20px;
    border: 5px solid #ffbe0b;
    border-left-color: transparent
}

.circle12 {
    position: absolute;
    border-radius: 50%
}

.c121 {
    border-bottom: 5px solid transparent;
    border-color: #3a86ff;
    border-top: 5px solid transparent
}

.c121,
.c122 {
    border-style: solid;
    border-width: 5px
}

.c122 {
    width: 80px;
    height: 80px;
    border-left: 5px solid transparent;
    border-bottom-color: #ff006e;
    border-right: 5px solid transparent;
    border-top-color: #ff006e
}

.c123 {
    width: 60px;
    height: 60px;
    border-bottom: 5px solid transparent;
    border-color: #fb5607;
    border-top: 5px solid transparent
}

.c123,
.c124 {
    border-style: solid;
    border-width: 5px
}

.c124 {
    width: 40px;
    height: 40px;
    border-left: 5px solid transparent;
    border-bottom-color: #80ffdb;
    border-right: 5px solid transparent;
    border-top-color: #80ffdb
}

.c125 {
    width: 20px;
    height: 20px;
    background: #ffbe0b
}

.circle13 {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: fillUp .5s cubic-bezier(0, 1.18, 1, -.23) infinite alternate, rotateFast 1s linear infinite;
    animation: fillUp .5s cubic-bezier(0, 1.18, 1, -.23) infinite alternate, rotateFast 1s linear infinite
}

.c131 {
    border-top: 5px solid #ffbe0b
}

@-webkit-keyframes fillUp {
    0% {
        border: 10px solid transparent
    }

    25% {
        border: 10px solid transparent;
        border-bottom-color: #ffbe0b
    }

    50% {
        border-color: transparent transparent #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }

    75% {
        border-color: #ff006e transparent #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }

    to {
        border-color: #ff006e #00f5d4 #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }
}

@keyframes fillUp {
    0% {
        border: 10px solid transparent
    }

    25% {
        border: 10px solid transparent;
        border-bottom-color: #ffbe0b
    }

    50% {
        border-color: transparent transparent #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }

    75% {
        border-color: #ff006e transparent #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }

    to {
        border-color: #ff006e #00f5d4 #ffbe0b #fb5607;
        border-style: solid;
        border-width: 10px
    }
}

@-webkit-keyframes rotateFast {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotateFast {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wrapper {
    position: relative
}

.circle14 {
    margin: 50px auto;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(90deg, #ffbe0b 10%, hsla(0, 0%, 100%, 0) 42%);
    -webkit-animation: effect14 1.4s linear infinite;
    animation: effect14 1.4s linear infinite;
    transform: translateZ(0)
}

.circle14:after,
.circle14:before {
    width: 50%;
    height: 50%;
    content: "";
    background: #ffbe0b;
    border-radius: 100% 0 0 0;
    position: absolute
}

.circle14:before {
    top: 0;
    left: 0
}

.circle14:after {
    background: #000;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    margin: auto;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0
}

@-webkit-keyframes effect14 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes effect14 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.circle15 {
    position: relative;
    width: 100px;
    height: 100px;
    transform: translateZ(0);
    border-radius: 50%;
    box-shadow: inset 0 0 0 25px #ff006e
}

.circle15:after,
.circle15:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 50%;
    height: 100%
}

.circle15:before {
    top: 0;
    left: 0;
    background: #000;
    border-radius: 100px 0 0 100px;
    transform-origin: center right;
    -webkit-animation: effect15 2s ease 1.5s infinite;
    animation: effect15 2s ease 1.5s infinite
}

.circle15:after {
    top: 0;
    right: 0;
    background: #000;
    border-radius: 0 100px 100px 0;
    transform-origin: center left;
    -webkit-animation: effect15 2s ease infinite;
    animation: effect15 2s ease infinite
}

@-webkit-keyframes effect15 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes effect15 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.dot:last-child {
    margin-right: 0
}

.dot1 {
    width: 30px;
    height: 30px;
    background-color: #000
}

.d11 {
    -webkit-animation: diagonalSlice 2s ease infinite;
    animation: diagonalSlice 2s ease infinite
}

.d12 {
    -webkit-animation: diagonalSlice 2s ease .3s infinite;
    animation: diagonalSlice 2s ease .3s infinite
}

.d13 {
    -webkit-animation: diagonalSlice 2s ease .6s infinite;
    animation: diagonalSlice 2s ease .6s infinite
}

@-webkit-keyframes diagonalSlice {

    0%,
    to {
        transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
        opacity: 0
    }

    35% {
        transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg) translateX(100px);
        opacity: 1
    }

    70% {
        transform: translateZ(0) rotate3d(1, 1, 0, 0)
    }
}

@keyframes diagonalSlice {

    0%,
    to {
        transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
        opacity: 0
    }

    35% {
        transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg) translateX(100px);
        opacity: 1
    }

    70% {
        transform: translateZ(0) rotate3d(1, 1, 0, 0)
    }
}

.wrapper2 {
    perspective: 1000px
}

.dot2 {
    width: 30px;
    height: 30px;
    background-color: #fff
}

.d21 {
    -webkit-animation: rollInOut 3s ease .5s infinite;
    animation: rollInOut 3s ease .5s infinite
}

.d22 {
    -webkit-animation: rollInOut 3s ease 1s infinite;
    animation: rollInOut 3s ease 1s infinite
}

.d23 {
    -webkit-animation: rollInOut 3s ease 1.5s infinite;
    animation: rollInOut 3s ease 1.5s infinite
}

@-webkit-keyframes rollInOut {
    0% {
        transform: translateX(-100px) scale(0)
    }

    30%,
    70% {
        transform: translateX(0) scale(1);
        background: #e76f51
    }

    to {
        transform: translateX(100px) scale(0)
    }
}

@keyframes rollInOut {
    0% {
        transform: translateX(-100px) scale(0)
    }

    30%,
    70% {
        transform: translateX(0) scale(1);
        background: #e76f51
    }

    to {
        transform: translateX(100px) scale(0)
    }
}

.wrapper3 {
    perspective: 1000px;
    position: relative
}

.dot3 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #fcbf49;
    transform-origin: top right;
    -webkit-animation: rotate-1 3s ease infinite;
    animation: rotate-1 3s ease infinite
}

.dot31 {
    animation-direction: reverse;
    background: #d62828;
    width: 40px;
    height: 40px
}

@-webkit-keyframes rotate-1 {

    0%,
    10%,
    90%,
    to {
        transform: rotate(0)
    }

    50% {
        transform: rotate(520deg) scale(0)
    }
}

@keyframes rotate-1 {

    0%,
    10%,
    90%,
    to {
        transform: rotate(0)
    }

    50% {
        transform: rotate(520deg) scale(0)
    }
}

.wrapper4 {
    position: relative
}

.dot4 {
    margin: 0;
    width: 50px;
    height: 50px;
    background-color: #fcbf49;
    transform-origin: top right;
    -webkit-animation: dotLeft 3s ease infinite;
    animation: dotLeft 3s ease infinite
}

.dot41 {
    -webkit-animation: dotRight 3s ease infinite;
    animation: dotRight 3s ease infinite;
    background: #6930c3
}

@-webkit-keyframes dotLeft {

    0%,
    to {
        transform: rotateY(0);
        transform-origin: left
    }

    50% {
        transform: rotateY(-70deg);
        transform-origin: left
    }
}

@keyframes dotLeft {

    0%,
    to {
        transform: rotateY(0);
        transform-origin: left
    }

    50% {
        transform: rotateY(-70deg);
        transform-origin: left
    }
}

@-webkit-keyframes dotRight {

    0%,
    to {
        transform: rotateY(-70deg);
        transform-origin: right
    }

    50% {
        transform: rotateY(0deg);
        transform-origin: right
    }
}

@keyframes dotRight {

    0%,
    to {
        transform: rotateY(-70deg);
        transform-origin: right
    }

    50% {
        transform: rotateY(0deg);
        transform-origin: right
    }
}

.wrapper5 {
    width: 100px;
    position: relative
}

.dot5 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-color: #fcbf49;
    -webkit-animation: dotMove .4s linear infinite;
    animation: dotMove .4s linear infinite
}

.dot50 {
    position: absolute;
    left: 0;
    -webkit-animation: dotScale .4s linear infinite;
    animation: dotScale .4s linear infinite
}

.dot53 {
    right: 0;
    animation: dotScale .4s linear infinite reverse
}

@-webkit-keyframes dotScale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dotScale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes dotMove {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(40px)
    }
}

@keyframes dotMove {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(40px)
    }
}

.wrapper6 {
    position: relative
}

.dot6 {
    margin: 0;
    position: absolute
}

.dot60 {
    width: 100px;
    height: 100px;
    background-color: #fcbf49;
    z-index: 1;
    -webkit-animation: expand 3s ease infinite;
    animation: expand 3s ease infinite
}

.dot61 {
    width: 70px;
    height: 70px;
    background: #f77f00;
    z-index: 5;
    -webkit-animation: expand 3s ease .3s infinite;
    animation: expand 3s ease .3s infinite
}

.dot62 {
    width: 40px;
    height: 40px;
    background: #d62828;
    z-index: 10;
    -webkit-animation: expand 3s ease .6s infinite;
    animation: expand 3s ease .6s infinite
}

@-webkit-keyframes expand {

    0%,
    80%,
    to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes expand {

    0%,
    80%,
    to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.wrapper7 {
    position: relative
}

.dot7 {
    margin: 0;
    position: absolute
}

.dot70 {
    width: 100px;
    height: 100px;
    background-color: #ffc300;
    z-index: 1
}

.dot71 {
    width: 90px;
    height: 90px;
    background: #fff;
    z-index: 5;
    -webkit-animation: expand7 3s linear infinite;
    animation: expand7 3s linear infinite
}

.dot72 {
    width: 60px;
    height: 60px;
    background: #ffc300;
    z-index: 10;
    -webkit-animation: expand71 3s ease .5s infinite;
    animation: expand71 3s ease .5s infinite
}

.dot73 {
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 15;
    -webkit-animation: expand71 3s ease .2s infinite;
    animation: expand71 3s ease .2s infinite
}

@-webkit-keyframes expand7 {

    0%,
    to {
        transform: scale(.6)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes expand7 {

    0%,
    to {
        transform: scale(.6)
    }

    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes expand71 {

    0%,
    to {
        transform: scale(.4)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes expand71 {

    0%,
    to {
        transform: scale(.4)
    }

    50% {
        transform: scale(1)
    }
}

.wrapper8 {
    width: 200px;
    height: 100px;
    position: relative;
    perspective: 20px
}

.dot8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff006e;
    -webkit-animation: moveDot 2s ease infinite;
    animation: moveDot 2s ease infinite
}

.dot81 {
    background-color: #ffd60a;
    -webkit-animation: moveDot 2s ease .2s infinite;
    animation: moveDot 2s ease .2s infinite
}

.dot82 {
    background-color: #8338ec;
    -webkit-animation: moveDot 2s ease .4s infinite;
    animation: moveDot 2s ease .4s infinite
}

@-webkit-keyframes moveDot {

    0%,
    to {
        left: 0;
        top: 0
    }

    30% {
        top: 100%;
        left: calc(50% - 10px)
    }

    60% {
        top: 0;
        left: calc(100% - 10px)
    }
}

@keyframes moveDot {

    0%,
    to {
        left: 0;
        top: 0
    }

    30% {
        top: 100%;
        left: calc(50% - 10px)
    }

    60% {
        top: 0;
        left: calc(100% - 10px)
    }
}

.wrapper9 {
    width: 200px;
    height: 200px;
    position: relative;
    perspective: 20px
}

.dot9 {
    width: 30px;
    height: 30px;
    background-color: #ff006e;
    -webkit-animation: effect9 2s cubic-bezier(.215, .61, .355, 1) infinite;
    animation: effect9 2s cubic-bezier(.215, .61, .355, 1) infinite
}

.dot91 {
    background-color: #8338ec;
    -webkit-animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .4s infinite;
    animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .4s infinite
}

.dot92 {
    background-color: #ffbe0b;
    -webkit-animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .6s infinite;
    animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .6s infinite
}

.dot93 {
    background-color: #3a86ff;
    -webkit-animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .8s infinite;
    animation: effect9 2s cubic-bezier(.215, .61, .355, 1) .8s infinite
}

@-webkit-keyframes effect9 {

    0%,
    to {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }
}

@keyframes effect9 {

    0%,
    to {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }
}

.loader0 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    -webkit-animation: animate .8s linear infinite;
    animation: animate .8s linear infinite;
    z-index: 10000;
    margin-left: 10px;
    margin-top: 10px
}

@-webkit-keyframes animate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes animate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loader0_div {
    height: 125px;
    width: 125px;
    position: relative
}

.loader0 span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    -webkit-animation: animate .8s linear infinite;
    animation: animate .8s linear infinite;
    top: 0;
    right: 0
}

.loader0 span:first-child {
    filter: blur(5px)
}

.loader0 span:nth-child(2) {
    filter: blur(10px)
}

.loader0 span:nth-child(3) {
    filter: blur(25px)
}

.loader0 span:nth-child(4) {
    filter: blur(50px)
}

.loader0:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border-radius: 50%;
    background-size: cover
}

.product_action a {
    cursor: pointer
}

.filter-by-rating-one {
    margin-left: 46%
}

.filter-by-ratings {
    margin-left: 24%
}

.refresh_btn {
    margin-left: 35%
}

.ml_10 {
    margin-left: 10px !important
}

#pre-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999999;
    overflow: hidden;
    outline: 0;
    height: 100%;
    width: 100%
}

.paginate_disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.empty_p {
    width: 100%;
    text-align: center;
    margin: 100px auto 0;
    min-height: 100px
}

.cursor_pointer {
    cursor: pointer !important
}

.ml_15 {
    margin-left: 15px !important
}

.pd_12 {
    padding: 12px !important
}

.product_widget5 .product_thumb_upper .badge_1 {
    width: auto
}

h4.test-center.compare_empty {
    width: 100%;
    text-align: center;
    margin-top: 100px
}

.compare_title_div {
    display: flex;
    justify-content: space-between
}

.is_wishlist {
    color: #fd4949 !important
}

.stock_value,
.tag_link {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #00124e !important
}

.tag_link {
    cursor: pointer
}

.single_reviews .thumb {
    overflow: hidden
}

.single_reviews .thumb img {
    max-width: 100%;
    margin-top: -6px
}

.zoomLens {
    min-height: 120px;
    min-width: 120px
}

.round_checkbox input:checked~.checkmark {
    border-color: transparent
}

.round_checkbox .checkmark:before {
    width: 31px;
    height: 31px;
    background: none;
    left: 1px;
    top: 1px
}

.round_checkbox input:checked~.checkmark:before {
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.color_List .size_btn {
    display: inline-block;
    border: 1px solid #e5dede;
    padding: 6px 19px;
    text-transform: uppercase;
    color: var(--text_color);
    margin-bottom: 10px;
    font-weight: 300;
    background-color: #fff;
    cursor: pointer
}

.selected_btn {
    border-color: #fd4949 !important
}

.product_quick_view .product_details_img {
    background-size: auto
}

.product_details_wrapper .product_content_details .stokeout_badge {
    font-size: 12px;
    font-weight: 700;
    background: #fd4949 !important;
    color: #fff;
    border-radius: 2px;
    padding: 4px 7px
}

.w-40 {
    width: 40%
}

.amaz_select3 {
    min-width: 145px
}

.style_5 {
    color: var(--background_color) !important;
    background-color: #fd4949 !important
}

.payemntgateway_test {
    font-size: 55px;
    transform: rotate(-20deg)
}

.summery_modal_body .summery_order_box .summery_order_body {
    padding: 10px 20px 18px
}

.promotion_bar_wrapper .close_promobar i {
    color: var(--background_color)
}

.promotion_bar_wrapper .close_promobar {
    background-color: var(--base_color)
}

.recomanded_discount span {
    margin-left: -22px;
    margin-top: -40px
}

.add_cart {
    cursor: pointer
}

.flex_100 {
    flex: 100% !important
}

.flex_50 {
    flex: 50% !important
}

.flex_33 {
    flex: 33.33% !important
}

.flex_25 {
    flex: 25% !important
}

@media (max-width:991px) {
    .header_topbar_area {
        display: none !important
    }
}

.amaz_cat_bg1 {
    background-image: none;
    background-color: rgb(169 152 114/8%)
}

.amaz_home_cartBox .img_box {
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center
}

.amaz_home_cartBox .img_box img {
    max-width: 100%
}

.home_banner .owl-stage-outer {
    max-height: 600px;
    border-radius: 8px
}

.message_div,
.message_div_modal {
    min-height: 40px;
    padding: 10px;
    margin-top: 10px;
    background: rgba(187, 63, 63, .12941176470588237);
    width: 100%
}

.live-search li {
    border-right: 0 !important;
    border-left: 0 !important
}

.live-search ul li:first-child {
    border-top: 0 !important
}

.live-search ul li:last-child {
    border-bottom: 0 !important
}

.live-search ul {
    border: 1px solid var(--border_color) !important;
    display: none;
    border-top: 0 !important;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 123;
    background: #f9f9fd
}

.live-search ul .search_item .search_title {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #222
}

.live-search .tags_list a {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 2
}

.live-search .tags_list a:hover {
    color: #ff0027
}

.live-search .search_category_list a {
    font-size: 14px;
    font-weight: 400;
    color: #ff0027;
    line-height: 2
}

.seach_list_padding {
    padding: 10px 22px
}

.live-search .Products_list a {
    font-size: 16px;
    font-weight: 400;
    color: #ff0027;
    margin: 5px 0
}

.live-search .Products_list .product_info_text .prise_tag,
.live-search .Products_list .product_info_text h4 {
    font-size: 14px;
    font-weight: 400
}

.live-search .Products_list .product_info_text .prev_prise {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #222
}

.live-search .Products_list .product_info_text .current_prise {
    font-size: 16px;
    font-weight: 500;
    color: #ff0027
}

.product_available {
    background: green
}

.product_available,
.product_stockout {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 8px
}

.product_stockout {
    background: #ff0027
}

.live-search .product_info_text h4,
.live-search .product_info_text p {
    font-size: 14px;
    font-weight: 400
}

.live-search .thumb {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px
}

.live-search .thumb img {
    max-width: 100%;
    max-height: 55px
}

.highlight {
    font-weight: 500
}

.search_empty_list_div {
    padding: 20px;
    margin: 0 auto;
    text-align: center
}

.search_empty_list_div p {
    font-size: 16px;
    font-weight: 400
}

.search_empty_list_div p strong {
    font-weight: 500
}

.search_history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #fff
}

.search_history strong {
    cursor: pointer
}

.highlight {
    font-weight: 600
}

.cart_thumb_div .thumb {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start
}

.cart_thumb_div .thumb img {
    max-width: 100%;
    max-height: 100%
}

.primary_input3.style6 {
    border-color: #e3e3e3;
    padding: 2px 20px;
    height: 45px;
    color: #00124e
}

.review_img_div {
    display: flex;
    height: 150px;
    width: 150px;
    align-items: center;
    justify-content: space-between;
    grid-gap: 5px;
    margin: 10px auto 0
}

.review_img_div img {
    max-width: 100%;
    border: 1px dashed #ebebeb;
    padding: 5px;
    max-height: 145px;
    max-width: 145px
}

.blog_login_required {
    margin-top: 40px
}

.blog_login_required h4 a {
    color: #fd4949
}

.House_Appliances_product .product_widget5.style4 .thumb {
    text-align: center;
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: flex
}

@media (max-width:575.98px) {
    .House_Appliances_widget_right {
        display: none
    }
}

* marcent css / .marcent_content {
    text-align: center
}

.marcent_content h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.marcent_content span {
    display: block;
    margin-top: 20px
}

.marcent_content .btn_1 {
    margin-top: 42px
}

.benefits_content .single_benefits_content {
    padding-right: 117px
}

@media (max-width:991px) {
    .benefits_content .single_benefits_content {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .benefits_content .single_benefits_content {
        padding-right: 0;
        margin-bottom: 30px
    }
}

.benefits_content .single_benefits_content h4 {
    font-size: 18px;
    line-height: 27px;
    padding: 19px 0 23px
}

@media (max-width:991px) {
    .benefits_content .single_benefits_content h4 {
        padding: 10px 0 0
    }
}

.work_process {
    overflow: hidden
}

.work_process .section_tittle p {
    margin-bottom: 106px
}

@media (max-width:991px) {
    .work_process .section_tittle p {
        margin-bottom: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .work_process .section_tittle p {
        margin-bottom: 80px
    }
}

.work_process .work_process_single {
    text-align: center;
    padding: 51px 50px 40px;
    border: 1px solid #e2e6eb;
    width: 45%;
    position: relative
}

.work_process .work_process_single img {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px
}

.work_process .work_process_single h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px
}

@media (max-width:991px) {
    .work_process .work_process_single h4 {
        margin-bottom: 15px
    }
}

.work_process .left_line {
    position: relative;
    z-index: 1
}

.work_process .left_line:after {
    position: absolute;
    left: 0;
    top: 10%
}

#timeline {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .4s ease
}

#timeline .timeline-item {
    position: relative;
    display: inline-block;
    width: 100%
}

#timeline .timeline-item:after {
    position: absolute;
    content: "";
    right: -40%;
    top: 27%;
    background: url(../img/time_line_1.png) no-repeat;
    width: 100%;
    z-index: 1;
    height: 100px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #timeline .timeline-item:after {
        right: -29%
    }
}

#timeline .timeline-item .timeline-content {
    width: 39%;
    transition: all .3s ease;
    background-color: #fff;
    position: relative;
    z-index: 3
}

#timeline .timeline-item:nth-child(2n):after {
    position: absolute;
    content: "";
    right: 0;
    left: 32%;
    top: 27%;
    background: url(../img/time_line_2.png) no-repeat
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #timeline .timeline-item:nth-child(2n):after {
        left: 13%
    }
}

#timeline .timeline-item:nth-child(2n) .timeline-content {
    float: right
}

#timeline .timeline-item:last-child:after {
    display: none
}

@media (max-width:575px) {
    #timeline:before {
        left: 0
    }

    #timeline .timeline-item {
        margin-top: 60px
    }

    #timeline .timeline-item .timeline-content {
        width: 100%
    }

    #timeline .timeline-item .timeline-content.right:before,
    #timeline .timeline-item .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #timeline:before {
        left: 0
    }

    #timeline .timeline-item {
        margin-top: 60px
    }

    #timeline .timeline-item .timeline-content {
        width: 60%
    }

    #timeline .timeline-item .timeline-content.right:before,
    #timeline .timeline-item .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0
    }
}

.pricing_part .price_truggle {
    justify-content: center;
    margin-bottom: 80px;
    align-items: center
}

@media (max-width:991px) {
    .pricing_part .price_truggle {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .pricing_part .price_truggle {
        margin-bottom: 60px
    }
}

.pricing_part .price_truggle p {
    line-height: 16px;
    padding-right: 18px;
    padding-left: 18px
}

.pricing_part .price_truggle label {
    margin-bottom: 0
}

.pricing_part .product_tricker {
    position: relative;
    z-index: 1
}

.pricing_part .product_tricker:after {
    position: absolute;
    content: "";
    right: -6px;
    top: -6px;
    background-image: url(../img/pricing_tricker.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1
}

.pricing_part .product_tricker_text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    right: -1px;
    z-index: 2;
    transform: rotate(45deg);
    top: 25px
}

.pricing_part .single_pricing_part {
    border: 1px solid #e2e6eb;
    text-align: center;
    padding: 47px 50px 50px
}

@media (max-width:991px) {
    .pricing_part .single_pricing_part {
        padding: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .pricing_part .single_pricing_part {
        padding: 30px;
        margin-bottom: 30px
    }
}

.pricing_part .single_pricing_part h5 {
    font-size: 18px
}

.pricing_part .single_pricing_part h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .pricing_part .single_pricing_part h2 {
        margin-top: 20px;
        font-size: 25px
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .pricing_part .single_pricing_part h2 {
        margin-top: 20px;
        font-size: 30px
    }
}

.pricing_part .single_pricing_part ul {
    list-style: none;
    padding: 31px 0 0
}

@media (max-width:991px) {
    .pricing_part .single_pricing_part ul {
        padding: 0
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .pricing_part .single_pricing_part ul {
        padding: 10px 0 0
    }
}

.pricing_part .single_pricing_part ul li {
    margin: 15px 0;
    font-size: 16px;
    color: #8f8f8f;
    font-weight: 300
}

.pricing_part .single_pricing_part .pricing_header {
    padding-bottom: 44px;
    border-bottom: 1px solid #e2e6eb
}

@media (max-width:991px) {
    .pricing_part .single_pricing_part .pricing_header {
        padding-bottom: 20px
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .pricing_part .single_pricing_part .pricing_header {
        padding-bottom: 20px
    }
}

.pricing_part .single_pricing_part .btn_2 {
    background-color: var(--background_color);
    border: 1px solid #e2e6eb;
    color: var(--text_color) !important;
    margin-top: 28px;
    font-weight: 500;
    padding: 16px 47px;
    line-height: 16px
}

.pricing_part .single_pricing_part .btn_2:hover {
    border: 1px solid var(--base_color);
    background-color: var(--base_color);
    color: #fff !important
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 20px;
    border-radius: 25px;
    background-color: var(--background_color);
    border: 1px solid var(--border_color)
}

.switch-toggle input {
    display: none
}

.switch-toggle div {
    position: absolute;
    border-radius: 50%;
    background-color: var(--base_color);
    transition: .1s ease
}

.switch-toggle input:checked+div {
    left: 62%;
    background-color: var(--base_color)
}

.switch-toggle.outer div {
    width: 26px;
    height: 26px;
    top: -4px;
    left: -3px
}

.ferquently_question_part {
    background-color: #fff
}

@media (max-width:991px) {
    .ferquently_question_part {
        padding: 40px 0 70px
    }
}

.ferquently_question_part .single_ferquently_question {
    border-bottom: 1px solid #d7dbe3
}

.ferquently_question_part .single_ferquently_question:last-child {
    border-bottom: 0 solid transparent
}

.ferquently_question_part .single_ferquently_question p {
    padding-bottom: 30px
}

.ferquently_question_part .accordion {
    background-color: #fff;
    color: var(--text_color);
    cursor: pointer;
    padding: 21px 18px 17px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: .4s;
    position: relative
}

@media (max-width:991px) {
    .ferquently_question_part .accordion {
        padding-right: 45px
    }
}

.ferquently_question_part .accordion:hover,
.ferquently_question_part .active {
    background-color: var(--background_color)
}

.ferquently_question_part .accordion:after {
    content: "\E61A";
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-family: themify;
    right: 18px;
    position: absolute;
    top: 35%
}

.ferquently_question_part .active:after {
    content: "\E622"
}

.ferquently_question_part .panel {
    padding: 0 18px;
    background-color: var(--background_color);
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.ferquently_question_part p {
    font-size: 14px;
    line-height: 26px
}

.send_query form {
    background-color: #fff;
    padding: 75px 80px 80px
}

@media (max-width:991px) {
    .send_query form {
        padding: 20px 20px 30px
    }
}

.send_query .form-group {
    margin-bottom: 23px
}

.send_query .form-group label {
    text-transform: uppercase;
    font-size: 11px;
    color: var(--text_color)
}

.send_query .form-group input {
    padding: 24px 20px;
    border: 1px solid var(--border_color);
    border-radius: 0;
    font-size: 13px;
    color: #8f8f8f;
    text-transform: none
}

.send_query .form-group textarea {
    height: 160px;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    border: 1px solid var(--border_color)
}

.send_query .send_query_btn {
    margin: 0 auto;
    text-align: center
}

.send_query .send_query_btn .btn_1 {
    margin-top: 0
}

.section_padding {
    padding: 120px 0
}

.section_tittle p {
    margin-bottom: 72px
}

.mb_40 {
    margin-bottom: 40px !important
}

.switch-toggle div {
    box-shadow: 2.071px 7.727px 30px 0 rgba(211, 0, 98, .45);
    background-color: #ff1a1a
}

.switch-toggle {
    background-color: #d4e1e1;
    border: #00f
}

@media (max-width:767.98px) {
    .newsletter_form_wrapper .newsletter_form_inner {
        grid-template-columns: auto;
        height: 600px;
        overflow: auto
    }
}

.amaz_cta_box {
    background-image: none !important;
    padding: 0 !important
}

.random_ads_div {
    display: flex;
    align-items: center;
    justify-content: center
}

button.amaz_primary_btn.style3.save_btn {
    padding: 5px 10px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.slider-nav .item-slick {
    display: flex;
    width: 164px !important;
    height: 164px !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.slider-nav .item-slick img {
    max-width: 70% !important;
    max-height: 160px;
    width: auto
}

.thumb.both_buy {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.thumb.both_buy img {
    max-width: 100% !important;
    max-height: 60px !important
}

.House_Appliances_widget {
    max-height: 627px;
    min-height: 100%
}

.House_Appliances_widget .House_Appliances_widget_right {
    background-image: none
}

.product_widget5 .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    background: #f7f7f7
}

.amazBrand_boxes .single_brand img {
    max-height: 70px
}

.amazBrand_boxes .single_brand {
    min-height: 100px
}

.gallery_large .slick-slide {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    background: #f7f7f7
}

.slider-nav .item-slick {
    background: #f7f7f7
}

.slick_custom_container .slider-for img {
    min-height: auto;
    max-height: 495px;
    max-width: 505px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product_widget5.style3 {
    padding: 0 0 25px
}

.recomanded_discount .badge_1 {
    margin-top: -20px
}

.return_part .exchange_part,
.return_part .single_return_part {
    background-color: var(--background_color);
    padding: 50px;
    margin-bottom: 20px
}

.return_part .exchange_part ul,
.return_part .single_return_part ul {
    padding: 0;
    list-style: none;
    margin: 7px 0 0
}

.return_part .exchange_part ul li,
.return_part .single_return_part ul li {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
    padding-left: 25px;
    position: relative;
    z-index: 1
}

.return_part .exchange_part ul li:after,
.return_part .single_return_part ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    background-color: var(--text_color)
}

html[dir=rtl] .return_part .exchange_part ul li,
html[dir=rtl] .return_part .single_return_part ul li {
    padding-right: 25px
}

html[dir=rtl] .return_part .exchange_part ul li:after,
html[dir=rtl] .return_part .single_return_part ul li:after {
    left: auto;
    right: 0
}

section.return_part.padding_top.bg-white {
    padding-top: 120px
}

.home_banner.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 600px;
    width: auto
}

.home_banner.owl-carousel .owl-item .banner_img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto
}

@media (max-width:912px) {
    .home_banner.owl-carousel.owl-item .banner_img {
        height: 365px
    }

    .home10_primary_btn2.small_btn {
        padding: 2.5px 10px
    }

    .checkout_summery_div {
        justify-content: center !important
    }

    .checkout_v3_area .checkout_v3_left {
        padding: 30px 30px 60px
    }
}

@media (max-width:812px) {
    .home_banner.owl-carousel .owl-item .banner_img {
        height: auto
    }
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt {
    width: 170px;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt img {
    max-width: 100%;
    max-height: 75px
}

.text_color {
    color: var(--text_color) !important
}

.remove_sidebar_cart {
    background-color: var(--background_color);
    padding: 5px;
    border-radius: 50%;
    margin-top: -48px;
    margin-left: -15px;
    font-size: 10px;
    border: 1px solid var(--base_color)
}

.remove_sidebar_cart i {
    color: var(--base_color)
}

.coupon_gift_box_text h3 {
    font-size: 50px !important;
    font-weight: 600;
    margin-bottom: 15px !important;
    color: var(--base_color);
    text-align: center
}

.coupon_gift_box_text .coupon_text {
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.coupon_gift_box_text .coupon_text h4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--text_color);
    margin-bottom: 0;
    margin-right: 15px;
    white-space: nowrap
}

.coupon_gift_box_text .coupon_text p {
    display: inline-block;
    font-size: 14px;
    color: var(--text_color);
    white-space: nowrap
}

.list_style_product .product_thumb_upper .thumb {
    min-width: 300px !important
}

footer.home_three_footer {
    background: var(--footer_color) !important
}

.product_widget5.style4 .thumb img {
    max-width: 140px;
    margin: auto;
    max-height: 140px;
    width: auto !important
}

.singleVendor_product_list .thumb.single_thumb {
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center
}

.singleVendor_product_list .thumb.single_thumb img {
    width: auto !important;
    max-width: 100px;
    max-height: 100px
}

.nice-select.amaz_select6.wide.middle_menu_select ul li {
    display: flex
}

.short_curt_icons .badge_count {
    font-size: 14px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%)
}

.product_details_buttons {
    position: fixed;
    z-index: 1212;
    bottom: 0;
    left: 0;
    background: var(--background_color);
    right: 0;
    display: flex;
    align-items: center
}

.product_details_buttons .product_details_icon {
    width: 60px;
    text-align: center
}

.product_details_buttons .product_details_icon i {
    font-size: 18px;
    color: var(--base_color)
}

.product_details_buttons .product_details_icon span {
    font-size: 14px;
    color: var(--text_color)
}

.product_details_buttons .product_details_button {
    flex: 1 1 0;
    white-space: nowrap
}

.product_details_button {
    background: var(--base_color);
    border-radius: 0;
    font-family: Circular Std Book;
    font-size: 14px;
    color: var(--background_color);
    font-weight: 700;
    padding: 18.5px 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.product_details_button.style1 {
    background: #ffc107;
    transform: skewX(-20deg);
    position: relative;
    left: 11px;
    z-index: 1
}

.product_details_button.style1 span {
    transform: skewX(20deg)
}

.amaz_recomanded_box .product_widget5 .thumb {
    height: 280px;
    width: 280px;
    margin: 0 auto
}


.amaz_recomanded_box .product_widget5 .thumb img {
    max-width: 275px;
    max-height: 275px;
    width: auto !important object-fit: cover;
}

@media (max-width:767.98px) {
    .amaz_recomanded_box .product_widget5 .thumb {
        height: 40vw;
        width: 40vw;
        margin: 0 auto
    }

    .amaz_recomanded_box .product_widget5 .thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        object-fit: cover;
    }
}



.trending_product_active .product_widget5 .thumb {
    height: 328px;
    width: 328px
}

.trending_product_active .product_widget5 .thumb img {
    max-width: 325px;
    max-height: 325px;
    width: auto !important
}

.House_Appliances_product .product_widget5.style4 .thumb {
    width: 230px;
    height: 230px
}

.House_Appliances_product .product_widget5.style4 .thumb img {
    max-height: 225px;
    max-width: 225px;
    width: auto !important
}

.House_Appliances_product .product_widget5.style4 {
    padding: 5px 0 !important
}

.House_Appliances_product .product_widget5.style4 .product__meta {
    padding: 0 10px
}

.amaz_fieature_active .product_widget5 .thumb {
    height: 240px
}

.amaz_fieature_active .product_widget5 .thumb img {
    max-width: 95%;
    max-height: 235px
}

.dashboard_wishlist_grid .product_widget5.style3 .thumb {
    height: 250px
}

.dashboard_wishlist_grid .product_widget5.style3 .thumb img {
    max-width: 245px;
    max-height: 245px
}

.amaz_home_cartBox {
    padding: 20px 30px;
    justify-content: start !important;
    align-items: center;
    grid-gap: 20px
}

.amaz_home_cartBox .img_box {
    display: flex;
    flex: 110px 0 0
}

.product_widget5 .product__meta h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    min-height: 50px
}

.min-height-250 {
    min-height: 250px
}

.refund_product_list .theme_select:after {
    right: 18px !important
}

.nice-select.open .list {
    max-width: 100%
}

.fb_dialog_content iframe {
    right: 55px !important
}

.dynamic_svg svg circle,
.dynamic_svg svg path,
.dynamic_svg svg rect {
    fill: var(--base_color) !important
}

.remove_from_submenu_btn svg path {
    fill: red !important;
    stroke: transparent !important
}

@media (min-width:768px) and (max-width:991px) {
    .mobile_lang {
        margin-left: 30px
    }

    #back-top {
        bottom: 65px
    }
}

@media (max-width:912px) {
    .gallery_large:hover .slick_only_mobile {
        opacity: 1
    }

    .slick_custom_container .slider-nav {
        display: none
    }
}

@media (max-width:805px) {
    .customer_review_wrapper .customer_review_wrapper_inner {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .order_details_list_box .summery_lists .single_summery_list {
        grid-gap: 10px
    }

    .order_details_list_box .summery_lists .single_summery_list .order_text_head {
        flex: 100px 0 0
    }

    .mobile_lang {
        position: absolute;
        top: 0;
        left: 38px;
        right: auto;
        top: -45px;
        display: none !important
    }

    html[dir=rtl] .mobile_lang {
        left: auto
    }

    .mobile_lang .language_toggle_box {
        right: auto;
        left: 0
    }

    html[dir=rtl] .mobile_lang .language_toggle_box {
        right: 0;
        left: auto
    }

    .home_banner .owlitem .banner_img {
        height: auto !important
    }

    .mobile_lang span {
        font-size: 12px
    }

    .home_banner .owl-item .banner_img {
        height: auto
    }

    #back-top {
        bottom: 65px
    }

    .amaz_fieature_active .product_widget5 .product__meta h4 {
        font-size: 14px
    }

    .amaz_fieature_active .product_widget5 .thumb {
        height: 150px
    }

    .amaz_fieature_active .product_widget5 .thumb img {
        max-height: 145px;
        min-width: 140px
    }

    .amzcart_tabs li button {
        font-size: 14px
    }

    .House_Appliances_widget .House_Appliances_widget_left h4 {
        max-width: 100%
    }

    .dashboard_account_wrapper {
        display: flex;
        grid-template-columns: auto 210px;
        grid-gap: 90px;
        padding-right: 60px;
        flex-direction: column-reverse
    }

    .shipingV3_info .single_shipingV3_info {
        padding: 18px 0;
        flex-wrap: wrap;
        grid-gap: 5px
    }

    .google_play_box {
        padding: 5px 4px;
        flex: 50% 0 0
    }

    .apps_boxs {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr)
    }

    .google_play_box .google_play_text h4 {
        font-size: 12px
    }

    .google_play_box .google_play_text span {
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        line-height: 1;
        display: block;
        margin-bottom: 6px
    }

    .google_play_box {
        min-width: auto;
        max-width: 215px;
        padding: 10px 8px;
        grid-gap: 5px;
        min-height: 50px;
        height: 50px
    }

    .footer_links_50 {
        width: 50%
    }

    .footer_title,
    footer.home_three_footer .main_footer_wrap .footer_widget .social__Links {
        text-align: center
    }

    .shiping_address_box .shipingV3_info {
        padding: 0 5px
    }
}

@media (max-width:430px) {
    .gallery_large .slick-slide {
        min-height: 390px
    }

    .slick_custom_container .slider-for img {
        max-height: 385px;
        max-width: 348px
    }

    .House_Appliances_product .product_widget5.style4 .thumb {
        width: 150px;
        height: 150px
    }

    .House_Appliances_product .product_widget5.style4 .thumb img {
        max-height: 145px;
        max-width: 145px
    }

    .amaz_recomanded_box .product_widget5 .thumb,
    .trending_product_active .product_widget5 .thumb {
        margin: auto
    }

    .product_page_list .product_widget5 .thumb {
        height: 190px;
        width: 190px
    }

    .product_page_list .product_widget5 .thumb img {
        max-width: 185px;
        max-height: 185px
    }

    .amaz_fieature_active .owl-nav {
        top: -60px
    }

    .shipping_delivery_div {
        grid-gap: 10px !important;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .tab-content .product_widget5 .thumb {
        height: 160px;
        width: 160px
    }

    .tab-content .product_widget5 .thumb img {
        max-height: 155px;
        max-width: 155px
    }

    .product_details_dec_body {
        overflow: hidden
    }

    .white_box.style2 .amaz_primary_btn.min_200 {
        min-width: 100px !important
    }

    .white_box.style2 .amaz_primary_btn.style2 {
        padding: 14.5px 15px 12.5px
    }

    .single_shipingV3_info a {
        width: 100%
    }

    .dashboard_orderDetails_body .dashboard_orderDetails_head {
        padding: 15px 10px
    }

    .theme_select .current {
        text-overflow: ellipsis;
        max-width: 95%;
        display: inline-block;
        overflow: hidden
    }
}

@media (max-width:390px) {
    header.amazcartui_header .header_area .header__wrapper .header__left .logo_img img {
        max-width: 110px
    }

    .mobile_lang {
        top: -41px
    }

    .product_page_list .product_widget5 .thumb {
        height: 160px;
        width: 100%;
    }

    .product_page_list .product_widget5 .thumb img {
        max-width: 155px;
        max-height: 155px
    }

    .white_box.style2 .dashboard_white_box_body {
        padding: 10px
    }
}

@media (max-width:360px) {
    .tab-content .product_widget5 .thumb {
        max-height: auto;
        max-width: 100%
    }

    .tab-content .product_widget5 .thumb img {
        max-height: auto;
        max-width: 100%
    }
}

@media (max-width:320px) {
    .product_page_list .product_widget5 .thumb {
        height: 140px;
        width: 140px
    }

    .product_page_list .product_widget5 .thumb img {
        max-width: 135px;
        max-height: 135px
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.cdr_box {
    display: flex;
    padding: 7.5px;
    justify-content: space-between;
    background: #ff4040
}

.cdr_search_from {
    margin-bottom: 0px;
    display: flex;
    position: relative;
    align-items: center;
}

.cdr_search_button {
    position: absolute;
    left: 0;
    border: none;
    background: #fff;
    border-radius: 50%;
    display: flex;
}

.cdr_search_input {
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 50px;
    text-align: left !important;
    height: 24px;
    display: flex;
    align-items: center;
    width: 100%
}

.cdr_language {
    display: flex;
    align-items: center;
}



.cdr_language img {
    margin-right: 10px
}

.cdr_language_name {
    font-size: 14px;
    color: #fff
}

.cdr_search_popup {
    display: flex;
    align-items: center;
    width: 200px;
}

.cdr_customer_service {
    display: flex;
    align-items: center
}


/* @media (max-width: 768.98px){
       .header.amazcartui_header .header_area.navbar_fixed .main_header_area{
      display:none !important;
    }
} */

@media (min-width: 991.98px) {
    .cdr_box {
        display: none;
    }

    .header.amazcartui_header .header_area.navbar_fixed .main_header_area {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .main_header_area {
        display: none !important
    }

    .img-wrapper>.products>.products_thumb_upper {
        width: 100%;
        height: auto;
        padding: 16px;
        border: 1px solid #e9e9e9;
        border-radius: 10px
    }

    .slick_custom_container .slider-for img {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
        object-fit: contain;
    }

    footer.home_three_footer .copyright_area {
        padding-bottom: 70px !important;
    }

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

    .cdr_flex_foter li {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .amazcartui_header .slicknav_menu .slicknav_icon {
        top: 6px;
        display: none;
    }
}


/* .product_details_dec_body img {
    max-width: 100% !important;
} */

/* .cdr_category_menu p{
    height:24px
} */
.cdr_category_menu {
    /* position: absolute;
    left: 5px;
    top: 2px; */
    border: none;
    display: block;
    font-size: 14px;
    height: 24px;
    background: #fff;
    display: flex;
    position: relative;
    margin-right: -10px;
    border-radius: 50px 0 0 50px;
}

.cdr_search-a {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    ;
    align-items: center;
    padding-left: 10px;
}

.cdr_search-a span {
    word-break: break-all;
    min-width: 30px;
    white-space: nowrap;
}

.cdr_search-icon {
    width: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(193, 194, 197, 1);
    margin: 10px 5px 0 3px;
}

.cdr_dropdown-menu {
    position: absolute;
    left: 0;
    top: 26px;
    background: #fff;
    display: none;
    font-weight: 700px !important;
    border-radius: 3px;

}

.cdr_meun-active {
    background: #FE4042;
    font-size: 12px !important;
    color: #fff !important;


}





.cdr_dropdown-menu li {
    font-size: 12px;
}

.cdr_dropdown-menu li p {
    font-size: 12px;
    color: #999;
    padding: 5px 20px;
    font-weight: 600;

}


.menu_show {
    display: block;

}

.menu_hidden {
    display: none;
}

.top-radius {
    border-radius: 3px 3px 0 0;
}

.bottom-radius {
    border-radius: 0 0 3px 3px;
}

.cdr_solid {
    color: #bbb;
    width: 20px;
    font-size: 12px;
    line-height: 24px;
}


.cdr_flex_foter {
    display: flex;
    flex-wrap: wrap;
}



.la-star:before {
    content: "\f005";
}

.cdr_line {
    border-top: 1px solid #151515;
    margin: 10px 0;
}

footer.home_three_footer .cdr_foot_padding {
    padding: 0;
}
