:root {
    --font-title: 16px;
    --font-décription: 14px;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    min-height: 100vh;
    font-weight: 400;
    font-family: Pangea, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

body {
    display: flex;
    flex-direction: column
}

.page-wrapper {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

.footer a {
    color: #ffffff
}

a:focus {
    outline: 0
}

a {
    transition: color .25s ease-in-out
}

figure,
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    max-width: 100%
}

iframe {
    width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #355278
}

.iframe-full-height-wrap {
    position: relative;
    height: 350px;
    overflow: hidden
}

.iframe-full-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

::-moz-selection {
    background: rgba(78, 84, 200, .15)
}

::selection {
    background: rgba(78, 84, 200, .15)
}

::-moz-selection {
    background: rgba(78, 84, 200, .15)
}

@media (min-width:1280px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.small,
small {
    font-weight: inherit
}

@media (max-width:991.98px) {
    body {
        padding-top: 0 !important
    }
}

button:focus {
    outline: 0
}

.hr-light {
    color: rgba(255, 255, 255, .12)
}

.display-404 {
    color: #fff;
    text-shadow: -0.0625rem 0 #296c36, 0 0.0625rem #296c36, 0.0625rem 0 #296c36, 0 -0.0625rem #296c36;
    font-size: 8em;
}

.list-style {
    list-style: none
}

.list-style li {
    margin-bottom: .4rem
}

.list-style li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #4e54c8;
    font-weight: 700;
    content: '\2022'
}

ol.list-style {
    counter-reset: li
}

ol.list-style li {
    counter-increment: li
}

ol.list-style li::before {
    margin-right: .5em;
    margin-left: -1.5em;
    font-weight: inherit;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
    content: "." counter(li)
}

.list-unstyled>li ol li,
.list-unstyled>li ul li {
    margin-bottom: .3333333333rem
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem
}

dt {
    color: #373f50;
    margin-bottom: .25rem;
    font-weight: 500
}

dd {
    font-size: .875rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    margin-top: -.5rem
}

.figure {
    padding: .5rem;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    background-color: #fff
}

.figure-caption {
    padding: 0 .5rem
}

:not(pre)>code[class*=language-],
pre,
pre[class*=language-] {
    margin: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f6f9fc;
    font-size: .875em
}

pre {
    padding-right: 1rem;
    padding-left: 1rem
}

.code-toolbar :not(pre)>code[class*=language-],
.code-toolbar pre[class*=language-] {
    padding-top: 2rem
}

code[class*=language-],
pre,
pre[class*=language-] {
    color: #404a5c
}

.line-numbers .line-numbers-rows {
    border-right: 1px solid #d9e1e9
}

.line-numbers .line-numbers-rows>span::before {
    color: #9aa2b2
}

div.code-toolbar>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar button {
    display: inline-block;
    margin: .375rem .5rem;
    padding: .25rem .75rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: .25rem;
    border: 1px solid rgba(254, 105, 106, .3);
    background-color: transparent;
    color: #296c36 !important;
    box-shadow: none
}

div.code-toolbar>.toolbar button:focus {
    outline: 0;
    box-shadow: none
}

div.code-toolbar>.toolbar button:hover {
    background-color: #296c36;
    color: #fff !important
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #4e54c8
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #333333
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector {
    color: #4091e3
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
    color: #e3116c
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    color: #36acaa
}

.token.class-name,
.token.function {
    color: #36acaa
}

.table:not(.table-dark) tbody th,
.table:not(.table-dark) thead th {
    color: #373f50 !important
}

.table:not(.table-dark) td {
    color: #4b566b !important
}

.table-dark td {
    color: rgba(255, 255, 255, .75)
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f6f9fc
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #bccad9
}

.table.table-dark>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(255, 255, 255, .5)
}

.col-form-label {
    font-size: .875rem
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #333333;
    font-family: "Font Awesome 5 Pro";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "\f06e"
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "\f070"
}

.was-validated .password-toggle .form-control.is-invalid,
.was-validated .password-toggle .form-control.is-valid,
.was-validated .password-toggle .form-control:invalid,
.was-validated .password-toggle .form-control:valid {
    padding-right: 4rem
}

.was-validated .password-toggle .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-valid+.password-toggle-btn,
.was-validated .password-toggle .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control:valid+.password-toggle-btn {
    right: 2.1rem
}

.form-check-label {
    font-size: .875rem
}

.form-check-justified {
    flex-basis: 0;
    flex-grow: 1
}

.form-check-justified:not(:last-child) {
    margin-right: .5rem
}

.form-check-justified .form-option-label {
    width: 100%
}

.form-switch .form-check-input {
    height: 1.25rem;
    border: 0;
    background-color: #d1d9e1
}

.form-switch .form-check-input:checked {
    background-color: #296c36;
    box-shadow: 0 .375rem .875rem -.3rem #296c36
}

.form-switch .form-check-input:disabled {
    box-shadow: none
}

.form-switch .form-check-label {
    margin-top: .1875rem
}

.invalid-tooltip,
.valid-tooltip {
    position: static;
    margin-top: .25rem
}

.valid-tooltip {
    color: #42d697
}

.invalid-tooltip {
    color: #f34770
}

.was-validated .form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: table
}

.was-validated .form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-tooltip {
    display: table
}

.was-validated .form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #dae1e7 !important
}

.was-validated .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit
}

.was-validated .form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: #296c36;
    background-color: #296c36
}

.form-control:disabled {
    cursor: not-allowed
}

.subscription-status {
    border-radius: .25rem;
    font-size: .8125rem;
    text-align: center
}

.subscription-status.status-error,
.subscription-status.status-success {
    margin-top: .5rem;
    padding: .25rem .375rem
}

.subscription-status.status-success {
    background-color: rgba(66, 214, 151, .1);
    color: #29bc7d
}

.subscription-status.status-error {
    background-color: rgba(243, 71, 112, .1);
    color: #f34770
}

.form-option {
    padding-left: 0
}

.form-option.form-check-inline {
    margin-right: .25rem
}

.form-option .form-check-input {
    border: 0;
    background: 0 0
}

.form-option-label {
    position: relative;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    padding-top: .0625rem;
    padding-right: .375rem;
    padding-left: .375rem;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .25rem;
    color: #4b566b;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.75rem;
    cursor: pointer
}

.form-option-label:hover {
    border-color: #c9d5e0;
    color: #373f50
}

.form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    margin-left: -.75rem;
    background-position: top left;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat
}

.form-check-input:checked~.form-option-label {
    border-color: #296c36;
    color: #296c36
}

.file-drop-area {
    position: relative;
    padding: 2rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px dashed #dae1e7;
    background-color: #fff;
    text-align: center;
    cursor: pointer
}

.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    outline: 0;
    cursor: pointer;
    z-index: 2
}

.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: .75rem;
    color: #aeb4be;
    font-size: 1.625rem
}

.file-drop-area .file-drop-preview {
    max-width: 16rem;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto
}

.file-drop-area .file-drop-message {
    display: block;
    font-size: .875rem;
    margin-bottom: 1.25rem
}

.file-drop-area .btn {
    position: relative;
    z-index: 3
}

.file-drop-area:hover {
    border-color: #c4cfd9
}

.btn-primary.active,
.btn-primary.show,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #03a84e;
    background-color: #03a84e;
    color: #fff
}

.btn-accent.active,
.btn-accent.show,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover {
    border-color: #363cad;
    background-color: #363cad
}

.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #d1d9e8;
    background-color: #d1d9e8
}

.btn-success.active,
.btn-success.show,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    border-color: #29bc7d;
    background-color: #29bc7d
}

.btn-info.active,
.btn-info.show,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    border-color: #3699fe;
    background-color: #3699fe
}

.btn-warning.active,
.btn-warning.show,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    border-color: #fe8736;
    background-color: #fe8736
}

.btn-danger.active,
.btn-danger.show,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #f0174b;
    background-color: #f0174b
}

.btn-light.active,
.btn-light.show,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: #e6e5e5;
    background-color: #e6e5e5
}

.btn-dark.active,
.btn-dark.show,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    border-color: #222732;
    background-color: #222732
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    color: #fff
}

.btn-light,
.btn-light:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary:hover {
    color: #4b566b;
    border-color: transparent
}

.btn-secondary {
    border-color: #e3e9ef
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).show,
.btn-light:not(:disabled):not(.disabled):active {
    border-color: #fff;
    background-color: #fff
}

.btn-outline-primary {
    border-color: rgba(254, 105, 106, .35)
}

.btn-outline-accent {
    border-color: rgba(78, 84, 200, .35)
}

.btn-outline-secondary {
    border-color: rgba(243, 245, 249, .35)
}

.btn-outline-success {
    border-color: rgba(66, 214, 151, .35)
}

.btn-outline-info {
    border-color: rgba(105, 179, 254, .35)
}

.btn-outline-warning {
    border-color: rgba(254, 165, 105, .35)
}

.btn-outline-danger {
    border-color: rgba(243, 71, 112, .35)
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .35)
}

.btn-outline-dark {
    border-color: rgba(55, 63, 80, .35)
}

