/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

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 {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    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::-ms-expand {
    background-color: transparent;
    border: 0
}

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

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

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

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

.form-control:-ms-input-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
}

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

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

.col-form-label {
    padding-top: calc(.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;
    line-height: 1.5
}

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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 {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    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;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem 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-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    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;
    line-height: 1.5;
    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;
    text-decoration: none
}

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #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-left {
    right: auto;
    left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.dropleft .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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    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
}

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

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    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
}

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

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

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        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>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    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>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

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

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

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

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

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

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0;
        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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    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
}

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

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

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

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

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

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

.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: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

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

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

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

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

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

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

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

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

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

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

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

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

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

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

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

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

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

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

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

.progress-bar-animated {
    -webkit-animation: 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
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.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: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.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 {
    -ms-flex-direction: row;
    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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    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
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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 .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

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

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

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

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

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

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

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

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

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

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

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

.bs-popover-auto[x-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 #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

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

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-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-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    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: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: 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% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    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
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

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

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

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

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

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

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

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

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

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

.border-dark {
    border-color: #343a40 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

@supports((position:-webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

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

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

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

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

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

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0, #b4b9be 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0, #919ba5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern {
    height: 55px
}

.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #CCC
}

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

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

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

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

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

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

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

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

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

.mfp-figure {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    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:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.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, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.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: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

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

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports(-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
    height: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
    width: 11px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    position: relative;
    display: block;
    float: right;
    overflow: visible;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: .75;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: 0
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    width: 44px;
    height: 44px;
    background: url(../../images/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../../images/photoswipe/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 100px;
    margin-top: -50px;
    background: 0
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    position: absolute;
    top: 35px;
    width: 32px;
    height: 30px;
    content: "";
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    position: absolute;
    z-index: 1600;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    position: absolute;
    z-index: 1620;
    top: 56px;
    right: 44px;
    display: block;
    width: auto;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    border-radius: 2px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    position: absolute;
    top: -12px;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none
}

a.pswp__share--facebook:hover {
    color: #FFF;
    background: #3e5c9a
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    color: #FFF;
    background: #55acee
}

a.pswp__share--pinterest:hover {
    color: #ce272d;
    background: #CCC
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    font-size: 13px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    padding: 0 10px;
    opacity: .75;
    color: #FFF
}

.pswp__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    font-size: 13px;
    line-height: 20px;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    position: absolute;
    top: 0;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    opacity: 0;
    direction: ltr;
    will-change: opacity
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../../images/photoswipe/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 14px;
    height: 14px;
    margin: 0;
    opacity: .75;
    background: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    overflow: hidden;
    width: 7px;
    height: 14px
}

.pswp--css_animation .pswp__preloader__donut {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    background: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        margin: 0
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    z-index: 1550;
    visibility: visible;
    opacity: 1;
    -webkit-font-smoothing: auto
}

.pswp__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

: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(-1 * 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: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.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 {
    transform: scale(1)
}

.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: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    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-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-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%;
    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%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

html, body, .site-wrapper {
    height: 100%
}

body {
    /*font-family: "Sen", Arial, Helvetica, sans-serif;*/
    font-family: "Sen";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.75;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #696969;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sen";
    /*font-family: "Sen", Arial, Helvetica, sans-serif;*/
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    color: #333
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
    margin: 0
}

p:last-child {
    margin-bottom: 0
}

a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a, button, img, input {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

*:focus {
    outline: none !important
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0
}

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

button, input[type="submit"] {
    cursor: pointer
}

img {
    max-width: 100%
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

ul:last-child {
    margin-bottom: 0
}

hr {
    border-top-width: 2px
}

.fix {
    overflow: hidden
}

.section, .main-wrapper {
    float: left;
    width: 100%
}

@media only screen and (min-width: 1500px) {
    .section-fluid {
        padding-right: 55px;
        padding-left: 55px
    }
    .section-fluid>.container, .section-fluid>.container-fluid {
        max-width: 100%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .section-fluid {
        padding-right: 35px;
        padding-left: 35px
    }
    .section-fluid>.container, .section-fluid>.container-fluid {
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-fluid {
        padding-right: 25px;
        padding-left: 25px
    }
    .section-fluid>.container, .section-fluid>.container-fluid {
        max-width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: 450px
    }
}

@media only screen and (max-width: 479px) {
    .container {
        max-width: 350px
    }
}

.cursor-pointer {
    cursor: pointer;
}

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

.text-primary {
    color: #f8796c !important
}

.bg-primary2 {
    background-color: #72a499 !important
}

.text-primary2 {
    color: #72a499 !important
}

.bg-primary3 {
    background-color: #baa491 !important
}

.text-primary3 {
    color: #baa491 !important
}

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

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

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

.text-success {
    color: #4caf50 !important
}

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

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

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

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

.bg-info {
    background-color: #17a2b8 !important
}

.text-info {
    color: #17a2b8 !important
}

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

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

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

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

.bg-black {
    background-color: #000 !important
}

.text-black {
    color: #000 !important
}

.bg-grey {
    background-color: #f8f9fd !important
}

.text-grey {
    color: #f8f9fd !important
}

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

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

.bg-body-light {
    background-color: #7e7e7e !important
}

.text-body-light {
    color: #7e7e7e !important
}

.bg-heading {
    background-color: #333 !important
}

.text-heading {
    color: #333 !important
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

[data-overlay] {
    position: relative;
    z-index: 1
}

[data-overlay]::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000
}

[data-overlay="0"]::before {
    opacity: 0
}

[data-overlay="5"]::before {
    opacity: .05
}

[data-overlay="10"]::before {
    opacity: .1
}

[data-overlay="15"]::before {
    opacity: .15
}

[data-overlay="20"]::before {
    opacity: .2
}

[data-overlay="25"]::before {
    opacity: .25
}

[data-overlay="30"]::before {
    opacity: .3
}

[data-overlay="35"]::before {
    opacity: .35
}

[data-overlay="40"]::before {
    opacity: .4
}

[data-overlay="45"]::before {
    opacity: .45
}

[data-overlay="50"]::before {
    opacity: .5
}

[data-overlay="55"]::before {
    opacity: .55
}

[data-overlay="60"]::before {
    opacity: .6
}

[data-overlay="65"]::before {
    opacity: .65
}

[data-overlay="70"]::before {
    opacity: .7
}

[data-overlay="75"]::before {
    opacity: .75
}

[data-overlay="80"]::before {
    opacity: .8
}

[data-overlay="85"]::before {
    opacity: .85
}

[data-overlay="90"]::before {
    opacity: .9
}

[data-overlay="95"]::before {
    opacity: .95
}

[data-overlay="100"]::before {
    opacity: 1
}

[data-bg-image] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

body.homepage-bg1 {
    padding: 0 15px 15px !important;
    background-color: #f4ede7
}

body.homepage-bg1 .topbar-section {
    background-color: #f4ede7 !important
}

body.homepage-bg1.offcanvas-open {
    padding-right: 32px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    body.homepage-bg1.offcanvas-open {
        padding-right: 15px !important
    }
}

#scrollUp {
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #F68627
}

#scrollUp i {
    line-height: 40px
}

.border-top-dashed {
    border-top: 1px dashed #d2d2d2
}

.border-bottom-dashed {
    border-bottom: 1px dashed #d2d2d2
}

.img-hover-color {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.img-hover-color:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666%;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666%;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666%;
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
}

@media only screen and (min-width: 1500px) {
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
}

.hiart-mb-10 {
    margin-bottom: 10px
}

.hiart-mb-n10 {
    margin-bottom: -10px
}

.hiart-mb-20 {
    margin-bottom: 20px
}

.hiart-mb-n20 {
    margin-bottom: -20px
}

.hiart-mb-30 {
    margin-bottom: 30px
}

.hiart-mb-n30 {
    margin-bottom: -30px
}

.hiart-mb-40 {
    margin-bottom: 40px
}

.hiart-mb-n40 {
    margin-bottom: -40px
}

.hiart-mb-50 {
    margin-bottom: 50px
}

.hiart-mb-n50 {
    margin-bottom: -50px
}

.hiart-mb-60 {
    margin-bottom: 60px
}

.hiart-mb-n60 {
    margin-bottom: -60px
}

.hiart-mb-70 {
    margin-bottom: 70px
}

.hiart-mb-n70 {
    margin-bottom: -70px
}

.hiart-mb-80 {
    margin-bottom: 80px
}

.hiart-mb-n80 {
    margin-bottom: -80px
}

.hiart-mb-90 {
    margin-bottom: 90px
}

.hiart-mb-n90 {
    margin-bottom: -90px
}

.hiart-mb-100 {
    margin-bottom: 100px
}

.hiart-mb-n100 {
    margin-bottom: -100px
}

.hiart-mt-10 {
    margin-top: 10px
}

.hiart-mt-n10 {
    margin-top: -10px
}

.hiart-mt-20 {
    margin-top: 20px
}

.hiart-mt-n20 {
    margin-top: -20px
}

.hiart-mt-30 {
    margin-top: 30px
}

.hiart-mt-n30 {
    margin-top: -30px
}

.hiart-mt-40 {
    margin-top: 40px
}

.hiart-mt-n40 {
    margin-top: -40px
}

.hiart-mt-50 {
    margin-top: 50px
}

.hiart-mt-n50 {
    margin-top: -50px
}

.hiart-mt-60 {
    margin-top: 60px
}

.hiart-mt-n60 {
    margin-top: -60px
}

.hiart-mt-70 {
    margin-top: 70px
}

.hiart-mt-n70 {
    margin-top: -70px
}

.hiart-mt-80 {
    margin-top: 80px
}

.hiart-mt-n80 {
    margin-top: -80px
}

.hiart-mt-90 {
    margin-top: 90px
}

.hiart-mt-n90 {
    margin-top: -90px
}

.hiart-mt-100 {
    margin-top: 100px
}

.hiart-mt-n100 {
    margin-top: -100px
}

.hiart-pb-10 {
    padding-bottom: 10px
}

.hiart-pb-20 {
    padding-bottom: 20px
}

.hiart-pb-30 {
    padding-bottom: 30px
}

.hiart-pb-40 {
    padding-bottom: 40px
}

.hiart-pb-50 {
    padding-bottom: 50px
}

.hiart-pb-60 {
    padding-bottom: 60px
}

.hiart-pb-70 {
    padding-bottom: 70px
}

.hiart-pb-80 {
    padding-bottom: 80px
}

.hiart-pb-90 {
    padding-bottom: 90px
}

.hiart-pb-100 {
    padding-bottom: 100px
}

.hiart-pt-10 {
    padding-top: 10px
}

.hiart-pt-20 {
    padding-top: 20px
}

.hiart-pt-30 {
    padding-top: 30px
}

.hiart-pt-40 {
    padding-top: 40px
}

.hiart-pt-50 {
    padding-top: 50px
}

.hiart-pt-60 {
    padding-top: 60px
}

.hiart-pt-70 {
    padding-top: 70px
}

.hiart-pt-80 {
    padding-top: 80px
}

.hiart-pt-90 {
    padding-top: 90px
}

.hiart-pt-100 {
    padding-top: 100px
}

.zoomImg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.irs--hiart {
    font-family: "Sen";
    margin: 7px 0 40px
}

.irs--hiart .irs {
    font-family: "Sen";
    position: relative;
    width: 100%
}

.irs--hiart .irs .irs-line {
    width: 100%;
    height: 5px;
    background-color: #eee
}

.irs--hiart .irs .irs-from, .irs--hiart .irs .irs-to {
    display: none !important
}

.irs--hiart .irs .irs-single {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: calc(100% + 25px);
    left: 0 !important;
    visibility: visible !important
}

.irs--hiart .irs .irs-single::before {
    content: "Price: "
}

.irs--hiart .irs-bar {
    top: 0;
    height: 5px;
    background-color: #2e3192;
}

.irs--hiart .irs-handle {
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #2e3192;
}

.ps {
    position: relative;
    padding-right: 10px
}

.ps:not(.ps--active-y) {
    overflow: visible !important
}

.ps .ps__scrollbar-y-rail {
    width: 5px;
    opacity: 0;
    border-radius: 5px
}

.ps .ps__scrollbar-y-rail .ps__scrollbar-y {
    right: 1px;
    width: 3px !important;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    border-radius: 5px
}

.pswp__img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.cd-product-viewer-wrapper {
    position: relative;
    padding-bottom: 20px
}

.cd-product-viewer-wrapper .close {
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    top: -35px;
    right: -35px;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}

.cd-product-viewer-wrapper .close:hover {
    opacity: 1 !important
}

.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    overflow: hidden
}

.cd-product-viewer-wrapper img {
    position: relative;
    z-index: 1;
    display: block
}

.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1600%;
    height: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    background: url(../images/product/single/7/frame-total.jpg) no-repeat center center;
    background-size: 100%
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    opacity: 1
}

.cd-product-viewer-handle {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 300px;
    height: 4px;
    margin: auto;
    background: #4d4d4d
}

.cd-product-viewer-handle .fill {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    border-radius: inherit;
    background: #b54240
}

.loaded .cd-product-viewer-handle .fill {
    opacity: 0
}

.cd-product-viewer-handle .handle {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    text-indent: -9999px;
    border-radius: 50%;
    background: #b54240 url(../images/icons/cd-arrows.svg) no-repeat center center
}

.loaded .cd-product-viewer-handle .handle {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation: cd-bounce .3s .3s;
    animation: cd-bounce .3s .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0)
    }
    60% {
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0)
    }
    60% {
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.select2 {
    width: 100% !important
}

.select2-selection {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 10px 0;
    color: #333;
    border: 2px solid transparent !important;
    border-bottom-color: #ededed !important;
    border-radius: 0 !important;
    background-color: transparent
}

.select2-selection__rendered {
    padding: 0 !important
}

.select2-selection__arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select2-selection__arrow b {
    border-top-color: #333 !important
}

.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #333 !important
}

.select2-dropdown {
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3)
}

.select2-search {
    padding: 15px
}

.select2-search input[type="search"] {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 15px !important;
    border-color: #ededed !important
}

.search-bg {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-bg.big {
    height: 400px;
}

.search-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.search-bg p {
    color: #fff;
    font-size: 40px;
    position: relative;
    font-family: "Sen";
}

.search-bg.big p {
    color: #fff;
    font-size: 70px;
    position: relative;
    font-family: "Sen";
}

.select2-results__options {
    padding-right: 0
}

.select2-results__options .select2-results__option {
    line-height: 24px;
    padding: 10px 15px
}

.select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #eee
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #f8796c
}

.swiper-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px
}

.swiper-slider-wrapper .swiper-button-prev {
    left: -40px
}

.swiper-slider-wrapper .swiper-button-next {
    right: -40px
}

.swiper-slider-wrapper:hover [class*="swiper-button"] {
    opacity: 1
}

.swiper-slider-wrapper:hover .swiper-button-prev {
    left: 0
}

.swiper-slider-wrapper:hover .swiper-button-next {
    right: 0
}

[class*="swiper-button"] {
    width: 40px;
    height: 40px;
    margin-top: 0 !important;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #696969
}

[class*="swiper-button"] i {
    font-size: 25px;
    line-height: 1;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

[class*="swiper-button"]::after {
    display: none !important
}

[class*="swiper-button"]:hover {
    color: #333
}

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 20px;
    margin-top: 35px
}

.swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 10px;
    max-width: 10px;
    height: 10px;
    max-height: 10px;
    margin: 6px !important;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid transparent;
    background-color: #1f1f1f
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    border-color: #333;
    background-color: transparent
}

.btn {
    font-weight: 400;
    line-height: 24px;
    padding: 15px 40px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 500px
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-icon {
    width: 56px;
    padding: 15px
}

.btn-sm {
    font-size: 12px;
    padding: 5px 20px
}

.btn-md {
    font-size: 14px;
    padding: 10px 30px
}

.btn-lg {
    font-size: 18px;
    padding: 20px 50px
}

.btn-xl {
    font-size: 20px;
    padding: 25px 60px
}

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

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

.btn-outline-primary {
    color: #f8796c;
    border-color: #f8796c;
    background-color: transparent
}

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

.btn-primary2 {
    border-color: #72a499;
    background-color: #72a499;
    color: #fff
}

.btn-primary2:hover {
    border-color: #5e9286;
    background-color: #5e9286;
    color: #fff
}

.btn-outline-primary2 {
    color: #72a499;
    border-color: #72a499;
    background-color: transparent
}

.btn-outline-primary2:hover {
    border-color: #72a499;
    background-color: #72a499;
    color: #fff
}

.btn-primary3 {
    border-color: #baa491;
    background-color: #baa491;
    color: #fff
}

.btn-primary3:hover {
    border-color: #ab9179;
    background-color: #ab9179;
    color: #fff
}

.btn-outline-primary3 {
    color: #baa491;
    border-color: #baa491;
    background-color: transparent
}

.btn-outline-primary3:hover {
    border-color: #baa491;
    background-color: #baa491;
    color: #fff
}

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

.btn-secondary:hover {
    border-color: #5a6268;
    background-color: #5a6268;
    color: #fff
}

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

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

.btn-success {
    border-color: #4caf50;
    background-color: #4caf50;
    color: #fff
}

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

.btn-outline-success {
    color: #4caf50;
    border-color: #4caf50;
    background-color: transparent
}

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

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

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

.btn-outline-danger {
    color: #f44336;
    border-color: #f44336;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark {
    color: #333;
    border-color: #333;
    background-color: transparent
}

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

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

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

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

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

.btn-grey {
    border-color: #f8f9fd;
    background-color: #f8f9fd;
    color: #fff
}

.btn-grey:hover {
    border-color: #dae0f5;
    background-color: #dae0f5;
    color: #fff
}

.btn-outline-grey {
    color: #f8f9fd;
    border-color: #f8f9fd;
    background-color: transparent
}

.btn-outline-grey:hover {
    border-color: #f8f9fd;
    background-color: #f8f9fd;
    color: #fff
}

.btn-body {
    border-color: #696969;
    background-color: #696969;
    color: #fff
}

.btn-body:hover {
    border-color: #565656;
    background-color: #565656;
    color: #fff
}

.btn-outline-body {
    color: #696969;
    border-color: #696969;
    background-color: transparent
}

.btn-outline-body:hover {
    border-color: #696969;
    background-color: #696969;
    color: #fff
}

.btn-body-light {
    border-color: #7e7e7e;
    background-color: #7e7e7e;
    color: #fff
}

.btn-body-light:hover {
    border-color: #6b6b6b;
    background-color: #6b6b6b;
    color: #fff
}

.btn-outline-body-light {
    color: #7e7e7e;
    border-color: #7e7e7e;
    background-color: transparent
}

.btn-outline-body-light:hover {
    border-color: #7e7e7e;
    background-color: #7e7e7e;
    color: #fff
}

.btn-heading {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-heading:hover {
    border-color: #202020;
    background-color: #202020;
    color: #fff
}

.btn-outline-heading {
    color: #333;
    border-color: #333;
    background-color: transparent
}

.btn-outline-heading:hover {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-hover-primary:hover, .btn-hover-primary:not(:disabled):not(.disabled).active {
    border-color: #f8796c;
    background-color: #f8796c;
    color: #fff
}

.btn-outline-hover-primary:hover, .btn-outline-hover-primary:not(:disabled):not(.disabled).active {
    color: #f8796c;
    border-color: #f8796c;
    background-color: transparent
}

.btn-hover-primary2:hover, .btn-hover-primary2:not(:disabled):not(.disabled).active {
    border-color: #72a499;
    background-color: #72a499;
    color: #fff
}

.btn-outline-hover-primary2:hover, .btn-outline-hover-primary2:not(:disabled):not(.disabled).active {
    color: #72a499;
    border-color: #72a499;
    background-color: transparent
}

.btn-hover-primary3:hover, .btn-hover-primary3:not(:disabled):not(.disabled).active {
    border-color: #baa491;
    background-color: #baa491;
    color: #fff
}

.btn-outline-hover-primary3:hover, .btn-outline-hover-primary3:not(:disabled):not(.disabled).active {
    color: #baa491;
    border-color: #baa491;
    background-color: transparent
}

.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

.btn-outline-hover-secondary:hover, .btn-outline-hover-secondary:not(:disabled):not(.disabled).active {
    color: #6c757d;
    border-color: #6c757d;
    background-color: transparent
}

.btn-hover-success:hover, .btn-hover-success:not(:disabled):not(.disabled).active {
    border-color: #4caf50;
    background-color: #4caf50;
    color: #fff
}

.btn-outline-hover-success:hover, .btn-outline-hover-success:not(:disabled):not(.disabled).active {
    color: #4caf50;
    border-color: #4caf50;
    background-color: transparent
}

.btn-hover-danger:hover, .btn-hover-danger:not(:disabled):not(.disabled).active {
    border-color: #f44336;
    background-color: #f44336;
    color: #fff
}

.btn-outline-hover-danger:hover, .btn-outline-hover-danger:not(:disabled):not(.disabled).active {
    color: #f44336;
    border-color: #f44336;
    background-color: transparent
}

.btn-hover-warning:hover, .btn-hover-warning:not(:disabled):not(.disabled).active {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #333
}

.btn-outline-hover-warning:hover, .btn-outline-hover-warning:not(:disabled):not(.disabled).active {
    color: #ffc107;
    border-color: #ffc107;
    background-color: transparent
}

.btn-hover-info:hover, .btn-hover-info:not(:disabled):not(.disabled).active {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff
}

.btn-outline-hover-info:hover, .btn-outline-hover-info:not(:disabled):not(.disabled).active {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent
}

.btn-hover-light:hover, .btn-hover-light:not(:disabled):not(.disabled).active {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #333
}

.btn-outline-hover-light:hover, .btn-outline-hover-light:not(:disabled):not(.disabled).active {
    color: #f8f9fa;
    border-color: #f8f9fa;
    background-color: transparent
}

.btn-hover-dark:hover, .btn-hover-dark:not(:disabled):not(.disabled).active {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-outline-hover-dark {
    background-color: #2E3192;
    border-color: #2E3192;
}

.btn-outline-hover-dark:hover, .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
    /* color: #FFF; */
    border-color: #F68627;
    background-color: #F68627;
}

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

.btn-outline-hover-black:hover, .btn-outline-hover-black:not(:disabled):not(.disabled).active {
    color: #000;
    border-color: #000;
    background-color: transparent
}

.btn-hover-grey:hover, .btn-hover-grey:not(:disabled):not(.disabled).active {
    border-color: #f8f9fd;
    background-color: #f8f9fd;
    color: #fff
}

.btn-outline-hover-grey:hover, .btn-outline-hover-grey:not(:disabled):not(.disabled).active {
    color: #f8f9fd;
    border-color: #f8f9fd;
    background-color: transparent
}

.btn-hover-body:hover, .btn-hover-body:not(:disabled):not(.disabled).active {
    border-color: #696969;
    background-color: #696969;
    color: #fff
}

.btn-outline-hover-body:hover, .btn-outline-hover-body:not(:disabled):not(.disabled).active {
    color: #696969;
    border-color: #696969;
    background-color: transparent
}

.btn-hover-body-light:hover, .btn-hover-body-light:not(:disabled):not(.disabled).active {
    border-color: #7e7e7e;
    background-color: #7e7e7e;
    color: #fff
}

.btn-outline-hover-body-light:hover, .btn-outline-hover-body-light:not(:disabled):not(.disabled).active {
    color: #7e7e7e;
    border-color: #7e7e7e;
    background-color: transparent
}

.btn-hover-heading:hover, .btn-hover-heading:not(:disabled):not(.disabled).active {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-outline-hover-heading:hover, .btn-outline-hover-heading:not(:disabled):not(.disabled).active {
    color: #333;
    border-color: #333;
    background-color: transparent
}

[class*="hintT"] {
    position: relative;
    z-index: 9
}

[class*="hintT"]::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    z-index: 9;
    visibility: hidden;
    padding: 8px 10px;
    content: attr(data-hint);
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    white-space: nowrap;
    text-transform: initial;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    background: #333;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    text-shadow: 0 -1px 0 #000
}

[class*="hintT"]::after {
    position: absolute;
    z-index: 1000001;
    z-index: 8;
    visibility: hidden;
    content: "";
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    opacity: 0;
    border: 6px solid transparent;
    background: 0
}

[class*="hintT"]:hover::before, [class*="hintT"]:hover::after {
    visibility: visible;
    opacity: 1
}

.hintT-top::before {
    bottom: calc(100% - 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hintT-top::after {
    bottom: calc(100% - 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #333
}

.hintT-top:hover::before {
    bottom: calc(100% + 6px)
}

.hintT-top:hover::after {
    bottom: calc(100% - 5px)
}

.hintT-right::before {
    top: 50%;
    left: calc(100% - 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hintT-right::after {
    top: 50%;
    left: calc(100% - 16px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #333
}

.hintT-right:hover::before {
    left: calc(100% + 6px)
}

.hintT-right:hover::after {
    left: calc(100% - 5px)
}

.hintT-bottom::before {
    top: calc(100% - 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hintT-bottom::after {
    top: calc(100% - 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-color: #333
}

.hintT-bottom:hover::before {
    top: calc(100% + 6px)
}

.hintT-bottom:hover::after {
    top: calc(100% - 5px)
}

.hintT-left::before {
    top: 50%;
    right: calc(100% - 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hintT-left::after {
    top: 50%;
    right: calc(100% - 16px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #333
}

.hintT-left:hover::before {
    right: calc(100% + 6px)
}

.hintT-left:hover::after {
    right: calc(100% - 5px)
}

.accordion .card {
    border-width: 1px 0 0;
    border-color: rgba(0, 0, 0, 0.075);
    border-radius: 0 !important
}

.accordion .card:last-child {
    border-bottom-width: 1px
}

.accordion .card .card-header {
    padding: 0;
    border: 0;
    background-color: transparent
}

.accordion .card .card-header .btn {
    font-family: "Sen";
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 0;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: inherit;
    color: #333;
    border: 0;
    border-radius: 0;
    background-color: transparent
}

.accordion .card .card-header .btn:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.075)
}

.accordion .card .card-body {
    padding: 15px 20px;
}

.accordion .card .card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #7e7e7e
}

.brand-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-item a {
    display: block;
    opacity: .4
}

.brand-item a img {
    max-width: 100%
}

.brand-item a:hover {
    opacity: 1
}

.icon-box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.icon-box1 .inner {
    text-align: center
}

.icon-box1 .inner .icon {
    margin-bottom: 30px;
    color: #ccc
}

.icon-box1 .inner .icon i {
    font-size: 56px;
    line-height: 1;
    display: block
}

.icon-box1 .inner .content .title {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    color: #333
}

.icon-box1 .inner .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e
}

.icon-box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.icon-box2 .inner {
    text-align: left
}

.icon-box2 .inner .icon {
    float: left;
    padding-right: 20px;
    color: #ccc
}

.icon-box2 .inner .icon i {
    font-size: 30px;
    line-height: 1;
    display: block
}

.icon-box2 .inner .content {
    overflow: hidden
}

.icon-box2 .inner .content .title {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    color: #333
}

.icon-box2 .inner .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e
}

.icon-box3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.icon-box3:nth-child(1) {
    background-color: #edf6eb
}

.icon-box3:nth-child(1) .inner .icon {
    color: #a3d39c
}

.icon-box3:nth-child(2) {
    background-color: #f8f5de
}

.icon-box3:nth-child(2) .inner .icon {
    color: #ddb758
}

.icon-box3:nth-child(3) {
    background-color: #ecf4fb
}

.icon-box3:nth-child(3) .inner .icon {
    color: #7eb7e6
}

.icon-box3 .inner {
    padding: 60px 20px;
    text-align: center
}

.icon-box3 .inner .icon {
    margin-bottom: 30px;
    color: #ccc
}

.icon-box3 .inner .icon i {
    font-size: 56px;
    line-height: 1;
    display: block
}

.icon-box3 .inner .content .title {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    color: #333
}

.icon-box3 .inner .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-box3 .inner {
        padding: 40px 15px
    }
}

@media only screen and (max-width: 767px) {
    .icon-box3 .inner {
        padding: 50px 15px
    }
}

.icon-box4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    text-align: center
}

.icon-box4 .inner .icon {
    margin-bottom: 30px;
    color: #ccc
}

.icon-box4 .inner .icon i {
    font-size: 56px;
    line-height: 1;
    display: block
}

.icon-box4 .inner .content .title {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    color: #333
}

.icon-box4 .inner .content p {
    line-height: 1.5;
    color: #7e7e7e
}

.icon-box5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-box5 .icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 90px;
    -ms-flex: 1 0 90px;
    flex: 1 0 90px;
    max-width: 90px;
    height: 90px;
    text-align: center;
    color: #f8796c;
    border-radius: 50%;
    background-color: #fff
}

.icon-box5 .icon i {
    font-size: 22px;
    line-height: 90px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.icon-box5 .content {
    padding-left: 20px
}

.icon-box5 .content .title {
    font-family: "Sen";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px
}

.icon-box5:hover .icon i {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

blockquote:not(.hiart-blockquote):not(.hiart-blockquote2) {
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 10px 20px;
    border-left: 2px solid #333
}

blockquote:not(.hiart-blockquote):not(.hiart-blockquote2) p {
    font-size: 18px !important;
    font-weight: 300;
    font-style: italic;
    line-height: 1.675
}

blockquote:not(.hiart-blockquote):not(.hiart-blockquote2) p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    blockquote:not(.hiart-blockquote):not(.hiart-blockquote2) {
        margin-left: 0
    }
}

blockquote.hiart-blockquote, .hiart-blockquote {
    overflow: hidden;
    height: 100%;
    padding: 60px;
    background-color: #f5ede6
}

blockquote.hiart-blockquote .inner .title, .hiart-blockquote .inner .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px
}

blockquote.hiart-blockquote .inner .desc, .hiart-blockquote .inner .desc {
    margin-bottom: 20px
}

blockquote.hiart-blockquote .inner .desc p, .hiart-blockquote .inner .desc p {
    font-size: 16px;
    font-weight: 400
}

blockquote.hiart-blockquote .inner .link, .hiart-blockquote .inner .link {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    float: right;
    margin-left: auto;
    color: #333
}

blockquote.hiart-blockquote .inner .link::before, .hiart-blockquote .inner .link::before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 60px;
    height: 2px;
    margin-right: 20px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333
}

blockquote.hiart-blockquote .inner .link:hover::before, .hiart-blockquote .inner .link:hover::before {
    margin-right: 5px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    blockquote.hiart-blockquote, .hiart-blockquote {
        padding: 50px
    }
    blockquote.hiart-blockquote .inner .title, .hiart-blockquote .inner .title {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    blockquote.hiart-blockquote, .hiart-blockquote {
        padding: 50px
    }
    blockquote.hiart-blockquote .inner .title, .hiart-blockquote .inner .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 767px) {
    blockquote.hiart-blockquote, .hiart-blockquote {
        padding: 40px
    }
    blockquote.hiart-blockquote .inner .title, .hiart-blockquote .inner .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 479px) {
    blockquote.hiart-blockquote, .hiart-blockquote {
        padding: 30px
    }
    blockquote.hiart-blockquote .inner .title, .hiart-blockquote .inner .title {
        font-size: 24px
    }
}

blockquote.hiart-blockquote2, .hiart-blockquote2 {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    text-align: center
}

blockquote.hiart-blockquote2:last-child, .hiart-blockquote2:last-child {
    margin-bottom: 0
}

blockquote.hiart-blockquote2 .icon, .hiart-blockquote2 .icon {
    margin-bottom: 36px
}

blockquote.hiart-blockquote2 .content p, .hiart-blockquote2 .content p {
    font-family: "Sen";
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.675
}

label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    color: #333
}

label .required {
    font-size: 16px;
    color: red
}

input:not([type="checkbox"]):not([type="radio"]).is-invalid, textarea.is-invalid {
    border-bottom-color: #f44336;
}

input:not([type="checkbox"]):not([type="radio"]), textarea {
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #333;
    border: 2px solid transparent;
    border-bottom-color: #ededed;
    background-color: transparent;
    border-bottom-color: #333;
}

input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #7e7e7e
}

input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder, textarea:-moz-placeholder {
    color: #7e7e7e
}

input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, textarea::-moz-placeholder {
    color: #7e7e7e
}

input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #7e7e7e
}

input:not([type="checkbox"]):not([type="radio"]):focus, textarea:focus {
    border-bottom-color: #333
}

textarea {
    height: 200px;
    resize: none
}

.form-check input[type="checkbox"] {
    margin-top: 2px
}

fieldset {
    padding: 30px 0px;
    border: 1px solid #eee
}

fieldset legend {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    padding: 14px 20px;
}

.topbar-section {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 101
}

@media only screen and (min-width: 1500px) {
    .topbar-section.section-fluid {
        padding-right: 55px;
        padding-left: 55px
    }
    .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
        max-width: 100%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .topbar-section.section-fluid {
        padding-right: 35px;
        padding-left: 35px
    }
    .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .topbar-section.section-fluid {
        padding-right: 0;
        padding-left: 0
    }
    .topbar-section.section-fluid .container {
        max-width: 960px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar-section.section-fluid {
        padding-right: 0;
        padding-left: 0
    }
    .topbar-section.section-fluid .container {
        max-width: 720px
    }
}

.topbar-menu ul {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.topbar-menu ul li {
    position: relative;
    margin-right: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px
}

.topbar-menu ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d8d8d8
}

.topbar-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.topbar-menu ul li:last-child::after {
    display: none
}

.topbar-menu ul li a i {
    font-size: 14px;
    margin-right: 10px
}

.header-lan-curr~ul li:last-child {
    margin-right: 15px;
    padding-right: 15px
}

.header-lan-curr~ul li:last-child::after {
    display: block !important
}

.header-section {
    position: fixed;
    z-index: 98
}

.header-section .container, .header-section .container-fluid {
    position: relative
}

.header-section .row>[class*="col"] {
    position: static
}

.header-section.header-menu-center .row>[class*="col"]:first-child, .header-section.header-menu-center .row>[class*="col"]:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 210px;
    -ms-flex: 1 0 210px;
    flex: 1 0 210px;
    max-width: 210px
}

.header-section.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important
}

.sticky-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075)
}

.sticky-header .container, .sticky-header .container-fluid {
    position: relative
}

.sticky-header .row>[class*="col"] {
    position: static
}

@media only screen and (min-width: 1200px) {
    .sticky-header.header-menu-center .row>[class*="col"]:first-child, .sticky-header.header-menu-center .row>[class*="col"]:last-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 210px;
        -ms-flex: 1 0 210px;
        flex: 1 0 210px;
        max-width: 210px
    }
}

.sticky-header.is-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

body.offside-header-left {
    margin-left: 400px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    body.offside-header-left {
        margin-left: 300px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    body.offside-header-left {
        margin-left: 0
    }
}

.header-call {
    position: absolute;
    top: 0;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 100%;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6
}

.header-call p {
    font-size: 16px;
    font-weight: 600
}

.header-call p i {
    margin-right: 10px
}

.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px
}

.header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-lan-curr {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.header-lan-curr>li {
    position: relative;
    margin-right: 16px;
    padding-right: 15px
}

.header-lan-curr>li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d8d8d8
}

.header-lan-curr>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header-lan-curr>li:last-child::after {
    display: none
}

.header-lan-curr>li>a {
    line-height: 1;
    padding: 5px 0;
    color: #7e7e7e
}

.header-lan-curr>li>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
    content: "\f078";
    opacity: .4
}