.btn-outline-light.active,
.btn-outline-light.show,
.btn-outline-light:active,
.btn-outline-light:hover {
    color: #4b566b !important
}

.btn-outline-secondary {
    border-color: #dae1e7
}

.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    border-color: #dae1e7 !important;
    color: #4b566b !important
}

.btn-primary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(124, 163, 249, .9)
}

.btn-accent.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(78, 84, 200, .9)
}

.btn-secondary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 245, 249, .9)
}

.btn-success.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(66, 214, 151, .9)
}

.btn-info.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(105, 179, 254, .9)
}

.btn-warning.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 165, 105, .9)
}

.btn-danger.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 71, 112, .9)
}

.btn-light.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 255, 255, .9)
}

.btn-dark.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(55, 63, 80, .9)
}

.btn-light.btn-shadow,
.btn-secondary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 0, 0, .15)
}

.btn-shadow:hover {
    box-shadow: none
}

.btn>i {
    vertical-align: middle
}

.btn-icon {
    padding: .625rem .875rem
}

.btn-market {
    display: inline-block;
    padding: .375rem .875rem;
    padding-left: 2.8125rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: .4375rem;
    background-position: center left .75rem;
    background-color: #2b3445;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none
}

.btn-market .btn-market-title {
    display: block;
    color: #fff;
    font-size: 1rem
}

.btn-market .btn-market-subtitle {
    display: block;
    margin-bottom: -.125rem;
    color: rgba(255, 255, 255, .6);
    font-size: .6875rem
}

.btn-market:hover {
    background-color: #212835
}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(43, 52, 69, .25);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025
}

.btn-scroll-top>.btn-scroll-top-icon {
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.625rem
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.btn-scroll-top:hover {
    background-color: rgba(43, 52, 69, .5);
    color: #fff
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1
}

.btn-scroll-top.right-15 {
    right: 2.1875rem
}

@media (max-width:499.98px) {
    .btn-scroll-top {
        width: 2.2916666667rem;
        height: 2.2916666667rem;
        bottom: 1rem
    }

    .btn-scroll-top>.btn-scroll-top-icon {
        line-height: 2.1666666667rem
    }

    .btn-scroll-top.show {
        right: 1rem
    }

    .btn-scroll-top.right-15 {
        right: 1.9375rem
    }
}

.btn-dislike,
.btn-like {
    display: inline-block;
    padding: 0;
    padding-left: .625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    border: 0;
    background: 0;
    color: #333333;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
    vertical-align: middle
}

.btn-dislike::before,
.btn-like::before {
    display: inline-block;
    margin-right: .375rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25em;
    vertical-align: middle;
    content: '\e985'
}

.btn-dislike:first-child,
.btn-like:first-child {
    padding-right: .625rem;
    padding-left: 0;
    border-right: 1px solid #d9e1e9
}

.btn-dislike:focus,
.btn-like:focus {
    outline: 0
}

.btn-dislike:hover,
.btn-like:hover {
    color: #4b566b
}

.btn-dislike.active::before,
.btn-like.active::before {
    content: '\e9d7'
}

.btn-like::before {
    margin-top: -.325rem;
    color: #42d697
}

.btn-dislike::before {
    transform: rotate(-180deg);
    color: #f34770
}

@-moz-document url-prefix() {
    .btn-dislike::before {
        margin-bottom: -.325rem
    }
}

.btn-wishlist {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: #373f50;
    text-align: center
}

.btn-wishlist>i {
    font-size: 1.0625rem;
    line-height: 2.75rem
}

.btn-wishlist:hover {
    color: #296c36
}

.btn-wishlist:focus {
    outline: 0
}

.btn-group-sm>.btn-wishlist.btn,
.btn-wishlist.btn-sm {
    width: 2rem;
    height: 2rem
}

.btn-group-sm>.btn-wishlist.btn>i,
.btn-wishlist.btn-sm>i {
    font-size: .8125rem;
    line-height: 2rem
}

.btn-video {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    color: #4b566b;
    text-align: center;
    line-height: 4.5rem;
    box-shadow: 0 .375rem 1rem -.25rem rgba(43, 52, 69, .2);
    vertical-align: middle
}

.btn-video::before {
    font-family: "Font Awesome 5 Pro";
    font-size: .75rem;
    font-weight: 700;
    content: '\e969'
}

.btn-video:hover {
    background-color: #296c36;
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9)
}

.btn-social {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid transparent;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
    border-radius: .3125rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    text-decoration: none !important
}

.btn-social>i {
    line-height: 2.125rem;
    color: #fff
}

.btn-social:hover {
    color: #fff
}

.btn-social:focus {
    outline: 0
}

.btn-social:active {
    transition: none;
    box-shadow: none !important
}

.btn-social.bs-light {
    background-color: rgba(255, 255, 255, .08);
    color: #fff
}

.btn-social.bs-light:hover {
    background-color: #fff !important;
    box-shadow: none !important
}

.bs-lg {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .3125rem;
    font-size: 1rem
}

.bs-lg>i {
    line-height: 2.625rem
}

.bs-sm {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: .25rem;
    font-size: .75rem
}

.bs-sm>i {
    line-height: 1.625rem
}

.bs-outline {
    border-color: #e3e9ef;
    background-color: transparent
}

.bs-outline.bs-light {
    border-color: rgba(255, 255, 255, .12);
    background-color: transparent
}

.bs-outline:hover {
    border-color: transparent
}

.bs-facebook {
    background-color: #3b5998;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(59, 89, 152, .9)
}

.bs-facebook:hover.bs-light {
    color: #3b5998
}

.btn-pro-detail {
    font-size: 14px;
}

.bs-twitter {
    background-color: #1da1f2;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(29, 161, 242, .9)
}

.bs-twitter:hover.bs-light {
    color: #1da1f2
}

.bs-instagram:hover {
    background-color: #5851db;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(88, 81, 219, .9)
}

.bs-instagram:hover.bs-light {
    color: #5851db
}

.bs-google:hover {
    background-color: #ea4335;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(234, 67, 53, .9)
}

.bs-google:hover.bs-light {
    color: #ea4335
}

.bs-linkedin:hover {
    background-color: #0077b5;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 119, 181, .9)
}

.bs-linkedin:hover.bs-light {
    color: #0077b5
}

.bs-pinterest:hover {
    background-color: #bd081c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(189, 8, 28, .9)
}

.bs-pinterest:hover.bs-light {
    color: #bd081c
}

.bs-tumblr:hover {
    background-color: #35465c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(53, 70, 92, .9)
}

.bs-tumblr:hover.bs-light {
    color: #35465c
}

.bs-behance:hover {
    background-color: #1769ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 105, 255, .9)
}

.bs-behance:hover.bs-light {
    color: #1769ff
}

.bs-dribbble:hover {
    background-color: #ea4c89;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(234, 76, 137, .9)
}

.bs-dribbble:hover.bs-light {
    color: #ea4c89
}

.bs-vk:hover {
    background-color: #45668e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(69, 102, 142, .9)
}

.bs-vk:hover.bs-light {
    color: #45668e
}

.bs-odnoklassniki:hover {
    background-color: #ed812b;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(237, 129, 43, .9)
}

.bs-odnoklassniki:hover.bs-light {
    color: #ed812b
}

.bs-skype:hover {
    background-color: #00aff0;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 175, 240, .9)
}

.bs-skype:hover.bs-light {
    color: #00aff0
}

.bs-hangouts:hover {
    background-color: #0f9d58;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(15, 157, 88, .9)
}

.bs-hangouts:hover.bs-light {
    color: #0f9d58
}

.bs-messenger:hover {
    background-color: #0084ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 132, 255, .9)
}

.bs-messenger:hover.bs-light {
    color: #0084ff
}

.bs-viber:hover {
    background-color: #59267c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(89, 38, 124, .9)
}

.bs-viber:hover.bs-light {
    color: #59267c
}

.bs-telegram:hover {
    background-color: #08c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 136, 204, .9)
}

.bs-telegram:hover.bs-light {
    color: #08c
}

.bs-youtube {
    background-color: red;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 0, 0, .9)
}

.bs-youtube:hover.bs-light {
    color: red
}

.bs-vimeo:hover {
    background-color: #1ab7ea;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(26, 183, 234, .9)
}

.bs-vimeo:hover.bs-light {
    color: #1ab7ea
}

.bs-wechat:hover {
    background-color: #7bb32e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(123, 179, 46, .9)
}

.bs-wechat:hover.bs-light {
    color: #7bb32e
}

.bs-discord:hover {
    background-color: #7289da;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(114, 137, 218, .9)
}

.bs-discord:hover.bs-light {
    color: #7289da
}

.bs-tiktok:hover {
    background-color: #25f4ee;
    box-shadow: 0 .5rem 1.125rem -.5rem #25f4ee
}

.bs-tiktok:hover.bs-light {
    color: #25f4ee
}

.btn-share {
    display: inline-block;
    padding: .25rem .625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    border-radius: .25rem;
    font-size: .875rem;
    text-decoration: none !important;
    vertical-align: middle
}

.btn-share>i {
    margin-top: -.125rem;
    margin-right: .3125rem;
    font-size: 1.1em;
    vertical-align: middle
}

.btn-share.btn-twitter {
    background-color: rgba(29, 161, 242, .08);
    color: #1da1f2
}

.btn-share.btn-twitter:hover {
    background-color: #1da1f2
}

.btn-share.btn-instagram {
    background-color: rgba(88, 81, 219, .08);
    color: #5851db
}

.btn-share.btn-instagram:hover {
    background-color: #5851db
}

.btn-share.btn-facebook {
    background-color: rgba(59, 89, 152, .08);
    color: #3b5998
}

.btn-share.btn-facebook:hover {
    background-color: #3b5998
}

.btn-share:hover {
    color: #fff;
    box-shadow: none
}

.btn-group .btn-outline-secondary.active,
.btn-group .btn-outline-secondary:active,
.btn-group .btn-outline-secondary:hover {
    border-color: #e3e9ef !important
}

.dropdown .dropdown-toggle::after,
.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    margin-left: .3rem;
    vertical-align: middle
}

.btn.dropdown-toggle::after {
    margin-left: .35rem
}

.h1 .dropdown-toggle::after,
.h2 .dropdown-toggle::after,
.h3 .dropdown-toggle::after,
.h4 .dropdown-toggle::after,
.h5 .dropdown-toggle::after,
h1 .dropdown-toggle::after,
h2 .dropdown-toggle::after,
h3 .dropdown-toggle::after,
h4 .dropdown-toggle::after,
h5 .dropdown-toggle::after {
    margin-left: .5rem !important;
    border-top-width: .375rem;
    border-right-width: .375rem;
    border-left-width: .375rem
}

.dropdown-menu {
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
    border-color: transparent
}

.dropdown-menu li:hover>.dropdown-item {
    color: #296c36
}

.dropdown-menu .active>.dropdown-item {
    color: #296c36
}

.dropdown-menu .active>.dropdown-item,
.dropdown-menu .dropdown-item.active {
    pointer-events: none
}

.dropdown-menu.dropdown-menu-dark {
    border-width: 0
}

.dropdown-menu.dropdown-menu-dark li:hover>.dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-menu-dark .active>.dropdown-item {
    color: #fff
}

.dropdown-header {
    margin-bottom: .25rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid #e3e9ef
}

.dropdown-menu-dark .dropdown-header {
    border-bottom-color: rgba(255, 255, 255, .12)
}

.dropdown-item {
    position: relative;
    width: 100%;
    transition: all .25s ease-in-out;
    font-size: .875rem;
    font-weight: 400
}

.dropdown-item .badge,
.dropdown-item>i {
    margin-top: -.125rem;
    vertical-align: middle
}

.dropdown-menu.show {
    -webkit-animation: fade-in .25s ease-in-out;
    animation: fade-in .25s ease-in-out
}

.dropdown-toggle-split::after {
    margin-left: -.0625rem !important
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slide-up {
    from {
        transform: translateY(.5rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-up {
    from {
        transform: translateY(.5rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.input-group .position-absolute {
    z-index: 9
}

.input-group .position-absolute+.form-control,
.input-group .position-absolute+.password-toggle .form-control {
    padding-left: 2.5rem
}

.nav-tabs:not(.card-header-tabs) {
    margin-bottom: 1.25rem
}

.nav-tabs.card-header-tabs {
    margin-top: -.3125rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

.nav-tabs.card-header-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: transparent
}

.nav-tabs .nav-link {
    position: relative;
    border: 0
}

.nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 1px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    background-color: transparent;
    content: ''
}

.nav-tabs .nav-link.active::before {
    background-color: #296c36
}

.nav-tabs.nav-fill .nav-link::before,
.nav-tabs.nav-justified .nav-link::before {
    left: 0;
    width: 100%
}

.media-tabs {
    border: 0
}

.media-tabs .nav-item {
    margin-bottom: 0;
    text-align: left
}

.media-tabs .nav-link {
    padding: .375rem .625rem
}

.media-tabs .nav-link::before {
    display: none !important
}

.media-tab-media {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-tab-media>i {
    font-size: 18px;
    line-height: 1.3em;
}

.media-tab-media>img {
    display: block;
    width: 100%;
    border-radius: 50%
}

a.nav-link:hover .media-tab-media {
    border-color: rgba(254, 105, 106, .35);
    color: #296c36
}

.nav-link.active .media-tab-media,
.nav-link.active:hover .media-tab-media {
    border-color: #296c36;
    background-color: #296c36;
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(16, 49, 120, .9)
}

.nav-link.active .media-tab-subtitle,
.nav-link.active:hover .media-tab-subtitle {
    color: #068a43 !important
}

.nav-link.completed .media-tab-media,
.nav-link.disabled .media-tab-media {
    background-color: #f6f9fc;
    color: #333333
}

.nav-link.disabled .media-tab-title {
    color: #333333
}

.nav-link.completed .media-tab-media {
    overflow: visible
}

.nav-link.completed .media-tab-media::after {
    position: absolute;
    top: -.175rem;
    right: -.175rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #eafaf3;
    border: 1px solid #42d697;
    color: #42d697;
    font-family: "Font Awesome 5 Pro";
    font-size: .625rem;
    font-weight: 300;
    line-height: 1.25rem;
    content: "\f00c"
}

.nav-pills .nav-item {
    margin-right: .6666666667rem
}

.nav-pills .nav-item:last-child {
    margin-right: 0
}

.nav-pills.flex-column .nav-item {
    margin-right: 0;
    margin-bottom: .6666666667rem
}

.nav-pills.flex-column .nav-item:last-child {
    margin-bottom: 0
}

.nav-pills .nav-link {
    padding-top: .675rem;
    padding-bottom: .675rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: .9375rem
}

.nav-pills .nav-link.show,
.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]) {
    color: #4b566b;
    background-color: #dfe4ef
}

.nav-pills .nav-link.disabled {
    background-color: #fafbfc;
    color: #333333
}

.nav-pills .nav-link.disabled:hover:not(.active) {
    background-color: transparent
}

.nav-pills .nav-link.active {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9)
}

.nav-pills .nav-link i {
    margin-top: -.25rem
}

.modal-content .card-header-tabs {
    margin-right: -1.25rem;
    margin-bottom: -1rem;
    margin-left: -1.25rem
}

.nav-link-style {
    color: #4b566b
}

.nav-link-style>i {
    margin-top: -.125rem;
    vertical-align: middle
}

.nav-link-style:hover {
    color: #296c36
}

.active>.nav-link-style,
.nav-link-style.active {
    color: #296c36
}

.nav-link-style.nav-link-light {
    color: rgba(255, 255, 255, .65)
}

.nav-link-style.nav-link-light:hover {
    color: #fff
}

.active>.nav-link-style.nav-link-light,
.nav-link-style.nav-link-light.active {
    color: #fff
}

.radio-tab-pane {
    display: none
}

.radio-tab-pane.active {
    display: block
}

.navbar-brand {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle
}

.navbar-brand>img {
    display: block
}

.navbar-nav .nav-item {
    margin-bottom: .6666666667rem;
    border-radius: .3125rem
}

.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
    font-weight: 500
}

.navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item>* {
    font-weight: 400
}

.navbar-nav .nav-link {
    padding: .6666666667rem 1.125rem;
    font-weight: 500
}

.navbar-nav .dropdown-menu {
    min-width: 12.5rem;
    padding-top: 0;
    box-shadow: none;
    border: none;
    background-color: transparent
}

.navbar-nav .dropdown-menu .dropdown-menu {
    width: calc(100% - (1rem * 2));
    margin: 0 1rem
}

.navbar-nav .dropdown-menu .dropdown-menu:not(.animation-none) {
    display: block;
    opacity: 1
}

.navbar-nav .dropdown-menu .dropdown-toggle::after {
    display: none
}

.navbar.fixed-top {
    position: relative
}

.navbar-mega-nav {
    position: relative
}

.navbar-mega-nav::after {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.875rem;
    content: ''
}

.mega-dropdown-column {
    width: 100%;
    max-width: 15rem
}

.navbar-mega-nav .dropdown-menu>.mega-dropdown {
    position: static
}

.navbar-mega-nav .dropdown-menu>.dropdown>a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e3e9ef
}

.navbar-mega-nav .dropdown-menu>.dropdown:last-child>a {
    border-bottom: 0
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center
}

.navbar-tool.dropdown::before {
    position: absolute;
    bottom: -1rem;
    left: -10%;
    width: 120%;
    height: 1rem;
    content: ''
}

.navbar-tool .dropdown-menu {
    top: 100%;
    margin-top: .5rem !important
}

.navbar-tool .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #296c36;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1rem;
}

.navbar-tool .navbar-tool-tooltip {
    display: none
}

@media (min-width:992px) {
    .navbar-tool .navbar-tool-tooltip {
        display: block;
        position: absolute;
        top: -.5rem;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .2s ease-in-out, top .2s ease-in-out;
        padding: .0625rem .375rem;
        border-radius: .25rem;
        background-color: #2b3445;
        color: #fff;
        font-size: .6875rem;
        white-space: nowrap;
        opacity: 0
    }

    .navbar-tool:hover .navbar-tool-tooltip {
        top: -.75rem;
        opacity: .9
    }
}

.navbar-tool-icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-tool-icon-box.dropdown-toggle::after {
    display: none
}

button.btn.navbar-tool.navbar-tool-search {
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    background: #f1f1f1;
    font-size: 22px;
    padding-top: 2px;
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap
}

.navbar-tool-text>.small,
.navbar-tool-text>small {
    display: block;
    margin-bottom: -.125rem
}

.dropdown .navbar-tool-text::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid transparent;
    border-bottom: 0;
    border-left: .275rem solid transparent
}