.header-more .header-lan-curr>li>a::after {
    content: unset;
}

.header-lan-curr>li>.curr-lan-sub-menu {
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -15px;
    display: block;
    visibility: hidden;
    min-width: 120px;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    letter-spacing: 0;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3)
}

.header-lan-curr>li>.curr-lan-sub-menu li {
    line-height: 1.75;
    margin: 0;
    padding: 0
}

.header-lan-curr>li>.curr-lan-sub-menu li::after {
    display: none
}

.header-lan-curr>li>.curr-lan-sub-menu li+li {
    margin-top: 5px
}

.header-lan-curr>li>.curr-lan-sub-menu li a {
    display: block;
    padding: 0;
    color: #7e7e7e
}

.header-lan-curr>li>.curr-lan-sub-menu li a:hover {
    padding-left: 5px;
    color: #F68627;
}

.header-more .header-lan-curr>li>.curr-lan-sub-menu li .offcanvas-social a:hover {
    padding-left: 0
}

.header-more .header-lan-curr>li>.curr-lan-sub-menu {
    left: unset;
    right: -15px;
    min-width: 260px;
}

.header-lan-curr>li:hover>a {
    color: #333
}

.header-lan-curr>li:hover>.curr-lan-sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.header-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-tools>div {
    margin-left: 25px
}

.header-tools>div a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333
}

.header-tools>div.header-more a {
    padding: 0;
}

.header-tools>div a span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    background-color: #f8796c
}

.header-tools>div a i {
    font-size: 20px;
    line-height: 32px;
    display: block
}

.header-tools>div.header-wishlist>a i, .header-tools>div.header-cart>a i {
    margin-right: 10px
}

.header-tools>div.mobile-menu-toggle>a {
    width: 24px;
    height: 32px
}

.header-tools>div:first-child {
    margin-left: 0
}

@media only screen and (max-width: 575px) {
    .header-tools>div {
        margin-left: 15px
    }
}

.mobile-menu-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-top: -2px;
    margin-left: -2px;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset .5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray .5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset .5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray .5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset .5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray .5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke: #333;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px
}

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
    stroke-dasharray: 240px 950px
}

.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px
}

.mobile-menu-toggle .close {
    opacity: 1
}

.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px
}

.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px
}

.site-menu-section {
    border-top: 1px dashed #dedede
}

.site-main-menu {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.site-main-menu>ul {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-weight: bold;
}

.site-main-menu>ul>li {
    letter-spacing: 1.5px
}

.site-main-menu>ul>li>a {
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    text-transform: uppercase;
    color: #7e7e7e
}

.site-main-menu>ul>li>a>.menu-text {
    position: relative;
    font-weight: 900;
    color: #000;
    font-size: 20px;
}

.site-main-menu>ul>li>a>.menu-text:hover {
    color: #f58634;
}

.site-main-menu>ul>li>a>.menu-text::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: #f58634;
}

.site-main-menu>ul>li.has-children>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6
}

.site-main-menu>ul>li.align-left>.sub-menu {
    right: 0;
    left: auto
}

.site-main-menu>ul>li:hover>a {
    color: #333
}

.site-main-menu>ul>li:hover>a>.menu-text::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.site-main-menu>ul>li:hover>.sub-menu {
    z-index: 99;
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: flex !important;
}

.site-main-menu>ul>li:hover>.sub-menu.sub-menu-column {
    flex-flow: column;
}

.site-main-menu.menu-height-100>ul>li>a {
    padding-top: 38px;
    padding-bottom: 38px;
}

.site-main-menu.menu-height-60>ul>li>a {
    padding-top: 18px;
    padding-bottom: 18px
}

.sub-menu {
    position: absolute;
    z-index: 9;
    top: 150%;
    visibility: visible;
    display: none;
    min-width: 280px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    letter-spacing: 0;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3)
}

.sub-menu li {
    line-height: 2.5;
    position: relative
}

.sub-menu li a {
    position: relative;
    display: block;
    padding: 0 30px;
    color: #7e7e7e
}

.sub-menu li a:hover span {
    color: #f58f42;
}

.sub-menu li a:not(.mega-menu-title) .menu-text {
    position: relative
}

.sub-menu li a:not(.mega-menu-title) .menu-text::after {
    position: absolute;
    top: calc(50% + 10px);
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    background-color: #333
}

.sub-menu li a:hover .menu-text::after {
    opacity: .2
}

.sub-menu li.has-children>a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f105";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .6
}

.sub-menu li.has-children.align-left>a::before {
    content: "\f104"
}

.sub-menu li.has-children.align-left>.sub-menu {
    right: 100%;
    left: auto
}

.sub-menu li>.sub-menu {
    top: 100%;
    left: 100%
}

.sub-menu li:hover>a {
    color: #333
}

.sub-menu li:hover>.sub-menu {
    top: 0;
    visibility: visible;
    opacity: 1
}

.sub-menu.mega-menu {
    right: auto;
    left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1170px;
    margin: 0;
    padding: 30px 30px 30px 10px;
    list-style: none
}

.sub-menu.mega-menu>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    padding: 0 10px 0 30px;
    border-right: 1px solid #e7e7e7
}

.sub-menu.mega-menu>li:last-child {
    border: 0
}

.sub-menu.mega-menu>li>a {
    padding: 0
}

.sub-menu.mega-menu>li>a.mega-menu-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: .01em;
    color: #2E3192
}

.sub-menu.mega-menu>li:hover>a {
    color: #333
}

.sub-menu.mega-menu>li ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sub-menu.mega-menu>li ul li {
    line-height: 3.125;
    position: relative
}

.sub-menu.mega-menu>li ul li a {
    padding: 0;
    color: #7e7e7e
}

.sub-menu.mega-menu>li ul li>img {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 40%;
    visibility: hidden;
    width: 250px;
    height: auto;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2)
}

.sub-menu.mega-menu>li ul li:hover>a {
    color: #333
}

.sub-menu.mega-menu>li ul li:hover>img {
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px
}

body.offcanvas-open .sticky-header {
    right: 17px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    body.offcanvas-open {
        padding-right: 0
    }
    body.offcanvas-open .sticky-header {
        right: 0
    }
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5)
}

.offcanvas {
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.offcanvas .inner.ps {
    margin-right: -10px
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.offcanvas .inner .head .title {
    font-size: 18px;
    line-height: 1;
    color: #333
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::before, .offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas .inner .head .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas .inner .head .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas .inner .body {
    overflow: hidden;
    height: auto
}

.offcanvas .inner .foot {
    width: 100%;
    margin-top: 25px
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: 600;
    color: #333
}

.offcanvas .inner .foot .sub-total .amount {
    font-weight: 600;
    color: #f8796c
}

.offcanvas .inner .foot .buttons {
    padding-top: 20px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .buttons .btn {
    display: block;
    padding: 10px 20px
}

.offcanvas .inner .foot .buttons .btn+.btn {
    margin-top: 15px
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 15px
}

.offcanvas.offcanvas-cart .inner .body {
    max-height: calc(100% - (60px + 245px))
}

.offcanvas.offcanvas-wishlist .inner .body {
    max-height: calc(100% - (60px + 92px))
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas.offcanvas-search {
    width: 100%;
    padding: 40px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.offcanvas.offcanvas-search::before {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff
}

.offcanvas.offcanvas-search .inner {
    z-index: 5;
    padding-right: 10%
}

.offcanvas.offcanvas-search .inner .offcanvas-close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas.offcanvas-search .inner .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas.offcanvas-search.offcanvas-open {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.offcanvas.offcanvas-search.offcanvas-open::before {
    width: 0;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.offcanvas.offcanvas-header {
    position: fixed;
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .offcanvas.offcanvas-header {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .offcanvas.offcanvas-header.offcanvas-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.offcanvas.offcanvas-overlay-menu {
    left: 0;
    visibility: hidden;
    width: 100%;
    padding: 40px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    background-color: #f4ede7
}

.offcanvas.offcanvas-overlay-menu .inner {
    z-index: 5;
    padding-right: 0
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::before, .offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas.offcanvas-overlay-menu.offcanvas-open {
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .offcanvas.offcanvas-header {
        width: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas.offcanvas-search .inner .offcanvas-close {
        width: 40px;
        height: 40px
    }
    .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
        width: 40px
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas.offcanvas-search .inner {
        padding-right: 40px
    }
    .offcanvas.offcanvas-search .inner .offcanvas-close {
        width: 30px;
        height: 30px
    }
    .offcanvas.offcanvas-search .inner .offcanvas-close::before, .offcanvas.offcanvas-search .inner .offcanvas-close::after {
        width: 30px
    }
}

@media only screen and (max-width: 575px) {
    .offcanvas.offcanvas-search {
        padding: 30px
    }
    .offcanvas.offcanvas-overlay-menu {
        padding: 30px
    }
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px
    }
    .offcanvas.offcanvas-search {
        padding: 20px
    }
    .offcanvas.offcanvas-overlay-menu {
        padding: 20px
    }
}

.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.minicart-product-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 75px;
    -ms-flex: 1 0 75px;
    flex: 1 0 75px
}

.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 75px);
    -ms-flex: 1 0 calc(100% - 75px);
    flex: 1 0 calc(100% - 75px);
    padding-left: 15px
}

.minicart-product-list li .content .title {
    color: #7e7e7e
}

.minicart-product-list li .content .title:hover {
    color: #333
}

.minicart-product-list li .content .quantity-price {
    font-size: 12px;
    display: block;
    margin-top: 10px
}

.minicart-product-list li .content .quantity-price .amount {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #7e7e7e
}

.minicart-product-list li .content .remove:hover {
    color: red
}

.offcanvas-search-form input[type="text"] {
    font-size: 48px;
    line-height: 1;
    width: 95%;
    padding: 5px 0;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid #333;
    background-color: #fff;
    background-size: 30px
}

.offcanvas-search-form input[type="text"]::-webkit-input-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]:-moz-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]::-moz-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]:-ms-input-placeholder {
    opacity: .5
}

.offcanvas-search-form .select2 {
    font-size: 48px;
    line-height: 1;
    width: 100% !important;
    border: 0;
    border-bottom: 2px solid #333
}

.offcanvas-search-form .select2 .selection .select2-selection {
    font-size: inherit;
    height: 75px !important;
    padding: 5px 0;
    border: none !important;
    border-radius: 0;
    background-color: #fff
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    opacity: .8
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__arrow {
    display: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offcanvas-search-form input[type="text"], .offcanvas-search-form .select2 {
        font-size: 36px
    }
    .offcanvas-search-form .select2 .selection .select2-selection {
        height: 59px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas-search-form input[type="text"], .offcanvas-search-form .select2 {
        font-size: 36px;
        width: 100%
    }
    .offcanvas-search-form .select2 .selection .select2-selection {
        height: 59px !important
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-search-form input[type="text"], .offcanvas-search-form .select2 {
        font-size: 30px;
        width: 100%
    }
    .offcanvas-search-form .select2 .selection .select2-selection {
        height: 51px !important
    }
}

@media only screen and (max-width: 575px) {
    .offcanvas-search-form input[type="text"], .offcanvas-search-form .select2 {
        font-size: 24px
    }
    .offcanvas-search-form .select2 .selection .select2-selection {
        height: 42px !important
    }
}

@media only screen and (max-width: 479px) {
    .offcanvas-search-form input[type="text"], .offcanvas-search-form .select2 {
        font-size: 20px
    }
    .offcanvas-search-form .select2 .selection .select2-selection {
        height: 37px !important
    }
}

.offcanvas-logo {
    margin-bottom: 50px
}

.offcanvas-menu-search-form {
    margin-bottom: 30px
}

.offcanvas-menu-search-form form {
    position: relative
}

.offcanvas-menu-search-form form input[type="text"] {
    width: 100%;
    padding: 8px 20px;
    padding-right: 50px;
    color: #7e7e7e;
    border: 1px solid #eee
}

.offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent
}

.offcanvas-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas-menu>ul>li {
    position: relative
}

.offcanvas-menu>ul>li>a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e
}

.offcanvas-menu>ul>li>a:hover {
    color: #333
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas-menu>ul>li .menu-expand::before, .offcanvas-menu>ul>li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    -ms-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75)
}

.offcanvas-menu>ul>li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas-menu>ul>li .sub-menu li {
    line-height: inherit;
    position: relative
}

.offcanvas-menu>ul>li .sub-menu li>a {
    display: block;
    padding: 8px 24px 8px 0;
    color: #7e7e7e
}

.offcanvas-menu>ul>li .sub-menu li>a:hover {
    color: #333
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75)
}

.offcanvas-buttons {
    margin-top: 30px
}

.offcanvas-buttons:not(:last-child) {
    margin-bottom: 30px
}

.offcanvas-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.offcanvas-social a {
    line-height: 1;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #f4ede7
}

.offcanvas-social a:hover {
    color: #2E3192 !important;
    /*background-color: #2E3192*/
}

.offcanvas-social a:last-child {
    margin-right: 0
}

.offcanvas-social a i {
    font-size: unset !important;
    line-height: 48px !important;
}

.overlay-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 -40px
}

.overlay-menu>ul {
    font-size: 32px;
    overflow-x: auto;
    width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding: 0 40px;
    list-style: none;
    text-align: center
}

.overlay-menu>ul>li {
    position: relative
}

.overlay-menu>ul>li+li {
    margin-top: 15px
}

.overlay-menu>ul>li>a {
    font-family: "Sen";
    font-weight: 400;
    line-height: 1.75;
    text-transform: uppercase;
    color: #333
}

.overlay-menu>ul .sub-menu {
    font-size: 75%;
    position: static;
    display: none;
    visibility: visible;
    padding-bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.overlay-menu>ul .sub-menu>li+li {
    margin-top: 15px
}

.overlay-menu>ul .sub-menu>li>a {
    font-family: "Sen";
    font-weight: 400;
    line-height: 1.75;
    text-transform: uppercase
}

.overlay-menu>ul .sub-menu .sub-menu {
    font-size: 70%
}

@media only screen and (max-width: 575px) {
    .overlay-menu {
        margin: 0 -30px
    }
    .overlay-menu>ul {
        padding: 0 30px
    }
}

@media only screen and (max-width: 479px) {
    .overlay-menu {
        margin: 0 -20px
    }
    .overlay-menu>ul {
        padding: 0 20px
    }
}

.header2-search form {
    position: relative
}

.header2-search form input[type="text"] {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    height: 40px;
    margin: 0;
    padding-right: 10px;
    padding-left: 30px;
    color: #333;
    border: 0;
    background-color: transparent
}

.header2-search form input[type="text"]::-webkit-input-placeholder {
    letter-spacing: .5px;
    color: #ababab
}

.header2-search form input[type="text"]:-moz-placeholder {
    letter-spacing: .5px;
    color: #ababab
}

.header2-search form input[type="text"]::-moz-placeholder {
    letter-spacing: .5px;
    color: #ababab
}

.header2-search form input[type="text"]:-ms-input-placeholder {
    letter-spacing: .5px;
    color: #ababab
}

.header2-search form .btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #ababab
}

.header2-search form .btn i {
    line-height: 40px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header2-search form input[type="text"] {
        width: 135px
    }
}

.header6-search {
    width: 100%;
    max-width: 650px;
    margin: auto
}

.header6-search form {
    position: relative
}

.header6-search form .select2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 170px !important;
    padding: 7px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border: 0
}

.header6-search form .select2 .selection .select2-selection {
    height: auto;
    padding: 5px 0;
    border: none !important;
    border-radius: 0;
    background-color: #fff
}

.header6-search form .select2 .selection .select2-selection .select2-selection__rendered {
    font-weight: 500;
    line-height: inherit;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    opacity: .8
}

.header6-search form .select2 .selection .select2-selection .select2-selection__rendered::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 5px;
    content: "\f0d7";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header6-search form .select2 .selection .select2-selection .select2-selection__arrow {
    display: none
}

.header6-search form input[type="text"] {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding: 10px 20px;
    color: #696969;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #ededed
}

.header6-search form button {
    width: 30px;
    margin-left: -30px;
    padding: 0;
    text-align: center;
    color: #333;
    border: 0;
    background-color: transparent
}

.header-categories {
    position: absolute;
    top: 0;
    left: 15px
}

.header-categories .category-toggle {
    font-family: "Sen";
    line-height: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 35px;
    padding-right: 70px;
    letter-spacing: .1px;
    color: #fff;
    border: 0;
    background-color: #333
}

.header-categories .category-toggle i {
    line-height: 1;
    margin-right: 10px
}

.header-categories .category-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    margin-top: -6px;
    content: "\f0d7";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header-categories .category-toggle.active::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.header-categories+.site-main-menu {
    padding: 0 200px 0 270px
}

.header-category-list {
    display: none;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    background-color: #72a499
}

.header-category-list li {
    padding: 0 35px;
    border-bottom: 1px solid #72a499
}

.header-category-list li a {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -1px;
    padding: 15px 0;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3)
}

.header-category-list li a img {
    margin-right: 20px
}

.header-category-list li:last-child {
    border-bottom: 0
}

.header-category-list li:last-child a {
    border: 0
}

.header-category-list li:hover {
    background-color: #63998d
}

.home1-slider {
    width: 100%;
    height: 750px
}

.home1-slider:hover [class*="swiper-button"] {
    opacity: 1
}

.home1-slider:hover [class*="swiper-button"]:hover i {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

@media only screen and (max-width: 767px) {
    .home1-slider {
        height: 550px
    }
}

@media only screen and (max-width: 575px) {
    .home1-slider {
        height: 500px
    }
}

@media only screen and (max-width: 479px) {
    .home1-slider {
        height: 450px
    }
}

.home1-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home1-slide1-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 466px;
    height: 466px;
    padding: 25px;
    border-radius: 50%;
    background-color: transparent
}

.home1-slide1-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home1-slide1-content .bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border-radius: 50%;
    background-color: #fff
}

.home1-slide1-content .slide-border {
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border: 1px dashed #72a499;
    border-radius: 50%
}

.home1-slide1-content .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.home1-slide1-content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 11px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #333
}

.home1-slide1-content .sub-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 28px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #72a499
}

.home1-slide1-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home1-slide1-content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333
}

.home1-slide1-content .link a:hover {
    color: #72a499;
    border-color: #72a499
}

@media only screen and (max-width: 767px) {
    .home1-slide1-content {
        width: 400px;
        height: 400px
    }
    .home1-slide1-content .icon img {
        height: 100px
    }
    .home1-slide1-content .title {
        font-size: 54px
    }
    .home1-slide1-content .sub-title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .home1-slide1-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home1-slide1-content {
        width: 350px;
        height: 350px
    }
    .home1-slide1-content .icon img {
        height: 80px
    }
    .home1-slide1-content .title {
        font-size: 48px
    }
    .home1-slide1-content .sub-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 479px) {
    .home1-slide1-content {
        width: 300px;
        height: 300px
    }
    .home1-slide1-content .icon img {
        height: 60px
    }
    .home1-slide1-content .title {
        font-size: 40px
    }
    .home1-slide1-content .sub-title {
        font-size: 18px;
        margin-bottom: 15px
    }
    .home1-slide1-content .link a {
        font-size: 12px
    }
}

.home1-slide2-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 466px;
    height: 466px;
    padding: 25px;
    border-radius: 50%;
    background-color: transparent
}

.home1-slide2-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home1-slide2-content .bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border-radius: 50%;
    background-color: transparent
}

.home1-slide2-content .slide-border {
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border: 3px solid #e1d8d0;
    border-radius: 50%
}

.home1-slide2-content .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.home1-slide2-content .icon img:last-child:not(:first-child) {
    margin-left: 15px
}

.home1-slide2-content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 11px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #baa491
}

.home1-slide2-content .sub-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;
    color: #333
}

.home1-slide2-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home1-slide2-content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333
}

.home1-slide2-content .link a:hover {
    color: #72a499;
    border-color: #72a499
}

@media only screen and (max-width: 767px) {
    .home1-slide2-content {
        width: 400px;
        height: 400px
    }
    .home1-slide2-content .title {
        font-size: 54px;
        margin-bottom: 20px
    }
    .home1-slide2-content .sub-title {
        font-size: 28px;
        margin-bottom: 20px
    }
    .home1-slide2-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home1-slide2-content {
        width: 350px;
        height: 350px
    }
    .home1-slide2-content .title {
        font-size: 48px
    }
    .home1-slide2-content .sub-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 479px) {
    .home1-slide2-content {
        width: 300px;
        height: 300px
    }
    .home1-slide2-content .icon {
        margin-bottom: 15px
    }
    .home1-slide2-content .title {
        font-size: 40px
    }
    .home1-slide2-content .sub-title {
        font-size: 20px;
        margin-bottom: 15px
    }
    .home1-slide2-content .link a {
        font-size: 12px
    }
}

.home1-slide3-content {
    max-width: calc(100% - 20px);
    margin-top: 80px;
    text-align: center
}

.home1-slide3-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home1-slide3-content .title {
    font-family: "Sen";
    font-size: 76px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #baa491
}

.home1-slide3-content .sub-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0 80px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;
    color: #000
}

.home1-slide3-content .sub-title img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0
}