.dropdown .navbar-tool-text:empty::after {
    margin-left: 0
}

@media (max-width:767.98px) {
    .search-box {
        display: none
    }
}

@media (min-width:500px) {
    .navbar-expand-sm.fixed-top {
        position: fixed
    }

    .navbar-expand-sm .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-sm .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-sm .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-sm .navbar-mega-nav::after {
        display: block
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-sm .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-sm .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-sm .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-sm .dropdown-menu.show {
        display: none
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-sm .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-sm .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-sm .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }

    .navbar-expand-sm .navbar-tool-text {
        display: block
    }

    .navbar-expand-sm .mega-dropdown-column {
        width: 15rem
    }
}

@media (min-width:768px) {
    .navbar-expand-md.fixed-top {
        position: fixed
    }

    .navbar-expand-md .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-md .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-md .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-md .navbar-mega-nav::after {
        display: block
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-md .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-md .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-md .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-md .dropdown-menu.show {
        display: none
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-md .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-md .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-md .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }

    .navbar-expand-md .navbar-tool-text {
        display: block
    }

    .navbar-expand-md .mega-dropdown-column {
        width: 15rem
    }
}

@media (min-width:992px) {
    .navbar-expand-lg.fixed-top {
        position: fixed
    }

    .navbar-expand-lg .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-lg .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-lg .navbar-mega-nav::after {
        display: block
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-lg .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-lg .dropdown-menu.show {
        display: none
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-lg .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-lg .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }

    .navbar-expand-lg .navbar-tool-text {
        display: block
    }

    .navbar-expand-lg .mega-dropdown-column {
        width: 15rem
    }
}

@media (min-width:1280px) {
    .navbar-expand-xl.fixed-top {
        position: fixed
    }

    .navbar-expand-xl .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-xl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-xl .navbar-mega-nav::after {
        display: block
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-xl .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-xl .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-xl .dropdown-menu.show {
        display: none
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-xl .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-xl .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-xl .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }

    .navbar-expand-xl .navbar-tool-text {
        display: block
    }

    .navbar-expand-xl .mega-dropdown-column {
        width: 15rem
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl.fixed-top {
        position: fixed
    }

    .navbar-expand-xxl .navbar-collapse {
        width: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-nav .nav-item {
        margin-bottom: 0;
        background-color: transparent
    }

    .navbar-expand-xxl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 400
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-top: 1.125rem;
        padding-bottom: .875rem;
        font-weight: 400
    }

    .navbar-expand-xxl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
        display: none
    }

    .navbar-expand-xxl .navbar-mega-nav::after {
        display: block
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
        top: .35rem
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
        top: .375rem;
        min-height: 100%;
        min-height: calc(100% + .25rem);
        -webkit-animation: none !important;
        animation: none !important
    }

    .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
        position: absolute;
        top: 0;
        right: 16rem;
        width: 1px;
        height: 100%;
        background-color: #e3e9ef;
        content: ''
    }

    .navbar-expand-xxl .dropdown-menu {
        margin-top: 0;
        padding-top: .5rem
    }

    .navbar-expand-xxl .dropdown-menu.dropdown-menu-dark {
        border: 1px solid rgba(255, 255, 255, .12);
        background-color: #373f50
    }

    .navbar-expand-xxl .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0
    }

    .navbar-expand-xxl .dropdown-menu.show {
        display: none
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        display: inline-block;
        margin-left: .23375rem;
        vertical-align: .23375rem;
        content: "";
        border-top: .275rem solid transparent;
        border-right: 0;
        border-bottom: .275rem solid transparent;
        border-left: .275rem solid
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
        margin-left: 0
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 1rem;
        margin-top: -.3em
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown .dropdown-menu {
        display: none;
        top: 0;
        right: auto;
        left: 100%;
        width: auto;
        margin-top: -.5rem;
        margin-right: 0;
        margin-left: -.25rem
    }

    .navbar-expand-xxl .dropdown-menu>.dropdown:hover>.dropdown-menu {
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
    }

    .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
        background-color: #fff
    }

    .navbar-expand-xxl .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out
    }

    .navbar-expand-xxl .navbar-tool-text {
        display: block
    }

    .navbar-expand-xxl .mega-dropdown-column {
        width: 15rem
    }
}

.navbar-expand.fixed-top {
    position: fixed
}

.navbar-expand .navbar-collapse {
    width: auto;
    flex-basis: auto
}

.navbar-expand .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent
}

.navbar-expand .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
    font-weight: 400
}

.navbar-expand .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: .875rem;
    font-weight: 400
}

.navbar-expand .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none
}

.navbar-expand .navbar-mega-nav::after {
    display: block
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
    top: .35rem
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
    top: .375rem;
    min-height: 100%;
    min-height: calc(100% + .25rem);
    -webkit-animation: none !important;
    animation: none !important
}

.navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: ''
}

.navbar-expand .dropdown-menu {
    margin-top: 0;
    padding-top: .5rem
}

.navbar-expand .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, .12);
    background-color: #373f50
}

.navbar-expand .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0
}

.navbar-expand .dropdown-menu.show {
    display: none
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle {
    position: relative;
    padding-right: 1.95rem
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid transparent;
    border-right: 0;
    border-bottom: .275rem solid transparent;
    border-left: .275rem solid
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
    margin-left: 0
}

.navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -.3em
}

.navbar-expand .dropdown-menu>.dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem
}

.navbar-expand .dropdown-menu>.dropdown:hover>.dropdown-menu {
    -webkit-animation: fade-in .25s ease-in-out;
    animation: fade-in .25s ease-in-out
}

.navbar-expand .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05)
}

.navbar-expand .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff
}

.navbar-expand .dropdown:hover>.dropdown-menu {
    display: block;
    -webkit-animation: slide-up .25s ease-in-out;
    animation: slide-up .25s ease-in-out
}

.navbar-expand .navbar-tool-text {
    display: block
}

.navbar-expand .mega-dropdown-column {
    width: 15rem
}

.navbar-stuck-toggler {
    display: none
}

@media (min-width:299px) {
    .navbar-sticky.navbar-stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: navbar-show .25s;
        animation: navbar-show .25s;
        box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
        z-index: 1030
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
        display: flex
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-barnd {
        display: block !important
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-menu {
        display: none
    }

    .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: block
    }

    .navbar-sticky.navbar-stuck.right-15 {
        right: 15px;
        width: calc(100% - 15px)
    }
}

.fixed-bottom.right-15,
.fixed-top.right-15 {
    right: 15px
}

@-webkit-keyframes navbar-show {
    from {
        transform: translateY(-.625rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes navbar-show {
    from {
        transform: translateY(-.625rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.navbar-light .nav-link>i {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    color: #333333
}

.navbar-light .nav-item {
    background-color: #f6f9fc
}

.navbar-light .nav-item:hover .nav-link:not(.disabled),
.navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
    color: #296c36
}

.navbar-light .nav-item.active .nav-link:not(.disabled),
.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled),
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled),
.navbar-light .nav-item.show .nav-link:not(.disabled)>i {
    color: #296c36
}

.navbar-light .navbar-tool-icon-box {
    color: #000000;
    background: #f2fd5d !important;
}

.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #f3f5f9 !important
}

.navbar-light .navbar-tool-icon-box i {
    font-size: 22px
}

.navbar-light .navbar-tool:hover .navbar-tool-icon-box {
    color: #2b3445
}

.navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #f3f5f9 !important
}

.navbar-light.bg-secondary .navbar-tool-icon-box.bg-secondary,
.navbar-light[class*=' bg-faded'] .navbar-tool-icon-box.bg-secondary,
.navbar-light[class^=bg-faded] .navbar-tool-icon-box.bg-secondary,
.navbar-light[style*=' background-color'] .navbar-tool-icon-box.bg-secondary,
.navbar-light[style^=background-color] .navbar-tool-icon-box.bg-secondary {
    background-color: #e9edf4 !important
}

.navbar-light.bg-secondary .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[class*=' bg-faded'] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[class^=bg-faded] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[style*=' background-color'] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary,
.navbar-light[style^=background-color] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #e9edf4 !important
}

.navbar-light .navbar-tool-text {
    color: #4b566b
}

.navbar-light .navbar-tool-text>.small,
.navbar-light .navbar-tool-text>small {
    color: #333333
}

.navbar-light .navbar-tool:hover .navbar-tool-text {
    color: #2b3445
}

.navbar-light .navbar-mega-nav::after {
    background-color: #e3e9ef
}

.navbar-dark .nav-link>i {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .nav-item {
    background-color: rgba(255, 255, 255, .05)
}

.navbar-dark .nav-item:hover .nav-link:not(.disabled) {
    color: #fff
}

.navbar-dark .nav-item.active .nav-link:not(.disabled),
.navbar-dark .nav-item.active .nav-link:not(.disabled)>i,
.navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled),
.navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-dark .nav-item.show .nav-link:not(.disabled),
.navbar-dark .nav-item.show .nav-link:not(.disabled)>i {
    color: #fff
}

.navbar-dark .navbar-tool-icon-box {
    color: #fff
}

.navbar-dark .navbar-tool-icon-box.bg-secondary {
    background-color: rgba(255, 255, 255, .08) !important
}

.navbar-dark .navbar-tool-text {
    color: #fff
}

.navbar-dark .navbar-tool-text>.small,
.navbar-dark .navbar-tool-text>small {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-tool:hover .navbar-tool-text {
    color: #fff
}

.navbar-dark .navbar-mega-nav::after {
    background-color: rgba(255, 255, 255, .12)
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .625rem 0;
    font-size: .875rem
}

.topbar>.container,
.topbar>.container-fluid,
.topbar>.container-lg,
.topbar>.container-md,
.topbar>.container-sm,
.topbar>.container-xl {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar .topbar-link,
.topbar .topbar-text {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important
}

.topbar .topbar-link>i,
.topbar .topbar-text>i {
    margin-right: .375rem;
    font-size: 1.15em;
    vertical-align: middle
}

.topbar .tns-carousel [data-controls] {
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
    transition: color .2s ease-in-out;
    border: 0;
    background: 0;
    font-size: .9558823529rem;
    line-height: 2rem
}

.topbar .tns-carousel [data-controls=prev] {
    left: -2.2rem
}

.topbar .tns-carousel [data-controls=next] {
    right: -2.2rem
}

@-moz-document url-prefix() {
    .topbar .tns-carousel [data-controls] {
        margin-top: -.875rem
    }
}

.topbar-light .topbar-link,
.topbar-light .topbar-text {
    color: rgba(75, 86, 107, .9)
}

.topbar-light .topbar-link>i,
.topbar-light .topbar-text>i {
    color: #296c36
}

.topbar-light .topbar-link.text-muted,
.topbar-light .topbar-link>.text-muted,
.topbar-light .topbar-text.text-muted,
.topbar-light .topbar-text>.text-muted {
    color: rgba(125, 135, 156, .9) !important
}

.topbar-light .topbar-link:hover {
    color: #373f50
}

.topbar-light .topbar-link.active {
    color: #373f50
}

.topbar-light .show .topbar-link {
    color: #373f50
}

.topbar-light .tns-carousel [data-controls] {
    color: rgba(75, 86, 107, .9)
}

.topbar-light .tns-carousel [data-controls]:hover {
    color: #373f50
}

.topbar-dark .topbar-link,
.topbar-dark .topbar-text {
    color: rgba(255, 255, 255, .65)
}

.topbar-dark .topbar-link>i,
.topbar-dark .topbar-text>i {
    color: #fff
}

.topbar-dark .topbar-link.text-muted,
.topbar-dark .topbar-link>.text-muted,
.topbar-dark .topbar-text.text-muted,
.topbar-dark .topbar-text>.text-muted {
    color: rgba(255, 255, 255, .45) !important
}

.topbar-dark .topbar-link:hover {
    color: #fff
}

.topbar-dark .topbar-link.active {
    color: #fff
}

.topbar-dark .show .topbar-link {
    color: #fff
}

.topbar-dark .tns-carousel [data-controls] {
    color: rgba(255, 255, 255, .65)
}

.topbar-dark .tns-carousel [data-controls]:hover {
    color: #fff
}

.accordion-button {
    font-weight: 500
}

.accordion-button::after {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background-position: center;
    background-color: #f3f5f9
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #dde4eb
}

.breadcrumb-item::before {
    margin-top: .0625rem;
    content: "\f054" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: .9em;
    vertical-align: middle
}

.breadcrumb-item:first-child::before {
    display: none
}

.breadcrumb-item>a {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    color: #4b566b;
    font-weight: normal;
}

.breadcrumb-item>a:hover {
    color: #296c36
}

.breadcrumb-item>a>i {
    margin-top: -.175rem;
    margin-right: .375rem;
    font-size: 1.05em;
    vertical-align: middle
}

.breadcrumb-item.active {
    cursor: default
}

.breadcrumb-light .breadcrumb-item>a:hover {
    color: #277fc2
}

.breadcrumb-light .breadcrumb-item.active {
    color: rgba(255, 255, 255, .6)
}

.pagination {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.page-link {
    position: relative;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

.page-link:focus,
.page-link:hover {
    color: #4b566b
}

.page-link.page-link-static:hover {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    color: #4b566b
}

.page-link>i {
    margin-top: -.125rem;
    vertical-align: middle
}

.page-item {
    margin: .15rem
}

.page-item.active {
    position: relative;
    z-index: 5;
    cursor: default
}

.page-item.active>.page-link {
    box-shadow: 0 .5rem 1.125rem -.425rem rgba(16, 49, 120, .9)
}

.pagination .page-link {
    border-radius: .3125rem;
    font-size: .9375rem
}

.pagination-sm .page-link {
    border-radius: .25rem;
    font-size: .8125rem
}

.pagination-lg .page-link {
    border-radius: .4375rem;
    font-size: 1rem
}

.entry-navigation {
    align-items: center;
    display: flex;
    border: 0;
    border-radius: .4375rem;
}

.entry-navigation-link {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 1.25rem .75rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    border-right: 1px solid #e3e9ef;
    color: #4b566b;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

.entry-navigation-link:last-child {
    border-right: 0
}

.entry-navigation-link>i {
    vertical-align: middle
}

.entry-navigation-link:hover {
    color: #296c36;
    text-decoration: none
}

.badge.bg-light,
.badge.bg-secondary {
    color: #373f50
}

.bg-primary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(254, 105, 106, .9)
}

.bg-accent.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(78, 84, 200, .9)
}

.bg-secondary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(243, 245, 249, .9)
}

.bg-success.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(66, 214, 151, .9)
}

.bg-info.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(105, 179, 254, .9)
}

.bg-warning.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(254, 165, 105, .9)
}

.bg-light.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(255, 255, 255, .9)
}

.bg-dark.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(55, 63, 80, .9)
}

.bg-light.badge-shadow,
.bg-secondary.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -.275rem rgba(0, 0, 0, .25)
}

.alert-secondary {
    border-color: #e3e9ef;
    background-color: #f6f9fc
}

.alert-light,
.alert-secondary {
    color: #4b566b
}

.alert-light .alert-link,
.alert-secondary .alert-link {
    color: #2b3445
}

.alert-dark {
    border-color: #373f50;
    background-color: #373f50;
    color: #fff
}

.alert-dark .alert-link {
    color: #fff
}

.alert [class*=' ci-'],
.alert [class^=ci-] {
    margin-top: .1875rem
}

.alert hr {
    color: rgba(0, 0, 0, .1)
}

.alert-link {
    text-decoration: underline
}

.alert-link:hover {
    text-decoration: none
}

.alert-icon {
    display: flex;
    align-items: center;
    margin-top: -.75rem;
    margin-right: 1.125rem;
    margin-bottom: -.75rem;
    margin-left: -1.125rem;
    padding: .75em;
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
    font-size: 1.125rem
}

.alert-primary .alert-icon {
    background-color: rgba(254, 105, 106, .1)
}

.alert-accent .alert-icon {
    background-color: rgba(78, 84, 200, .1)
}

.alert-secondary .alert-icon {
    background-color: rgba(243, 245, 249, .1)
}

.alert-success .alert-icon {
    background-color: rgba(66, 214, 151, .1)
}

.alert-info .alert-icon {
    background-color: rgba(105, 179, 254, .1)
}

.alert-warning .alert-icon {
    background-color: rgba(254, 165, 105, .1)
}

.alert-danger .alert-icon {
    background-color: rgba(243, 71, 112, .1)
}

.alert-light .alert-icon {
    background-color: rgba(255, 255, 255, .1)
}

.alert-dark .alert-icon {
    background-color: rgba(55, 63, 80, .1)
}

.alert-secondary .alert-icon {
    background-color: #e3e9ef
}

.alert-light .alert-icon {
    background-color: #f3f5f9
}

.alert-dismissible .btn-close {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.list-group-item-action {
    transition: all .2s ease-in-out
}

.list-group-item-action:active {
    transition: none
}

.list-group-item.active {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9)
}

.list-group-item-action.list-group-item-primary:active,
.list-group-item-action.list-group-item-primary:focus,
.list-group-item-action.list-group-item-primary:hover {
    background-color: rgba(254, 105, 106, .2)
}

.list-group-item-primary.active {
    background-color: #296c36 !important;
    border-color: #296c36;
    box-shadow: none
}

.list-group-item-action.list-group-item-accent:active,
.list-group-item-action.list-group-item-accent:focus,
.list-group-item-action.list-group-item-accent:hover {
    background-color: rgba(78, 84, 200, .2)
}