.home1-slide3-content .sub-title img.left-icon {
    left: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.home1-slide3-content .sub-title img.right-icon {
    right: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.home1-slide3-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home1-slide3-content .link a {
    font-family: "Sen";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 9;
    padding: 0 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-image: url("../images/slider/home1/slide-3-3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    .home1-slide3-content {
        margin-top: 60px
    }
    .home1-slide3-content .title {
        font-size: 70px;
        margin-bottom: 20px
    }
    .home1-slide3-content .sub-title {
        font-size: 36px;
        margin-bottom: 25px
    }
    .home1-slide3-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home1-slide3-content {
        margin-top: 60px
    }
    .home1-slide3-content .title {
        font-size: 54px
    }
    .home1-slide3-content .sub-title {
        font-size: 30px;
        margin-bottom: 20px;
        padding: 0 50px
    }
    .home1-slide3-content .sub-title img {
        height: 16px;
        margin-top: -8px
    }
}

@media only screen and (max-width: 479px) {
    .home1-slide3-content .title {
        font-size: 40px
    }
    .home1-slide3-content .sub-title {
        font-size: 20px;
        margin-bottom: 15px
    }
    .home1-slide3-content .link a {
        font-size: 12px
    }
}

.swiper-slide-active .home1-slide1-content>* {
    opacity: 1
}

.swiper-slide-active .home1-slide1-content .bg {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home1-slide1-content .slide-border {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home1-slide1-content .icon {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide1-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide1-content .sub-title {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide1-content .link {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide2-content>* {
    opacity: 1
}

.swiper-slide-active .home1-slide2-content .bg {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home1-slide2-content .slide-border {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home1-slide2-content .icon {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide2-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide2-content .sub-title {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide2-content .link {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide3-content>* {
    opacity: 1
}

.swiper-slide-active .home1-slide3-content .title {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide3-content .sub-title {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home1-slide3-content .sub-title img {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1
}

.swiper-slide-active .home1-slide3-content .sub-title img.left-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home1-slide3-content .sub-title img.right-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home1-slide3-content .link {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home2-slider {
    width: 100%;
    height: 770px
}

.home2-slider [class*="swiper-button"]:hover i {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.home2-slider:hover [class*="swiper-button"] {
    opacity: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home2-slider {
        height: 550px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slider {
        height: 450px
    }
}

@media only screen and (max-width: 575px) {
    .home2-slider {
        height: 650px
    }
}

.home2-slide-item .slide-pointer {
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    text-align: center;
    opacity: 0;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background-color: #da0e2b
}

.home2-slide-item .slide-pointer span {
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-top: -5px
}

.home2-slide-item .slide-product {
    position: absolute;
    display: none;
    width: 300px;
    padding: 40px;
    background-color: #fff
}

.home2-slide-item .slide-product .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 240px;
    margin-bottom: 20px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home2-slide-item .slide-product .image img {
    max-width: 100%;
    max-height: 100%
}

.home2-slide-item .slide-product .title {
    font-family: "Sen";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #333
}

.home2-slide-item .slide-product .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #333
}

.home2-slide-item .slide-product.active {
    display: block
}

.home2-slide-item .slide-product.active .image {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide-item .slide-pointer {
        width: 30px;
        height: 30px
    }
    .home2-slide-item .slide-pointer span {
        font-size: 36px;
        margin-top: -5px
    }
    .home2-slide-item .slide-product {
        width: 180px;
        padding: 30px
    }
    .home2-slide-item .slide-product .image {
        height: 140px;
        margin-bottom: 20px
    }
    .home2-slide-item .slide-product .title {
        font-size: 16px
    }
    .home2-slide-item .slide-product .price {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .home2-slide-item .slide-product {
        width: 180px;
        padding: 30px
    }
    .home2-slide-item .slide-product .image {
        height: 140px;
        margin-bottom: 20px
    }
    .home2-slide-item .slide-product .title {
        font-size: 16px
    }
    .home2-slide-item .slide-product .price {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home2-slide-item .slide-pointer {
        display: none
    }
}

.home2-slide1-image {
    position: absolute;
    z-index: 9;
    top: 10%;
    right: 15%;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home2-slide1-image {
        max-width: 500px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide1-image {
        max-width: 400px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide1-image {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-block;
        max-width: 600px;
        margin: 0 auto
    }
}

.home2-slide1-product1 {
    position: absolute;
    top: 10%;
    right: 22%
}

.home2-slide1-product1 .slide-product {
    top: 0;
    left: 100%;
    margin-left: 20px;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home2-slide1-product1 .slide-product {
        right: 100%;
        left: auto;
        margin-right: 20px;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .home2-slide1-product1 .slide-product {
        right: 100%;
        left: auto;
        margin-right: 20px;
        margin-left: 0
    }
}

.home2-slide2-image {
    position: absolute;
    z-index: 9;
    top: 14%;
    right: 9%;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home2-slide2-image {
        max-width: 700px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide2-image {
        max-width: 550px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide2-image {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-block;
        max-width: 600px;
        margin: 0 auto 20px
    }
}

.home2-slide2-product1 {
    position: absolute;
    bottom: 27%;
    left: 7%
}

.home2-slide2-product1 .slide-product {
    right: 100%;
    bottom: 100%;
    margin-right: 30px;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%)
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide2-product1 .slide-product {
        right: auto;
        left: 100%;
        margin-right: 0;
        margin-left: 20px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.home2-slide2-product2 {
    position: absolute;
    top: 30%;
    left: 51%
}

.home2-slide2-product2 .slide-product {
    top: 50%;
    left: 100%;
    margin-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide2-product2 .slide-product {
        margin-left: 20px
    }
}

.home2-slide3-image {
    position: absolute;
    z-index: 9;
    right: 30%;
    bottom: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home2-slide3-image {
        right: 25%;
        max-width: 450px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide3-image {
        right: 20%;
        max-width: 350px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide3-image {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-block;
        max-width: 300px;
        margin: 0 auto 20px
    }
}

.home2-slide3-product1 {
    position: absolute;
    bottom: 55%;
    left: 5%
}

.home2-slide3-product1 .slide-product {
    top: 50%;
    right: 100%;
    margin-right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .home2-slide3-product1 .slide-product {
        right: auto;
        left: 100%;
        margin-right: auto;
        margin-left: 20px
    }
}

.home2-slide3-product2 {
    position: absolute;
    right: 3%;
    bottom: 28%
}

.home2-slide3-product2 .slide-product {
    bottom: 100%;
    left: 100%;
    margin-left: 20px;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%)
}

@media only screen and (max-width: 767px) {
    .home2-slide3-product2 .slide-product {
        right: 100%;
        left: auto;
        margin-right: 20px;
        margin-left: auto
    }
}

.home2-slide-content {
    position: absolute;
    z-index: 99;
    bottom: 18%;
    left: 8%
}

.home2-slide-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home2-slide-content .sub-title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    letter-spacing: 5px;
    color: #333
}

.home2-slide-content .title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #333
}

.home2-slide-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home2-slide-content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333
}

.home2-slide-content .link a:hover {
    color: #72a499;
    border-color: #72a499
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide-content .sub-title {
        font-size: 16px;
        margin-bottom: 20px
    }
    .home2-slide-content .title {
        font-size: 36px
    }
    .home2-slide-content .link a {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide-content {
        position: static;
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .home2-slide-content .sub-title {
        font-size: 16px;
        margin-bottom: 20px
    }
    .home2-slide-content .title {
        font-size: 44px
    }
    .home2-slide-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home2-slide-content .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .home2-slide-content .sub-title {
        font-size: 14px
    }
    .home2-slide-content .title {
        font-size: 30px
    }
    .home2-slide-content .link a {
        font-size: 12px
    }
}

.home2-slide-pages {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 4%;
    bottom: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home2-slide-pages>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home2-slide-pages .current {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    color: #333
}

.home2-slide-pages .border {
    display: block;
    width: 80px;
    height: 2px;
    margin: 5px 15px 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    border: none !important;
    background-color: #333
}

.home2-slide-pages .total {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    color: rgba(126, 126, 126, 0.5)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home2-slide-pages {
        font-size: 44px
    }
    .home2-slide-pages .border {
        width: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home2-slide-pages {
        display: none
    }
}

.swiper-slide-active .home2-slide1-image, .swiper-slide-active .home2-slide2-image, .swiper-slide-active .home2-slide3-image {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.swiper-slide-active .slide-pointer {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}

.swiper-slide-active .home2-slide-content>* {
    opacity: 1
}

.swiper-slide-active .home2-slide-content .sub-title {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home2-slide-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home2-slide-content .link {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home2-slide-pages>* {
    opacity: 1
}

.swiper-slide-active .home2-slide-pages .current {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home2-slide-pages .border {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home2-slide-pages .total {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.home3-slider {
    height: 600px
}

.home3-slider [class*="swiper-button"] {
    top: auto;
    top: auto;
    bottom: 0;
    left: auto;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    color: #7e7e7e;
    background-color: #fff
}

.home3-slider [class*="swiper-button"] i {
    font-size: 18px
}

.home3-slider [class*="swiper-button"]:hover {
    color: #333;
    background-color: #f5ede6
}

.home3-slider .swiper-button-prev {
    right: 80px
}

.home3-slider .swiper-button-next {
    right: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home3-slider {
        height: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home3-slider {
        height: 350px
    }
    .home3-slider [class*="swiper-button"] {
        width: 60px;
        height: 60px
    }
    .home3-slider .swiper-button-prev {
        right: 60px
    }
}

@media only screen and (max-width: 767px) {
    .home3-slider {
        height: 300px
    }
    .home3-slider [class*="swiper-button"] {
        width: 50px;
        height: 50px
    }
    .home3-slider [class*="swiper-button"]::after {
        font-size: 14px
    }
    .home3-slider .swiper-button-prev {
        right: 50px
    }
}

@media only screen and (max-width: 575px) {
    .home3-slider {
        height: 250px
    }
    .home3-slider [class*="swiper-button"] {
        width: 40px;
        height: 40px
    }
    .home3-slider .swiper-button-prev {
        right: 40px
    }
}

@media only screen and (max-width: 479px) {
    .home3-slider {
        height: 200px
    }
    .home3-slider [class*="swiper-button"] {
        width: 30px;
        height: 30px
    }
    .home3-slider .swiper-button-prev {
        right: 30px
    }
}

.home3-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home3-slide-content {
    display: inline-block;
    text-align: center
}

.home3-slide-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home3-slide-content>*:last-child {
    margin-bottom: 0
}

.home3-slide-content .sub-title {
    font-family: "Sen";
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #72a499
}

.home3-slide-content .title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 18px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home3-slide-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home3-slide-content .sub-title {
        font-size: 44px;
        margin-bottom: 20px
    }
    .home3-slide-content .title {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home3-slide-content .sub-title {
        font-size: 36px;
        margin-bottom: 15px
    }
    .home3-slide-content .title {
        font-size: 30px
    }
    .home3-slide-content .link .btn {
        padding: 10px 30px
    }
}

@media only screen and (max-width: 767px) {
    .home3-slide-content .sub-title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .home3-slide-content .title {
        font-size: 24px
    }
    .home3-slide-content .link .btn {
        font-size: 14px;
        padding: 8px 25px
    }
}

@media only screen and (max-width: 479px) {
    .home3-slide-content .sub-title {
        font-size: 24px;
        margin-bottom: 5px
    }
    .home3-slide-content .title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .home3-slide-content .link .btn {
        font-size: 12px;
        padding: 3px 20px
    }
}

.swiper-slide-active .home3-slide-content>* {
    opacity: 1
}

.swiper-slide-active .home3-slide-content .sub-title {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home3-slide-content .title {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home3-slide-content .link {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home4-slider {
    overflow: visible
}

.home4-slider [class*="swiper-button"] {
    color: #e7e7e7
}

.home4-slider [class*="swiper-button"] i {
    font-size: 40px
}

.home4-slider [class*="swiper-button"]:hover {
    color: #333
}

.home4-slider .swiper-button-prev {
    left: -120px
}

.home4-slider .swiper-button-next {
    right: -120px
}

.home4-slider:hover [class*="swiper-button"] {
    opacity: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home4-slider {
        overflow: hidden
    }
    .home4-slider [class*="swiper-button"] {
        color: #7e7e7e
    }
    .home4-slider [class*="swiper-button"] i {
        font-size: 30px
    }
    .home4-slider .swiper-button-prev {
        left: -40px
    }
    .home4-slider .swiper-button-next {
        right: -40px
    }
    .home4-slider:hover .swiper-button-prev {
        left: 0
    }
    .home4-slider:hover .swiper-button-next {
        right: 0
    }
    .home4-slider .swiper-pagination {
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .home4-slider .swiper-pagination {
        margin-top: 20px
    }
}

.home4-slide-content {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home4-slide-content .category {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
    letter-spacing: 3px
}

.home4-slide-content .title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 36px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home4-slide-content {
        left: 50px
    }
    .home4-slide-content .category {
        margin-bottom: 25px
    }
    .home4-slide-content .title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home4-slide-content {
        left: 40px
    }
    .home4-slide-content .category {
        font-size: 14px;
        margin-bottom: 20px
    }
    .home4-slide-content .title {
        font-size: 32px;
        margin-bottom: 25px
    }
    .home4-slide-content .link .btn {
        padding: 10px 30px
    }
}

@media only screen and (max-width: 767px) {
    .home4-slide-content {
        left: 30px
    }
    .home4-slide-content .category {
        font-size: 12px;
        margin-bottom: 15px
    }
    .home4-slide-content .title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .home4-slide-content .link .btn {
        font-size: 14px;
        padding: 8px 20px
    }
}

@media only screen and (max-width: 479px) {
    .home4-slide-content {
        left: 20px
    }
    .home4-slide-content .category {
        font-size: 10px;
        margin-bottom: 10px
    }
    .home4-slide-content .title {
        font-size: 18px;
        margin-bottom: 10px
    }
    .home4-slide-content .link .btn {
        font-size: 12px;
        padding: 3px 15px
    }
}

.home5-slider {
    position: relative;
    height: 720px
}

.home5-slider .swiper-container {
    height: 100%
}

.home5-slider .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 40px
}

@media only screen and (max-width: 767px) {
    .home5-slider {
        height: 700px
    }
    .home5-slider .swiper-pagination {
        bottom: 25px;
        left: 30px
    }
}

.home5-slide-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 150px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f4f3ec), color-stop(60%, #f4f3ec), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #f4f3ec 0, #f4f3ec 60%, #fff 60%, #fff 100%);
    background-image: -o-linear-gradient(left, #f4f3ec 0, #f4f3ec 60%, #fff 60%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f3ec), color-stop(60%, #f4f3ec), color-stop(60%, #fff), to(#fff));
    background-image: linear-gradient(to right, #f4f3ec 0, #f4f3ec 60%, #fff 60%, #fff 100%)
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide-item {
        padding: 0 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home5-slide-item {
        padding: 0 50px;
        background-color: #f4f3ec;
        background-image: none
    }
}

.home5-slide1-image {
    -webkit-animation: homr5image 5s linear infinite alternate both;
    animation: homr5image 5s linear infinite alternate both;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .home5-slide1-image {
        max-width: 300px;
        margin: 0 auto
    }
}

.home5-slide1-content {
    text-align: center
}

.home5-slide1-content .sub-title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    color: #454545
}

.home5-slide1-content .sub-title::before {
    padding-right: 20px;
    content: url("../images/title/title-decor-left.png");
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.home5-slide1-content .sub-title::after {
    padding-left: 20px;
    content: url("../images/title/title-decor-right.png");
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.home5-slide1-content .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .home5-slide1-content .sub-title {
        font-size: 50px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 575px) {
    .home5-slide1-content .sub-title::before, .home5-slide1-content .sub-title::after {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide1-content .sub-title {
        font-size: 40px
    }
}

.home5-slide2-image {
    -webkit-animation: homr5image 5s linear infinite alternate both;
    animation: homr5image 5s linear infinite alternate both;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .home5-slide2-image {
        max-width: 300px;
        margin: 0 auto
    }
}

.home5-slide2-content {
    text-align: center
}

.home5-slide2-content .sub-title {
    font-family: "Sen";
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin: 0;
    color: #454545
}

.home5-slide2-content .sub-title::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png");
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.home5-slide2-content .sub-title::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png");
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.home5-slide2-content .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 30px
}

.home5-slide2-content .btn {
    color: #333;
    background-color: #fff
}

.home5-slide2-content .btn:hover {
    color: #fff;
    background-color: #333
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide2-content .sub-title {
        font-size: 90px
    }
    .home5-slide2-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home5-slide2-content .sub-title {
        font-size: 50px;
        margin-bottom: 10px
    }
    .home5-slide2-content .title {
        font-size: 34px
    }
    .home5-slide2-content .btn {
        padding: 10px 30px
    }
}

@media only screen and (max-width: 767px) {
    .home5-slide2-content .sub-title {
        font-size: 80px;
        margin-bottom: 10px
    }
    .home5-slide2-content .title {
        font-size: 40px
    }
    .home5-slide2-content .btn {
        padding: 10px 30px
    }
}

@media only screen and (max-width: 575px) {
    .home5-slide2-content .sub-title::before, .home5-slide2-content .sub-title::after {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide2-content .sub-title {
        font-size: 40px
    }
    .home5-slide2-content .title {
        font-size: 30px;
        margin-bottom: 20px
    }
    .home5-slide2-content .btn {
        font-size: 14px;
        padding: 8px 20px
    }
}

.home5-slide3-image {
    -webkit-animation: homr5image 5s linear infinite alternate both;
    animation: homr5image 5s linear infinite alternate both;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .home5-slide3-image {
        max-width: 90%;
        margin: 0 auto
    }
}

.home5-slide3-content {
    text-align: center
}

.home5-slide3-content .sub-title {
    font-family: "Sen";
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    color: #454545
}

.home5-slide3-content .title {
    font-family: "Sen";
    font-size: 60px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    letter-spacing: 14px;
    text-transform: uppercase;
    color: #baa491
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide3-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home5-slide3-content .sub-title {
        font-size: 55px
    }
    .home5-slide3-content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .home5-slide3-content .sub-title {
        font-size: 45px
    }
    .home5-slide3-content .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide3-content .sub-title {
        font-size: 40px
    }
    .home5-slide3-content .title {
        font-size: 24px;
        letter-spacing: 5px
    }
}

.home5-slide-collection, .home5-slide-sale {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 5px;
    color: #333;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide-collection, .home5-slide-sale {
        left: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home5-slide-collection, .home5-slide-sale {
        font-size: 14px;
        left: 20px
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide-collection, .home5-slide-sale {
        font-size: 12px;
        left: 10px
    }
}

.home5-slide-sale {
    right: 60px;
    left: auto
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide-sale {
        right: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home5-slide-sale {
        right: 20px
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide-sale {
        right: 10px
    }
}

.home5-slide-shop-link {
    position: absolute;
    right: 50px;
    bottom: 40px
}

.home5-slide-shop-link::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    width: 60px;
    height: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333
}

.home5-slide-shop-link a {
    font-weight: 400;
    color: #333
}

.home5-slide-shop-link a:hover {
    color: #72a499
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .home5-slide-shop-link {
        right: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home5-slide-shop-link {
        right: 30px;
        bottom: 30px
    }
}

@media only screen and (max-width: 479px) {
    .home5-slide-shop-link {
        right: 20px;
        bottom: 20px
    }
    .home5-slide-shop-link::before {
        display: none
    }
    .home5-slide-shop-link a {
        font-size: 14px
    }
}

@-webkit-keyframes homr5image {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes homr5image {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.home6-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 90vh; */
    padding: 60px 0
}

.home6-slide1-content {
    text-align: center
}

.home6-slide1-content .sub-title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    line-height: 1.375;
    color: #fff
}

.home6-slide1-content .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff
}

.home6-slide1-content .title:not(:last-child) {
    margin-bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home6-slide1-content .sub-title {
        font-size: 70px
    }
    .home6-slide1-content .title {
        font-size: 56px
    }
}

@media only screen and (max-width: 767px) {
    .home6-slide1-content .sub-title {
        font-size: 50px
    }
    .home6-slide1-content .title {
        font-size: 40px
    }
    .home6-slide1-content .title:not(:last-child) {
        margin-bottom: 30px
    }
    .home6-slide1-content .link .btn {
        padding: 10px 30px
    }
}

@media only screen and (max-width: 575px) {
    .home6-slide1-content .sub-title {
        font-size: 40px
    }
    .home6-slide1-content .title {
        font-size: 36px
    }
    .home6-slide1-content .title:not(:last-child) {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 479px) {
    .home6-slide1-content .sub-title {
        font-size: 30px
    }
    .home6-slide1-content .title {
        font-size: 30px
    }
    .home6-slide1-content .title:not(:last-child) {
        margin-bottom: 20px
    }
    .home6-slide1-content .link .btn {
        font-size: 14px;
        padding: 8px 25px
    }
}

.home7-slider {
    height: 850px
}

.home7-slider [class*="swiper-button"]:hover i {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.home7-slider:hover [class*="swiper-button"] {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home7-slider {
        height: 650px
    }
}

@media only screen and (max-width: 767px) {
    .home7-slider {
        height: 550px
    }
}

@media only screen and (max-width: 575px) {
    .home7-slider {
        height: 500px
    }
}

@media only screen and (max-width: 479px) {
    .home7-slider {
        height: 450px
    }
}

.home7-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home7-slide1-content {
    z-index: 1;
    overflow: hidden;
    text-align: center
}

.home7-slide1-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home7-slide1-content .name {
    font-family: "Sen";
    font-size: 120px;
    line-height: 1.2;
    display: block;
    margin-bottom: -30px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    color: #454545
}

.home7-slide1-content .title {
    font-family: "Sen";
    font-size: 55px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 11px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #baa491
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home7-slide1-content .name {
        font-size: 90px
    }
    .home7-slide1-content .title {
        font-size: 44px;
        letter-spacing: 15px
    }
}

@media only screen and (max-width: 767px) {
    .home7-slide1-content .name {
        font-size: 70px;
        margin-bottom: -15px
    }
    .home7-slide1-content .title {
        font-size: 36px;
        letter-spacing: 10px
    }
}

@media only screen and (max-width: 575px) {
    .home7-slide1-content .name {
        font-size: 50px;
        margin-bottom: 0
    }
    .home7-slide1-content .title {
        font-size: 30px;
        letter-spacing: 5px
    }
}

.home7-slide1-image {
    position: relative;
    display: inline-block;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0
}

.home7-slide1-image:not(:first-child) {
    margin-top: 50px
}

.home7-slide1-image .price {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    position: absolute;
    top: 0;
    left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.home7-slide1-image .price .amount {
    font-size: 24px;
    font-weight: 700;
    display: block;
    letter-spacing: 0
}

.home7-slide1-image img {
    -webkit-animation: hero7SlideUpDown 2s linear infinite alternate both;
    animation: hero7SlideUpDown 2s linear infinite alternate both
}

@media only screen and (max-width: 767px) {
    .home7-slide1-image .price {
        font-size: 10px;
        left: 20px;
        width: 60px;
        height: 60px
    }
    .home7-slide1-image .price .amount {
        font-size: 18px
    }
}

@media only screen and (max-width: 479px) {
    .home7-slide1-image .price {
        top: -10px
    }
}

@-webkit-keyframes hero7SlideUpDown {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes hero7SlideUpDown {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.home7-slide2-content {
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center
}

.home7-slide2-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home7-slide2-content .sub-title {
    font-family: "Sen";
    font-size: 70px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    color: #454545
}

.home7-slide2-content .title {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.25;
    position: relative;
    margin-bottom: 40px;
    padding: 0 60px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    letter-spacing: 5px;
    text-transform: uppercase
}

.home7-slide2-content .title::before, .home7-slide2-content .title::after {
    line-height: .9;
    position: absolute;
    top: 0
}

.home7-slide2-content .title::before {
    left: 0;
    content: url(../images/slider/home7/slide2-title-1.png)
}

.home7-slide2-content .title::after {
    right: 0;
    content: url(../images/slider/home7/slide2-title-2.png)
}

.home7-slide2-content .link {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home7-slide2-content .sub-title {
        font-size: 60px
    }
    .home7-slide2-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    .home7-slide2-content .sub-title {
        font-size: 50px
    }
    .home7-slide2-content .title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 575px) {
    .home7-slide2-content .sub-title {
        font-size: 40px
    }
    .home7-slide2-content .title {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 0
    }
    .home7-slide2-content .title::before, .home7-slide2-content .title::after {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .home7-slide2-content .sub-title {
        font-size: 26px
    }
    .home7-slide2-content .title {
        font-size: 24px
    }
}

.swiper-slide-active .home7-slide1-content>* {
    opacity: 1
}

.swiper-slide-active .home7-slide1-content .name {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home7-slide1-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home7-slide1-image {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.swiper-slide-active .home7-slide2-content>* {
    opacity: 1
}

.swiper-slide-active .home7-slide2-content .sub-title {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home7-slide2-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home7-slide2-content .link {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home8-slider .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home8-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home8-slide-image {
    z-index: 1;
    overflow: hidden;
    max-width: 64%
}

.home8-slide-image img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home8-slide-image {
        max-width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .home8-slide-image {
        max-width: 100%
    }
}

.home8-slide-content {
    position: absolute;
    z-index: 1;
    z-index: 8;
    top: 50%;
    left: 64%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap
}

.home8-slide-content>* {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.home8-slide-content .sub-title {
    font-family: "Sen";
    font-size: 75px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #333
}

.home8-slide-content .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home8-slide-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home8-slide-content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333
}

.home8-slide-content .link a:hover {
    color: #72a499;
    border-color: #72a499
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home8-slide-content .sub-title {
        font-size: 50px
    }
    .home8-slide-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home8-slide-content .sub-title {
        font-size: 50px
    }
    .home8-slide-content .title {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home8-slide-content {
        left: 70%
    }
    .home8-slide-content .sub-title {
        font-size: 40px
    }
    .home8-slide-content .title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .home8-slide-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .home8-slide-content {
        position: relative;
        right: 0;
        left: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-top: -80px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .home8-slide-content .sub-title {
        font-size: 40px
    }
    .home8-slide-content .title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .home8-slide-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 479px) {
    .home8-slide-content {
        margin-top: -40px
    }
    .home8-slide-content .sub-title {
        font-size: 36px
    }
    .home8-slide-content .title {
        font-size: 24px
    }
}

.home8-slide-pages {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    z-index: 9;
    right: 3%;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.home8-slide-pages>* {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.home8-slide-pages .current {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    color: #333
}

.home8-slide-pages .border {
    display: block;
    width: 80px;
    height: 2px;
    margin: 5px 15px 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    border: none !important;
    background-color: #333
}

.home8-slide-pages .total {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    color: rgba(126, 126, 126, 0.5)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home8-slide-pages {
        font-size: 44px
    }
    .home8-slide-pages .border {
        width: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .home8-slide-pages {
        font-size: 40px;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .home8-slide-pages .border {
        width: 40px;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .home8-slide-pages {
        font-size: 30px;
        right: 5px;
        bottom: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .home8-slide-pages .border {
        width: 30px
    }
}

.swiper-slide-active .home8-slide-image img {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home8-slide-content>* {
    opacity: 1
}

.swiper-slide-active .home8-slide-content .sub-title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home8-slide-content .title {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home8-slide-content .link {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home8-slide-pages>* {
    opacity: 1
}

.swiper-slide-active .home8-slide-pages .current {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home8-slide-pages .border {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home8-slide-pages .total {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.home12-slider {
    width: 100%
}

.home12-slider:hover [class*="swiper-button"] {
    opacity: 1
}

.home12-slider:hover [class*="swiper-button"]:hover i {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.home12-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 645px
}

@media only screen and (max-width: 767px) {
    .home12-slide-item {
        height: 550px
    }
}

@media only screen and (max-width: 575px) {
    .home12-slide-item {
        height: 500px
    }
}

@media only screen and (max-width: 479px) {
    .home12-slide-item {
        height: 450px
    }
}

.home12-slide1-content {
    position: relative;
    z-index: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    max-width: 600px;
    padding: 40px 40px 55px;
    text-align: center
}

.home12-slide1-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home12-slide1-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    background-color: #fff
}

.home12-slide1-content .bg::before {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: 1px dashed #72a499
}

.home12-slide1-content .sub-title {
    font-family: "Sen";
    font-size: 55px;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    margin-bottom: 28px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #72a499
}

.home12-slide1-content .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    letter-spacing: 3px;
    color: #333
}

.home12-slide1-content .price {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

@media only screen and (max-width: 767px) {
    .home12-slide1-content {
        max-width: 450px
    }
    .home12-slide1-content .sub-title {
        font-size: 50px
    }
    .home12-slide1-content .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .home12-slide1-content .sub-title {
        font-size: 40px
    }
    .home12-slide1-content .title {
        font-size: 30px
    }
}

.home12-slide2-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 466px;
    height: 466px;
    padding: 25px;
    border-radius: 50%;
    background-color: transparent
}

.home12-slide2-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home12-slide2-content .bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border-radius: 50%;
    background-color: #fff
}

.home12-slide2-content .icon {
    margin-bottom: 25px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.home12-slide2-content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 11px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home12-slide2-content .price {
    margin-bottom: 20px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home12-slide2-content .link {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.home12-slide2-content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333
}

.home12-slide2-content .link a:hover {
    color: #72a499;
    border-color: #72a499
}

@media only screen and (max-width: 767px) {
    .home12-slide2-content {
        width: 400px;
        height: 400px
    }
    .home12-slide2-content .title {
        font-size: 60px
    }
    .home12-slide2-content .link a {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home12-slide2-content {
        width: 350px;
        height: 350px
    }
    .home12-slide2-content .icon {
        height: 60px;
        margin-bottom: 20px
    }
    .home12-slide2-content .title {
        font-size: 48px
    }
    .home12-slide2-content .price {
        height: 60px
    }
}

@media only screen and (max-width: 479px) {
    .home12-slide2-content {
        width: 300px;
        height: 300px
    }
    .home12-slide2-content .title {
        font-size: 40px
    }
    .home12-slide2-content .price {
        height: 50px
    }
    .home12-slide2-content .link a {
        font-size: 12px
    }
}

.home12-slide3-content {
    max-width: calc(100% - 20px);
    margin-top: 80px;
    text-align: center
}

.home12-slide3-content>* {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0
}

.home12-slide3-content .title {
    font-family: "Sen";
    font-size: 76px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #72a499
}

.home12-slide3-content .sub-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0 80px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;
    color: #000
}

.home12-slide3-content .sub-title img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0
}

.home12-slide3-content .sub-title img.left-icon {
    left: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.home12-slide3-content .sub-title img.right-icon {
    right: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.home12-slide3-content .price {
    font-family: "Sen";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 9;
    display: inline-block;
    padding: 0 45px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-image: url("../images/slider/home1/slide-3-3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    .home12-slide3-content {
        margin-top: 60px
    }
    .home12-slide3-content .title {
        font-size: 70px;
        margin-bottom: 20px
    }
    .home12-slide3-content .sub-title {
        font-size: 36px;
        margin-bottom: 25px
    }
    .home12-slide3-content .price {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .home12-slide3-content {
        margin-top: 60px
    }
    .home12-slide3-content .title {
        font-size: 54px
    }
    .home12-slide3-content .sub-title {
        font-size: 30px;
        margin-bottom: 20px;
        padding: 0 50px
    }
    .home12-slide3-content .sub-title img {
        height: 16px;
        margin-top: -8px
    }
}

@media only screen and (max-width: 479px) {
    .home12-slide3-content .title {
        font-size: 40px
    }
    .home12-slide3-content .sub-title {
        font-size: 20px;
        margin-bottom: 15px
    }
    .home12-slide3-content .price {
        font-size: 12px
    }
}

.swiper-slide-active .home12-slide1-content>* {
    opacity: 1
}

.swiper-slide-active .home12-slide1-content .bg {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home12-slide1-content .sub-title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide1-content .title {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide1-content .price {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide2-content>* {
    opacity: 1
}

.swiper-slide-active .home12-slide2-content .bg {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .home12-slide2-content .icon {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide2-content .title {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide2-content .price {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide2-content .link {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide3-content>* {
    opacity: 1
}

.swiper-slide-active .home12-slide3-content .title {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide3-content .sub-title {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.swiper-slide-active .home12-slide3-content .sub-title img {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1
}

.swiper-slide-active .home12-slide3-content .sub-title img.left-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home12-slide3-content .sub-title img.right-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-slide-active .home12-slide3-content .price {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.section-title {
    margin-bottom: 80px
}

.section-title .sub-title {
    font-family: "Sen";
    font-size: 76px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
    color: #72a499
}

.section-title .sub-title:last-child {
    margin-bottom: 0
}

.section-title .title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: #333
}

.section-title .title.title-icon-both::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title .title.title-icon-both::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.section-title .title.title-icon-left::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title .title.title-icon-right::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .sub-title {
        font-size: 60px
    }
    .section-title .title {
        font-size: 44px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 60px
    }
    .section-title .sub-title {
        font-size: 50px
    }
    .section-title .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .section-title {
        margin-bottom: 50px
    }
    .section-title .sub-title {
        font-size: 40px
    }
    .section-title .title {
        font-size: 24px
    }
    .section-title .title::before, .section-title .title::after {
        display: none !important
    }
}

.section-title2 {
    margin-bottom: 80px
}

.section-title2 .sub-title {
    font-family: "Sen";
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 8px;
    color: #72a499
}

.section-title2 .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    color: #000;
}

.section-title2 h3 {
    color: #000;
    font-weight: 500;
}

.section-title2 .title.title-icon-both::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title2 .title.title-icon-both::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.section-title2 .title.title-icon-left::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title2 .title.title-icon-right::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.section-title2 p {
    line-height: 1.75;
    max-width: 570px;
    margin-top: 25px
}

.section-title2.text-center p {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .section-title2 {
        margin-bottom: 60px
    }
    .section-title2 .sub-title {
        font-size: 50px
    }
    .section-title2 .title {
        font-size: 32px
    }
    .section-title2 p {
        margin-top: 15px
    }
}

@media only screen and (max-width: 575px) {
    .section-title2 {
        margin-bottom: 50px
    }
    .section-title2 .sub-title {
        font-size: 40px
    }
    .section-title2 .title {
        font-size: 24px
    }
    .section-title2 .title::before, .section-title2 .title::after {
        display: none !important
    }
    .section-title2 p {
        margin-top: 10px
    }
}

.section-title3 {
    margin-bottom: 80px;
    padding: 20px 0;
    background-size: auto 100%
}

.section-title3 .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: #333
}

.section-title3 .desc {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .section-title3 {
        margin-bottom: 60px
    }
    .section-title3 .sub-title {
        font-size: 50px
    }
    .section-title3 .title {
        font-size: 32px
    }
    .section-title3 p {
        margin-top: 15px
    }
}

@media only screen and (max-width: 575px) {
    .section-title3 {
        margin-bottom: 50px
    }
    .section-title3 .sub-title {
        font-size: 40px
    }
    .section-title3 .title {
        font-size: 24px
    }
    .section-title3 p {
        margin-top: 10px
    }
}

.section-title4 {
    margin-bottom: 80px
}

.section-title4 .title {
    font-family: "Sen";
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.section-title4 .title.title-icon-both::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title4 .title.title-icon-both::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.section-title4 .title.title-icon-left::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.section-title4 .title.title-icon-right::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title4 .title {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    .section-title4 {
        margin-bottom: 60px
    }
    .section-title4 .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 575px) {
    .section-title4 {
        margin-bottom: 50px
    }
    .section-title4 .title {
        font-size: 40px
    }
    .section-title4 .title::before, .section-title4 .title::after {
        display: none !important
    }
}

.block-title {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed
}

.block-title .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.page-title-section {
    padding: 130px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title-section {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .page-title-section {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .page-title-section {
        padding: 50px 0
    }
}

.page-title .title {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 30px
}

.page-title .breadcrumb {
    padding: 0;
    background-color: transparent
}

.page-title .breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #333
}

.page-title .breadcrumb .breadcrumb-item a:hover {
    color: #333
}

.page-title .breadcrumb .breadcrumb-item.active {
    color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-title .title {
        font-size: 44px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title .title {
        font-size: 40px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .page-title .title {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 575px) {
    .page-title .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 479px) {
    .page-title .title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.sale-banner1 {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: auto;
    padding-bottom: 100%
}

.sale-banner1 .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.sale-banner1 .inner .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 3px;
    color: #333
}

.sale-banner1 .inner .sale-percent {
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.sale-banner1 .inner .sale-percent .number {
    font-size: 100px
}

.sale-banner1 .inner .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 2px 0;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid transparent
}

.sale-banner1 .inner .link:hover {
    border-color: rgba(51, 51, 51, 0.2)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sale-banner1 .inner {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
    .sale-banner1 .inner {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
    .sale-banner1 .inner .link {
        font-size: 20px
    }
}

.sale-banner2 .inner .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 35px
}

.sale-banner2 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: 1px solid #fff
}

.sale-banner2 .inner .image img {
    width: 100%
}

.sale-banner2 .inner .image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sale-banner2 .inner .content .sale-percent {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 3px
}

.sale-banner2 .inner .content .text {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333
}

.sale-banner2 .inner .content .btn {
    background-color: #f9f0ee
}

@media only screen and (max-width: 575px) {
    .sale-banner2 .inner .image {
        margin-bottom: 20px
    }
}

.sale-banner3 {
    position: relative;
    width: 100%;
    padding: 80px 30px;
    text-align: center;
    border: 3px solid rgba(114, 164, 153, 0.4)
}

.sale-banner3 .special-title {
    font-family: "Sen";
    font-size: 56px;
    line-height: 1.25;
    display: block;
    margin-bottom: 25px;
    color: #72a499
}

.sale-banner3 .title {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-bottom: 48px
}

.sale-banner3 .title::before {
    font-family: "Sen";
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    content: attr(data-text);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    text-align: center;
    color: #f2f2f2
}

.sale-banner3 .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.sale-banner3 .link:hover {
    border-color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sale-banner3 .title {
        font-size: 32px
    }
    .sale-banner3 .title::before {
        font-size: 80px
    }
}

.sale-banner3-1 {
    position: relative;
    width: 100%;
    text-align: center
}

.sale-banner3-1 .image img {
    width: 100%
}

.sale-banner3-1 .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sale-banner3-1 .content .special-title {
    font-family: "Sen";
    font-size: 56px;
    line-height: 1.25;
    display: block;
    margin-bottom: 25px;
    color: #72a499
}

.sale-banner3-1 .content .title {
    font-size: 34px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-bottom: 48px
}

.sale-banner3-1 .content .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.sale-banner3-1 .content .link:hover {
    border-color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .sale-banner3-1 .content .title {
        font-size: 32px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner3-1 .content .special-title {
        font-size: 44px
    }
    .sale-banner3-1 .content .title {
        font-size: 28px
    }
}

.sale-banner4 {
    height: 100%
}

.sale-banner4 .inner {
    position: relative;
    height: 100%
}

.sale-banner4 .inner>img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sale-banner4 .inner .content {
    position: absolute;
    z-index: 9;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center
}

.sale-banner4 .inner .content .sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px
}

.sale-banner4 .inner .content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    line-height: .9;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .sale-banner4 .inner .content .sub-title {
        font-size: 20px;
        margin-bottom: 20px
    }
    .sale-banner4 .inner .content .title {
        font-size: 60px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner4 .inner .content {
        top: 12%
    }
    .sale-banner4 .inner .content .sub-title {
        font-size: 18px;
        margin-bottom: 15px
    }
    .sale-banner4 .inner .content .title {
        font-size: 40px;
        margin-bottom: 20px
    }
    .sale-banner4 .inner .content .button-banner img {
        height: 16px
    }
}

.sale-banner5 .inner {
    position: relative;
    display: block
}

.sale-banner5 .inner>img {
    z-index: 1;
    display: block;
    width: 100%
}

.sale-banner5 .inner .content {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 50px
}

.sale-banner5 .inner .content .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px
}

.sale-banner5 .inner .content .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .sale-banner5 .inner .content {
        bottom: 40px;
        left: 40px
    }
    .sale-banner5 .inner .content .title {
        font-size: 32px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner5 .inner .content {
        left: 20px
    }
    .sale-banner5 .inner .content .title {
        font-size: 22px;
        margin-bottom: 5px
    }
    .sale-banner5 .inner .content .price {
        font-size: 14px
    }
}

.sale-banner6 .inner {
    position: relative;
    display: block
}

.sale-banner6 .inner>img {
    z-index: 1;
    display: block;
    width: 100%
}

.sale-banner6 .inner .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.sale-banner6 .inner .content img {
    display: block;
    margin: auto
}

.sale-banner6 .inner .content img.price {
    margin-bottom: 25px
}

.sale-banner6 .inner .content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    line-height: .9;
    margin-bottom: 20px
}

.sale-banner6 .inner .content .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.sale-banner6 .inner .content .link:hover {
    border-color: #333
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sale-banner6 .inner .content .title {
        font-size: 60px
    }
    .sale-banner6 .inner .content img.icon {
        height: 50px
    }
    .sale-banner6 .inner .content img.price {
        height: 50px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .sale-banner6 .inner .content .title {
        font-size: 60px
    }
    .sale-banner6 .inner .content img.icon {
        height: 40px
    }
    .sale-banner6 .inner .content img.price {
        height: 30px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner6 .inner .content .title {
        font-size: 40px;
        margin-bottom: 10px
    }
    .sale-banner6 .inner .content img.icon {
        height: 30px
    }
    .sale-banner6 .inner .content img.price {
        height: 20px;
        margin-bottom: 10px
    }
}

.sale-banner7 {
    height: 100%
}

.sale-banner7 .inner {
    position: relative;
    height: 100%
}

.sale-banner7 .inner .image {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.sale-banner7 .inner .image img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sale-banner7 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    border: 1px solid #fff
}

.sale-banner7 .inner .content {
    position: absolute;
    z-index: 9;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center
}

.sale-banner7 .inner .content .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    color: #696969
}

.sale-banner7 .inner .content .sub-title {
    font-family: "Sen";
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #baa491
}

.sale-banner7:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sale-banner7:hover .inner .image::before {
    opacity: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .sale-banner7 .inner .content .title {
        font-size: 60px
    }
    .sale-banner7 .inner .content .sub-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner7 .inner .content .title {
        font-size: 40px
    }
    .sale-banner7 .inner .content .sub-title {
        font-size: 20px
    }
}

.sale-banner8 {
    position: relative;
    display: block;
    overflow: hidden
}

.sale-banner8 img {
    display: block;
    width: 100%
}

.sale-banner8 .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sale-banner8 .content .title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 10px
}

.sale-banner8 .content .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.sale-banner8 .content .link:hover {
    border-color: #333
}

.sale-banner8:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sale-banner8 .content .title {
        font-size: 30px
    }
    .sale-banner8 .content .link {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .sale-banner8 .content .title {
        font-size: 24px
    }
    .sale-banner8 .content .link {
        font-size: 14px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner8 .content {
        left: 20px
    }
    .sale-banner8 .content .title {
        font-size: 18px;
        margin-bottom: 6px
    }
    .sale-banner8 .content .link {
        font-size: 12px
    }
}

.sale-banner9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 60px 30px
}

.sale-banner9 .inner .content {
    text-align: center
}

.sale-banner9 .inner .content .title {
    font-family: "Sen";
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
    color: #72a499
}

.sale-banner9 .inner .content .cuppon {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 34px;
    letter-spacing: 2px;
    color: #333
}

.sale-banner9 .inner .content .cuppon .code {
    font-weight: 600;
    padding: 1px 16px;
    color: #fff;
    background-image: url(../images/banner/sale/sale-banner9-1.1.png);
    background-size: cover
}

.sale-banner9 .inner .content .offer {
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 35px;
    color: #333
}

@media only screen and (max-width: 767px) {
    .sale-banner9 .inner .content .title {
        font-size: 80px
    }
    .sale-banner9 .inner .content .cuppon {
        font-size: 14px;
        margin-bottom: 25px
    }
    .sale-banner9 .inner .content .offer {
        font-size: 80px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 479px) {
    .sale-banner9 .inner .content .title {
        font-size: 60px
    }
    .sale-banner9 .inner .content .cuppon {
        font-size: 12px
    }
    .sale-banner9 .inner .content .offer {
        font-size: 60px
    }
}

.sale-banner9-image {
    height: 100%
}

.sale-banner9-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sale-banner10 .inner {
    position: relative;
    overflow: hidden
}

.sale-banner10 .inner>img {
    width: 100%
}

.sale-banner10 .inner .content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center
}

.sale-banner10 .inner .content .sub-title {
    font-family: "Sen";
    font-size: 56px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    color: #72a499
}

.sale-banner10 .inner .content .title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px
}

.sale-banner10:hover .inner>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sale-banner11 .inner {
    position: relative;
    overflow: hidden
}

.sale-banner11 .inner::before {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    content: "";
    border: 1px solid #fff
}

.sale-banner11 .inner>img {
    width: 100%
}

.sale-banner11 .inner .content {
    position: absolute;
    z-index: 9;
    bottom: 75px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center
}

.sale-banner11 .inner .content .title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px
}

.sale-banner11:hover .inner>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner1 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner1 .inner .image {
    position: relative;
    display: block;
    overflow: hidden
}

.category-banner1 .inner .image:not(:last-child) {
    margin-bottom: 20px
}

.category-banner1 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: 1px solid #fff
}

.category-banner1 .inner .image img {
    width: 100%
}

.category-banner1 .inner .content .title {
    font-size: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.category-banner1 .inner .content .title a:hover {
    color: #333
}

.category-banner1 .inner .content .title .number {
    font-family: "Sen";
    font-size: 16px;
    line-height: 1;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #333
}

.category-banner1 .inner .content .title .number::before {
    position: absolute;
    top: calc(50% + 2px);
    right: calc(100% + 10px);
    width: 50px;
    height: 1px;
    content: "";
    background-color: #ccc
}

.category-banner1:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner2 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner2 .inner {
    display: block
}

.category-banner2 .inner .image {
    position: relative;
    display: block;
    overflow: hidden
}

.category-banner2 .inner .image:not(:last-child) {
    margin-bottom: 30px
}

.category-banner2 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    border: 1px solid #fff
}

.category-banner2 .inner .image img {
    width: 100%
}

.category-banner2 .inner .content .title {
    font-size: 34px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.category-banner2 .inner .content .title .number {
    font-family: "Sen";
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-left: 5px;
    color: #333
}

.category-banner2 .banner-desc {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    letter-spacing: 3px;
    color: #696969;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.category-banner2 .banner-desc.right {
    right: -40px
}

.category-banner2 .banner-desc.left {
    left: -40px
}

.category-banner2:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner2:hover .inner .image::before {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .category-banner2 .inner .content .title {
        font-size: 24px
    }
    .category-banner2 .banner-desc {
        display: none
    }
}

.category-banner3 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner3 .inner {
    position: relative;
    display: block
}

.category-banner3 .inner .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0
}

.category-banner3 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    border: 1px solid #fff
}

.category-banner3 .inner .image img {
    width: 100%
}

.category-banner3 .inner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 50px
}

.category-banner3 .inner .content .title {
    font-size: 34px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.category-banner3 .inner .content .title .number {
    font-family: "Sen";
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-left: 5px;
    color: #333
}

.category-banner3:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner3:hover .inner .image::before {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .category-banner3 .inner .content .title {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
    .category-banner3 .inner .content {
        padding-bottom: 35px
    }
}

@media only screen and (max-width: 479px) {
    .category-banner3 .inner .content {
        padding: 0 25px 20px
    }
}

.category-banner4 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner4 .inner {
    position: relative;
    display: block
}

.category-banner4 .inner .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0
}

.category-banner4 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    border: 1px solid #fff
}

.category-banner4 .inner .image img {
    width: 100%
}

.category-banner4 .inner .content {
    position: relative;
    z-index: 9;
    max-width: 80%;
    margin: -25px auto 0;
    padding: 15px 10px
}

.category-banner4 .inner .content .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.125;
    margin: 0;
    text-align: center
}

.category-banner4:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner4:hover .inner .image::before {
    opacity: 1
}

.category-banner5 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner5 .inner {
    position: relative;
    display: block
}

.category-banner5 .inner .image {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.category-banner5 .inner .image img {
    display: block;
    width: 100%;
    max-width: 264px;
    margin: auto;
    border-radius: 50%
}

.category-banner5 .inner .content {
    margin: 0;
    padding: 0;
    text-align: center
}

.category-banner5 .inner .content .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.125;
    margin: 0 0 15px
}

.category-banner5 .inner .content .number {
    font-size: 16px;
    font-weight: 400;
    display: block;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #999
}

.category-banner5:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner5:hover .inner .content .number {
    color: #333
}

.category-banner6 {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.category-banner6 .inner {
    position: relative
}

.category-banner6 .inner .image {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin-bottom: 0
}

.category-banner6 .inner .image::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.category-banner6 .inner .image img {
    width: 100%
}

.category-banner6 .inner .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.category-banner6 .inner .content .title {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 5px
}

.category-banner6 .inner .content .title::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.category-banner6 .inner .content .title a {
    color: #fff
}

.category-banner6 .inner .content .title a:hover {
    color: #fff
}

.category-banner6 .inner .content .title .number {
    font-family: "Sen";
    font-size: 16px;
    line-height: 1;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 50px;
    color: #fff
}

.category-banner6 .inner .content .title .number::before {
    position: absolute;
    top: calc(50% + 2px);
    right: calc(100% + 10px);
    width: 30px;
    height: 1px;
    content: "";
    background-color: #fff
}

.category-banner6:hover .inner .image::before {
    opacity: 1
}

.category-banner6:hover .inner .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.category-banner6:hover .inner .content {
    opacity: 1
}

.category-banner6:hover .inner .content .title::before {
    width: 100%
}

.parallax-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh
}

.parallax-banner .parallax-image {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%
}

.parallax-banner .parallax-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.parallax-banner .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%
}

.parallax-banner-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.parallax-banner-1 .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.parallax-banner-1 .content .sub-title {
    font-family: "Sen";
    font-size: 120px;
    line-height: .75;
    display: block;
    color: #333
}

.parallax-banner-1 .content .title {
    font-family: "Sen";
    font-size: 56px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    letter-spacing: 20px;
    color: #baa491
}

.parallax-banner-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.parallax-banner-2 .content .price {
    margin-bottom: 35px
}

.parallax-banner-2 .content .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px
}

.parallax-banner-2 .content .sub-title {
    font-family: "Sen";
    font-size: 72px;
    line-height: 1;
    display: block;
    color: #72a499
}

.parallax-banner-3 .content .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 30px
}

.parallax-banner-4 .content {
    max-width: 500px;
    margin-left: 15%
}

.parallax-banner-4 .content .sub-title {
    font-family: "Sen";
    font-size: 80px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    color: #333
}

.parallax-banner-4 .content .title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 30px
}

.parallax-banner-4 .content a {
    font-family: "Sen";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .parallax-banner-4 .content {
        margin-left: 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .parallax-banner-1 .content .sub-title {
        font-size: 100px
    }
    .parallax-banner-1 .content .title {
        font-size: 44px
    }
    .parallax-banner-2 .content .title {
        font-size: 44px
    }
    .parallax-banner-2 .content .sub-title {
        font-size: 56px
    }
    .parallax-banner-3 .content .title {
        font-size: 44px
    }
    .parallax-banner-4 .content {
        max-width: 420px;
        margin-left: 5%
    }
    .parallax-banner-4 .content .sub-title {
        font-size: 60px
    }
    .parallax-banner-4 .content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .parallax-banner .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
    .parallax-banner-1 .content .sub-title {
        font-size: 80px
    }
    .parallax-banner-1 .content .title {
        font-size: 40px;
        letter-spacing: 10px
    }
    .parallax-banner-4 .content {
        max-width: 350px
    }
}

@media only screen and (max-width: 479px) {
    .parallax-banner-2 .content .title {
        font-size: 36px
    }
    .parallax-banner-2 .content .sub-title {
        font-size: 44px
    }
    .parallax-banner-3 .content .title {
        font-size: 36px
    }
    .parallax-banner-4 .content .sub-title {
        font-size: 50px
    }
    .parallax-banner-4 .content .title {
        font-size: 36px
    }
}

.instagram-banner1 .image img {
    width: 100%
}

.instagram-banner1 .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.instagram-banner1 .content .icon {
    margin-bottom: 20px;
    color: #e2efec
}

.instagram-banner1 .content .icon i {
    font-size: 40px;
    line-height: 1;
    display: block
}

.instagram-banner1 .content .sub-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: #333
}

.instagram-banner1 .content .title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0
}

.instagram-banner1 .content .title a:hover {
    color: #72a499
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
    .instagram-banner1 .content .sub-title {
        font-size: 14px
    }
    .instagram-banner1 .content .title {
        font-size: 24px
    }
}

.video-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 750px
}

.video-banner .content {
    margin-top: 170px;
    text-align: center
}

.video-banner .content .title {
    font-family: "Sen";
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 70px;
    letter-spacing: 12px;
    color: #ababab
}

.video-banner .content .title:last-child {
    margin-bottom: 0
}

.video-banner .content .title span {
    font-weight: 600
}

.video-banner .content .video-popup {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%
}

.video-banner .content .video-popup:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .video-banner {
        height: 600px
    }
    .video-banner .content {
        margin-top: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .video-banner {
        height: 500px
    }
    .video-banner .content {
        margin-top: 80px
    }
    .video-banner .content .title {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-banner .content .title {
        font-size: 30px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .video-banner {
        height: 400px
    }
    .video-banner .content {
        margin-top: 50px
    }
    .video-banner .content .title {
        font-size: 30px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 479px) {
    .video-banner .content {
        margin-top: 40px
    }
    .video-banner .content .title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.video-banner2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 560px
}

.video-banner2 .content {
    text-align: center
}

.video-banner2 .content .video-popup {
    display: block;
    border-radius: 50%
}

.video-banner2 .content .video-popup:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .video-banner2 {
        height: 500px
    }
}

@media only screen and (max-width: 767px) {
    .video-banner2 {
        height: 400px
    }
}

.widget-banner {
    position: relative;
    display: block;
    overflow: hidden
}

.widget-banner::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%)
}

.widget-banner img {
    width: 100%
}

.widget-banner:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    0% {
        left: -100%
    }
    100% {
        left: 125%
    }
}

@keyframes shine {
    0% {
        left: -100%
    }
    100% {
        left: 125%
    }
}

.products {
    margin-bottom: -50px
}

.products .product {
    margin-bottom: 50px
}

.products-no-space {
    margin-bottom: 0
}

.products-no-space .product {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .products {
        margin-bottom: -50px
    }
    .products .product {
        margin-bottom: 50px
    }
}

.product-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 66px
}

.product-tab-list li {
    line-height: 1;
    margin: 0 20px
}

.product-tab-list li a {
    font-family: "Sen";
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: block;
    color: #ababab
}

.product-tab-list li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: url("../images/others/tab-hover.png");
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    opacity: 0
}

.product-tab-list li a.active, .product-tab-list li a:hover {
    color: #333
}

.product-tab-list li a.active:after, .product-tab-list li a:hover:after {
    top: 100%;
    opacity: 1
}

.product-tab-list.tab-hover2 li a:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    content: url("../images/others/tab-hover-2.png")
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab-list li a {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-list {
        margin-bottom: 20px
    }
    .product-tab-list li {
        margin: 0 10px 10px
    }
    .product-tab-list li a {
        font-size: 20px
    }
    .product-tab-list li a::after {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .product-tab-list li a {
        font-size: 18px
    }
}

.product-list-slider {
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0
}

.product {
    position: relative
}

.product .cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-color: transparent;
    position: absolute;
}

.product:hover .cover {
    background-color: #00000026;
}

.product:hover .product-thumb .image img.image-hover {
    z-index: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.product:hover .product-thumb .add-to-card, .product:hover .product-thumb .add-to-wishlist {
    z-index: 2;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product:hover .product-thumb img.profile, .product:hover .product-thumb .profile-name {
    z-index: 2;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product:hover .product-thumb .product-options {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.profile-description {
    font-family: "Sen";
}

/* .product:hover .product-info .title,
.product:hover .product-info .price {
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
} */

.product:hover .product-info .product-buttons {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product:hover .product2-info .title, .product:hover .product2-info .price {
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.product:hover .product2-buttons {
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.product-thumb {
    position: relative;
    z-index: 2;
    margin: 0
}

.product-thumb .image {
    position: relative;
    display: block;
    overflow: hidden
}

.product-thumb .image img {
    z-index: 3;
    width: 100%
}

.product-thumb .image img.image-hover {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}

.product-thumb .add-to-card, .product-thumb .add-to-wishlist {
    position: absolute;
    z-index: 7;
    top: 15px;
    right: 15px;
    visibility: hidden;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    color: #f8796c
}

.product-thumb .add-to-card {
    right: 50px;
}

.product-thumb .add-to-card i, .product-thumb .add-to-wishlist i {
    font-size: 24px;
    line-height: 48px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product-thumb .add-to-card, .product-thumb .add-to-wishlist, .product-thumb .product-badges img.profile, .product-thumb .product-badges .profile-name {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: -12px
}

.product-badges span {
    font-weight: 400;
    line-height: 48px;
    z-index: 5;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: lowercase;
    color: #fff;
    border-radius: 50%
}

.product-badges span.onsale {
    background-color: #98d8ca
}

.product-badges span.hot {
    background-color: #c61932
}

.product-badges span.outofstock {
    background-color: #333
}

.product-badges img.profile {
    width: 48px;
    opacity: 0;
    height: 48px!important;
    border-radius: 50%;
    object-fit: cover;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.product-badges .profile-name {
    color: #fff;
    font-weight: 600;
    font-family: "Sen";
    width: 130px;
    height: auto;
    display: flex;
    text-align: left;
    margin-bottom: 0;
    line-height: 20px;
    padding-left: 7px;
    visibility: hidden;
    align-items: center;
    text-transform: capitalize;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .5s;
}

.product-options {
    position: absolute;
    z-index: 7;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    width: calc(100% - 40px);
    padding: 15px 10px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background-color: #fff
}

.product-options ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333
}

.product-options ul:not(:last-child) {
    margin-bottom: 10px
}

.product-options ul li {
    font-weight: 400;
    line-height: 1;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-options ul.colors li {
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.product-options ul.colors li img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.product-options ul.colors li.active {
    border: 2px solid #f8796c
}

.product-options ul.sizes li {
    padding-bottom: 3px;
    opacity: .5
}

.product-options ul.sizes li:hover, .product-options ul.sizes li.active {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product-options {
        display: none
    }
}

.product-info {
    /* position: relative; */
    z-index: 3;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.product-info:not(:first-child) {
    margin-top: 28px;
    margin-bottom: 40px;
}

.product-info .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-info .title a {
    color: #fff;
}

.product-info .title a:hover {
    color: #333
}

.product-info .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #fff;
}

.product-info .price span.old {
    text-decoration: line-through;
    color: #aaa
}

.product-info .price span.new {
    margin-left: 10px;
    color: #f8796c
}

.product-info .product-buttons {
    /* position: absolute; */
    z-index: 5;
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.product-info .product-buttons .product-button {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #333
}

.product-info .product-buttons .product-button i {
    font-size: 16px;
    line-height: 48px
}

.product-info .product-buttons .product-button:hover {
    background-color: #f8796c
}

.product-info .product-rating {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.product-info .product-rating .rating {
    font-size: 12px;
    position: relative;
    display: block
}

.product-info .product-rating .rating::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "    ";
    color: #ababab
}

.product-info .product-rating .rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

.product-info .product-rating .rating .rating-active::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "    ";
    white-space: nowrap;
    color: #f5cc26
}

.product-info .product-stock-status {
    margin-top: 15px
}

.product-info .product-stock-status .bar {
    display: block;
    float: left;
    width: 100%;
    height: 7px;
    border-radius: 50px;
    background-color: #ededed
}

.product-info .product-stock-status .bar .progress {
    display: block;
    height: 100%;
    border-radius: 50px;
    background-color: #f8796c
}

.product-info .product-stock-status>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-top: 12px;
    color: #7e7e7e
}

.product-info .product-stock-status>span span {
    font-weight: 600;
    color: #333
}

.product-info .product-stock-status>span.sold {
    float: left
}

.product-info .product-stock-status>span.available {
    float: right
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product-info .title, .product-info .price, .product-info .product-buttons {
        visibility: visible !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product-info .product-buttons {
        position: static;
        margin-top: 15px
    }
}

.product2-info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px;
    text-align: left
}

.product2-info .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product2-info .title a {
    color: #7e7e7e
}

.product2-info .title a:hover {
    color: #333
}

.product2-info .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #333
}

.product2-info .price span.old {
    text-decoration: line-through;
    color: #aaa
}

.product2-info .price span.new {
    margin-left: 10px;
    color: #f8796c
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product2-info {
        position: static;
        margin-top: 28px;
        padding: 0;
        text-align: center
    }
    .product2-info .title, .product2-info .price {
        visibility: visible !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important
    }
}

.product2-buttons {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.product2-buttons .product-button {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #333
}

.product2-buttons .product-button i {
    font-size: 16px;
    line-height: 48px
}

.product2-buttons .product-button:hover {
    background-color: #f8796c
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .product2-buttons {
        position: static;
        visibility: visible !important;
        margin-top: 15px;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important
    }
}

.list-product {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-product .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    padding-right: 20px
}

.list-product .thumbnail a {
    display: block
}

.list-product .thumbnail a img {
    width: 100%
}

.list-product .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 140px);
    -ms-flex: 1 0 calc(100% - 140px);
    flex: 1 0 calc(100% - 140px)
}

.list-product .content .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.list-product .content .title a {
    color: #7e7e7e
}

.list-product .content .title a:hover {
    color: #333
}

.list-product .content .price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #333
}

.list-product .content .price:last-child {
    margin-bottom: 0
}

.list-product .content .price span.old {
    text-decoration: line-through;
    color: #aaa
}

.list-product .content .price span.new {
    margin-left: 10px;
    color: #f8796c
}

.list-product .content .ratting {
    line-height: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.list-product .content .ratting::before {
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    content: "    ";
    color: #aaa
}

.list-product .content .ratting .rate {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    color: #f5cc26
}

.list-product .content .ratting .rate::before {
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    content: "    "
}

[data-name="mojs-shape"] {
    z-index: 99
}

.product-deal-image img {
    -webkit-animation: dealImage 2s linear infinite alternate both;
    animation: dealImage 2s linear infinite alternate both
}

@-webkit-keyframes dealImage {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes dealImage {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

.product-deal-content {
    max-width: 525px
}

.product-deal-content .title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px
}

.product-deal-content .title::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.product-deal-content .desc {
    max-width: 460px;
    margin-bottom: 30px
}

.product-deal-content .countdown1 {
    margin-bottom: 55px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-deal-content .title {
        font-size: 34px
    }
    .product-deal-content .countdown1 {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 767px) {
    .product-deal-content .title::after {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .product-deal-content .title {
        font-size: 34px
    }
    .product-deal-content .countdown1 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 479px) {
    .product-deal-content .title {
        font-size: 28px
    }
}

.product-images {
    height: 100%;
    position: relative;
    /* max-height: calc(100vh - 9.5rem - 60px); */
    margin-bottom: 25px;
}

.product-images.vertical {
    padding-left: 210px
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .product-images.vertical {
        padding-left: 140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-images.vertical {
        padding-left: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-images.vertical {
        padding-left: 155px
    }
}

@media only screen and (max-width: 767px) {
    .product-images.vertical {
        padding-left: 110px
    }
}

@media only screen and (max-width: 575px) {
    .product-images.vertical {
        padding-left: 95px
    }
}

@media only screen and (max-width: 479px) {
    .product-images.vertical {
        padding-left: 75px
    }
}

.product-gallery-popup {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 20px;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #333;
    border: 0;
    background-color: transparent
}

.product-gallery-popup i {
    font-size: 24px;
    line-height: 1;
    display: block
}

.product-video-popup {
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #333;
    border: 1px solid #333;
    border-radius: 50%
}

.product-video-popup i {
    font-size: 10px;
    line-height: 1;
    margin-left: 3px
}

.product-video-popup:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #333
}

.toggle-360 {
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.toggle-360:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-gallery-slider {
    margin: 0;
    padding: 0
}

.product-zoom {
    display: block;
}

.product-zoom img:not(.zoomImg) {
    width: 100%
}

.product-thumb-slider {
    margin: 30px 0 0;
    padding: 0
}

.product-thumb-slider .item {
    margin-bottom: 1px;
    border: 1px solid transparent
}

.product-thumb-slider .item img {
    width: 100%
}

.product-thumb-slider-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
    margin: 0;
    padding: 0 0 75px
}

.product-thumb-slider-vertical .item {
    margin-bottom: 1px;
    border: 1px solid transparent
}

.product-thumb-slider-vertical .item img {
    width: 100%
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .product-thumb-slider-vertical {
        width: 125px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-thumb-slider-vertical {
        width: 95px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-thumb-slider-vertical {
        width: 140px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .product-thumb-slider-vertical {
        width: 95px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb-slider-vertical {
        width: 80px;
        padding-bottom: 75px
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb-slider-vertical {
        width: 65px;
        padding-bottom: 50px
    }
}

.product-summery {
    position: relative
}

.product-summery-center {
    text-align: center
}

.product-summery-center .product-ratings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-summery-center .product-variations {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-summery-center .product-variations table tbody tr td.label {
    text-align: right
}

.product-summery-center .product-variations table tbody tr td.value {
    text-align: left
}

.product-summery-center .product-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-summery-center .product-brands .brands {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-summery-center .product-meta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-summery-center .product-meta table tbody tr td.label {
    text-align: right
}

.product-summery-center .product-meta table tbody tr td.value {
    text-align: left
}

.product-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-nav a {
    padding: 8px 0 10px;
    color: #7e7e7e
}

.product-nav a+a {
    margin-left: 10px
}

.product-nav a i {
    font-size: 24px;
    line-height: 1;
    display: block
}

.product-nav a:hover {
    color: #333
}

@media only screen and (max-width: 767px) {
    .product-nav {
        display: none
    }
}

.product-ratings {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 13px 0
}

.product-ratings .star-rating {
    font-size: 12px;
    position: relative;
    display: block;
    margin-right: 10px
}

.product-ratings .star-rating::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "    ";
    color: #ababab
}

.product-ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

.product-ratings .star-rating .rating-active::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "    ";
    white-space: nowrap;
    color: #f5cc26
}

.product-ratings .review-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #7e7e7e
}

.product-ratings .review-link:hover {
    color: #333
}

.product-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1675;
    margin-bottom: 25px
}

@media only screen and (max-width: 575px) {
    .product-title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .product-title {
        font-size: 30px
    }
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.175;
    display: block;
    margin-bottom: 25px;
    color: #333
}

.product-description {
    margin-bottom: 45px
}

.product-description p {
    line-height: 1.565;
    font-weight: 500;
}

.group-product-list {
    margin-bottom: 10px
}

.group-product-list .info-text {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

.group-product-list .info-text:last-child {
    margin-bottom: 0
}

.group-product-list .info-text span {
    font-weight: 700
}

.group-product-list table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px dotted #e5e5e5
}

.group-product-list table:last-child {
    margin-bottom: 0
}

.group-product-list table tbody tr td {
    font-weight: 500;
    padding: 10px 10px 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e5e5e5;
    background-color: transparent
}

.group-product-list table tbody tr td.quantity {
    font-size: 13px;
    color: #333
}

.group-product-list table tbody tr td.thumb {
    width: 50px
}

.group-product-list table tbody tr td.title {
    font-size: 16px;
    font-weight: 500
}

.group-product-list table tbody tr td.price {
    padding-right: 0
}

.group-product-list table tbody tr td.price .pro-price {
    display: block;
    text-align: right
}

.group-product-list table tbody tr td.price .pro-price span {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.group-product-list table tbody tr td.price .pro-price span.old {
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: .5
}

@media only screen and (max-width: 479px) {
    .group-product-list table tbody tr td.price .pro-price span {
        display: block
    }
}

.product-variations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.product-variations .label span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
}

.product-variations table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px
}

.product-variations table tbody tr td.label {
    width: 160px;
    padding-right: 40px
}

@media only screen and (max-width: 575px) {
    .product-variations table tbody tr td.label {
        width: 120px
    }
}

.product-sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-sizes a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    color: #ababab
}

.product-sizes a:last-child {
    margin-right: 0
}

.product-sizes a:hover {
    color: #333
}

@media only screen and (max-width: 575px) {
    .product-sizes a {
        font-size: 18px
    }
}

.product-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-colors a {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.product-colors a:last-child {
    margin-right: 0
}

.product-quantity {
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 117px;
    padding: 10px 0;
    border-bottom: 2px solid #ccc
}

.product-quantity .qty-btn {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    color: #333
}

.product-quantity .input-qty {
    font-size: 14px !important;
    line-height: 1;
    max-width: 88px;
    padding: 0 15px !important;
    text-align: center;
    border: none !important
}

.product-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px
}

.product-buttons .btn {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px
}

@media only screen and (max-width: 479px) {
    .product-buttons {
        margin-right: -5px;
        margin-left: -5px
    }
    .product-buttons .btn {
        margin-right: 5px;
        margin-left: 5px
    }
    .product-buttons .btn-icon {
        width: 50px;
        padding: 12px
    }
    .product-buttons .btn:not(.btn-icon) {
        padding: 12px 30px
    }
}

.product-brands {
    margin-bottom: 30px
}

.product-brands .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #333
}

.product-brands .brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px
}

.product-brands .brands a {
    margin: 0 20px
}

.product-brands .brands a img {
    opacity: .3
}

.product-brands .brands a:hover img {
    opacity: 1
}

.product-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.product-meta .label span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333
}

.product-meta table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px
}

.product-meta table tbody tr td.label {
    width: 160px;
    padding-right: 40px
}

@media only screen and (max-width: 575px) {
    .product-meta table tbody tr td.label {
        width: 120px
    }
}

.product-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.product-category li {
    font-size: 16px
}

.product-category li:not(:last-child)::after {
    margin-right: 6px;
    content: ","
}

.product-category li a:hover {
    color: #333
}

.product-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.product-tags li {
    font-size: 16px
}

.product-tags li:not(:last-child)::after {
    margin-right: 6px;
    content: ","
}

.product-tags li a:hover {
    color: #333
}

.product-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-share a {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.product-share a:last-child {
    margin-right: 0
}

.product-share a i {
    font-size: 16px;
    line-height: 1
}

.product-share a:hover {
    color: #333
}

.product-info-tab-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px 60px
}

.product-info-tab-list li {
    padding: 0 20px 20px
}

.product-info-tab-list li a {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    display: block;
    opacity: .2;
    color: #333
}

.product-info-tab-list li a.active, .product-info-tab-list li a:hover {
    opacity: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .product-info-tab-list {
        margin-right: -15px;
        margin-left: -15px
    }
    .product-info-tab-list li {
        padding-right: 15px;
        padding-left: 15px
    }
    .product-info-tab-list li a {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .product-info-tab-list {
        margin-right: -10px;
        margin-bottom: 30px;
        margin-left: -10px
    }
    .product-info-tab-list li {
        padding-right: 10px;
        padding-left: 10px
    }
    .product-info-tab-list li a {
        font-size: 24px
    }
}

.product-review-wrapper {
    max-width: 820px;
    margin: auto
}

.product-review-wrapper>.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    color: #333
}

.product-review-wrapper>.title:last-child {
    margin-bottom: 0
}

.product-review-list {
    margin: 0 0 70px;
    padding-left: 0;
    list-style: none
}

.product-review-list li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8
}

@media only screen and (max-width: 767px) {
    .product-review-list {
        margin-bottom: 50px
    }
}

.product-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap */
}

.product-review .thumb {
    display: flex;
    flex-flow: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    align-items: center;
}

.product-review .thumb img {
    width: 100%
}

.product-review .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 70px);
    -ms-flex: 1 0 calc(100% - 70px);
    flex: 1 0 calc(100% - 70px);
    padding-left: 30px
}

.product-review .content .ratings {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.product-review .content .ratings .star-rating {
    font-size: 12px;
    position: relative;
    display: block;
    margin-right: 10px
}

.product-review .content .ratings .star-rating::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "    ";
    color: #ababab
}

.product-review .content .ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%
}

.product-review .content .ratings .star-rating .rating-active::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "    ";
    white-space: nowrap;
    color: #f5cc26
}

.product-review .content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.product-review .content .meta .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0
}

.product-review .content .meta .date {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-left: 12px;
    color: #333
}

.product-review .content .meta .date::before {
    margin-right: 10px;
    content: "/"
}

@media only screen and (max-width: 479px) {
    .product-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product-review .content {
        padding-top: 20px;
        padding-left: 0
    }
}

.review-form .note {
    font-size: 16px;
    margin-bottom: 25px
}

.form-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-rating .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-right: 40px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333
}

.form-rating .rating {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 1;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #f5cc26
}

.form-rating .rating::before {
    content: "    "
}

.form-rating .rating .star {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.form-rating .rating .star::before {
    font-weight: 700;
    content: "    "
}

.form-rating .rating:hover .star {
    opacity: 1
}

.quickViewModal .modal-dialog {
    /* width: calc(100% - 30px); */
    max-width: 1200px
}

#uickViewModal .modal-dialog {
    max-height: 100%
}

.loginRegisterModal .modal-dialog {
    max-width: 600px
}

.quickViewModal .modal-dialog .modal-content, .loginRegisterModal .modal-dialog .modal-content {
    padding: 30px
}

.quickViewModal .modal-dialog .modal-content .close, .loginRegisterModal .modal-dialog .modal-content .close {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px
}

.quickViewModal .product-zoom {
    min-height: 50vh;
}

@media only screen and (min-width: 992px) {
    .quickViewModal .modal-dialog .modal-content .product-summery {
        position: absolute;
        right: 15px;
        left: 15px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%
    }
}

@media only screen and (max-width: 479px) {
    .quickViewModal .modal-dialog .modal-content {
        padding: 20px
    }
}

.product-gallery-slider-quickview {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 390px;
    /* max-height: calc(100vh - 3.5rem - 60px); */
}

.blog .image {
    margin-bottom: 30px
}

.blog .image a {
    display: block
}

.blog .image a img {
    width: 100%
}

.blog .content .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.blog .content .meta li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-right: 25px
}

.blog .content .meta li:last-child {
    margin-right: 0
}

.blog .content .meta li i {
    margin-right: 8px;
    color: #999
}

.blog .content .meta li a {
    border-bottom: 1px solid transparent
}

.blog .content .meta li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.2)
}

.blog .content .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.blog .content .title a:hover {
    color: #333
}

.blog .content .desc {
    margin-bottom: 20px
}

.blog .content .desc p {
    font-size: 16px
}

.blog .content .desc p:last-child {
    margin-bottom: 0
}

.blog .content .link {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.blog .content .link:hover {
    border-color: #333
}

.single-blog .image {
    margin-bottom: 30px
}

.single-blog .image a {
    display: block
}

.single-blog .image a img {
    width: 100%
}

.single-blog .content:not(:last-child) {
    margin-bottom: 60px
}

.single-blog .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.single-blog .category li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.single-blog .category li::after {
    margin: 0 7px;
    content: "/"
}

.single-blog .category li:last-child::after {
    display: none
}

.single-blog .category li a {
    padding-bottom: 1px;
    text-transform: uppercase;
    color: #ababab;
    border-bottom: 2px solid transparent
}

.single-blog .category li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.2)
}

.single-blog .title {
    font-weight: 400;
    margin-bottom: 25px
}

.single-blog .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none
}

.single-blog .meta li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px
}

.single-blog .meta li:not(:last-child) {
    margin-right: 25px
}

.single-blog .meta li i {
    margin-right: 8px;
    color: #999
}

.single-blog .meta li a {
    border-bottom: 1px solid transparent
}

.single-blog .meta li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.2)
}

.single-blog .tags {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    list-style: none
}

.single-blog .tags .icon {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0
}

.single-blog .tags li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.single-blog .tags li:not(:last-child)::after {
    margin-right: 3px;
    content: ","
}

.single-blog .tags li i {
    margin-right: 8px;
    color: #999
}

.single-blog .tags li a {
    border-bottom: 1px solid transparent
}

.single-blog .tags li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.2)
}

.single-blog .desc {
    margin-bottom: 20px
}

.single-blog .desc p {
    font-size: 16px;
    margin-bottom: 25px
}

.single-blog .desc p:last-child {
    margin-bottom: 0
}

.single-blog .desc blockquote {
    margin: 40px 0 40px 60px
}

.single-blog .blog-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.single-blog .post-share {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-blog .post-share .toggle {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 3px 0;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 2px solid #ededed;
    border-radius: 100%
}

.single-blog .post-share .toggle i {
    font-size: 18px
}

.single-blog .post-share .toggle:hover {
    color: #fff;
    border-color: #333;
    background-color: #f68627
}

.single-blog .post-share .social-list {
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    margin: 0;
    padding: 5px;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.single-blog .post-share .social-list::before {
    position: absolute;
    right: 19px;
    bottom: -3px;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFF
}

.single-blog .post-share .social-list li {
    line-height: inherit
}

.single-blog .post-share .social-list li a {
    line-height: 1;
    padding: 5px 8px
}

.single-blog .post-share .social-list li a i {
    font-size: 14px;
    line-height: 1
}

.single-blog .post-share .social-list li a:hover {
    color: #333
}

.single-blog .post-share.active .toggle {
    color: #fff;
    border-color: #333;
    background-color: #333
}

.single-blog .post-share.active .social-list {
    visibility: visible;
    margin-bottom: 10px;
    opacity: 1
}

@media only screen and (max-width: 575px) {
    .single-blog .title {
        font-size: 24px
    }
    .single-blog .desc blockquote {
        margin: 30px 0 30px 30px
    }
}

.blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.blog-author .thumbnail {
    width: 90px
}

.blog-author .thumbnail img {
    width: 90px;
    height: 90px;
    border-radius: 100%
}

.blog-author .thumbnail .social {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

.blog-author .thumbnail .social a {
    line-height: inherit;
    padding: 5px
}

.blog-author .thumbnail .social a i {
    font-size: 14px;
    line-height: 1
}

.blog-author .thumbnail .social a:hover {
    color: #333
}

.blog-author .content {
    width: calc(100% - 90px);
    padding-right: 50px;
    padding-left: 20px
}

.blog-author .content .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    color: #333
}

.blog-author .content p {
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width: 575px) {
    .blog-author .content {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0
    }
}

.related-blog {
    margin-bottom: 60px
}

.comment-list, .child-comment {
    margin-bottom: 60px !important;
    padding-left: 0;
    list-style: none
}

.child-comment {
    margin-bottom: 0 !important
}

.child-comment .comment {
    padding-left: 110px
}

@media only screen and (max-width: 575px) {
    .child-comment .comment {
        padding-left: 0
    }
}

.comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8
}

.comment .thumbnail {
    width: 90px
}

.comment .thumbnail img {
    width: 90px;
    height: 90px;
    border-radius: 100%
}

.comment .content {
    width: calc(100% - 90px);
    padding-right: 50px;
    padding-left: 20px
}

.comment .content .name {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px
}

.comment .content p {
    font-size: 16px;
    font-weight: 400
}

.comment .content .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment .content .actions .date {
    font-size: 14px;
    font-weight: 500
}

.comment .content .actions .date::after {
    margin: 0 15px;
    content: "|"
}

.comment .content .actions .reply-link {
    font-size: 16px;
    font-weight: 700
}

.comment .content .actions .reply-link:hover {
    color: #333
}

@media only screen and (max-width: 575px) {
    .comment .content {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0
    }
}

.team .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.team .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.team .image::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.8)
}

.team .image::after {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    visibility: hidden;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent
}

.team .image .social {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.team .image .social a {
    line-height: 1.25;
    display: block;
    margin: 0 10px;
    padding: 0 5px;
    color: #fff
}

.team .image .social a i {
    font-size: 18px
}

.team .image .social a:hover {
    color: #f8796c
}

.team .content .name {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.team .content .title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e
}

.team:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team:hover .image::before {
    visibility: visible;
    opacity: 1
}

.team:hover .image::after {
    visibility: visible;
    opacity: 1
}

.team:hover .image .social {
    visibility: visible;
    opacity: 1
}

.testimonial {
    padding-right: 20px
}

.testimonial p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 48px;
    opacity: .8;
    color: #454545
}

.testimonial .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial .author img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonial .author .content {
    text-align: left
}

.testimonial .author .content .name {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    color: #333
}

.testimonial .author .content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e
}

@media only screen and (max-width: 767px) {
    .testimonial {
        text-align: center
    }
    .testimonial p {
        line-height: 1.5
    }
    .testimonial .author {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.testimonial2 {
    text-align: center
}

.testimonial2 p {
    font-family: "Sen";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    opacity: .8;
    color: #454545
}

.testimonial2 .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonial2 .author img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonial2 .author .content {
    text-align: left
}

.testimonial2 .author .content .name {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    color: #333
}

.testimonial2 .author .content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e
}

@media only screen and (max-width: 767px) {
    .testimonial2 p {
        font-size: 20px
    }
    .testimonial2 .author img {
        width: 80px;
        height: 80px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial2 p {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .instagram-carousel {
        overflow: hidden
    }
}

.instagram-feed-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.instagram-feed-grid .instagram_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.instagram-feed-grid .instagram_gallery .instagram-image {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 16.6666%;
    -ms-flex: 1 0 16.6666%;
    flex: 1 0 16.6666%;
    max-width: 16.6666%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .instagram-feed-grid .instagram_gallery .instagram-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-feed-grid .instagram_gallery .instagram-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
        max-width: 33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .instagram-feed-grid .instagram_gallery .instagram-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }
}

.countdown1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.countdown1 .count {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 5px
}

.countdown1 .count span {
    display: block
}

.countdown1 .count span.amount {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 27px;
    color: #333
}

.countdown1 .count span.amount::after {
    font-weight: 300;
    float: right;
    margin-top: -4px;
    content: ":";
    color: #7e7e7e
}

.countdown1 .count span.period {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #7e7e7e
}

.countdown1 .count:last-child .amount::after {
    display: none
}

@media only screen and (max-width: 479px) {
    .countdown1 .count span.amount {
        font-size: 30px;
        margin-bottom: 15px
    }
    .countdown1 .count span.period {
        font-size: 12px
    }
}

.countdown2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.countdown2 .count {
    margin-right: 30px;
    padding-right: 15px
}

.countdown2 .count:last-child {
    margin-right: 0;
    padding-right: 0
}

.countdown2 .count span {
    display: block;
    text-align: center
}

.countdown2 .count span.amount {
    font-family: "Sen";
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
    color: #f8796c
}

.countdown2 .count span.amount::after {
    font-weight: 100;
    float: right;
    margin-top: -4px;
    margin-right: -20px;
    content: ":";
    color: #7e7e7e
}

.countdown2 .count span.period {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #7e7e7e
}

.countdown2 .count:last-child .amount::after {
    display: none
}

.countdown2.primary2 .count span.amount {
    color: #72a499
}

@media only screen and (max-width: 479px) {
    .countdown2 .count {
        margin-right: 20px;
        padding-right: 10px
    }
    .countdown2 .count span.amount {
        font-size: 30px;
        margin-bottom: 15px
    }
    .countdown2 .count span.amount::after {
        margin-right: -15px
    }
    .countdown2 .count span.period {
        font-size: 12px
    }
}

.portfolio {
    position: relative;
    overflow: hidden
}

.portfolio .thumbnail {
    position: relative
}

.portfolio .thumbnail::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    background-color: #f4ede7
}

.portfolio .thumbnail img {
    width: 100%
}

.portfolio .content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    opacity: 0;
    opacity: 0
}

.portfolio .content .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.portfolio .content .title a:hover {
    color: #333
}

.portfolio .content .desc {
    margin-bottom: 20px
}

.portfolio .content .desc p {
    font-size: 16px;
    font-weight: 400
}

.portfolio .content .link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.portfolio .content .link a:hover {
    border-color: #333
}

.portfolio:hover .thumbnail::before {
    opacity: 1
}

.portfolio:hover .content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .portfolio .content {
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 0;
        padding: 20px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        text-align: center;
        opacity: 0;
        opacity: 0
    }
    .portfolio .content .title {
        margin-bottom: 10px
    }
    .portfolio .content .desc {
        margin-bottom: 10px
    }
}

.portfolio-image {
    overflow: hidden
}

.portfolio-image img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.portfolio-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-content .title {
    font-weight: 400;
    margin-bottom: 25px
}

.portfolio-content .desc p {
    font-size: 16px;
    margin-bottom: 20px
}

.portfolio-content .meta {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.portfolio-content .meta li {
    padding: 10px 0;
    border-top: 1px solid #eee
}

.portfolio-content .meta li span.name {
    font-weight: 500;
    color: #333
}

.portfolio-content .meta li span.value.category a:not(:last-child)::after, .portfolio-content .meta li span.value.tags a:not(:last-child)::after {
    margin-right: 1px;
    content: ","
}

.portfolio-content .meta li span.value.social a {
    padding: 0 10px
}

.portfolio-content .meta li span.value a:hover {
    color: #333
}

@media only screen and (max-width: 575px) {
    .portfolio-content .title {
        font-size: 24px
    }
}

.portfolio-overview p {
    font-size: 16px
}

.single-widget {
    float: left;
    width: 100%
}

.widget-title {
    font-family: "Sen";
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #333
}

.widget-search form {
    position: relative
}

.widget-search form input {
    font-size: 16px;
    line-height: 1.25;
    width: 100%;
    padding: 8px 36px 8px 0 !important;
    color: #696969;
    border: 2px solid transparent;
    border-bottom-color: #ccc
}

.widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border: 0;
    background-color: transparent
}

.widget-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-left: 0;
    list-style: none
}

.widget-menu li {
    font-size: 16px;
    font-weight: 400;
    margin: 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.widget-menu li a {
    color: #7e7e7e
}

.widget-menu li a:hover {
    color: #333
}

@media only screen and (max-width: 767px) {
    .widget-menu li {
        font-size: 14px
    }
}

.widget-about img {
    margin-bottom: 20px
}

.widget-about img:last-child {
    margin-bottom: 0
}

.widget-about p {
    line-height: 1.5;
    max-width: 400px
}

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

.widget-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-list li+li {
    margin-top: 25px
}

.widget-list li i {
    width: 35px
}

.widget-list li a {
    color: #999;
    border-bottom: 1px solid transparent
}

.widget-list li a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.2)
}

.widget-list li .count {
    margin-left: auto;
    color: #999
}

.widget-colors {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    padding-left: 0;
    list-style: none
}

.widget-colors li {
    margin: 0 10px 20px
}

.widget-colors li a span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 1px solid #e6e6e6;
    border-radius: 50%
}

.widget-products {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.widget-products .product {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-products .product+.product {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.widget-products .product .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding-right: 20px
}

.widget-products .product .thumbnail a {
    display: block
}

.widget-products .product .thumbnail a img {
    width: 100%
}

.widget-products .product .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 120px);
    -ms-flex: 1 0 calc(100% - 120px);
    flex: 1 0 calc(100% - 120px)
}

.widget-products .product .content .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.widget-products .product .content .title a {
    color: #7e7e7e
}

.widget-products .product .content .title a:hover {
    color: #333
}

.widget-products .product .content .price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #333
}

.widget-products .product .content .price:last-child {
    margin-bottom: 0
}

.widget-products .product .content .price span.old {
    text-decoration: line-through;
    color: #aaa
}

.widget-products .product .content .price span.new {
    margin-left: 10px;
    color: #f8796c
}

.widget-products .product .content .ratting {
    line-height: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.widget-products .product .content .ratting::before {
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    content: "    ";
    color: #aaa
}

.widget-products .product .content .ratting .rate {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    color: #f5cc26
}

.widget-products .product .content .ratting .rate::before {
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    content: "    "
}

.widget-blogs {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.widget-blogs .widget-blog {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-blogs .widget-blog+.widget-blog {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.widget-blogs .widget-blog .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding-right: 20px
}

.widget-blogs .widget-blog .thumbnail a {
    display: block
}

.widget-blogs .widget-blog .thumbnail a img {
    width: 100%
}

.widget-blogs .widget-blog .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 120px);
    -ms-flex: 1 0 calc(100% - 120px);
    flex: 1 0 calc(100% - 120px)
}

.widget-blogs .widget-blog .content .title {
    font-family: "Sen";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.widget-blogs .widget-blog .content .title a {
    color: #333
}

.widget-blogs .widget-blog .content .title a:hover {
    color: #333
}

.widget-blogs .widget-blog .content .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block
}

.widget-tags a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #7e7e7e
}

.widget-tags a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% - 18px);
    height: 1px;
    content: "";
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    background-color: #333
}

.widget-tags a::after {
    font-size: 16px;
    margin: 0 8px;
    content: "/";
    color: #7e7e7e
}

.widget-tags a:hover {
    color: #333
}

.widget-tags a:hover::before {
    opacity: .2
}

.widget-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 0;
    list-style: none
}

.widget-social li {
    margin: 0 10px
}

.widget-social li a {
    line-height: 1.25;
    display: block;
    padding: 0 5px;
    color: #333
}

.widget-social li a i {
    font-size: 18px
}

.widget-subscibe {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: auto
}

.widget-subscibe input[type="email"] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 170px;
    padding-bottom: 10px;
    padding-left: 20px;
    letter-spacing: .03em;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #fff
}

.widget-subscibe input[type="email"]::-webkit-input-placeholder {
    color: #ababab
}

.widget-subscibe input[type="email"]:-moz-placeholder {
    color: #ababab
}

.widget-subscibe input[type="email"]::-moz-placeholder {
    color: #ababab
}

.widget-subscibe input[type="email"]:-ms-input-placeholder {
    color: #ababab
}

.widget-subscibe input[type="email"]:focus {
    border-color: transparent !important
}

.widget-subscibe .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1.5px
}

.widget-subscibe .btn:hover {
    border-color: transparent !important;
    background-color: #72a499 !important
}

@media only screen and (max-width: 767px) {
    .widget-subscibe input[type="email"] {
        width: 510px
    }
}

@media only screen and (max-width: 575px) {
    .widget-subscibe input[type="email"] {
        width: 420px
    }
}

@media only screen and (max-width: 479px) {
    .widget-subscibe input[type="email"] {
        width: 100%;
        padding-right: 20px;
        text-align: center
    }
    .widget-subscibe .btn {
        position: static;
        width: 100%;
        margin-top: 10px
    }
}

.widget-subscibe2 {
    position: relative;
    max-width: 570px;
    margin: 0
}

.widget-subscibe2 input[type="email"] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 150px;
    padding-bottom: 10px;
    padding-left: 0;
    letter-spacing: .03em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #ccc;
    border-radius: 0;
    background-color: transparent
}

.widget-subscibe2 input[type="email"]::-webkit-input-placeholder {
    color: #ababab
}

.widget-subscibe2 input[type="email"]:-moz-placeholder {
    color: #ababab
}

.widget-subscibe2 input[type="email"]::-moz-placeholder {
    color: #ababab
}

.widget-subscibe2 input[type="email"]:-ms-input-placeholder {
    color: #ababab
}

.widget-subscibe2 input[type="email"]:focus {
    border-color: transparent !important
}

.widget-subscibe2 .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 10px;
    letter-spacing: 1.5px;
    border: 0;
    border-bottom: 2px solid #333;
    border-radius: 0
}

.widget-subscibe2 .btn:hover {
    color: #72a499 !important;
    border-color: #72a499 !important
}

.widget-contact .email {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px
}

.widget-contact .phone {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #333
}

.widget-contact .app-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.widget-contact .app-buttons:not(:first-child) {
    margin-top: 35px
}

.widget-contact .app-buttons a {
    margin: 0 10px
}

.widget-contact .app-buttons a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.widget-contact2 p {
    font-size: 16px;
    font-weight: 400
}

.footer1-section {
    background-color: #f4ede7
}

.footer1-logo {
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .footer1-logo {
        margin-bottom: 40px
    }
}

.footer1-menu {
    margin-bottom: 40px
}

.footer1-subscribe {
    margin-bottom: 55px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer1-subscribe {
        margin-bottom: 40px
    }
}

.footer1-social {
    margin-bottom: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer1-social {
        margin-bottom: 30px
    }
}

.footer2-section {
    background-color: #f8f8f8
}

.footer2-copyright {
    padding: 20px 0;
    color: #999;
    border-top: 1px solid #ebebeb;
    background-color: #f8f8f8
}

.copyright {
    font-size: 16px;
    font-weight: 400
}

.copyright strong {
    color: #333
}

.copyright a:hover {
    color: #333
}

.shop-toolbar {
    padding-top: 25px;
    padding-bottom: 25px
}

.shop-toolbar.border-bottom.bolder {
    border-bottom: 3px solid #2e3192 !important;
}

.shop-product-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -10px
}

.shop-product-filter a, .shop-product-filter button {
    font-size: 25px;
    line-height: 1;
    margin: 0 20px 10px;
    padding: 0;
    text-transform: uppercase;
    color: #2E3192;
    border: 0;
    font-weight: bold;
    background-color: transparent
}

.shop-product-filter a:hover {
    color: #c36b20 !important;
}

.shop-product-filter a.active {
    color: #c36b20 !important;
}

.shop-product-filter a:hover, .shop-product-filter a.active, .shop-product-filter button:hover, .shop-product-filter button.active {
    color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .shop-product-filter {
        margin: 0 -15px -10px
    }
    .shop-product-filter a, .shop-product-filter button {
        font-size: 16px;
        margin: 0 15px 10px
    }
}

@media only screen and (max-width: 575px) {
    .shop-product-filter {
        margin: 0 -10px -10px
    }
    .shop-product-filter button, .shop-product-filter button {
        font-size: 14px;
        margin: 0 10px 10px
    }
}

.shop-toolbar-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-left: 0;
    list-style: none
}

.shop-toolbar-controls>li {
    margin: 0 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .shop-toolbar-controls {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-sorting {
    position: relative;
}

.product-sorting .nice-select, .artist_filter-item .nice-select {
    height: auto;
    padding-left: 0;
    border: 0;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.product-sorting .nice-select::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 1;
    top: 50%;
    right: 20px;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    content: "\f0d7";
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    color: #ababab;
    border: 0
}

.product-sorting .nice-select .current {
    font-size: 16px;
    line-height: 28px;
    display: block;
    padding-bottom: 4px;
    font-size: 18px;
    font-family: "Sen";
}

.product-sorting .nice-select .list {
    margin-top: 10px;
    padding: 15px;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15)
}

.product-sorting .nice-select .list li {
    font-size: 16px;
    / / font-weight: 400 !important;
    line-height: 1.25;
    min-height: auto;
    padding: 8px
}

.product-sorting .nice-select .list li.selected {
    color: #333;
    background-color: transparent
}

.product-sorting .nice-select .list li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    background-color: transparent
}

.product-sorting .nice-select.open .list {
    margin-top: 5px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    overflow: hidden;
}

.product-column-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.product-column-toggle .toggle {
    margin: 0 10px;
    padding: 0;
    color: #ababab;
    border: 0;
    background-color: transparent
}

.product-column-toggle .toggle i {
    font-size: 14px
}

.product-column-toggle .toggle:hover, .product-column-toggle .toggle.active {
    color: #333
}

.product-filter-toggle {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #696969
}

.product-filter-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    line-height: 1;
    margin-right: 6px;
    margin-bottom: -3px;
    content: "\f0b0";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-filter-toggle::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #333
}

.product-filter-toggle:hover {
    color: #333
}

.product-filter-toggle:hover::after {
    right: auto;
    left: 0;
    width: 100%
}

.product-filter-toggle.active {
    color: #333
}

.product-filter-toggle.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-filter-toggle.active::after {
    right: auto;
    left: 0;
    width: 100%
}

.product-filter {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-filter-widget-title {
    font-family: "Sen";
    margin-bottom: 30px
}

.product-filter-widget {
    max-height: 210px
}

.cart-wishlist-table {
    margin-bottom: 25px;
    border: 1px solid #ededed
}

.cart-wishlist-table thead tr th {
    padding: 12px 16px;
    white-space: nowrap;
    border-top: 0;
    border-bottom: 1px solid #ededed
}

.cart-wishlist-table thead tr th:first-child {
    padding-left: 25px
}

.cart-wishlist-table tbody tr {
    position: relative
}

.cart-wishlist-table tbody tr td {
    padding: 25px 10px 25px 25px;
    vertical-align: middle;
    border-color: #ededed
}

.cart-wishlist-table tbody tr td.thumbnail {
    width: 110px;
    min-width: 110px
}

.cart-wishlist-table tbody tr td.thumbnail a {
    display: block
}

.cart-wishlist-table tbody tr td.name a {
    font-size: 16px;
    font-weight: 400;
    color: #696969
}

.cart-wishlist-table tbody tr td.name a:hover {
    color: #333
}

.cart-wishlist-table tbody tr td.price, .cart-wishlist-table tbody tr td.subtotal {
    font-size: 14px;
    font-weight: 600
}

.cart-wishlist-table tbody tr td.remove .btn {
    font-size: 24px;
    padding: 5px 10px;
    color: #696969
}

.cart-wishlist-table tbody tr td.remove .btn:hover {
    color: #f44336
}

@media only screen and (max-width: 767px) {
    .cart-wishlist-table thead {
        display: none
    }
    .cart-wishlist-table tbody tr td {
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
        padding: 0;
        text-align: center
    }
    .cart-wishlist-table tbody tr td:not(:first-child) {
        border-top: 0
    }
    .cart-wishlist-table tbody tr td.thumbnail {
        padding-top: 20px
    }
    .cart-wishlist-table tbody tr td .product-quantity {
        margin: auto
    }
    .cart-wishlist-table tbody tr td.remove {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        width: auto !important
    }
    .cart-wishlist-table tbody tr:first-child td:first-child {
        border-top: 0
    }
}

.cart-coupon {
    position: relative
}

.cart-coupon input[type="text"] {
    width: 300px;
    padding-right: 30px
}

.cart-coupon .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 0
}

.cart-coupon .btn i {
    font-size: 20px
}

.cart-totals {
    float: right;
    width: 400px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f7f7f7
}

.cart-totals .title {
    margin-bottom: 25px
}

.cart-totals table {
    width: 100%;
    margin-bottom: 30px
}

.cart-totals table tbody tr {
    font-family: "Sen";
    font-weight: 700;
    color: #333
}

.cart-totals table tbody tr.subtotal td {
    font-size: 14px
}

.cart-totals table tbody tr.total td {
    font-size: 24px
}

.cart-totals table tbody tr th {
    font-size: 18px;
    padding: 15px 10px;
    text-align: left
}

.cart-totals table tbody tr td {
    padding: 15px 10px;
    text-align: right
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .cart-totals {
        width: 100%
    }
}

.checkout-coupon {
    font-weight: 400;
    margin-bottom: 50px
}

.checkout-coupon .coupon-toggle {
    margin-bottom: 20px
}

.checkout-coupon .coupon-toggle a {
    color: #333;
    border-bottom: 1px solid #333
}

.coupon-form {
    max-width: 500px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #f8f9fa
}

.coupon-form p {
    font-size: 16px;
    margin-bottom: 25px
}

.coupon-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.coupon-form form input {
    font-weight: 400
}

.coupon-form form .btn {
    white-space: nowrap
}

@media only screen and (max-width: 575px) {
    .coupon-form form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .coupon-form form .btn {
        width: 100%
    }
}

.checkout-form input, .checkout-form textarea {
    font-weight: 400 !important
}

.checkout-form .select2-selection__rendered {
    font-weight: 400
}

.order-review .table {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ededed
}

.order-review .table thead tr th {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 10px;
    text-transform: none;
    color: #333;
    border: 0;
    background-color: transparent
}

.order-review .table thead tr th.total {
    font-size: 18px;
    text-align: right
}

.order-review .table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-color: #ededed
}

.order-review .table tbody tr td.name {
    color: #7e7e7e
}

.order-review .table tbody tr td.total {
    font-size: 14px;
    font-weight: 700;
    text-align: right
}

.order-review .table tfoot tr th {
    font-size: 18px;
    font-weight: 700;
    border: 0
}

.order-review .table tfoot tr td {
    font-weight: 700;
    text-align: right;
    border: 0
}

.order-review .table tfoot tr.subtotal td {
    font-size: 14px
}

.order-review .table tfoot tr.total td {
    font-size: 24px;
    color: #f8796c
}

.payment-method {
    margin-bottom: 30px;
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.075)
}

.payment-method .accordion .card {
    padding: 20px
}

.payment-method .accordion .card .card-header button {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.675;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    padding-left: 22px;
    border: 0;
    background-color: transparent
}

.payment-method .accordion .card .card-header button::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #333;
    border-radius: 50%
}

.payment-method .accordion .card .card-header button::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    background-color: #333
}

.payment-method .accordion .card .card-header button img {
    height: 40px;
    margin: 0 10px
}

.payment-method .accordion .card .card-body {
    position: relative;
    margin-top: 12px;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.payment-method .accordion .card .card-body::before {
    position: absolute;
    top: -3px;
    left: 25px;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.payment-method .accordion .card .card-body p {
    font-size: 16px;
    font-weight: 500
}

.payment-method .accordion .card.active .card-header button::after {
    opacity: 1
}

.payment-note {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

.order-tracking {
    max-width: 630px;
    margin: auto;
    padding: 60px;
    background-color: #f8f9fa
}

.order-tracking p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

.order-tracking input {
    font-weight: 400
}

.order-tracking input::-webkit-input-placeholder {
    font-weight: 400
}

.order-tracking input:-moz-placeholder {
    font-weight: 400
}

.order-tracking input::-moz-placeholder {
    font-weight: 400
}

.order-tracking input:-ms-input-placeholder {
    font-weight: 400
}

@media only screen and (max-width: 575px) {
    .order-tracking {
        padding: 40px
    }
}

@media only screen and (max-width: 479px) {
    .order-tracking {
        padding: 30px
    }
}

.user-login-register {
    font-weight: 400;
    padding: 60px
}

.facebook-register-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.facebook-register-block .btn {
    width: max-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 30px !important;
    width: 100%;
}

.custom-padding {
    padding: 12px 120px;
}

.facebook-register-block .btn i {
    margin-right: 10px;
}

@media only screen and (max-width: 575px) {
    .user-login-register {
        padding: 40px
    }
}

@media only screen and (max-width: 479px) {
    .user-login-register {
        padding: 30px
    }
}

.login-register-title {
    margin-bottom: 40px;
    text-align: center
}

.login-register-form form input {
    font-weight: 400
}

.login-register-form form input::-webkit-input-placeholder {
    font-weight: 400
}

.login-register-form form input:-moz-placeholder {
    font-weight: 400
}

.login-register-form form input::-moz-placeholder {
    font-weight: 400
}

.login-register-form form input:-ms-input-placeholder {
    font-weight: 400
}

.login-register-form form p, .login-register-form form a {
    font-size: 16px
}

.login-register-form form a {
    color: #333
}

.lost-password {
    max-width: 500px;
    margin: auto;
    padding: 40px;
    background-color: #f8f9fa
}

.lost-password p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

.lost-password input {
    font-weight: 400
}

.lost-password input::-webkit-input-placeholder {
    font-weight: 400
}

.lost-password input:-moz-placeholder {
    font-weight: 400
}

.lost-password input::-moz-placeholder {
    font-weight: 400
}

.lost-password input:-ms-input-placeholder {
    font-weight: 400
}

@media only screen and (max-width: 575px) {
    .lost-password {
        padding: 40px
    }
}

@media only screen and (max-width: 479px) {
    .lost-password {
        padding: 30px
    }
}

.myaccount-tab-list {
    display: block;
    margin-right: 30px;
    border: 1px solid #eee
}

.myaccount-tab-list a {
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 20px
}

.myaccount-tab-list a+a {
    border-top: 1px solid #eee
}

.myaccount-tab-list a:hover {
    color: #333
}

.myaccount-tab-list a.active {
    cursor: default;
    background-color: #fafafa
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .myaccount-tab-list {
        margin-right: 0
    }
}

.myaccount-content {
    font-size: 16px;
    font-weight: 400
}

.myaccount-content.dashboad p {
    padding: 20px;
    background-color: #fafafa
}

.myaccount-content.dashboad p:not(:last-child) {
    margin-bottom: 24px
}

.myaccount-content.dashboad p span {
    text-decoration: underline
}

.myaccount-content.order table, .myaccount-content.download table {
    white-space: nowrap
}

.myaccount-content.address>p {
    padding: 20px;
    background-color: #fafafa
}

.myaccount-content.address>p:not(:last-child) {
    margin-bottom: 24px
}

.myaccount-content.address>p span {
    text-decoration: underline
}

.myaccount-content.address .title {
    margin-bottom: 20px
}

.myaccount-content.address .title .edit-link {
    font-size: 12px;
    margin-left: 5px;
    text-transform: capitalize;
    color: #7e7e7e
}

.myaccount-content.address .title .edit-link:hover {
    color: #f8796c
}

.myaccount-content.address address {
    margin-bottom: 0
}

.about-us {
    text-align: center
}

.about-us .inner .logo {
    margin-bottom: 40px
}

.about-us .inner .title {
    font-size: 40px;
    font-weight: 400
}

.about-us .inner .title::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.about-us .inner .title::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.about-us .inner .title.no-shape::before, .about-us .inner .title.no-shape::after {
    display: none
}

.about-us .inner .special-title {
    font-family: "Sen";
    font-size: 56px;
    line-height: 1.25;
    display: block;
    margin-bottom: 5px;
    color: #72a499
}

.about-us .inner p {
    margin-bottom: 35px
}

.about-us .inner .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2)
}

.about-us .inner .link:hover {
    border-color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us .inner .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {
    .about-us .inner .title {
        font-size: 28px
    }
    .about-us .inner .title::before, .about-us .inner .title::after {
        display: none
    }
}

.about-us2 {
    text-align: center
}

.about-us2 .inner .title {
    font-family: "Sen";
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 15px
}

.about-us2 .inner .title::before {
    padding-right: 10px;
    content: url("../images/title/title-decor-left.png")
}

.about-us2 .inner .title::after {
    padding-left: 10px;
    content: url("../images/title/title-decor-right.png")
}

.about-us2 .inner .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 5px;
    color: #72a499
}

.about-us2 .inner .desc p {
    font-size: 16px;
    line-height: 2
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us2 .inner .title {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    .about-us2 .inner .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 575px) {
    .about-us2 .inner .title::before, .about-us2 .inner .title::after {
        display: none
    }
}

.about-us3 .sub-title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #333
}

.about-us3 .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px
}

.about-us3 .desc {
    margin-bottom: 35px
}

.about-us3 .link {
    font-weight: 500;
    line-height: 1.25;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

.about-us3 .link::before {
    width: 60px;
    height: 2px;
    margin-right: 10px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #333
}

.about-us3 .link:hover {
    color: #f8796c
}

.about-us3 .link:hover::before {
    width: 70px
}

@media only screen and (max-width: 575px) {
    .about-us3 .title {
        font-size: 30px
    }
    .about-us3 .desc {
        margin-bottom: 20px
    }
}

.about-us4 .sub-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #333
}

.about-us4 .title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px
}

.about-us4 .title:last-child {
    margin-bottom: 0
}

.about-us4 .desc {
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .about-us4 .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .about-us4 .title {
        font-size: 30px
    }
}

.contact-info .title {
    font-family: "Sen";
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 44px
}

.contact-info .info {
    position: relative;
    display: block;
    padding-left: 44px
}

.contact-info .info:not(:last-child) {
    margin-bottom: 5px
}

.contact-info .info .icon {
    font-size: 22px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    color: #d8d8d8
}

.contact-map {
    width: 100%;
    height: 500px
}

@media only screen and (max-width: 767px) {
    .contact-map {
        height: 350px
    }
}

.section-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-404 {
        min-height: calc(100vh - 70px)
    }
}

.content-404 {
    padding: 100px 0
}

.content-404 .title {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.content-404 .sub-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px
}

.content-404 p {
    margin-bottom: 40px
}

.content-404 .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px
}

.content-404 .buttons .btn {
    margin-right: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .content-404 {
        padding: 100px 0 60px
    }
    .content-404 .title {
        font-size: 80px
    }
    .content-404 .sub-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 575px) {
    .content-404 .title {
        font-size: 60px
    }
    .content-404 .sub-title {
        font-size: 40px
    }
}

.coming-soon-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.coming-soon-content {
    text-align: center
}

.coming-soon-content .logo {
    margin-bottom: 80px
}

.coming-soon-content .title {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 40px
}

.coming-soon-content .countdown3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.coming-soon-content .countdown3 .count {
    min-width: 130px;
    margin: 0 10px
}

.coming-soon-content .countdown3 .count span {
    display: block;
    color: #333
}

.coming-soon-content .countdown3 .count span.amount {
    font-size: 100px;
    line-height: 1
}

.coming-soon-content .countdown3 .count span.period {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-content .countdown3 .count {
        min-width: 100px
    }
    .coming-soon-content .countdown3 .count span.amount {
        font-size: 80px
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .logo {
        margin-bottom: 60px
    }
    .coming-soon-content .title {
        font-size: 44px;
        margin-bottom: 30px
    }
    .coming-soon-content .countdown3 {
        margin-bottom: 60px
    }
    .coming-soon-content .countdown3 .count {
        min-width: 80px
    }
    .coming-soon-content .countdown3 .count span.amount {
        font-size: 60px
    }
    .coming-soon-content .countdown3 .count span.period {
        font-size: 14px
    }
}

@media only screen and (max-width: 479px) {
    .coming-soon-content .logo {
        margin-bottom: 40px
    }
    .coming-soon-content .title {
        font-size: 30px;
        margin-bottom: 30px
    }
    .coming-soon-content .countdown3 {
        margin-bottom: 40px
    }
    .coming-soon-content .countdown3 .count {
        min-width: 60px;
        margin: 0 5px
    }
    .coming-soon-content .countdown3 .count span.amount {
        font-size: 40px
    }
    .coming-soon-content .countdown3 .count span.period {
        font-size: 12px;
        letter-spacing: 0
    }
}

.filter-price .irs .irs-single:after {
    content: "USD +";
    position: relative;
    bottom: 0;
    right: -2px;
}

.filter-plus .irs .irs-single:after {
    content: "+";
    position: relative;
    bottom: 0;
    right: -2px;
}

.filter-plus .irs .irs-single:after {
    content: "cm +";
}

.filter-plus .irs .irs-single:before {
    content: "";
}

.hiart-product-zoom {
    display: flex!important;
    justify-content: left;
    align-items: center;
}

.artwork-height img {
    /*max-height: 400px !important;*/
    height: auto !important;
}

.terms-link {
    color: #F68627 !important;
}

.widget-list li, .hiart-p {
    font-size: 20px!important;
    font-weight: bold!important;
}

.widget-list li:hover a {
    color: #f8796c !important;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list li {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #7e7e7e !important;
}

.nice-select .list li:hover {
    color: #f8796c !important;
}

.nice-select .list {
    overflow-y: auto !important;
    max-height: 300px !important;
}

.artist-search {
    border: 1px solid;
    height: auto;
    padding-left: 0;
    border: 0;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
}

.artist-search input {
    border: 0!important;
    padding: 12px 0!important;
    font-weight: bold;
    font-size: 20px!important;
    font-weight: bold!important;
    color: #333!important;
}

.artist-search input::-webkit-input-placeholder {
    font-weight: bold;
    font-size: 20px;
    border: 0!important;
    color: #333!important;
}

.select2-search--inline {
    padding: 5px;
}

.select2-search--inline input {
    width: auto!important;
}

.nice-select-div .nice-select {
    background-color: transparent;
    border: 0;
}

.header-works i {
    color: #ed3237;
}

.hiart-btn {
    background-color: #2E3192;
    color: #fff;
}

.hiart-btn:hover {
    border-color: #F68627;
    background-color: #F68627;
}

.d-inline-grid {
    display: inline-grid!important;
}

.lightbox-img {
    margin: 0 auto;
    max-height: calc(100vh - 9.5rem - 60px);
}
.artwork-images{

}

.artwork-images{
    height: 85vh;
}

.profile-about-text {
    font-family: 'Luckiest Guy', cursive;
    font-size: 22px;
}

.artist-badge {
    position: absolute;
    height: 50px!important;;
    width: 50px!important;
    bottom: 0;
    right: 0;
}

.artist-list-badge {
    height: 25px;
    width: 25px;
}

.cost-calc {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.modify_button_register{
    margin-bottom:20px;
    margin-top:10px;
}

.hide-mobile {
    display: block;
}
.hide-desktop {
    display: none;
}

@media only screen and (max-width: 767.9px) {
    .about-main-img {
        margin-bottom: 30px;
    }
    .search-bg {
        height: 150px;
    }
    .search-bg.big {
        height: 150px;
    }
    .search-bg.big p {
        font-size: 28px;
    }
    .contact-info.hiart-p {
        width: 100%;
    }
    .contact-info .title {
        padding-left: 0;
        text-align: center;
    }
    .product-sorting {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .artist_filter {
        flex-wrap: wrap !important;
    }
    .shop-product-filter a {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hiart-user-profile .desc {
        text-align: center;
    }
    .my-account-info {
        display: flex;
        justify-content: space-around;
    }
    .shop-product-filter {
        justify-content: space-around;
    }
    .my-account-top {
        margin-bottom: 20px;
    }
    /* step css */
    .step-nav {
        height: 50px !important;
    }
    .step-nav .step.first {
        width: 50px !important;
    }
    .step-nav .step {
        height: 50px !important;
    }
    .step-nav .step .radial-progress {
        width: 50px !important;
        height: 50px !important;
    }
    .step-nav .step p {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
        width: 50px !important;
        height: 50px !important;
    }
    .step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
        width: 50px !important;
        height: 50px !important;
    }
    .step-nav .step .radial-progress .inset {
        width: 50px !important;
        height: 50px !important;
        margin: 0 !important;
    }
    .step-nav .step.first p {
        font-size: 34px !important;
    }
    .step-nav .step p {
        font-size: 26px !important;
    }
    .step-nav .step .line {
        width: 60px !important;
    }
    /* step css */
    .accordion .card .card-header .btn {
        white-space: pre-wrap;
    }
    /* last changer */
    .header-more .header-lan-curr>li>.curr-lan-sub-menu {
        right: -80px;
    }
    .color-elm .dropdown-menu {
        top: 50% !important;
        right: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
    }
    .color-elm .dropdown-menu .dropdown-header {
        white-space: inherit !important;
    }
    /* chat */
    .chat_window {
        width: auto !important;
        margin-left: 20px !important;
    }
    .messages {
        height: 260px !important;
    }
    .bottom_wrapper .message_input_wrapper {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .bottom_wrapper .send_message {
        width: auto !important;
        padding: 10px 18px;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
        height: auto !important;
        min-height: 180px !important;
        padding: 20px;
    }
    .select2-container .select2-search--inline .select2-search__field {
        padding: 0 !important;
        margin: 0 !important;
    }
    .register-mobile-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
    }
    .user-login-register {
        min-height: 835px;
    }
    .modal-media-content {
        margin-bottom: 10px;
    }
    .btn.btn-sm.btn-outline-hover-dark.modal-media-content {
        padding: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn.btn-sm.btn-outline-hover-dark.modal-media-content span {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
}

@media only screen and (max-width: 1199.9px) and (min-width: 768px) {
    #app {
        padding-top: 0 !important;
    }
    #homeVideo {
        height: calc(100vh - 75px) !important;
    }
}



/* #region GENERAL */

#app {
    width: 100%;
    float: left;
    padding-top: 106px;
}

@media (max-width: 767.98px) {
    #app {
        padding-top: 0;
    }
}

.hideElm {
    display: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: 60px !important;
}

#homeVideo {
    width: 100vw;
    height: calc(100vh - 106px);
    object-fit: cover;
}

@media (max-width: 767.98px) {
    #homeVideo {
        height: calc(100vh - 75px);
    }
}

.product-page-gallery {
    height: unset;
    max-height: unset;
}

.range-container {
    width: 100%;
    display: block;
    min-width: 200px;
}

.footer-logo {
    width: 160px;
    height: 60px;
    object-fit: cover;
}

.footer-logo-container {
    margin-bottom: 20px;
}


/* #endregion */


/* #region PRODUCT MODAL */

.pswp--animated-in .pswp__bg {
    opacity: 0.7;
    background: rgb(0 0 0 / 70%);
}

.pswp--zoom-allowed .pswp__img {
    object-fit: contain;
}

#quickViewModal .modal-header-info {
    display: flex;
    justify-content: space-between;
}

#quickViewModal .modal-header-info .info,
#quickViewModal .modal-header-info .left-side,
#quickViewModal .modal-header-info .right-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#quickViewModal .modal-header-info .info {
    margin-right: 20px;
}

#quickViewModal .modal-header-info .info img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

#quickViewModal .modal-header-info .info .name {
    display: flex;
    flex-flow: column;
}

#quickViewModal .product-title {
    margin-bottom: 10px;
}

#quickViewModal .product-zoom img:not(.zoomImg) {
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-height: 500px;
    object-fit: contain;
}

#quickViewModal .color-checkbox label:hover {
    cursor: default;
    border: 1px solid #000;
}

#quickViewModal .drinkcard-cc {
    cursor: default;
}

@media (max-width: 767.98px) {
    #quickViewModal .modal-header-info {
        flex-flow: column;
        justify-content: center;
    }

    #quickViewModal .modal-header-info .left-side,
    #quickViewModal .modal-header-info .right-side {
        justify-content: center;
    }

    #quickViewModal .modal-header-info .right-side {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    #quickViewModal .modal-header-info .left-side {
        flex-flow: column;
    }

    #quickViewModal .modal-header-info .info {
        margin-bottom: 10px;
    }
}


/* #endregion PRODUCT MODAL */


/* #region COLOR CHECKBOX */

.color-elm button {
    background: unset;
    border: unset;
}

.color-elm button img {
    width: 40px;
}

.color-elm button:hover img {
    transform: rotate(45deg);
}

.color-elm .dropdown-menu {
    width: 300px;
    border: none;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 23px 0 rgb(0 0 0 / 40%);
}

.color-elm .dropdown-header {
    font-weight: 500;
    text-align: center;
}

.color-elm .dropdown-content {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.color-checkbox {
    float: left;
    margin: 5px;
}

.color-checkbox input {
    display: none;
}

.color-checkbox label {
    margin: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #000;
}

.color-checkbox label:hover {
    border: 2px solid #62ce1d;
}

.color-checkbox input:checked + label {
    position: relative;
    border: 2px solid #62ce1d;
}

.color-checkbox input:checked + label:after {
    width: 3px;
    height: 3px;
    background-color: #d5a770;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -1.5px;
}


/* #endregion COLOR CHECKBOX */


/* #region PRODUCTS */

.product .product-info {
    width: 100%;
    display: flex;
    padding: 0 15px;
    flex-flow: column;
    align-items: center;
}

.product .product-info .sold {
    color: #FFF;
    font-size: 20px;
    padding: 0px 13px;
    font-weight: bold;
    border-radius: 10px;
    align-self: flex-end;
    background-color: #ED1B24;
}

.openProductModal {
    cursor: pointer;
}

.product {
    padding: 15px 0;
}

.product img {
    height: 400px;
    object-fit: cover;
}

.product.product-add {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product.product-add > div {
    border-radius: 50%;
    background-color: #FFF;
}

.product.product-add img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.product-item--height1 img {
    height: 300px;
}

.product-item--height2 img {
    height: 350px;
}

.product-item--height3 img {
    height: 450px;
}

.product-item--height4 img {
    height: 500px;
}

@media (max-width: 767.98px) {
    .product-item--height1 img,
    .product-item--height2 img,
    .product-item--height3 img,
    .product-item--height4 img {
        height: 100%;
        max-height: 400px;
    }
}


/* #endregion PRODUCTS */


/* #region REGISTER */

#loginRegisterModal .user-login-register {
    height: 100%;
    padding: 30px;
    overflow: hidden !important;
    max-height: calc(100vh - 3.5rem - 140px);
}

#loginRegisterModal .nav.product-info-tab-list {
    width: 100%;
    margin: 0 auto;
}

#steps,
#register {
    display: none;
}

.register-option {
    display: flex;
    min-height: 250px;
    height: 100%;
    flex-flow: column;
    text-align: center;
    justify-content: space-between;
}

.register-option i {
    font-size: 70px;
    color: #696969;
    margin-bottom: 20px;
}

.register-option-lover i {
    color: #2E3192;
}

.register-option-artist i {
    color: #F68627;
}

.register-option h4 {
    font-weight: bold;
}

.register-option span {
    font-weight: 100;
    margin-bottom: 20px;
}


/* #endregion REGISTER */


/* #region STEP */

.step-nav {
    height: 80px;
    position: relative;
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: center;
}

.step-nav .step {
    position: relative;
    float: left;
    width: 25%;
    height: 80px;
}

.step-nav .step p {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    pointer-events: none;
    z-index: 10;
    color: #7d7d7d;
    transition: font-size 0.3s, color 0.3s;
}

.step-nav .step p.active {
    font-size: 46px;
    color: #fafafa;
}

.step-nav .step .line {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 120px;
    height: 6px;
    background: #d6dadc;
}

.step-nav .step .line .progress {
    width: 0%;
    height: 6px;
    background: #1d2124;
}

.step-nav .step .radial-progress {
    width: 80px;
    height: 80px;
    background-color: #d6dadc;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}

.step-nav .step .radial-progress .circle .mask,
.step-nav .step .radial-progress .circle .fill,
.step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.step-nav .step .radial-progress .circle .mask,
.step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
}

.step-nav .step .radial-progress .circle .mask {
    clip: rect(0px, 80px, 80px, 40px);
}

.step-nav .step .radial-progress .circle .mask .fill {
    clip: rect(0px, 40px, 80px, 0px);
    background-color: #1d2124;
}

.step-nav .step .radial-progress .inset {
    width: 70px;
    height: 70px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #1d2124;
    border-radius: 50%;
}

.step-nav .step .radial-progress .inset .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    border-radius: 50%;
}

.step-nav .step.first {
    width: 80px;
}

.step-nav .step.first .radial-progress {
    transform: matrix(0, 1.3, -1.3, 0, 0, 0);
    z-index: 10;
}

.step-nav .step.first .circle .fill,
.step-nav .step.first .circle .mask.full {
    transform: rotate(180deg);
}

.step-nav .step.first .circle .fill.fix {
    transform: rotate(360deg);
}

.step-nav .step.first .radial-progress.active .inner-circle {
    transform: matrix(0, 0, 0, 0, 0, 0);
}

.step-nav .step.first p {
    color: #fafafa;
    font-size: 46px;
}

.register-step-nav .step:nth-child(1) .radial-progress .circle .mask .fill,
.register-step-nav .step:nth-child(1) .radial-progress .inset {
    background-color: #ED1B24;
}

.register-step-nav .step:nth-child(2) .radial-progress .circle .mask .fill,
.register-step-nav .step:nth-child(2) .radial-progress .inset {
    background-color: #2E3192;
}

.register-step-nav .step:nth-child(3) .radial-progress .circle .mask .fill,
.register-step-nav .step:nth-child(3) .radial-progress .inset {
    background-color: #F68627;
}

.step-content div[class*="step"] {
    width: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
}

.step-content div.active[class*="step"] {
    opacity: 1;
    display: block;
    visibility: visible;
}


/* #endregion STEP */


/* #region PROFILE */

.profile-info {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 20px;
}

#addPost .product-info-tab-list {
    margin-bottom: 0;
    padding-left: 10px;
    justify-content: flex-start;
}

#addPost .product-info-tab-list li {
    padding: 0 10px 10px;
}

#addPost .product-info-tab-list li a {
    font-size: unset;
}

.product-review .avatar {
    height: 128px;
    cursor: pointer;
    max-width: unset;
    object-fit: cover;
    border-radius: 50%;
    width: 128px !important;
}


/* #endregion PROFILE */


/* #region IMAGE-FILEPOND */

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}

.filepond--drip-blob {
    background-color: #7f8a9a;
}


/* #endregion IMAGE-FILEPOND */


/* #region RADIO STYLE */

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 999;
}

.cc-selector-2 input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}


/* #endregion RADIO STYLE */


/* #region LOADER */

.btn-loading {
    display: flex;
    align-items: center;
}

.btn-loading .spinner-border {
    width: 25px;
    height: 25px;
    display: none;
    margin-right: 10px;
    border-width: 3px;
}

.btn-loading.btn-loading-active {
    opacity: 0.5;
}

.btn-loading.btn-loading-active .spinner-border {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}


/* #endregion LOADER */


/* #region MENU */

.mega-menu.hiart-menu {
    display: none !important;
}

.header-logo .header-logo__image-large {
    width: 160px;
    height: 60px;
    object-fit: cover;
}

.header-logo .header-logo__image-small {
    width: 120px;
    height: 35px;
    object-fit: cover;
}

.sub-menu.mega-menu.hiart-menu {
    left: 50%;
    transform: translate(-50%, 0);
}

.sub-menu.mega-menu.hiart-menu > li {
    border-right: unset;
}

.sub-menu.mega-menu.hiart-menu > li:first-child {
    border-right: 1px solid #e7e7e7
}

.sub-menu.mega-menu.hiart-menu .hiart-child-menu-itm {
    display: none;
}

.sub-menu.mega-menu.hiart-menu .hiart-child-menu-itm.active {
    display: block;
}

.sub-menu.mega-menu.hiart-menu .main-item li {
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: 0.3s all;
}

.sub-menu.mega-menu.hiart-menu .main-item li:hover {
    color: #f58634;
}

.sub-menu.mega-menu.hiart-menu .main-item li:hover .menu-text {
    color: #f58634;
}

.sub-menu.mega-menu > li ul li a:hover {
    color: #2E3192;
}

.sub-menu.mega-menu.hiart-menu .main-item li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    margin-right: 10px;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s all;
}

.sub-menu.mega-menu.hiart-menu .main-item li.active {
    padding-left: 20px;
}

.sub-menu.mega-menu.hiart-menu .main-item li.active:before {
    opacity: 1;
}

.header-section.header-menu-center .row > [class*="col"]:last-child {
    flex: 1 0 350px;
    max-width: 350px;
}

#header-search {
    display: none;
}

.header2-search .clear {
    left: unset !important;
    right: 0;
}

.header2-search input {
    padding: 10px 30px !important;
}


/* #endregion MENU */


/* #region ARTIST SEARCH */

.artist_filter {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.artist_filter .artist_filter-item {
    width: 100%;
}


/* Artist Item */

.artist_list-item {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.artist_list-item .image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.artist_list-item .image::after {
    border-radius: 50%;
}

.artist_list-item .image img {
    height: 100%;
}

.artist_list-item .content {
    text-align: center;
}

.artist_list-item .content .name {
    margin-bottom: 0;
}


/* SELECT */

.filter_select {
    width: 100%;
    display: flex;
    min-height: 80px;
    align-items: center;
    margin-bottom: 15px;
}

.filter_select .current {
    font-size: 20px;
    font-weight: bold;
}

.filter_select .list {
    width: 100%;
}

.filter_select:after {
    border-width: 3px;
    height: 10px;
    width: 10px;
}

.filter_select .option {
    font-size: 18px;
}


/* #endregion ARTIST SEARCH */

.hiart-user-profile .prof {
    color: #2e3192;
    font-weight: bold;
    text-transform: uppercase;
}

.hiart-user-profile .country {
    font-weight: bold;
    color: #d12b30;
    text-transform: uppercase;
}

.hiart-user-profile .desc {
    color: #3A557C !important;
}

@media (max-width: 575.98px) {
    .search-bg p {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .widget-list li {
        justify-content: center;
    }

    .widget-about p {
        max-width: unset;
        text-align: center;
    }

    .footer-logo-container {
        display: flex;
        justify-content: center;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.close{
    z-index: 999;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 1;
}

.artwork-modal-orientation {
    height: 50px;
}


* {
    box-sizing: border-box;
}

body {
    background-color: #edeff2;
    font-family: "sen";
}

.chat_window {
    z-index: 1000;
    position: fixed;
    width: calc(100% - 20px);
    max-width: 800px;
    height: 500px;
    border-radius: 10px;
    background-color: #fff;
    bottom: 20px;
    right: 80px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    overflow: hidden;
    z-index: 999;
}

.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

.top_menu .buttons {
    margin: 3px 0 0 20px;
    position: absolute;
    right: 10px;
}

.top_menu .buttons .button {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.top_menu .buttons .button.close {
  //  background-color: #f5886e;
}

.top_menu .buttons .button.minimize {
    background-color: #fdbf68;
}

.top_menu .buttons .button.maximize {
    background-color: #a3d063;
}

.top_menu .title {
    text-align: center;
    color: #bcbdc0;
    font-size: 20px;
}

.messages {
    position: relative;
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    height: 320px;
    overflow-y: auto;
}

.messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    opacity: 0;
}

.messages .message.left .avatar {
    background-color: #f5886e;
    float: left;
    background-size: cover;
}


.messages .message.left .text_wrapper {
    background-color: #ffe6cb;
    margin-left: 20px;
}

.messages .message.left .text_wrapper::after,
.messages .message.left .text_wrapper::before {
    right: 100%;
    border-right-color: #ffe6cb;
}

.messages .message.left .text {
    color: #c48843;
}

.messages .message.right .avatar {
    background-color: #fdbf68;
    float: right;
    background-image: url('https://w7.pngwing.com/pngs/340/946/png-transparent-avatar-user-computer-icons-software-developer-avatar-child-face-heroes-thumbnail.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.messages .message.right .text_wrapper {
    background-color: #c7eafc;
    margin-right: 20px;
    float: right;
}

.messages .message.right .text_wrapper::after,
.messages .message.right .text_wrapper::before {
    left: 100%;
    border-left-color: #c7eafc;
}

.messages .message.right .text {
    color: #45829b;
}

.messages .message.appeared {
    opacity: 1;
}

.messages .message .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.messages .message .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messages .message .username {
    display: inline-block;
    padding: 15px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    margin-left: 20px;
    background-color: #ffe6cb;
}

.messages .message .text_wrapper {
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
}

.messages .message .text_wrapper::after,
.messages .message .text_wrapper:before {
    top: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.messages .message .text_wrapper::after {
    border-width: 13px;
    margin-top: 0px;
}

.messages .message .text_wrapper::before {
    border-width: 15px;
    margin-top: -2px;
}

.messages .message .text_wrapper .text {
    font-size: 18px;
    font-weight: 300;
}

.bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
}

.bottom_wrapper .message_input_wrapper {
    display: inline-block;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #bcbdc0;
    width: 50%;
    position: relative;
    padding: 0 20px;
}

.bottom_wrapper .message_input_wrapper .message_input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    outline-width: 0;
    color: gray;
}

.bottom_wrapper .send_message {
    width: 140px;
    height: 50px;
    display: inline-flex;
    border-radius: 50px;
    background-color: #5859a1;
    border: 2px solid #5859a1;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
    float: right;
    align-items: center;
    justify-content: center;
}

.bottom_wrapper .send_message .icon {
    margin-right: 10px;
}

.main-chat {
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    bottom: 20px;
    right: 80px;
    cursor: pointer;
    position: fixed;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #2E3192;
    border: 2px solid #2E3192;
    transition: all 0.2s linear;
    z-index: 100;
}

.main-chat:hover,
.bottom_wrapper .send_message:hover {
    color: #fff;
    background-color: #f58838;
    border-color: #fff;
}

.bottom_wrapper .send_message .text {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px;
}

.chat_users,
.chat_messages {
    display: none;
}

.chat_messages .send-file img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.chat_messages .message {
    list-style: none;
}

.chat_users .messages {
    height: 441px;
}

.chat_users .chat_window {
    max-width: 250px;
    right: 20px;
    transform: unset;
    bottom: 80px;
    left: unset;
    top: unset;
}

.chat_users .message {
    cursor: pointer;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

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

.w-50p {
    width: 50px !important;
}

.chat-count,
.conversation-count{
    font-size: 13px;
    font-weight: 700;
    line-height: 1rem;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 40px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    background-color: #f8796c;
}

.message_template_file,
.message_template_artwork {
    display: none;
}
.hiart-file {
    color: #f8796c;
}


/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@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:translate3d(0px,0,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-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{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{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{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-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.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:initial;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:.3s opacity;transform:translate3d(0,0,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{transform:scale(1)}.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;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(0px,-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:.2s transform,.2s top}.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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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%;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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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:0px;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}

/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
  .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/assets/admin/plugins/lightbox/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/admin/plugins/lightbox/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.bg-menq {
    background-color: #0B1741;
}

@media (max-width: 767px) {
    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }
}