.list-group-item-accent.active {
    background-color: #4e54c8 !important;
    border-color: #4e54c8;
    box-shadow: none
}

.list-group-item-action.list-group-item-secondary:active,
.list-group-item-action.list-group-item-secondary:focus,
.list-group-item-action.list-group-item-secondary:hover {
    background-color: rgba(243, 245, 249, .2)
}

.list-group-item-secondary.active {
    background-color: #f3f5f9 !important;
    border-color: #f3f5f9;
    box-shadow: none
}

.list-group-item-action.list-group-item-success:active,
.list-group-item-action.list-group-item-success:focus,
.list-group-item-action.list-group-item-success:hover {
    background-color: rgba(66, 214, 151, .2)
}

.list-group-item-success.active {
    background-color: #42d697 !important;
    border-color: #42d697;
    box-shadow: none
}

.list-group-item-action.list-group-item-info:active,
.list-group-item-action.list-group-item-info:focus,
.list-group-item-action.list-group-item-info:hover {
    background-color: rgba(105, 179, 254, .2)
}

.list-group-item-info.active {
    background-color: #69b3fe !important;
    border-color: #69b3fe;
    box-shadow: none
}

.list-group-item-action.list-group-item-warning:active,
.list-group-item-action.list-group-item-warning:focus,
.list-group-item-action.list-group-item-warning:hover {
    background-color: rgba(254, 165, 105, .2)
}

.list-group-item-warning.active {
    background-color: #fea569 !important;
    border-color: #fea569;
    box-shadow: none
}

.list-group-item-action.list-group-item-danger:active,
.list-group-item-action.list-group-item-danger:focus,
.list-group-item-action.list-group-item-danger:hover {
    background-color: rgba(243, 71, 112, .2)
}

.list-group-item-danger.active {
    background-color: #f34770 !important;
    border-color: #f34770;
    box-shadow: none
}

.list-group-item-action.list-group-item-light:active,
.list-group-item-action.list-group-item-light:focus,
.list-group-item-action.list-group-item-light:hover {
    background-color: rgba(255, 255, 255, .2)
}

.list-group-item-light.active {
    background-color: #fff !important;
    border-color: #fff;
    box-shadow: none
}

.list-group-item-action.list-group-item-dark:active,
.list-group-item-action.list-group-item-dark:focus,
.list-group-item-action.list-group-item-dark:hover {
    background-color: rgba(55, 63, 80, .2)
}

.list-group-item-dark.active {
    background-color: #373f50 !important;
    border-color: #373f50;
    box-shadow: none
}

.list-group-item-light,
.list-group-item-secondary {
    color: #4b566b !important
}

.list-group-item-secondary {
    background-color: #f6f9fc !important
}

.list-group-item-light {
    background-color: #fff !important
}

.btn-close {
    transition: opacity .15s ease-in-out
}

.toast-header [class*=ci-] {
    font-size: 1.25em
}

.toast-header:not([class*=bg-]) {
    border-bottom: 1px solid rgba(227, 233, 239, .75)
}

.popover-header {
    font-size: .9375rem
}

.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after,
.popover.bs-popover-bottom .popover-arrow::after {
    border-bottom-color: #f6f9fc
}

.modal-quick-view .modal-dialog {
    max-width: 1140px !important
}

@media (min-width:500px) {
    .modal-quick-view {
        padding-left: 1rem
    }
}

.tns-carousel {
    position: relative
}

.tns-carousel .tns-carousel-inner {
    position: relative;
    display: flex;
    overflow: hidden;
    touch-action: manipulation;
    opacity: 0
}

.tns-carousel .tns-carousel-inner:active {
    cursor: -webkit-grab;
    cursor: grab
}

.tns-carousel .tns-carousel-inner.tns-slider {
    display: block;
    opacity: 1
}

.tns-carousel .tns-carousel-inner>* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tns-carousel .tns-controls:focus {
    outline: 0
}

.tns-carousel [data-controls] {
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    transition: all .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .8088235294rem;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10
}

.tns-carousel [data-controls][disabled] {
    opacity: 0 !important
}

.tns-carousel [data-controls=prev] {
    left: 1.75rem
}

.tns-carousel [data-controls=next] {
    right: 1.75rem
}

.tns-carousel.tns-controls-lg [data-controls] {
    width: 3.25rem;
    height: 3.25rem;
    margin-top: -1.625rem;
    font-size: .9558823529rem;
    line-height: 3.125rem
}

.tns-carousel.tns-controls-sm [data-controls] {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    font-size: .6617647059rem;
    line-height: 2.125rem
}

.tns-carousel:not(.tns-controls-static) [data-controls] {
    opacity: 0
}

.tns-carousel:not(.tns-controls-static) [data-controls=prev] {
    transform: translateX(1rem)
}

.tns-carousel:not(.tns-controls-static) [data-controls=next] {
    transform: translateX(-1rem)
}

.tns-carousel:not(.tns-controls-static):hover [data-controls] {
    transform: none;
    opacity: 1
}

.tns-carousel.tns-controls-outside {
    padding: 0 1.375rem
}

.tns-carousel.tns-controls-outside [data-controls=prev] {
    left: 0
}

.tns-carousel.tns-controls-outside [data-controls=next] {
    right: 0
}

.tns-carousel.tns-controls-outside.tns-controls-lg {
    padding: 0 1.625rem
}

.tns-carousel.tns-controls-outside.tns-controls-sm {
    padding: 0 1.125rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside) [data-controls] {
    margin-top: -3.0625rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-lg [data-controls] {
    margin-top: -3.3125rem
}

.tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-sm [data-controls] {
    margin-top: -2.8125rem
}

.tns-carousel .tns-nav {
    padding-top: .875rem;
    padding-bottom: .5rem;
    text-align: center
}

.tns-carousel.tns-nav-start .tns-nav {
    text-align: left
}

.tns-carousel.tns-nav-end .tns-nav {
    text-align: right
}

.tns-carousel [data-nav] {
    display: inline-block;
    width: .3125rem;
    height: .3125rem;
    margin: 0 .375rem;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #b6bcc5
}

.tns-carousel [data-nav]:focus {
    outline: 0
}

.tns-carousel [data-nav].tns-nav-active {
    width: 1.25rem;
    background-color: #296c36
}

.tns-carousel.tns-nav-light [data-nav] {
    background-color: #fff
}

.tns-carousel.tns-nav-inside .tns-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1rem
}

.tns-carousel-controls {
    white-space: nowrap
}

.tns-carousel-controls button {
    display: none
}

.tns-carousel-controls:focus {
    outline: 0
}

.tns-carousel-controls [data-controls] {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: .0625rem;
    transition: all .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .6617647059rem;
    line-height: 2.125rem;
    text-align: center;
    z-index: 10
}

.tns-carousel-controls [data-controls][disabled] {
    opacity: 0 !important
}

.tns-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tns-item .from-bottom,
.tns-item .from-end,
.tns-item .from-start,
.tns-item .from-top,
.tns-item .scale-down,
.tns-item .scale-up {
    transition: all .45s .3s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tns-item .from-top {
    transform: translateY(-45px)
}

.tns-item .from-bottom {
    transform: translateY(45px)
}

.tns-item .from-start {
    transform: translateX(-45px)
}

.tns-item .from-end {
    transform: translateX(45px)
}

.tns-item .scale-up {
    transform: scale(.8)
}

.tns-item .scale-down {
    transform: scale(1.2)
}

.tns-item .delay-1 {
    transition-delay: .5s
}

.tns-item .delay-2 {
    transition-delay: .7s
}

.tns-item .delay-3 {
    transition-delay: .9s
}

.tns-item .delay-4 {
    transition-delay: 1.1s
}

.tns-item.tns-slide-active .from-bottom,
.tns-item.tns-slide-active .from-top {
    transform: translateY(0);
    opacity: 1
}

.tns-item.tns-slide-active .from-end,
.tns-item.tns-slide-active .from-start {
    transform: translateX(0);
    opacity: 1
}

.tns-item.tns-slide-active .scale-down,
.tns-item.tns-slide-active .scale-up {
    transform: scale(1);
    opacity: 1
}

.lg-backdrop {
    z-index: 1100
}

.lg-outer {
    z-index: 1110
}

.lg-on {
    overflow: hidden
}

.lg-inner:focus,
.lg-item:focus,
.lg-outer:focus,
.lg:focus {
    outline: 0
}

.steps {
    display: flex;
    width: 100%
}

.step-item {
    flex-basis: 0;
    flex-grow: 1;
    transition: color .25s ease-in-out;
    text-align: center;
    text-decoration: none !important
}

.step-item:first-child .step-progress {
    border-radius: .125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.step-item:last-child .step-progress {
    border-radius: .125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.step-progress {
    position: relative;
    width: 100%;
    height: .25rem
}

.step-count {
    position: absolute;
    top: -.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem
}

.step-label {
    padding-top: 1.5625rem
}

.step-label>i {
    margin-top: -.25rem;
    margin-right: .425rem;
    font-size: 1.2em;
    vertical-align: middle
}

@media (max-width:499.98px) {
    .step-label {
        font-size: .75rem
    }

    .step-label>i {
        display: none
    }
}

.steps-dark .step-item {
    color: #333333
}

.steps-dark .step-count,
.steps-dark .step-progress {
    color: #4b566b;
    background-color: #f3f5f9
}

.steps-dark .step-item:hover {
    color: #4b566b
}

.steps-dark .step-item.active.current {
    color: #373f50;
    pointer-events: none
}

.steps-dark .step-item.active .step-count,
.steps-dark .step-item.active .step-progress {
    color: #fff;
    background-color: #296c36
}

.steps-light .step-item {
    color: rgba(255, 255, 255, .55)
}

.steps-light .step-count,
.steps-light .step-progress {
    color: #fff;
    background-color: #485268
}

.steps-light .step-item:hover {
    color: rgba(255, 255, 255, .8)
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none
}

.steps-light .step-item.active .step-count,
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #296c36
}

.ct-line {
    stroke: #4e54c8 !important;
    stroke-width: .125rem
}

.ct-point {
    stroke: #4e54c8 !important;
    stroke-width: .625rem
}

.ct-bar {
    stroke: #4e54c8 !important;
    stroke-width: .625rem
}

.ct-chart-pie .ct-label {
    fill: #fff;
    font-size: 1rem
}

.Sidebar .widget {
    margin-bottom: 10px;
}

.widget .tns-carousel .tns-nav {
    padding-top: .5rem
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-list[data-simplebar] {
    overflow-x: hidden
}

.widget-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
    font-weight: 500
}

.widget-categories .accordion-item {
    border: 0;
    border-radius: 0
}

.widget-categories .accordion-body {
    padding: .625rem 0
}

.widget-categories .accordion-button {
    padding: .4444444444rem 0;
    font-size: .9375rem;
    font-weight: 400;
    color: #296c36;
    box-shadow: none
}

.widget-categories .accordion-button::after {
    width: 1.375rem;
    height: 1.375rem;
    padding-top: .0625rem;
    background-image: none;
    background-color: rgba(254, 105, 106, .1);
    font-family: cartzilla-icons;
    font-size: .5rem;
    font-weight: 700;
    content: '\e906';
    text-align: center;
    line-height: 1.375rem
}

.widget-categories .accordion-button.collapsed {
    color: #4b566b
}

.widget-categories .accordion-button.collapsed::after {
    background-color: #f3f5f9
}

.widget-categories .accordion-button:hover {
    color: #296c36
}

.widget-categories .accordion-button:hover::after {
    background-color: rgba(254, 105, 106, .1)
}

.widget-categories .widget-list-item {
    margin-bottom: .375rem;
    padding-left: .75rem
}

.widget-categories .widget-list:not([data-simplebar]) {
    border-right: 2px solid #e3e9ef
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
    padding-right: 1rem
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
    border-right: 0
}

.widget-list-item {
    margin-bottom: .5rem
}

.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: 400
}

.widget-list-link:hover {
    color: #296c36
}

.active>.widget-list-link {
    color: #296c36
}

.widget-light .widget-list-link {
    color: #ffffff;
}

.widget-light .widget-list-link:hover {
    color: #fff
}

.widget-light .active>.widget-list-link {
    color: #fff
}

.widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.widget-product-title>a {
    color: #373f50
}

.widget-product-title:hover>a {
    color: #296c36
}

.widget-product-meta {
    font-size: .875rem
}

.widget-cart-item {
    position: relative
}

.widget-cart-item .btn-close {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    padding: 0;
    transform: translateY(-50%);
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
    background: 0 0;
    font-size: 1.5rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0
}

.widget-cart-item>.d-flex {
    transition: all .25s ease-in-out
}

.btn-tag {
    display: inline-block;
    padding: .375rem .5625rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .25rem;
    color: #ffffff;
    font-size: .75rem;
    white-space: nowrap;
    background: rgb(81 146 252);
}

.btn-tag:hover {
    border-color: #e3e9ef;
    background-color: #f3f5f9;
    color: #4b566b
}

.btn-tag.active {
    border-color: #296c36;
    background-color: #296c36;
    color: #fff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 105, 106, .9);
    pointer-events: none;
    cursor: default
}

.product-card {
    padding-bottom: 1.25rem;
    border: 0;
    transition: all .15s ease-in-out;
    position: relative;
    background-color: #fff;
    border: 1px solid #f7931e;
    border-radius: 15px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    padding: 0;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 4px -1px rgba(62, 43, 47, 0.04), 0px 4px 5px 0px rgba(62, 43, 47, 0.03), 0px 1px 10px 0px rgba(62, 43, 47, 0.025);
}

.product-card .card-body {
    border-radius: 15px;
}

.badge {
    box-shadow: 0 0 6px rgb(0 0 0 / 30%)
}

.product-card .badge-wp .badge {
    width: auto;
    margin-top: 5px;
    padding: 3px 6px;
    font-size: 11px;
    display: inline-flex;
    font-weight: 500
}

.product-card .badge-wp .badge:first-child {
    margin-top: 0;
    border-radius: 10px;
}

.product-card .badge-wp {
    width: auto
}

.product-card .badge-wp,
.product-card .product-card-actions,
.product-card>.btn-wishlist {
    position: absolute;
    top: auto;
    z-index: 5
}

.product-card .product-card-actions .btn-action {
    padding: .5rem;
    transition: all .15s ease-in-out;
    border-radius: .25rem;
    background-color: #fff;
    font-size: .8125rem;
    visibility: hidden;
    opacity: 0
}

.product-card .badge-wp {
    right: 5px;
}

.product-card .badge.badge-end {
    right: .75rem;
    left: auto
}

.product-card .card-body {
    position: relative;
    background-color: #fff;
    z-index: 2;
    text-align: center;
    padding: 0
}

.product-card .card-body-hidden {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -1.25rem;
    transition: all .15s ease-in-out;
    border-radius: .4375rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

@media (max-width:992px) {
    .product-card .card-body-hidden {
        position: relative;
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:992px) {
    .product-card:hover:not(.card-static) {
        box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1);
        z-index: 1;
    }

    .product-card .card-img-top img {
        -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
        transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    }

    .product-card:hover .card-img-top img {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
        transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
    }

    .product-card:hover:not(.card-static) .product-card-actions .btn-action {
        opacity: 1;
        visibility: visible
    }

    .product-card:hover:not(.card-static) .card-body-hidden {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .1)
    }
}

.product-list .product-list-thumb {
    border-radius: .4375rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width:500px) {
    .product-list .product-list-thumb {
        width: 15rem;
        border-radius: .4375rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden
    }

    .product-list .card-body-hidden {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        box-shadow: none !important
    }
}

@media (min-width:992px) {
    .product-list:hover+.border-top {
        opacity: 0
    }
}

.product-card-alt {
    border: 0
}

.product-card-alt .card-body {
    padding: 1rem .625rem
}

.product-card-alt .product-thumb {
    position: relative;
    border-radius: .4375rem;
    overflow: hidden
}

.product-card-alt .product-thumb>img {
    display: block;
    width: 100%
}

.product-card-alt .product-thumb-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 52, 69, .5);
    z-index: 1
}

.product-card-alt .btn-wishlist {
    top: .75rem;
    right: .75rem;
    background-color: #fff;
    z-index: 5;
    visibility: hidden
}

.product-card-alt .badge {
    position: absolute;
    right: auto;
    left: .75rem;
    z-index: 5
}

.product-card-alt .product-card-actions {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    visibility: hidden
}

.product-card-alt .btn-wishlist,
.product-card-alt .product-card-actions,
.product-card-alt .product-thumb-overlay {
    position: absolute;
    transition: all .15s ease-in-out;
    opacity: 0
}

@media (min-width:992px) {

    .product-card-alt .product-thumb:hover .btn-wishlist,
    .product-card-alt .product-thumb:hover .product-card-actions,
    .product-card-alt .product-thumb:hover .product-thumb-overlay {
        visibility: visible;
        opacity: 1;
    }
}

.product-title>a {
    transition: color .25s ease-in-out;
    text-decoration: none;
    height: 41px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.product-title>a:hover {
    color: #ee1d44
}

.product-meta {
    transition: color .25s ease-in-out;
    color: #333333;
    text-decoration: none !important
}

.product-meta:hover {
    color: #4b566b
}

.product-floating-btn {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: 10
}

.product-card:hover .product-floating-btn {
    opacity: 1
}

.star-rating {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
    font-size: 12px;
}

.star-rating .star-rating-icon {
    display: inline-block;
    color: #aeb4be;
    font-size: .75rem;
    vertical-align: middle
}

.star-rating .star-rating-icon.active {
    color: #fea569
}

.credit-card-wrapper {
    margin: 1.875rem -.9375rem
}

@media (max-width:499.98px) {
    .credit-card-wrapper .jp-card-container {
        width: 16.25rem !important
    }

    .credit-card-wrapper .jp-card {
        min-width: 15.625rem !important
    }
}

@media (min-width:992px) {
    .product-details {
        width: 100%;
        padding-top: .25rem
    }
}

.product-badge {
    padding-top: .295rem;
    padding-left: .625rem;
    padding-right: 1rem;
    padding-bottom: .425rem;
    border-radius: .3125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: .8125rem;
    display: inline-block;
    margin-bottom: 1.2rem
}

.product-badge::after {
    position: absolute;
    bottom: -.475rem;
    right: .25rem;
    height: 0;
    width: 0;
    transform: rotate(-45deg);
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-width: .525rem
}

.product-badge>i {
    margin-top: -.125rem;
    margin-right: .25rem;
    font-size: 1.2em;
    vertical-align: middle
}

.product-badge.product-available {
    background-color: #dddddd;
    color: #00311c;
    font-weight: bold;
}

.product-badge.product-available::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: #dddddd
}

.product-badge.product-not-available {
    background-color: #f3f5f9;
    color: #4b566b
}

.product-badge.product-not-available::after {
    border-color: rgba(243, 245, 249, 0);
    border-bottom-color: #d8deeb
}

.product-gallery {
    display: flex
}

.product-gallery-thumblist {
    margin-left: -.5rem
}

.product-gallery-thumblist-item {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: .625rem;
    transition: border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    text-decoration: none !important;
    overflow: hidden
}

.product-gallery-thumblist-item>img {
    display: block;
    width: 100%;
    transition: opacity .2s ease-in-out;
    opacity: .6
}

.product-gallery-thumblist-item .product-gallery-thumblist-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: .25rem;
    transform: translateY(-50%);
    color: #4b566b;
    font-size: .875rem;
    text-align: center
}

.product-gallery-thumblist-item .product-gallery-thumblist-item-text>i {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.5em
}

.product-gallery-thumblist-item:hover {
    border-color: #c9d5e0
}

.product-gallery-thumblist-item:hover>img {
    opacity: 1
}

.product-gallery-thumblist-item.active {
    border-color: #296c36
}

.product-gallery-thumblist-item.active>img {
    opacity: 1
}

.product-gallery-preview {
    position: relative;
    width: 100%;
}

@media (min-width:500px) {
    .product-gallery-preview {
        margin-left: .625rem
    }
}

.product-gallery-preview-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: 1
}

.product-gallery-preview-item>img {
    display: block;
    width: 100%
}

.product-gallery-preview-item.active {
    position: relative;
    opacity: 1;
    z-index: 10;
    text-align: center
}

.product-gallery-preview-item:hover {
    cursor: crosshair
}

@media (max-width:499.98px) {
    .product-gallery {
        display: block
    }

    .product-gallery-thumblist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-top: 1rem
    }

    .product-gallery-thumblist-item {
        margin: .3125rem
    }
}

.drift-zoom-pane {
    z-index: 1030
}

.blog-entry-title>a {
    color: #373f50;
    text-decoration: none !important;
    line-height: 1.3;
    font-weight: 600;
}

.Sidebar .blog-entry-title>a {
    font-size: 14px;
}

.blog-entry-title>a:hover {
    color: #296c36
}

.blog-entry-thumb {
    display: block;
    position: relative;
    border-radius: .4375rem;
    overflow: hidden
}

.blog-entry-thumb>img {
    display: block;
    width: 100%
}

.blog-entry-thumb.video-item::after,
.blog-entry-thumb.video-item::before {
    display: none
}

.card>.blog-entry-thumb {
    border-radius: 0
}

.blog-entry-meta-link {
    display: inline-block;
    color: #333333 !important;
    font-weight: 400;
    font-size: 12px;
}

.blog-entry-meta-link>i {
    vertical-align: middle;
    margin-right: 3px;
}

.blog-entry-meta-link:hover {
    color: #4b566b !important
}

.blog-entry-meta-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .375rem .625rem;
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .8);
    color: #4b566b;
    text-decoration: none !important;
    z-index: 5
}

.blog-entry-meta-label>i {
    margin-top: -.0625rem;
    margin-right: .375rem;
    color: #333333;
    vertical-align: middle
}

.blog-entry-meta-divider {
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin: 0 1rem;
    background-color: #d9e1e9;
    vertical-align: middle
}

.blog-entry-author-ava {
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    margin-right: .5rem;
    padding: .125rem;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    vertical-align: middle
}

.blog-entry-author-ava>img {
    display: block;
    width: 100%;
    border-radius: 50%
}

@media (min-width:768px) {
    .blog-list {
        display: flex
    }

    .blog-list .blog-start-column {
        width: 37%;
        padding-right: .9375rem
    }

    .blog-list .blog-end-column {
        width: 63%;
        padding-left: .9375rem
    }
}

.featured-posts-carousel [data-controls] {
    margin-top: -2.75rem
}

.offcanvas.rounded-3 {
    border-radius: 0 !important
}

.offcanvas-footer,
.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 20px
}

.bg-dark .offcanvas-footer,
.bg-dark .offcanvas-header {
    background-color: rgba(255, 255, 255, .05)
}

.offcanvas-body {
    height: 100%
}

.offcanvas-body::-webkit-scrollbar {
    width: .1875rem;
    background-color: transparent;
    opacity: 0
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #aeb4be;
    border-radius: .09375rem
}

.offcanvas-body>.simplebar-track {
    display: block;
    background-color: transparent
}

.offcanvas-body .simplebar-vertical {
    margin-right: .1875rem
}

.offcanvas-expand .offcanvas-body .widget-links {
    margin-left: -1.5rem
}

.offcanvas-expand .offcanvas-body .widget-links .widget-title {
    padding-left: 1.5rem
}

.offcanvas-expand .offcanvas-body .widget-list-link {
    padding-left: 1.375rem;
    border-left: .125rem solid transparent
}

.offcanvas-expand .offcanvas-body .active>.widget-list-link {
    border-left-color: #296c36
}

.offcanvas-expand .offcanvas-body .widget-light .active>.widget-list-link {
    border-left-color: #fff
}

.sidebar-toggle {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1025
}

@media (min-width:992px) {
    .offcanvas-expand {
        transform: none !important;
        z-index: 1031
    }

    .offcanvas-expand.offcanvas-bottom,
    .offcanvas-expand.offcanvas-end,
    .offcanvas-expand.offcanvas-start {
        transform: none !important
    }

    .offcanvas-collapse {
        display: block;
        position: static;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        background-color: transparent
    }

    .offcanvas-collapse .offcanvas-footer,
    .offcanvas-collapse .offcanvas-header {
        display: none
    }

    .offcanvas-collapse .offcanvas-body {
        overflow: initial
    }

    .offcanvas-collapse.rounded-3 {
        border-radius: .4375rem !important
    }

    .offcanvas-enabled {
        padding-left: 21.5rem
    }

    .offcanvas-enabled.offcanvas-end {
        padding-right: 21.5rem;
        padding-left: 0
    }
}

.handheld-toolbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43, 52, 69, .15);
    z-index: 1026
}

.handheld-toolbar-item {
    padding: .5rem;
    padding-top: .125rem;
    border-left: 1px solid #e3e9ef;
    text-align: center
}

.handheld-toolbar-item:first-child {
    border-right: 0
}

.handheld-toolbar-item .badge {
    font-size: .625rem
}

.handheld-toolbar-icon {
    display: block;
    color: #4b566b;
    font-size: 1.25rem
}

.handheld-toolbar-icon>.badge,
.handheld-toolbar-icon>i {
    display: inline-block;
    vertical-align: middle
}

.handheld-toolbar-label {
    display: block;
    color: #333333;
    font-size: .6875rem
}

@media (max-width:991.98px) {
    .handheld-toolbar {
        display: block
    }

    .handheld-toolbar+.btn-scroll-top {
        bottom: 4.5rem
    }
}

.simplebar-track {
    transition: opacity .25s ease-in-out;
    background-color: #e9edf4;
    opacity: 0
}

.simplebar-track .simplebar-scrollbar {
    border-radius: .09375rem;
    background-color: #aeb4be
}

.simplebar-track .simplebar-scrollbar::before {
    display: none
}

.simplebar-track.simplebar-vertical {
    width: .1875rem !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    right: 0;
    width: .1875rem
}

.simplebar-track.simplebar-horizontal {
    height: .1875rem !important
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: .1875rem !important
}

[data-simplebar] {
    overflow-y: auto
}

[data-simplebar]::-webkit-scrollbar {
    width: .1875rem;
    background-color: transparent;
    opacity: 0
}

[data-simplebar]::-webkit-scrollbar-thumb {
    background-color: #aeb4be;
    border-radius: .09375rem
}

[data-simplebar]:hover .simplebar-track {
    opacity: 1
}

[data-simplebar]:not(.offcanvas-body) {
    padding-right: 1rem !important
}

[data-simplebar-auto-hide=false] .simplebar-track {
    opacity: 1
}

.bg-dark .simplebar-track,
.bg-darker .simplebar-track,
.dropdown-menu-dark .simplebar-track {
    background-color: transparent
}

.bg-dark .simplebar-track .simplebar-scrollbar,
.bg-darker .simplebar-track .simplebar-scrollbar,
.dropdown-menu-dark .simplebar-track .simplebar-scrollbar {
    background-color: #58647d
}

.product-card .card-body {
    align-items: self-end;
    display: flex;
    flex-wrap: wrap;
}