@charset "UTF-8";

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
    margin-bottom: 1.75em
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,
.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: #fff;
    width: 100%;
    z-index: 1
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width:600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width:782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%);
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 1.5em;
    min-width: 1.5em;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: #000;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-bottom: var(--e-a-border);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: -20px;
    margin-left: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

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

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:2400px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1200px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

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

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:2400px) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1201px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1200px) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:2400px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1200px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1201px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:2400px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop"
    }
}

@media (max-width:1200px) {
    #elementor-device-mode:after {
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-width-top: 0px;
    --border-width-right: 0px;
    --border-width-bottom: 0px;
    --border-width-left: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline: 0;
    height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-right: auto;
    --margin-left: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop {
        display: none
    }
}

@media (min-width:1201px) and (max-width:2399px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:2400px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: wrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-padding: initial;
    --n-tabs-content-border-radius: initial;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    flex-grow: 1;
    padding: var(--n-tabs-content-padding);
    border-radius: var(--n-tabs-content-border-radius);
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: content;
    flex-shrink: 0;
    padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
    margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
    margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (min-width:768px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:767px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:-1) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1025px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:1024px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1201px) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:1200px) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1201px) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

.e-n-tabs-none>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 15px;
    --n-accordion-title-padding: 10px 15px;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
.elementor-widget-n-accordion .e-n-accordion-item>.e-con {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    list-style: none;
    font-size: var(--n-accordion-title-font-size);
    padding: var(--n-accordion-title-padding)
}

.elementor-widget-n-accordion .e-n-accordion-item-title i {
    color: var(--n-accordion-icon-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title svg {
    fill: var(--n-accordion-icon-color)
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    /* flex-shrink: 0; */
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-7 .elementor-element.elementor-element-a03876a:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-a03876a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-7 .elementor-element.elementor-element-a03876a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-a03876a>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-6c27130 .pxl-slider1 .bg-image {
    background-image: url(https://demo.casethemes.net/savour/wp-content/uploads/2023/05/h1-bg-slider1.jpg );
    background-position: bottom center;
}

.elementor-7 .elementor-element.elementor-element-6c27130>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-section-bg-parallax {
    background-image: url(https://demo.casethemes.net/savour/wp-content/uploads/2023/05/bg-section4.jpg );
    background-position: center center;
    background-size: cover;
    bottom: -50px;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-row-angle,
.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-wave-parallax>use,
.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-curved-arrow,
.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-curved-arrow-inner-top,
.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-curved-arrow-inner-bottom {
    fill: #1E1F21 !important;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-divider-vertical>div {
    background-color: #1E1F21 !important;
}

.elementor-7 .elementor-element.elementor-element-a1b5247>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-7 .elementor-element.elementor-element-050764c>.elementor-element-populated {
    margin: 64px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
}

.elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--title {
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--subtitle {
    margin-bottom: 6px;
}

.elementor-7 .elementor-element.elementor-element-7506dfb>.elementor-widget-container {
    margin: 0px 0px 31px 0px;
}

.elementor-7 .elementor-element.elementor-element-9f6ec37 .pxl-text-editor .pxl-item--inner {
    max-width: 460px;
}

.elementor-7 .elementor-element.elementor-element-9f6ec37 .pxl-text-editor {
    color: #2D2D2D;
}

.elementor-7 .elementor-element.elementor-element-9f6ec37>.elementor-widget-container {
    margin: 0px 0px 42px 0px;
}

.elementor-7 .elementor-element.elementor-element-0def93f .pxl-button {
    text-align: left;
}

.elementor-7 .elementor-element.elementor-element-0def93f .pxl-button .btn {
    color: #000000;
    background-color: #FBF1E8;
    padding: 0px 22px 0px 22px;
}

.elementor-7 .elementor-element.elementor-element-0def93f .pxl-button .btn i {
    font-size: 22px;
}

.elementor-7 .elementor-element.elementor-element-0def93f .pxl-button .pxl-icon--left i {
    margin-right: 11px;
}

.elementor-7 .elementor-element.elementor-element-0def93f>.elementor-widget-container {
    margin: 0px 0px 78px 0px;
}

.elementor-7 .elementor-element.elementor-element-9a0b064 .pxl-client-review1 .pxl-item--star .star-solid {
    width: 76px;
}

.elementor-7 .elementor-element.elementor-element-a6160ff>.elementor-element-populated {
    margin: 0px 0px 24px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
}

.elementor-7 .elementor-element.elementor-element-240f3af {
    width: auto;
    max-width: auto;
    top: 51%;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-240f3af {
    left: -30px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-240f3af {
    right: -30px;
}

.elementor-7 .elementor-element.elementor-element-7e97b55 {
    width: auto;
    max-width: auto;
    bottom: 25%;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-7e97b55 {
    right: -40px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-7e97b55 {
    left: -40px;
}

.elementor-7 .elementor-element.elementor-element-df5fb87 {
    width: var(--container-widget-width, 16.316%);
    max-width: 16.316%;
    --container-widget-width: 16.316%;
    --container-widget-flex-grow: 0;
    top: 25%;
    z-index: 100;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-df5fb87 {
    left: -3%;
}

body.rtl .elementor-7 .elementor-element.elementor-element-df5fb87 {
    right: -3%;
}

.elementor-7 .elementor-element.elementor-element-f2b2e41 {
    width: auto;
    max-width: auto;
    top: 17%;
    z-index: 10;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-f2b2e41 {
    right: 3%;
}

body.rtl .elementor-7 .elementor-element.elementor-element-f2b2e41 {
    left: 3%;
}

.elementor-7 .elementor-element.elementor-element-d2b11b7 {
    width: auto;
    max-width: auto;
    top: 38%;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-d2b11b7 {
    right: -10%;
}

body.rtl .elementor-7 .elementor-element.elementor-element-d2b11b7 {
    left: -10%;
}

.elementor-7 .elementor-element.elementor-element-ef108d3 {
    width: auto;
    max-width: auto;
    bottom: -17px;
    z-index: 100;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-ef108d3 {
    right: 7px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-ef108d3 {
    left: 7px;
}

.elementor-7 .elementor-element.elementor-element-631df75 .pxl-image-single {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-631df75 {
    z-index: 9;
}

.elementor-7 .elementor-element.elementor-element-0c1ce7c {
    width: auto;
    max-width: auto;
    bottom: 56px;
    z-index: 100;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-0c1ce7c {
    left: -18px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-0c1ce7c {
    right: -18px;
}

.elementor-7 .elementor-element.elementor-element-e18e19e {
    width: auto;
    max-width: auto;
    z-index: 100;
}

.elementor-7 .elementor-element.elementor-element-ec629be {
    width: auto;
    max-width: auto;
    z-index: 100;
}

.elementor-7 .elementor-element.elementor-element-0015b5d {
    width: auto;
    max-width: auto;
    bottom: -32px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-0015b5d {
    left: 40px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-0015b5d {
    right: 40px;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-section-effect-images .elementor-repeater-item-0472a92 {
    top: 2%;
    right: -1%;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 .pxl-section-effect-images .elementor-repeater-item-5a3977c {
    top: 40%;
    left: 0%;
}

.elementor-7 .elementor-element.elementor-element-e3beab1 {
    padding: 106px 0px 164px 0px;
}

.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-row-angle,
.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-wave-parallax>use,
.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-curved-arrow,
.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-curved-arrow-inner-top,
.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-curved-arrow-inner-bottom {
    fill: #1F2022 !important;
}

.elementor-7 .elementor-element.elementor-element-2b7b6174 .pxl-divider-vertical>div {
    background-color: #1F2022 !important;
}

.elementor-7 .elementor-element.elementor-element-2b7b6174:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-2b7b6174>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1F2022;
}

.elementor-7 .elementor-element.elementor-element-2b7b6174 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 105px 0px 100px 0px;
    z-index: 99;
}

.elementor-7 .elementor-element.elementor-element-2b7b6174>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading .pxl-item--title {
    color: #D8D8D8;
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 27px;
}

.elementor-7 .elementor-element.elementor-element-26c178c .pxl-image-single {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-26c178c>.elementor-widget-container {
    margin: 0px 0px 45px 0px;
}

.elementor-7 .elementor-element.elementor-element-4a9def7 .pxl-tabs .pxl-tabs--content {
    margin-top: 0px;
}

.elementor-7 .elementor-element.elementor-element-267c515 {
    padding: 115px 0px 125px 0px;
}

.elementor-7 .elementor-element.elementor-element-96b14e0 {
    width: auto;
    max-width: auto;
    top: 80px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-96b14e0 {
    left: -350px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-96b14e0 {
    right: -350px;
}

.elementor-7 .elementor-element.elementor-element-efe8803 {
    width: auto;
    max-width: auto;
    top: 200px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-efe8803 {
    right: -292px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-efe8803 {
    left: -292px;
}

.elementor-7 .elementor-element.elementor-element-46d94b5>.elementor-widget-container {
    margin: 0px 0px 145px 0px;
}

.elementor-7 .elementor-element.elementor-element-f18d6c3 {
    width: auto;
    max-width: auto;
    bottom: 265px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-f18d6c3 {
    right: -200px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-f18d6c3 {
    left: -200px;
}

.elementor-7 .elementor-element.elementor-element-ceb0055 .pxl-image-single {
    text-align: right;
}

.elementor-7 .elementor-element.elementor-element-ceb0055>.elementor-widget-container {
    margin: 0px 0px -1px 0px;
}

.elementor-7 .elementor-element.elementor-element-884502f>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-7 .elementor-element.elementor-element-1033f78 .pxl-image-single img {
    max-height: 276px;
}

.elementor-7 .elementor-element.elementor-element-1033f78 {
    width: auto;
    max-width: auto;
    top: -290px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-1033f78 {
    left: 0px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-1033f78 {
    right: 0px;
}

.elementor-7 .elementor-element.elementor-element-64036dc .pxl-heading .pxl-item--title {
    color: #D8D8D8;
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.elementor-7 .elementor-element.elementor-element-64036dc>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-684271a>.elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-7 .elementor-element.elementor-element-20d9df8 .pxl-text-editor .pxl-item--inner {
    max-width: 460px;
}

.elementor-7 .elementor-element.elementor-element-20d9df8 .pxl-text-editor {
    color: #FFFFFF;
}

.elementor-7 .elementor-element.elementor-element-20d9df8>.elementor-widget-container {
    margin: 0px 0px 20px 0px;
}

.elementor-7 .elementor-element.elementor-element-67e7e0f .pxl-button .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 26px 0px 26px;
}

.elementor-7 .elementor-element.elementor-element-67e7e0f .pxl-button .btn i {
    font-size: 26px;
}

.elementor-7 .elementor-element.elementor-element-67e7e0f .pxl-button .pxl-icon--left i {
    margin-right: 10px;
}

.elementor-7 .elementor-element.elementor-element-67e7e0f>.elementor-widget-container {
    margin: 30px 30px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-67e7e0f {
    width: auto;
    max-width: auto;
}

.elementor-7 .elementor-element.elementor-element-89a0afe .pxl-button .btn {
    color: #FFFFFF;
    background-color: #1F2022;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 26px 0px 26px;
}

.elementor-7 .elementor-element.elementor-element-89a0afe .pxl-button .btn.btn-outline:after {
    background-color: #FFFFFF;
}

.elementor-7 .elementor-element.elementor-element-89a0afe .pxl-button .btn i {
    font-size: 26px;
}

.elementor-7 .elementor-element.elementor-element-89a0afe .pxl-button .pxl-icon--left i {
    margin-right: 10px;
}

.elementor-7 .elementor-element.elementor-element-89a0afe>.elementor-widget-container {
    margin: 30px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-89a0afe {
    width: auto;
    max-width: auto;
}

.elementor-7 .elementor-element.elementor-element-b68d461 {
    --spacer-size: 208px;
}

.elementor-7 .elementor-element.elementor-element-9ea0bca>.elementor-widget-container {
    margin: 110px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-9ea0bca {
    width: auto;
    max-width: auto;
    top: 50%;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-9ea0bca {
    left: -48px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-9ea0bca {
    right: -48px;
}

.elementor-7 .elementor-element.elementor-element-3e387b6 {
    width: auto;
    max-width: auto;
    top: 120px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-3e387b6 {
    right: -280px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-3e387b6 {
    left: -280px;
}

.elementor-7 .elementor-element.elementor-element-da620e0 {
    width: auto;
    max-width: auto;
    top: 26%;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-da620e0 {
    left: -90px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-da620e0 {
    right: -90px;
}

.elementor-7 .elementor-element.elementor-element-cf6ced3 .pxl-image-single {
    text-align: right;
}

.elementor-7 .elementor-element.elementor-element-cf6ced3>.elementor-widget-container {
    margin: 0px 30px 0px -6px;
}

.elementor-7 .elementor-element.elementor-element-377c028 {
    width: auto;
    max-width: auto;
    top: 115px;
}

body:not(.rtl) .elementor-7 .elementor-element.elementor-element-377c028 {
    right: -75px;
}

body.rtl .elementor-7 .elementor-element.elementor-element-377c028 {
    left: -75px;
}

.elementor-7 .elementor-element.elementor-element-884502f .pxl-section-effect-images .elementor-repeater-item-e0c1609 {
    top: 48%;
    left: 0%;
}

.elementor-7 .elementor-element.elementor-element-884502f .pxl-section-effect-images .elementor-repeater-item-8762617 {
    top: 27%;
    right: 0%;
}

.elementor-7 .elementor-element.elementor-element-884502f:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-884502f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1F2022;
}

.elementor-7 .elementor-element.elementor-element-884502f {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 0170px 0px;
}

.elementor-7 .elementor-element.elementor-element-884502f>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-9e923bf {
    padding: 0px 0px 80px 0px;
}

.elementor-7 .elementor-element.elementor-element-8fb6b8a:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-8fb6b8a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-7 .elementor-element.elementor-element-8fb6b8a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -195px;
    margin-bottom: 0px;
    padding: 48px 60px 0px 60px;
}

.elementor-7 .elementor-element.elementor-element-8fb6b8a>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-127e487.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-7 .elementor-element.elementor-element-52d572e .pxl-heading {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-52d572e .pxl-heading .pxl-item--title {
    font-size: 72px;
    margin-bottom: 25px;
}

.elementor-7 .elementor-element.elementor-element-8c9b579 .pxl-image-single {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-8c9b579>.elementor-widget-container {
    margin: 0px 0px 30px 0px;
}

.elementor-7 .elementor-element.elementor-element-cb135e6 {
    width: auto;
    max-width: auto;
}

.elementor-7 .elementor-element.elementor-element-05fd5f2 .pxl-text-editor {
    text-align: center;
    color: #74797C;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.elementor-7 .elementor-element.elementor-element-05fd5f2>.elementor-widget-container {
    margin: 0px 0px 0px 14px;
    padding: 4px 0px 0px 0px;
}

.elementor-7 .elementor-element.elementor-element-05fd5f2 {
    width: auto;
    max-width: auto;
}

.elementor-7 .elementor-element.elementor-element-109f38c .pxl-text-editor {
    text-align: center;
    color: #74797C;
    font-weight: 500;
}

.elementor-7 .elementor-element.elementor-element-109f38c>.elementor-widget-container {
    margin: 18px 0px 31px 0px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit),
.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight {
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border-width: 1px 1px 1px 1px !important;
    border-color: #72777A !important;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance),
.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight {
    border-style: solid !important;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-textarea),
.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight {
    height: 50px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit):hover,
.elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight:hover {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #C99630 !important;
}

.elementor-7 .elementor-element.elementor-element-569e0e8>.elementor-widget-container {
    margin: 0px 0px 36px 0px;
    padding: 0px 024px 0px 024px;
}

.elementor-7 .elementor-element.elementor-element-569e0e8 {
    z-index: 99;
}

.elementor-7 .elementor-element.elementor-element-a0a8d74 .pxl-text-editor {
    text-align: center;
    color: #000000;
    font-weight: 500;
}

.elementor-7 .elementor-element.elementor-element-941cd6a {
    --divider-border-style: solid;
    --divider-color: #0000001A;
    --divider-border-width: 1px;
}

.elementor-7 .elementor-element.elementor-element-941cd6a .elementor-divider-separator {
    width: 100%;
}

.elementor-7 .elementor-element.elementor-element-941cd6a .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-7 .elementor-element.elementor-element-941cd6a>.elementor-widget-container {
    margin: 42px 0px 30px 0px;
}

.elementor-7 .elementor-element.elementor-element-939e076 .pxl-button {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-939e076 .pxl-button .btn i {
    font-size: 22px;
}

.elementor-7 .elementor-element.elementor-element-939e076 .pxl-button .pxl-icon--right i {
    margin-left: 18px;
}

.elementor-7 .elementor-element.elementor-element-ac564bf:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-ac564bf>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
    background-image: url("https://demo.casethemes.net/savour/wp-content/uploads/2023/07/bg-gallery.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-7 .elementor-element.elementor-element-ac564bf {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 0px 85px 0px;
}

.elementor-7 .elementor-element.elementor-element-ac564bf>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading .pxl-item--title {
    color: #D8D8D8;
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 27px;
}

.elementor-7 .elementor-element.elementor-element-185642e3 .pxl-image-single {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-185642e3>.elementor-widget-container {
    margin: 0px 0px 46px 0px;
}

.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-row-angle,
.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-wave-parallax>use,
.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-curved-arrow,
.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-curved-arrow-inner-top,
.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-curved-arrow-inner-bottom {
    fill: #212121 !important;
}

.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-divider-vertical>div {
    background-color: #212121 !important;
}

.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-section-effect-images .elementor-repeater-item-c7877bd {
    left: 0%;
    bottom: -5%;
}

.elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading .pxl-item--title {
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 27px;
}

.elementor-7 .elementor-element.elementor-element-f6adb84 .pxl-image-single {
    text-align: center;
}

.elementor-7 .elementor-element.elementor-element-f6adb84>.elementor-widget-container {
    margin: 0px 0px 47px 0px;
}

.elementor-7 .elementor-element.elementor-element-4d8594d .pxl-section-effect-images .elementor-repeater-item-6187811 {
    top: 10%;
    right: 0%;
}

.elementor-7 .elementor-element.elementor-element-4d8594d {
    padding: 94px 0px 40px 0px;
}

.elementor-7 .elementor-element.elementor-element-48ac1c2 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 105px 0px;
}

.elementor-7 .elementor-element.elementor-element-48ac1c2 .pxl-section-bg-parallax {
    background-image: url(https://demo.casethemes.net/savour/wp-content/uploads/2023/04/bg-section1.jpg );
    background-position: center center;
    background-size: cover;
    bottom: -70px;
}

.elementor-7 .elementor-element.elementor-element-48ac1c2:not(.elementor-motion-effects-element-type-background),
.elementor-7 .elementor-element.elementor-element-48ac1c2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #262627;
}

.elementor-7 .elementor-element.elementor-element-48ac1c2>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-7 .elementor-element.elementor-element-5d87d32>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-7 .elementor-element.elementor-element-5d87d32 {
    padding: 0px 0px 35px 0px;
}

.elementor-7 .elementor-element.elementor-element-8e60d79 .pxl-heading .pxl-item--title {
    color: #FFFFFF;
    font-size: 68px;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.elementor-7 .elementor-element.elementor-element-765f82f.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-7 .elementor-element.elementor-element-c8d8fe1>.elementor-widget-container {
    margin: 0px 0px 3px 0px;
}

.elementor-7 .elementor-element.elementor-element-c8d8fe1 {
    width: auto;
    max-width: auto;
}

.elementor-7 .elementor-element.elementor-element-d2c6d68 .pxl-swiper-sliders .pxl-swiper-container {
    margin-right: -400px;
}

.elementor-7 .elementor-element.elementor-element-d2c6d68 .pxl-carousel-inner {
    overflow: visible;
}

.elementor-7 .elementor-element.elementor-element-c3b3004 {
    padding: 105px 0px 105px 0px;
}

.elementor-7 .elementor-element.elementor-element-448c253 .pxl-testimonial-carousel .pxl-item--inner .pxl-item--boxleft {
    background-image: url(https://demo.casethemes.net/savour/wp-content/uploads/2023/05/testimonial-box1.jpg );
}

@media(max-width:1200px) {
    .elementor-7 .elementor-element.elementor-element-d2c6d68 .pxl-swiper-sliders .pxl-swiper-container {
        margin-right: -15px;
    }

    .elementor-7 .elementor-element.elementor-element-d2c6d68 .pxl-carousel-inner {
        overflow: visible;
    }
}

@media(max-width:1024px) {
    .elementor-7 .elementor-element.elementor-element-a1b5247>.elementor-container {
        max-width: 720px;
    }

    .elementor-7 .elementor-element.elementor-element-050764c.elementor-column>.elementor-widget-wrap {
        justify-content: center;
    }

    .elementor-7 .elementor-element.elementor-element-050764c>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading {
        text-align: center;
    }

    .elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--title {
        font-size: 48px;
    }

    .elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--subtitle,
    .elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--subtitle span {
        font-size: 18px;
    }

    .elementor-7 .elementor-element.elementor-element-7506dfb .pxl-image-single {
        text-align: center;
    }

    .elementor-7 .elementor-element.elementor-element-9f6ec37 .pxl-text-editor {
        text-align: center;
    }

    .elementor-7 .elementor-element.elementor-element-0def93f .pxl-button {
        text-align: center;
    }

    .elementor-7 .elementor-element.elementor-element-9a0b064 {
        width: auto;
        max-width: auto;
    }

    .elementor-7 .elementor-element.elementor-element-a6160ff>.elementor-element-populated {
        margin: 42px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-ef108d3 {
        right: 15px;
    }

    body.rtl .elementor-7 .elementor-element.elementor-element-ef108d3 {
        left: 15px;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-0c1ce7c {
        left: 0px;
    }

    body.rtl .elementor-7 .elementor-element.elementor-element-0c1ce7c {
        right: 0px;
    }

    .elementor-7 .elementor-element.elementor-element-e3beab1 {
        padding: 106px 0px 130px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading .pxl-item--title {
        font-size: 48px;
    }

    .elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading .pxl-item--subtitle,
    .elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading .pxl-item--subtitle span {
        font-size: 18px;
    }

    .elementor-7 .elementor-element.elementor-element-46d94b5>.elementor-widget-container {
        margin: 0px 0px 90px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-1033f78 .pxl-image-single img {
        max-height: 200px;
    }

    .elementor-7 .elementor-element.elementor-element-1033f78 {
        top: -280px;
    }

    .elementor-7 .elementor-element.elementor-element-64036dc .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-64036dc .pxl-heading .pxl-item--subtitle,
    .elementor-7 .elementor-element.elementor-element-64036dc .pxl-heading .pxl-item--subtitle span {
        font-size: 18px;
    }

    .elementor-7 .elementor-element.elementor-element-64036dc>.elementor-widget-container {
        margin: 0px -60px 0px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-20d9df8 .pxl-text-editor {
        font-size: 17px;
    }

    .elementor-7 .elementor-element.elementor-element-b68d461 {
        --spacer-size: 130px;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-377c028 {
        right: -5px;
    }

    body.rtl .elementor-7 .elementor-element.elementor-element-377c028 {
        left: -5px;
    }

    .elementor-7 .elementor-element.elementor-element-884502f {
        padding: 80px 0px 170px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-9e923bf {
        padding: 0px 0px 80px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-8fb6b8a {
        margin-top: -170px;
        margin-bottom: 0px;
        padding: 20px 00px 0px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-52d572e .pxl-heading .pxl-item--title {
        font-size: 42px;
    }

    .elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit),
    .elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight {
        font-size: 16px;
    }

    .elementor-7 .elementor-element.elementor-element-569e0e8>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-a0a8d74 .pxl-text-editor {
        font-size: 17px;
    }

    .elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading .pxl-item--title {
        font-size: 48px;
    }

    .elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading .pxl-item--subtitle,
    .elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading .pxl-item--subtitle span {
        font-size: 18px;
    }

    .elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading .pxl-item--title {
        font-size: 48px;
    }

    .elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading .pxl-item--subtitle,
    .elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading .pxl-item--subtitle span {
        font-size: 18px;
    }

    .elementor-7 .elementor-element.elementor-element-8e60d79 .pxl-heading .pxl-item--title {
        font-size: 48px;
    }
}

@media(max-width:767px) {
    .elementor-7 .elementor-element.elementor-element-1a57999 .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-a6160ff.elementor-column>.elementor-widget-wrap {
        justify-content: center;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-df5fb87 {
        left: 1%;
    }

    body.rtl .elementor-7 .elementor-element.elementor-element-df5fb87 {
        right: 1%;
    }

    .elementor-7 .elementor-element.elementor-element-df5fb87 {
        top: 8%;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-f2b2e41 {
        right: -6%;
    }

    body.rtl .elementor-7 .elementor-element.elementor-element-f2b2e41 {
        left: -6%;
    }

    .elementor-7 .elementor-element.elementor-element-f2b2e41 {
        top: 10%;
    }

    .elementor-7 .elementor-element.elementor-element-e18e19e>.elementor-widget-container {
        margin: 30px 0px 30px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-ec629be>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-3e067a9 .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-64036dc .pxl-heading .pxl-item--title {
        font-size: 32px;
    }

    .elementor-7 .elementor-element.elementor-element-b68d461 {
        --spacer-size: 90px;
    }

    .elementor-7 .elementor-element.elementor-element-cf6ced3 .pxl-image-single img {
        width: 100%;
    }

    .elementor-7 .elementor-element.elementor-element-cf6ced3>.elementor-widget-container {
        margin: 0px 40px 0px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-377c028 {
        top: 30px;
    }

    .elementor-7 .elementor-element.elementor-element-8fb6b8a {
        margin-top: -60px;
        margin-bottom: 0px;
    }

    .elementor-7 .elementor-element.elementor-element-52d572e .pxl-heading .pxl-item--title {
        font-size: 32px;
    }

    .elementor-7 .elementor-element.elementor-element-52d572e>.elementor-widget-container {
        padding: 0px 15px 0px 15px;
    }

    .elementor-7 .elementor-element.elementor-element-cb135e6 .pxl-image-single {
        text-align: center;
    }

    .elementor-7 .elementor-element.elementor-element-cb135e6>.elementor-widget-container {
        margin: 0px 0px 8px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-cb135e6 {
        width: 100%;
        max-width: 100%;
    }

    .elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .wpcf7-form-control:not(.wpcf7-submit),
    .elementor-7 .elementor-element.elementor-element-569e0e8 .pxl-contact-form .pxl-select-higthlight {
        font-size: 14px;
    }

    .elementor-7 .elementor-element.elementor-element-939e076 .pxl-button .btn {
        font-size: 15px;
    }

    .elementor-7 .elementor-element.elementor-element-939e076 .pxl-button .btn i {
        font-size: 16px;
    }

    .elementor-7 .elementor-element.elementor-element-939e076 .pxl-button .pxl-icon--right i {
        margin-left: 10px;
    }

    .elementor-7 .elementor-element.elementor-element-7ca44a43 .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-6067212 .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-8e60d79 .pxl-heading .pxl-item--title {
        font-size: 36px;
    }

    .elementor-7 .elementor-element.elementor-element-f6fa838>.elementor-widget-container {
        margin: 0px 0px 12px 0px;
    }

    .elementor-7 .elementor-element.elementor-element-765f82f.elementor-column>.elementor-widget-wrap {
        justify-content: flex-start;
    }

    .elementor-7 .elementor-element.elementor-element-c8d8fe1>.elementor-widget-container {
        margin: 0px 0px 22px 0px;
    }
}

@media(min-width:768px) {
    .elementor-7 .elementor-element.elementor-element-6cab52e {
        width: 55%;
    }

    .elementor-7 .elementor-element.elementor-element-268caa6 {
        width: 45%;
    }

    .elementor-7 .elementor-element.elementor-element-74a33fc {
        width: 65%;
    }

    .elementor-7 .elementor-element.elementor-element-765f82f {
        width: 35%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-7 .elementor-element.elementor-element-050764c {
        width: 100%;
    }

    .elementor-7 .elementor-element.elementor-element-a6160ff {
        width: 100%;
    }
}

.elementor-19 .elementor-element.elementor-element-8c5f4ef>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-19 .elementor-element.elementor-element-8c5f4ef {
    padding: 20px 0px 20px 0px;
}

.elementor-19 .elementor-element.elementor-element-0b1ca74>.elementor-element-populated {
    padding: 0px 15px 0px 15px;
}

.elementor-19 .elementor-element.elementor-element-654ddfb .pxl-logo img {
    max-height: 61px;
}

.elementor-19 .elementor-element.elementor-element-654ddfb {
    width: auto;
    max-width: auto;
}

.elementor-19 .elementor-element.elementor-element-5276202 .pxl-anchor-button .pxl-icon-line::before,
.elementor-19 .elementor-element.elementor-element-5276202 .pxl-anchor-button .pxl-icon-line::after {
    background-color: #FFFFFF;
}

.elementor-19 .elementor-element.elementor-element-5276202 .pxl-anchor-button {
    color: #FFFFFF;
    font-size: 26px;
}

.elementor-19 .elementor-element.elementor-element-5276202>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-19 .elementor-element.elementor-element-5276202 {
    width: auto;
    max-width: auto;
}

.elementor-19 .elementor-element.elementor-element-c583b24 {
    --divider-border-style: solid;
    --divider-color: #BEBEBE;
    --divider-border-width: 29px;
    width: auto;
    max-width: auto;
}

.elementor-19 .elementor-element.elementor-element-c583b24 .elementor-divider-separator {
    width: 1px;
}

.elementor-19 .elementor-element.elementor-element-c583b24 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-19 .elementor-element.elementor-element-c583b24>.elementor-widget-container {
    margin: 0px 40px 0px 38px;
}

.elementor-19 .elementor-element.elementor-element-a12c1eb .pxl-anchor-button .pxl-icon-line::before,
.elementor-19 .elementor-element.elementor-element-a12c1eb .pxl-anchor-button .pxl-icon-line::after {
    background-color: #FFFFFF;
}

.elementor-19 .elementor-element.elementor-element-a12c1eb .pxl-anchor-button {
    color: #FFFFFF;
}

.elementor-19 .elementor-element.elementor-element-a12c1eb>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-19 .elementor-element.elementor-element-a12c1eb {
    width: auto;
    max-width: auto;
}

.elementor-widget-container .wow {
    visibility: hidden;
}

.elementor-widget-container .wow.animated {
    visibility: visible;
}

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

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce.animated {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash.animated {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse.animated {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake.animated {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing.animated {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada.animated {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble.animated {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn.animated {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown.animated {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft.animated {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight.animated {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp.animated {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut.animated {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown.animated {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft.animated {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight.animated {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp.animated {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig.animated {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig.animated {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig.animated {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig.animated {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

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

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut.animated {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown.animated {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig.animated {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft.animated {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig.animated {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight.animated {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig.animated {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp.animated {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig.animated {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX.animated {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY.animated {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX.animated {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY.animated {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn.animated {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut.animated {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn.animated {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft.animated {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight.animated {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft.animated {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight.animated {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut.animated {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft.animated {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight.animated {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft.animated {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight.animated {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown.animated {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft.animated {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight.animated {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft.animated {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight.animated {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp.animated {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge.animated {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn.animated {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut.animated {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

.wow.zoomIn.animated {
    -webkit-animation-name: pxl-zoom-in;
    animation-name: pxl-zoom-in;
}

@keyframes pxl-zoom-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.wow.zoomInSmall.animated {
    -webkit-animation-name: pxl-zoom-in-small;
    animation-name: pxl-zoom-in-small;
}

@keyframes pxl-zoom-in-small {
    0% {
        transform: scale(0.67);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.wow.zoomOut.animated {
    -webkit-animation-name: pxl-zoom-out;
    animation-name: pxl-zoom-out;
}

@keyframes pxl-zoom-out {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.wow.flipCase.animated {
    -webkit-animation-name: pxl-flip-case;
    animation-name: pxl-flip-case;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@keyframes pxl-flip-case {
    0% {
        transform: perspective(600px) rotateY(60deg) translate3d(-20px, 40px, 40px);
        opacity: 0;
    }

    100% {
        transform: perspective(0px) rotateY(0deg) translate3d(0, 0px, 0px);
        opacity: 1;
    }
}

.wow.skewIn.animated {
    -webkit-animation-name: pxlSkewIn;
    animation-name: pxlSkewIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes pxlSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes pxlSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wow.skewInRight.animated {
    -webkit-animation-name: pxlSkewInRight;
    animation-name: pxlSkewInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes pxlSkewInRight {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes pxlSkewInRight {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wow.RotatingY.animated {
    -webkit-animation-name: RotatingY;
    animation-name: RotatingY;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

@-webkit-keyframes RotatingY {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateX(-20deg);
        -webkit-transform: perspective(500px) rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: perspective(500px) rotateX(0deg);
        -webkit-transform: perspective(500px) rotateX(0deg);
    }
}

.wow.PXLfadeInUp.animated {
    -webkit-animation-name: PXLfadeInUp;
    animation-name: PXLfadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@-webkit-keyframes PXLfadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 45px, 0px);
        -webkit-transform: translate3d(0px, 45px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
}

.wow.PXLrotateIn.animated {
    -webkit-animation-name: PXLrotateIn;
    animation-name: PXLrotateIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@-webkit-keyframes PXLrotateIn {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.wow.PXLrotateIn.pxl-invisible {
    -webkit-animation-name: PXLrotateOut !important;
    animation-name: PXLrotateOut !important;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.wow.PXLrotateOut.animated {
    -webkit-animation-name: PXLrotateOut;
    animation-name: PXLrotateOut;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@-webkit-keyframes PXLrotateOut {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.wow.pxl-invisible {
    animation-name: none !important;
    visibility: visible
}

@-webkit-keyframes PXLfadeInMove {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
    }

    10% {
        -webkit-transform: scale3d(0.1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes PXLfadeInMove {
    0% {
        transform: scale3d(0, 1, 1);
    }

    10% {
        transform: scale3d(0.1, 1, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.PXLfadeInMove {
    webkit-animation-name: PXLfadeInMove;
    animation-name: PXLfadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

@-webkit-keyframes PXLfadeOutMove {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0, 1, 1);
    }
}

@keyframes PXLfadeOutMove {
    0% {
        transform: scale3d(1, 1, 1);
    }

    100% {
        transform: scale3d(0, 1, 1);
    }
}

.PXLfadeOutMove {
    webkit-animation-name: PXLfadeOutMove;
    animation-name: PXLfadeOutMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.pxl-hidden-panel-popup.active .fadeInPopup:not(.pxl-nav-menu),
.pxl-hidden-panel-popup.active .fadeInPopup .pxl-menu-primary>li {
    -webkit-animation-name: fadeInPopup;
    animation-name: fadeInPopup;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li {
    animation-delay: 0.5s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(2) {
    animation-delay: 0.6s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(3) {
    animation-delay: 0.7s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(4) {
    animation-delay: 0.8s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(5) {
    animation-delay: 0.9s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(6) {
    animation-delay: 1s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(7) {
    animation-delay: 1.1s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(8) {
    animation-delay: 1.2s;
}

.pxl-hidden-panel-popup .fadeInPopup .pxl-menu-primary>li:nth-child(9) {
    animation-delay: 1.3s;
}

.wow.skewInBottom.animated {
    -webkit-animation-name: skewInBottom;
    animation-name: skewInBottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pxl-hidden-panel-popup .wow.aniOut,
.pxl-hidden-panel-popup .fadeInPopup.aniOut {
    animation-name: none !important;
    animation-delay: 0ms !important;
    opacity: 0 !important;
    transition: all 300ms linear 0ms;
    transition-delay: 300ms;
}

@keyframes skewInTop {
    0% {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


@keyframes skewInBottom {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInPopup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInPopup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none !important
    }
}

@media screen and (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none !important
    }
}

@keyframes pxl_scale {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-ms-keyframes pxl_spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes pxl_spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes pxl_spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes pxl_spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pxl_spin_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pxl-image-spin {
    animation: pxl_spin_reverse 12s linear infinite
}

@keyframes pxl_zoom_reverse {
    0% {
        transform: scale(.6)
    }

    100% {
        transform: scale(1)
    }
}

.pxl-image-zoom {
    animation: pxl_zoom_reverse 8s linear infinite
}

@-ms-keyframes pxl_spin_reverse {
    from {
        -ms-transform: translate(-50%, -50%)rotate(0)
    }

    to {
        -ms-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-moz-keyframes pxl_spin_reverse {
    from {
        -moz-transform: translate(-50%, -50%)rotate(0)
    }

    to {
        -moz-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_spin_reverse {
    from {
        -webkit-transform: translate(-50%, -50%)rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@keyframes pxl_spin_reverse {
    from {
        transform: translate(-50%, -50%)rotate(0)
    }

    to {
        transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_right_from_left {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_right_from_left {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_right_from_left {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_left_from_right {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_left_from_right {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes pxl_left_from_right {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@-webkit-keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

.pxl-image-bounce {
    animation: pxl_bounce 1s ease-out infinite;
    -webkit-animation: pxl_bounce 1s ease-out infinite
}

@keyframes pxl_zigzag {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

.slide-right-to-left {
    animation: pxl_right_left 12s ease-out infinite;
    -webkit-animation: pxl_right_left 12s ease-out infinite
}

@keyframes pxl_left_right {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

.slide-left-to-right {
    animation: pxl_left_right 12s ease-out infinite;
    -webkit-animation: pxl_left_right 12s ease-out infinite
}

@keyframes pxl_bottom_top_small {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pxl_float_one {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-3%)
    }
}

@keyframes pxl_float_two {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.slide-up-down {
    animation: pxl_float_two 1.2s ease infinite alternate
}

@keyframes pxl_bottom_top {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.slide-bottom-to-top {
    animation: pxl_bottom_top 12s ease-out infinite;
    -webkit-animation: pxl_bottom_top 12s ease-out infinite
}

@keyframes pxl_effect1 {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(40px, -5px)
    }

    40% {
        transform: translate(60px, 40px)
    }

    60% {
        transform: translate(40px, 60px)
    }

    80% {
        transform: translate(-40px, 60px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.slide-effect1 {
    animation: pxl_effect1 12s ease-out infinite;
    -webkit-animation: pxl_effect1 12s ease-out infinite
}

@keyframes pxl_effect2 {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(-30px, 40px)
    }

    40% {
        transform: translate(60px, 60px)
    }

    60% {
        transform: translate(70px, 40px)
    }

    80% {
        transform: translate(40px, -70px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.slide-effect2 {
    animation: pxl_effect2 12s ease-out infinite;
    -webkit-animation: pxl_effect2 12s ease-out infinite
}

@keyframes pxl_effect3 {
    0% {
        transform: translate(0, 0)
    }

    30% {
        transform: translate(40px, 60px)
    }

    45% {
        transform: translate(80px, 90px)
    }

    65% {
        transform: translate(40px, 110px)
    }

    75% {
        transform: translate(20px, 800px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.slide-effect3 {
    animation: pxl_effect3 12s ease-out infinite;
    -webkit-animation: pxl_effect3 12s ease-out infinite
}

@keyframes pxl_top_bottom {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

.slide-top-to-bottom {
    animation: pxl_top_bottom 12s ease-out infinite;
    -webkit-animation: pxl_top_bottom 12s ease-out infinite
}

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

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes pxl_loader_bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_loader_bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_keyword_slideIn {
    from {
        transform: translateY(65%)rotateX(-95deg);
        opacity: 0
    }

    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxl_keyword_slideOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-65%)rotateX(95deg);
        opacity: 0
    }
}

@keyframes pxl_path_animation1 {
    0% {
        d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z")
    }

    15% {
        d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z")
    }

    25% {
        d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z")
    }

    35% {
        d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z")
    }

    50% {
        d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z")
    }

    75% {
        d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z")
    }

    100% {
        d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z")
    }
}

@-webkit-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-moz-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-o-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }

    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

.pxl-animation-round {
    animation: pxl_animation_round 4s infinite linear;
    -webkit-animation: pxl_animation_round 4s infinite linear
}

@keyframes pxl_kenburns {
    0% {
        opacity: 1;
        transform: scale(1.2)
    }

    1.5625% {
        opacity: 1
    }

    23.4375% {
        opacity: 1
    }

    26.5625% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }

    98.4375% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 1
    }
}

@keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@font-face {
    font-family: james-stroker;
    src: url(../fonts/jamesstroker/james-stroker.woff2)format('woff2'), url(../fonts/jamesstroker/james-stroker.woff)format('woff');
    font-weight: 400;
    font-style: normal
}

.ft-james-stroker {
    font-family: james-stroker
}

.pxl-grid .pxl-grid-masonry {
    position: relative
}

.pxl-grid .grid-sizer {
    z-index: -1
}

.pxl-grid .pxl-load-more {
    text-align: center;
    padding: 0 15px
}

@media screen and (min-width:1200px) {
    .pxl-grid .col-xl-pxl5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .pxl-grid .col-lg-66-pxl {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media screen and (min-width:1200px) {
    .pxl-grid .col-xl-66-pxl {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.elementor-editor-active .grid-sizer {
    display: none
}

body:not(.elementor-editor-active) .pxl-swiper-sliders {
    opacity: 0
}

.pxl-carousel-inner {
    overflow: hidden
}

.pxl-swiper-container {
    margin: 0 -15px;
    position: relative;
    overflow: hidden
}

.pxl-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.pxl-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    padding: 0 15px
}

.pxl-navigation-carousel {
    display: inline-flex;
    margin: 0 -10px
}

.pxl-swiper-arrow,
.pxl-navigation-arrow {
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-swiper-arrow.style-1,
.pxl-navigation-arrow.style-1 {
    font-size: 12px;
    color: var(--secondary-color);
    width: 47px;
    height: 47px;
    line-height: 47px;
    display: block;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-color: rgba(248, 248, 248, .58);
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    border-radius: 47px;
    margin: 0 10px;
    cursor: pointer
}

.pxl-swiper-arrow.style-1:hover,
.pxl-navigation-arrow.style-1:hover {
    color: #fff;
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-swiper-arrow.style-2,
.pxl-navigation-arrow.style-2 {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    background-color: #373737;
    line-height: 72px;
    color: #fff;
    cursor: pointer;
    font-size: 25px
}

.pxl-swiper-arrow.style-2:hover,
.pxl-navigation-arrow.style-2:hover,
.pxl-swiper-arrow.style-2.active,
.pxl-navigation-arrow.style-2.active {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-swiper-arrow.style-3,
.pxl-navigation-arrow.style-3 {
    height: 43px;
    width: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9a4f00;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .4)
}

.pxl-swiper-arrow.style-3 i,
.pxl-navigation-arrow.style-3 i {
    display: inline-flex
}

.pxl-swiper-arrow.style-3:hover,
.pxl-navigation-arrow.style-3:hover {
    background-color: var(--primary-color)
}

.pxl-swiper-arrow.swiper-button-disabled,
.pxl-navigation-arrow.swiper-button-disabled {
    cursor: not-allowed
}

.pxl-swiper-arrow.pxl-mouse-effect,
.pxl-navigation-arrow.pxl-mouse-effect {
    height: 100%;
    width: 140px;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next,
.pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
    right: -120px
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev,
.pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
    left: -120px
}

.pxl-swiper-arrow-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}

.pxl-swiper-arrow-wrap .style-round {
    display: flex;
    flex-wrap: wrap;
    width: 72px;
    height: 72px;
    background-color: #191919;
    border-radius: 72px
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow {
    height: 72px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    color: #555;
    font-size: 16px;
    padding: 0 6px
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    justify-content: flex-end
}

.pxl-swiper-arrow-wrap .style-round .pxl-swiper-arrow:hover {
    color: #fff
}

.pxl-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides {
    font-size: 18px;
    font-weight: 700;
    color: #cccabf;
    margin: 0 14px
}

.pxl-swiper-pagination .pxl-swiper-current-slide:before,
.pxl-swiper-pagination .pxl-swiper-total-slides:before {
    content: '0'
}

.pxl-swiper-pagination .pxl-swiper-current-slide {
    color: #0a1316
}

.pxl-swiper-dots.pxl-swiper-pagination-bullets span {
    display: inline-flex;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: rgba(var(--primary-color-rgb), .25);
    margin: 0 5px
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
    background-color: var(--primary-color)
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 19px;
    position: relative
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:before {
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 2px solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(.5);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

@media screen and (max-width:1199px) {
    .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:before {
        width: 30px;
        height: 30px
    }
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1)
}

.pxl-swiper-dots.style-3 {
    margin-top: 15px
}

.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #737373;
    margin: 0 8px
}

.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span:hover {
    background-color: var(--primary-color);
    transform: scale(1.5)
}

.pxl-swiper-boxshadow .pxl-carousel-inner {
    margin: 0 -30px
}

.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
    padding: 0 30px
}

.pxl-swiper-boxshadow .pxl-swiper-slide {
    -webkit-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

@media screen and (max-width:1199px) {
    .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
        margin-left: 45px;
        margin-right: 45px
    }
}

.pxl-swiper-sliders {
    position: relative
}

.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
    opacity: 1;
    visibility: visible
}

.pxl-swiper-nogap .pxl-swiper-container {
    margin: 0
}

.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
    padding: 0
}

.pxl-swiper-thumbs {
    overflow: hidden;
    padding: 0 15px
}

.pxl-swiper-thumbs .swiper-slide {
    cursor: pointer;
    padding: 0 15px
}

.swiper-container-vertical {
    height: 300px
}

.swiper-container-vertical .pxl-swiper-wrapper,
.swiper-container-vertical .swiper-wrapper {
    flex-direction: column
}

.swiper-container-vertical .pxl-swiper-slide,
.swiper-container-vertical .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-slider-mode=fade] .swiper-slide-active {
    z-index: 9
}

.pxl-col-align-start>.elementor-widget-wrap {
    justify-content: flex-start
}

.pxl-col-align-start .elementor-inner-section>.elementor-container {
    margin-left: 0
}

.pxl-col-align-center>.elementor-widget-wrap {
    justify-content: center
}

.pxl-col-align-end>.elementor-widget-wrap {
    justify-content: flex-end
}

.pxl-col-align-end .elementor-inner-section>.elementor-container {
    margin-right: 0
}

html {
    box-sizing: border-box
}

body {
    /* background-color: #fff; */
    /* font-size: 18px; */
    /* line-height: 1.66667; */
    /* color: #586563; */
    /* -webkit-font-smoothing: antialiased; */
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overflow-x: hidden; */
    /* font-weight: 400; */
    /* letter-spacing: 0; */
    /* font-family: roboto, sans-serif; */
    /* margin: 0; */
    /* padding: 0; */
}

body.body-overflow {
    overflow: hidden
}

@media screen and (max-width:767px) {
    body.body-visible-sm {
        overflow: visible
    }
}

a {
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    color: var(--link-color)
}

a:before,
a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

a:hover {
    color: var(--link-color-hover)
}

a:active {
    color: var(--link-color-active)
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none
}

.ft-heading,
.pxl-item--archive .pxl-post--meta,
.woocommerce #pxl-sidebar-area .widget_products ul li a,
.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    font-family: lora, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: lora, sans-serif; */
    /* color: #010101; */
    /* font-weight: 700; */
    /* margin: 0 0 15px; */
    /* clear: both; */
    /* line-height: 1.36364; */
}

h1,
.h1 {
    font-size: 52px
}

h2,
.h2 {
    font-size: 48px
}

h3,
.h3 {
    font-size: 32px
}

h4,
.h4 {
    /* font-size: 28px; */
}

h5,
.h5 {
    font-size: 22px;
    line-height: 1.4545
}

h6,
.h6 {
    font-size: 18px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

p {
    margin: 0 0 15px
}

table {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table th {
    color: #000
}

caption,
td {
    font-weight: 400
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 13px 8px
}

th {
    font-weight: 600;
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

td {
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

dl {
    margin: 0 0 0 25px
}

dl dt {
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

dl dd {
    line-height: normal;
    margin-bottom: 20px
}

dl dd a {
    color: #000
}

dl dd a:hover {
    color: var(--primary-color)
}

code,
kbd {
    background-color: initial;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: var(--primary-color)
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol {
    list-style: outside none decimal;
    margin-bottom: 32px
}

ul {
    padding: 0;
    margin: 0 0 32px
}

ul li {
    list-style-position: inside
}

dl+h2+ul {
    padding-left: 35px
}

dl+h2+ul ul {
    padding-left: 35px
}

dl+h2+ul ul li {
    list-style: outside
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: .8075em 0;
    font-size: .875em;
    font-style: italic
}

.gallery-caption {
    opacity: 1;
    margin-top: 10px
}

.wp-block-group.has-background {
    padding: 40px;
    margin-bottom: 30px
}

.wp-caption-text {
    text-align: center
}

.alignleft,
.alignright,
.aligncenter {
    margin-top: 15px;
    margin-bottom: 32px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.screen-reader-text {
    display: none
}

.bypostauthor {
    display: block
}

blockquote:not(.pxl-blockquote) {
    background-color: rgba(var(--primary-color-rgb), .05);
    padding: 20px 40px 20px 30px;
    font-size: 20px;
    line-height: 1.4;
    color: var(--primary-color);
    position: relative;
    font-weight: 700;
    font-style: italic;
    margin: 58px 0 32px 18px;
    z-index: 1
}

@media screen and (max-width:767px) {
    blockquote:not(.pxl-blockquote) {
        font-size: 18px
    }
}

blockquote:not(.pxl-blockquote):before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    right: 18px;
    bottom: 18px;
    border-width: 0 2px;
    border-style: solid;
    border-color: var(--primary-color);
    z-index: -1
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider:before,
blockquote:not(.pxl-blockquote) .pxl-blockquote-divider:after {
    content: "\f130";
    font-family: caseicon;
    position: absolute;
    color: var(--primary-color);
    font-style: normal;
    font-size: 18px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider:before {
    top: -31px;
    left: 33px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider:after {
    right: 70px;
    bottom: 7px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:before,
blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:after {
    content: '';
    height: 2px;
    background-color: var(--primary-color);
    position: absolute
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:before {
    width: 45px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:nth-child(1):before {
    left: -18px;
    top: -18px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:nth-child(1):after {
    right: 18px;
    left: 59px;
    top: -18px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:nth-child(2):before {
    right: 18px;
    bottom: 18px
}

blockquote:not(.pxl-blockquote) .pxl-blockquote-divider span:nth-child(2):after {
    right: 95px;
    left: -18px;
    bottom: 18px
}

blockquote:not(.pxl-blockquote) cite {
    font-size: 18px;
    color: #1c3f39;
    font-style: normal;
    margin-top: 16px;
    display: block
}

blockquote:not(.pxl-blockquote) cite span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family: roboto, sans-serif;
    margin-top: -2px
}

blockquote:not(.pxl-blockquote) p:last-child {
    margin-bottom: 0
}

blockquote:not(.pxl-blockquote).wp-block-quote p {
    margin-bottom: 16px !important
}

blockquote:not(.pxl-blockquote).wp-block-quote cite br {
    display: none
}

blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button .wp-block-button__link {
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700
}

.wp-block-button .wp-block-button__link:not([href]) {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button .wp-block-button__link:hover:not([href]) {
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: initial;
    color: var(--primary-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.wp-block-button.aligncenter {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.has-background-dim {
    color: #fff;
    margin-bottom: 30px
}

.wp-block-gallery .blocks-gallery-item {
    float: left
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 22px
}

.wp-block-gallery.alignleft {
    margin-right: 30px
}

.wp-block-gallery.alignright {
    margin-left: 30px
}

#tslOverlay {
    background-color: initial !important;
    z-index: 999999 !important
}

@media screen and (min-width:1200px) {
    #pxl-wapper .container {
        max-width: 1200px;
        width: 100%
    }
}

@media screen and (max-width:1199px) {
    #pxl-wapper {
        overflow-x: hidden
    }

    #pxl-wapper .container {
        max-width: 100%
    }
}

#pxl-wapper .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    #pxl-wapper #pxl-sidebar-area {
        margin-top: 60px
    }
}

@media screen and (min-width:992px) {
    #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
        flex-direction: row-reverse
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section>.elementor-container.elementor-column-gap-extended {
    margin: 0 -15px;
    max-width: inherit !important
}

@media screen and (max-width:1199px) {
    #pxl-wapper .elementor-top-section>.elementor-column-gap-extended .elementor-inner-section>.elementor-column-gap-extended {
        margin-left: -15px;
        margin-right: -15px
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth>.elementor-container {
    max-width: 1170px !important;
    margin: auto
}

#pxl-main {
    padding: 120px 0;
    min-height: calc(100vh - 606px)
}

@media screen and (max-width:1024px) {
    #pxl-main>.elementor-container {
        padding: 0 15px
    }
}

.elementor-page:not(.single-product) #pxl-main {
    padding: 0
}

.elementor-page.single-product .woocommerce-Tabs-panel>.elementor {
    margin: 0 -15px
}

@media screen and (min-width:1200px) {
    body:not(.elementor-editor-active) .pxl-row-scroll-fixed>.elementor-container {
        align-items: flex-start;
        justify-content: space-between
    }

    body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
        position: sticky;
        top: 30px
    }
}

.elementor-page:not(.single-product) #pxl-content-area.col-12,
.elementor-page:not(.single-product) #pxl-footer-elementor .row>.col-12 {
    padding: 0;
    min-height: 0
}

@media(min-width:1025px) and (max-width:1199px) {
    .elementor-page:not(.single) #pxl-content-area.col-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.single-post .pxl-item--excerpt>.elementor {
    margin: 0 -15px
}

.pxl-bg-color-left {
    z-index: 1
}

.pxl-bg-color-left:before {
    z-index: -1;
    content: '';
    background-color: #070f01;
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1400px) {
    .pxl-bg-color-left:before {
        left: 0
    }
}

.pxl-bg-color-right {
    z-index: 1
}

.pxl-bg-color-right:before {
    z-index: -1;
    content: '';
    background-color: #011f48;
    position: absolute;
    top: 0;
    right: 6%;
    left: 0;
    bottom: 0
}

@media screen and (max-width:1400px) {
    .pxl-bg-color-right:before {
        right: 30px
    }
}

@media screen and (max-width:1199px) {
    .pxl-bg-color-right:before {
        right: 0
    }
}

.pxl-bg-color-skew {
    z-index: 1
}

.pxl-bg-color-skew:before {
    z-index: -1;
    content: '';
    background-color: #080808;
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    transform: skewX(-12deg);
    max-width: 1160px;
    margin: auto
}

#pxl-page-title-elementor {
    background-color: #fff
}

@media screen and (max-width:1199px) {
    #pxl-page-title-elementor {
        overflow: hidden
    }
}

#pxl-page-title-default {
    background-color: rgba(var(--primary-color-rgb), .1);
    padding: 150px 0
}

@media screen and (max-width:767px) {
    #pxl-page-title-default {
        padding: 90px 0
    }
}

#pxl-page-title-default .row {
    align-items: center
}

#pxl-page-title-default .pxl-page-title {
    margin: 0
}

@media screen and (max-width:1199px) {
    #pxl-page-title-default .pxl-page-title {
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    #pxl-page-title-default .pxl-page-title {
        font-size: 42px;
        text-align: center;
        margin-bottom: 12px
    }
}

#pxl-page-title-default .ptitle-col-right {
    justify-content: flex-end;
    display: inline-flex
}

@media screen and (max-width:767px) {
    #pxl-page-title-default .ptitle-col-right {
        justify-content: center
    }
}

.pxl-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 22px 41px
}

@media screen and (max-width:767px) {
    .pxl-breadcrumb {
        padding: 18px 32px;
        font-size: 16px
    }
}

.pxl-breadcrumb a {
    color: inherit
}

.pxl-breadcrumb a:hover {
    color: rgba(0, 0, 0, .67)
}

.pxl-breadcrumb li {
    display: none
}

.pxl-breadcrumb li:after {
    content: "|";
    margin: 0 16px;
    color: inherit;
    color: rgba(0, 0, 0, .3)
}

.pxl-breadcrumb li:last-child:before,
.pxl-breadcrumb li:last-child:after {
    display: none
}

.pxl-breadcrumb li:first-child,
.pxl-breadcrumb li:last-child {
    display: inline-block
}

#pxl-footer-default {
    padding: 44px 0;
    background-color: rgba(var(--primary-color-rgb), .1);
    font-size: 16px;
    border-top: 1px solid #e6e3d4;
    text-align: center
}

#pxl-footer-default a {
    color: inherit
}

#pxl-footer-default a:hover {
    color: inherit;
    text-decoration: underline
}

.pxl-scroll-top {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 20px;
    right: 44px;
    background-color: var(--primary-color);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: 9999;
    color: var(--secondary-color);
    line-height: 44px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 10px, 100% 100%, 10px 100%, 0% calc(100% - 10px))
}

@media screen and (max-width:767px) {
    .pxl-scroll-top {
        right: 24px
    }
}

.pxl-scroll-top.pxl-on {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:767px) {
    .pxl-scroll-top.pxl-on {
        bottom: 24px
    }
}

.pxl-scroll-top i {
    animation: pxl_scroll_top_effect 1s ease infinite alternate
}

.pxl-scroll-top.style-round {
    clip-path: inherit;
    border-radius: 100%
}

.pxl-scroll-top:hover {
    margin-bottom: 4px;
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

@keyframes pxl_scroll_top_effect {
    0% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(-3px)
    }
}

@keyframes pxl_scroll_bottom_effect {
    0% {
        transform: translateX(-3px)
    }

    100% {
        transform: translateX(3px)
    }
}

@media screen and (max-width:1024px) {
    .section-bg-bl-lg {
        background-position: 0 100% !important
    }
}

#pxl-footer-elementor.pxl-footer-hide {
    display: none !important
}

.pxl-footer-fixed #pxl-footer-elementor {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media screen and (max-width:1199px) {
    .pxl-footer-fixed #pxl-footer-elementor {
        position: static;
        overflow: hidden
    }
}

.pxl-footer-fixed #pxl-header-elementor,
.pxl-footer-fixed #pxl-page-title-elementor {
    background-color: #fff
}

.pxl-footer-fixed #pxl-main {
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .pxl-footer-fixed #pxl-main {
        margin-bottom: 0 !important
    }
}

.elementor-editor-active #pxl-header-default,
.elementor-editor-active #pxl-header-elementor,
.elementor-editor-active #pxl-page-title-default,
.elementor-editor-active #pxl-footer-elementor,
.elementor-editor-active .pxl-menu-primary .sub-menu,
.elementor-editor-active .pxl-menu-primary .children,
.elementor-editor-active #pxl-page-title-elementor {
    display: none
}

.elementor-editor-active.single-footer #pxl-main,
.elementor-editor-active.single-header #pxl-main {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto
}

.elementor-editor-active.single-pxl-template {
    background-color: rgba(0, 0, 0, .1)
}

.elementor-editor-active .elementor-inner-section>.elementor-element-overlay>.elementor-editor-element-settings {
    margin-left: 84px
}

.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
    margin-left: 12px
}

.elementor-editor-active .pxl-preloader {
    display: none !important
}

body img.mfp-img {
    padding: 0 !important
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: .85;
    background-color: #000
}

body .mfp-bottom-bar {
    margin-top: 0
}

body .mfp-wrap .mfp-container .mfp-content {
    max-width: 1170px;
    position: static
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
    padding: 0;
    right: 0;
    text-align: center;
    top: -36px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    border: 9px solid transparent;
    position: absolute
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #222
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

body .mfp-wrap .mfp-container .mfp-iframe-scaler {
    position: relative;
    overflow: visible
}

body .mfp-wrap .mfp-container .mfp-arrow {
    background-color: var(--primary-color);
    width: 60px;
    height: 120px;
    opacity: 1
}

body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
    border: none
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
    font-family: caseicon;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\f136"
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\f14d"
}

@media screen and (min-width:1200px) {
    body .mfp-wrap .mfp-container {
        padding: 0 120px
    }
}

@media screen and (min-width:992px) {

    body.blog .pxl-content-wrap.no-sidebar .pxl-content-area,
    body.archive:not(.post-type-archive):not(.tax-product_cat):not(.tax-product_tag) .pxl-content-wrap.no-sidebar .pxl-content-area,
    body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto
    }
}

.pxl-row-divider-active {
    z-index: 1
}

.pxl-row-divider-active>.elementor-container {
    z-index: 2
}

.pxl-row-divider-active .pxl-row-angle {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px
}

.pxl-row-divider-wave-animation-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    height: 150px
}

.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
    bottom: -1px;
    height: 150px
}

.pxl-row-divider-angle-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-right .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-bottom .pxl-row-angle {
    bottom: -1px
}

.pxl-row-divider-angle-bottom-left .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
    bottom: -1px
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-curved-top .pxl-row-angle {
    top: -1px
}

.pxl-row-divider-curved-top .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-curved-bottom .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pxl-row-divider-curved-bottom .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-vertical1 .pxl-divider-vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1490px;
    margin: 0 auto
}

.pxl-row-divider-vertical1 .pxl-divider-vertical>div {
    background-color: #303233;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
    left: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
    left: 20%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
    left: 40%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
    left: 60%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
    left: 80%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
    right: 0
}

.pxl-row-divider-rounded-top:before,
.pxl-row-divider-rounded-top:after {
    content: '';
    position: absolute;
    height: 53px;
    background-color: #fff;
    top: -53px;
    width: 50%
}

@media screen and (max-width:767px) {

    .pxl-row-divider-rounded-top:before,
    .pxl-row-divider-rounded-top:after {
        top: -30px;
        height: 30px
    }
}

.pxl-row-divider-rounded-top:before {
    left: 0;
    border-radius: 28px 53px 0 0
}

@media screen and (max-width:767px) {
    .pxl-row-divider-rounded-top:before {
        border-radius: 15px 30px 0 0
    }
}

.pxl-row-divider-rounded-top:after {
    right: 0;
    border-radius: 53px 28px 0 0
}

@media screen and (max-width:767px) {
    .pxl-row-divider-rounded-top:after {
        border-radius: 30px 15px 0 0
    }
}

.pxl-curved-arrow {
    position: absolute;
    height: 48px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pxl-curved-arrow.pxl-curved-arrow-top {
    top: -48px
}

.pxl-curved-arrow.pxl-curved-arrow-bottom {
    bottom: -48px;
    transform: translate(-50%, 0)scaleY(-1)
}

.pxl-curved-arrow-inner-top,
.pxl-curved-arrow-inner-bottom {
    height: 48px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pxl-curved-arrow-inner-top {
    top: 0;
    transform: translate(-50%, 0)scaleY(-1)
}

.pxl-curved-arrow-inner-bottom {
    bottom: 0
}

.pxl-divider-border {
    position: absolute;
    top: 62px;
    left: 70px;
    right: 70px;
    bottom: 52px
}

@media screen and (max-width:1199px) {
    .pxl-divider-border {
        left: 15px;
        right: 15px
    }
}

.pxl-divider-border .pxl-divider-border-top,
.pxl-divider-border .pxl-divider-border-bottom {
    background-color: #fff;
    height: 12px;
    position: absolute;
    width: 100%
}

@media screen and (max-width:767px) {

    .pxl-divider-border .pxl-divider-border-top,
    .pxl-divider-border .pxl-divider-border-bottom {
        height: 8px
    }
}

.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-bottom:before,
.pxl-divider-border .pxl-divider-border-top:after,
.pxl-divider-border .pxl-divider-border-bottom:after {
    content: '';
    height: 94px;
    background-color: #fff;
    width: 12px;
    position: absolute
}

@media screen and (max-width:767px) {

    .pxl-divider-border .pxl-divider-border-top:before,
    .pxl-divider-border .pxl-divider-border-bottom:before,
    .pxl-divider-border .pxl-divider-border-top:after,
    .pxl-divider-border .pxl-divider-border-bottom:after {
        width: 8px
    }
}

.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-bottom:before {
    left: 0
}

.pxl-divider-border .pxl-divider-border-top:after,
.pxl-divider-border .pxl-divider-border-bottom:after {
    right: 0
}

.pxl-divider-border .pxl-divider-border-top {
    top: 0
}

.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-top:after {
    top: 0
}

.pxl-divider-border .pxl-divider-border-bottom {
    bottom: 0
}

.pxl-divider-border .pxl-divider-border-bottom:before,
.pxl-divider-border .pxl-divider-border-bottom:after {
    bottom: 0
}

.pxl-row-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@keyframes pxl_loader_digital1 {
    0% {
        left: 20%
    }

    50% {
        left: 50%
    }

    100% {
        left: 20%
    }
}

@keyframes pxl_loader_digital2 {
    0% {
        left: 80%
    }

    50% {
        left: 50%
    }

    100% {
        left: 80%
    }
}

@keyframes pxl_folding {

    0%,
    10% {
        transform: perspective(140px)rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px)rotateX(0);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(140px)rotateY(180deg);
        opacity: 0
    }
}

@keyframes pxl_loader_prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes pxl_loader_anim {
    0% {
        box-shadow: 20px -10px, 40px 10px, 60px 0
    }

    25% {
        box-shadow: 20px 0, 40px 0, 60px 10px
    }

    50% {
        box-shadow: 20px 10px, 40px -10px, 60px 0
    }

    75% {
        box-shadow: 20px 0, 40px 0, 60px -10px
    }

    100% {
        box-shadow: 20px -10px, 40px 10px, 60px 0
    }
}

@keyframes pxl_loaderFlash {
    0% {
        background-color: rgba(194, 144, 45, .28);
        box-shadow: 32px 0 rgba(194, 144, 45, .28), -32px 0 var(--primary-color)
    }

    50% {
        background-color: var(--primary-color);
        box-shadow: 32px 0 rgba(194, 144, 45, .28), -32px 0 rgba(194, 144, 45, .28)
    }

    100% {
        background-color: rgba(194, 144, 45, .28);
        box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(194, 144, 45, .28)
    }
}

@keyframes pxl_animloader {
    50% {
        transform: scale(1)translate(-50%, -50%)
    }
}

@keyframes pxl_loader_photography {
    0% {
        left: 0;
        transform: translateX(-100%)
    }

    100% {
        left: 100%;
        transform: translateX(0%)
    }
}

@-webkit-keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }

    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }

    100%,
    80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }

    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }

    100%,
    80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@-webkit-keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_loader_rotate1 {
    0% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(0)
    }

    100% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate2 {
    0% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(0)
    }

    100% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate3 {
    0% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(0)
    }

    100% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(360deg)
    }
}

.pxl-preloader-circle,
.pxl-preloader {
    position: fixed;
    width: 260vw;
    height: 260vw;
    margin-left: -130vw;
    margin-top: -130vw;
    background-color: #fff;
    z-index: 50;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    z-index: 99999
}

.pxl-preloader-circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.pxl-preloader {
    left: 50%;
    top: 50%
}

.pxl-preloader-circle,
.pxl-preloader.pxl-preloader--disappearing {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.pxl-preloader-circle--appearing {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.pxl-cursor {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    pointer-events: none;
    top: 0;
    left: 0
}

.pxl-cursor .pxl-cursor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--follower {
    position: absolute;
    background-color: initial;
    border: 1px solid var(--primary-color);
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -webkit-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--follower:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 6px
}

.pxl-cursor .pxl-cursor--label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    transform: scale(0);
    will-change: transform, opacity;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--drap {
    line-height: 87px;
    text-align: center;
    width: 87px;
    height: 87px;
    background-color: var(--secondary-color);
    font-size: 0;
    -webkit-border-radius: 87px;
    -khtml-border-radius: 87px;
    -moz-border-radius: 87px;
    -ms-border-radius: 87px;
    -o-border-radius: 87px;
    border-radius: 87px;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transform: scale(0);
    will-change: transform, opacity;
    color: #fff
}

.pxl-cursor .pxl-cursor--drap:before,
.pxl-cursor .pxl-cursor--drap:after {
    content: "\f10b";
    font-family: caseicon;
    font-size: 10px;
    display: inline-flex
}

.pxl-cursor .pxl-cursor--drap:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-cursor .pxl-cursor--drap:after {
    margin-left: 10px
}

.pxl-cursor .pxl-cursor--icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    will-change: transform, opacity;
    -webkit-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor.is-enabled {
    visibility: visible
}

.pxl-cursor.is-hidden .pxl-cursor-wrapper {
    transform: scale(0) !important
}

.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
    transform: scale(.8)
}

.pxl-cursor.is-active .pxl-cursor--follower {
    background-color: rgba(var(--primary-color-rgb), .25);
    -webkit-transform: scale(3);
    -khtml-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    border: none
}

.pxl-cursor.is-active .pxl-cursor--follower:before {
    display: none
}

.pxl-cursor.is-active.has-label .pxl-cursor--follower {
    background-color: var(--secondary-color);
    opacity: 1
}

.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
    transform: scale(1)
}

.pxl-cursor.is-active.has-label .pxl-cursor--label {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor.is-active.has-icon-left .pxl-cursor--follower,
.pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
    background-color: #000;
    opacity: .8
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f10e";
    font-family: caseicon;
    font-size: 24px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f142";
    font-family: caseicon;
    font-size: 22px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
    content: "\f142";
    font-family: caseicon;
    font-size: 22px;
    color: #fff;
    transform: scaleX(-1)
}

.pxl-cursor.is-active.has-remove {
    opacity: 0
}

.pxl-cursor.is-active-section .pxl-cursor--follower {
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-cursor.drap-style1 .pxl-cursor--drap {
    background-color: #fff;
    height: 135px;
    width: 135px;
    line-height: 135px;
    color: #000
}

.pxl-cursor.drap-style1 .pxl-cursor--drap:before,
.pxl-cursor.drap-style1 .pxl-cursor--drap:after {
    font-size: 12px
}

.elementor-editor-active.page-template-default {}

.elementor-editor-active.page-template-default #pxl-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.elementor-editor-active.page-template-default #pxl-sidebar-area {
    display: none
}

.pxl-cookie-policy {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 570px;
    background-color: #fff;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    padding: 17px 58px 17px 24px;
    -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    font-size: 15px;
    color: #111013;
    z-index: 9999;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:767px) {
    .pxl-cookie-policy {
        max-width: 290px;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        display: none
    }
}

.pxl-cookie-policy a {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 2px;
    margin: 0 4px;
    white-space: nowrap
}

.pxl-cookie-policy a:hover {
    text-decoration: none;
    color: var(--primary-color)
}

.pxl-cookie-policy .pxl-item--icon {
    min-width: 20px
}

.pxl-cookie-policy .pxl-item--icon img {
    max-height: 20px
}

.pxl-cookie-policy .pxl-item--close {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 12px
}

.pxl-cookie-policy .pxl-item--close:before,
.pxl-cookie-policy .pxl-item--close:after {
    height: 1px
}

@media screen and (max-width:767px) {
    .pxl-cookie-policy .pxl-item--close {
        top: 10px;
        -webkit-transform: translate(0, 0%);
        -khtml-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
}

.pxl-cookie-policy.pxl-active {
    opacity: 1;
    visibility: visible;
    bottom: 60px
}

.pxl-cookie-policy.pxl-hidden {
    opacity: 0;
    visibility: hidden;
    bottom: 30px
}

.pxl-popup--close.style2 {
    border: none;
    width: 24px;
    height: 24px;
    background-color: initial
}

.pxl-popup--close.style2:before,
.pxl-popup--close.style2:after {
    background-color: #878787
}

.pxl-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, .43);
    z-index: 99991;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pxl-popup .pxl-popup--content {
    width: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-popup .pxl-popup--close {
    border-width: 8px
}

.pxl-popup .pxl-popup--close:before,
.pxl-popup .pxl-popup--close:after {
    background-color: #a7a7a7
}

.pxl-popup .pxl-popup--close:hover:before,
.pxl-popup .pxl-popup--close:hover:after {
    background-color: #111
}

.pxl-popup.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -khtml-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -moz-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -ms-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -o-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    transform: translateY(-20px)perspective(600px)rotateX(14deg)
}

.pxl-popup.pxl-active {
    opacity: 1;
    visibility: visible
}

.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(0)perspective(600px)rotateX(0);
    -khtml-transform: translateY(0)perspective(600px)rotateX(0);
    -moz-transform: translateY(0)perspective(600px)rotateX(0);
    -ms-transform: translateY(0)perspective(600px)rotateX(0);
    -o-transform: translateY(0)perspective(600px)rotateX(0);
    transform: translateY(0)perspective(600px)rotateX(0)
}

.pxl-section-overlay-image {}

.pxl-section-overlay-image .pxl-overlay--image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
    right: auto
}

.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
    right: 0;
    left: auto
}

.pxl-section-overlay-image .pxl-overlay--image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    right: 140px;
    left: 46%
}

@media screen and (max-width:1024px) {
    .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
        display: none
    }
}

.pxl-section-effect-images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.pxl-section-effect-images .pxl-item--image {
    position: absolute
}

body.rtl {}

body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f111"
}

body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f110"
}

body.rtl .pxl-cookie-policy {
    padding-left: 58px;
    padding-right: 24px
}

@media screen and (max-width:767px) {
    body.rtl .pxl-cookie-policy {
        padding-left: 25px;
        padding-right: 25px
    }
}

body.rtl .pxl-cookie-policy .pxl-item--close {
    right: auto;
    left: 10px
}

#pxl-page-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden
}

#pxl-page-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

#pxl-page-popup .pxl-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
    cursor: pointer
}

#pxl-page-popup .pxl-page-popup-content {
    max-width: 1170px;
    margin: 190px auto 0;
    position: relative;
    z-index: 99;
    overflow: hidden
}

@media screen and (max-width:1600px) {
    #pxl-page-popup .pxl-page-popup-content {
        margin-top: 140px
    }
}

@media screen and (max-width:1199px) {
    #pxl-page-popup .pxl-page-popup-content {
        margin-top: 80px
    }
}

#pxl-page-popup .pxl-page-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

#pxl-page-popup .pxl-page-item.active {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

body.elementor-editor-active #pxl-page-popup {
    display: none
}

.admin-bar #pxl-page-popup {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar #pxl-page-popup {
        top: 46px
    }
}

@media screen and (max-width:600px) {
    .admin-bar #pxl-page-popup {
        top: 0
    }
}

.pxl-section-waves1 {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0
}

@media screen and (max-width:767px) {
    .pxl-section-waves1 {
        height: 80px
    }
}

.pxl-wave-parallax>use {
    animation: pxl-move-forever 25s cubic-bezier(.55, .5, .45, .5)infinite;
    fill: #ebeef6
}

.pxl-wave-parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    opacity: .5
}

.pxl-wave-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    opacity: .4
}

.pxl-wave-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    opacity: .3
}

.pxl-wave-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes pxl-move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media(min-width:768px) and (max-width:1024px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

@media screen and (max-width:767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

.pxl-section-bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow>.elementor-background-overlay {
    z-index: 2
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow>.elementor-background-overlay+.pxl-section-bg-parallax {
    z-index: 1
}

body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section>.elementor-container {
    z-index: 3
}

.pxl-section-parallax-overflow,
.pxl-section-overflow-hidden {
    overflow: hidden !important
}

.pxl-box-hover1 .pxl-item--inner {
    position: relative;
    z-index: 1
}

.pxl-box-hover1 .pxl-item--inner:before,
.pxl-box-hover1 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: var(--primary-color);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.pxl-box-hover1 .pxl-item--inner:before {
    left: 0;
    right: 0;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    z-index: -1
}

.pxl-box-hover1 .pxl-item--inner:after {
    opacity: .3;
    left: 25px;
    right: 25px;
    z-index: -2;
    height: 16px;
    top: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transform: scaleY(0);
    transform-origin: top center
}

.pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.pxl-box-hover1 .pxl-item--inner:hover:after {
    transform: scaleY(1);
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.hover-imge-effect1 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect1 a {
    display: block
}

.hover-imge-effect1 a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.hover-imge-effect2 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2 img {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.01, 1.01)
}

.hover-imge-effect2-up {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2-up img {
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.hover-imge-effect3 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect3 img {
    -webkit-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -khtml-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.hover-imge-effect4 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect4 .hover-item {
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -moz-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -ms-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -o-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    opacity: 0
}

.hover-imge-effect4 .hover-item.hover-item1 {
    top: 0;
    left: 0
}

.hover-imge-effect4 .hover-item.hover-item2 {
    top: 0;
    left: 50%
}

.hover-imge-effect4 .hover-item.hover-item3 {
    left: 50%;
    top: 50%
}

.hover-imge-effect4 .hover-item.hover-item4 {
    left: 0;
    top: 50%
}

.pxl-item--inner:hover .hover-imge-effect1 a:before {
    -webkit-animation: img_circle .65s;
    animation: img_circle .65s
}

.pxl-item--inner:hover .hover-imge-effect2 img {
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.pxl-item--inner:hover .hover-imge-effect3 img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
    left: 50%;
    top: 0;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
    left: 50%;
    top: 50%;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
    left: 0%;
    top: 50%;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
    left: 0%;
    top: 0%;
    opacity: 1
}

.pxl-flipbox {
    position: relative;
    perspective: 1200px
}

.pxl-flipbox .pxl-flipbox--front,
.pxl-flipbox .pxl-flipbox--back {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pxl-flipbox .pxl-flipbox--back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg)translateZ(1px);
    z-index: 99
}

.pxl-flipbox .pxl-flipbox--wrap {
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform-style: preserve-3d
}

.pxl-flipbox:hover .pxl-flipbox--wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50%
}

body.rtl .pxl-box-hover1 .pxl-item--inner:before {
    transform-origin: left center;
    -webkit-transform-origin: left center
}

body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: right center;
    -webkit-transform-origin: right center
}

.z-index-1 {
    z-index: 1
}

.pxl-icon-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-icon-middle {
    position: relative
}

.pxl-icon-middle>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-hidden {
    display: none
}

.color-white {
    color: #fff
}

.btn-flex {
    display: inline-flex;
    align-items: center
}

.btn-flex i {
    display: inline-flex
}

.field-dflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-text-nowrap {
    white-space: nowrap
}

.pxl-imgfilter-wrap {
    overflow: hidden
}

.pxl-imgfilter-wrap .pxl-item--imgfilter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(8px)
}

.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
    background-color: rgba(253, 253, 251, .1)
}

.pxl--hover-slideup {
    -webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -khtml-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -ms-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    transition: all .65s cubic-bezier(.23, 1, .32, 1)
}

.pxl--hover-slideup:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pxl--effect-slide:after {
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85)
}

.pxl--effect-slide:hover:after {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.d-inline-block {
    display: inline-block
}

.pxl-d-flex {
    display: inline-flex
}

.pxl-mw-1200 {
    max-width: 1200px
}

.fs-17 {
    font-size: 17px
}

.lt-4 {
    letter-spacing: -.03em !important
}

.pxl-text-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .pxl-text-center .pxl-link-page1 .pxl-item--inner {
        justify-content: center
    }
}

.pxl-text-left {
    text-align: left
}

.pxl-text-right {
    text-align: right
}

.pxl-img--mask {
    width: 100px;
    height: 100px;
    position: relative
}

.pxl-img--mask .pxl--mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -ms-mask-position: center center;
    -o-mask-position: center center;
    mask-position: center center;
    mask-size: cover;
    -webkit-mask-size: cover
}

.text-primary {
    color: var(--primary-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.pxl-flex-grow {
    flex-grow: 1
}

.pxl-icon--plus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--plus:before,
.pxl-icon--plus:after {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icon--plus:before {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.pxl-icon--plus:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.pxl-icon--minus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--minus:before {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icon--minus:before {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.pxl-inline-flex {
    display: inline-flex;
    align-items: center
}

.pxl-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-child--middle {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pxl-flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pxl-flex-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-widget-flex>.elementor-widget-container>div {
    display: flex
}

.el-empty:empty {
    display: none !important
}

.pxl-spill,
.pxl-imgfilter-wrap .pxl-item--imgfilter:before,
.pxl-gallery .pxl--item-inner.video-active:before,
.pxl-wg-categories .pxl-category--inner:before,
.pxl-wg-categories .pxl-category--inner a,
.pxl-wg-categories .pxl-category--inner .pxl-category--img,
.pxl-grid .pxl-item--link,
.pxl-post-carousel .pxl-item--link,
.pxl-blog-style1 .pxl-item--holder:before,
.pxl-item--imgfilter:before,
.pxl-item--imgfilter:after,
.pxl-portfolio-style1 .pxl-item--inner:before,
.pxl-service-style1 .pxl-item--overlay:before,
.pxl-counter2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-skew {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary-color);
    transform: skew(-9deg);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-middle,
.revslider-initialised .tparrows.theme-custom1:before,
.pxl-slider-rev-arrow i,
.pxl-logo .pxl-logo--cycling svg,
.pxl-logo.style-cycling img,
.pxl-text-spin1 .pxl-item--logo,
.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout i,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before,
.pxl-product-style2 .woosw-btn:before,
.pxl-product-style2 .woosw-btn:after,
.pxl-video-player1 .btn-video.style1 i,
.pxl-menu-food4 .woosw-btn:before,
.pxl-menu-food4 .woosw-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-icon--middle {
    position: relative
}

.pxl-icon--middle * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-item--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-item--flexnw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.color-inherit {
    color: inherit
}

.color-inherit:hover {
    color: inherit
}

.color-primary {
    color: var(--primary-color);
    fill: var(--primary-color)
}

.color-secondary {
    color: var(--secondary-color);
    fill: var(--secondary-color)
}

.text-gradient,
.pxl-link .pxl-type-gradient i,
.swiper-filter-wrap .filter-item.active span {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-gradient-bg {
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.rm-text-gradient {
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-image: none
}

.bg-gradient {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1')
}

.bg-gradient-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)')
}

.ft-theme-default,
.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides,
blockquote:not(.pxl-blockquote),
.pxl-slider1 .pxl-item--subtitle,
.pxl-slider1 .pxl-item--meta .pxl-item--middle .pxl-item--price,
.pxl-link.style-hover-divider li a,
.pxl-link.style-box-white a,
.pxl-e-label span,
.pxl-countdown-layout1 .countdown-amount,
.pxl-banner1 .pxl-item--number,
.pxl-slider-price1 .pxl-item--price,
.pxl-text-effect1,
.pxl--post-footer label,
.pxl-post--navigation,
.pxl-post--author-info .pxl-user--name,
.page-links .post-page-numbers,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_rss .rsswidget,
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2,
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments,
.pxl-wg-categories .pxl-category--inner span,
.single-product .woocommerce-social-share label,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,
.swiper-filter-wrap .filter-item,
.pxl-blog-style1 .pxl-item--number,
.pxl-blog-style1 .pxl-item--date .pxl-date--day,
.pxl-product-grid-layout4 .pxl-item--price,
.pxl-product-grid-layout5 .pxl-item--price,
.pxl-counter1 .pxl--counter-number,
.pxl-counter2 .pxl--counter-number,
.pxl-tabs1.style-4 .pxl-tab--title,
.pxl-menu-food1 .pxl-item--price {
    font-family: lora, sans-serif
}

.bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pxl-close {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.pxl-close:before,
.pxl-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1b1b1b
}

.pxl-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pxl-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pxl-close:hover:before,
.pxl-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pxl-left {
    float: left
}

.pxl-right {
    float: right
}

.pxl-hide {
    display: none
}

@media screen and (min-width:1200px) {
    .pxl-hide-xl {
        display: none !important
    }
}

@media screen and (max-width:1199px) {
    .pxl-hide-lg {
        display: none !important
    }
}

@media screen and (max-width:1260px) {
    .pxl-hide-lg2 {
        display: none !important
    }
}

.pxl-sz-10 {
    font-size: 10px
}

.pxl-sz-11 {
    font-size: 11px
}

.pxl-sz-12 {
    font-size: 12px
}

.pxl-sz-13 {
    font-size: 13px
}

.pxl-sz-14 {
    font-size: 14px
}

.pxl-sz-15 {
    font-size: 15px
}

.pxl-sz-16 {
    font-size: 16px
}

.pxl-sz-17 {
    font-size: 17px
}

.pxl-sz-18 {
    font-size: 18px
}

.pxl-sz-19 {
    font-size: 19px
}

.pxl-sz-20 {
    font-size: 20px
}

.pxl-sz-21 {
    font-size: 21px
}

.pxl-sz-22 {
    font-size: 22px
}

.pxl-sz-23 {
    font-size: 23px
}

.pxl-sz-24 {
    font-size: 24px
}

.pxl-sz-25 {
    font-size: 25px
}

@media(min-width:1200px) and (max-width:1600px) {
    .h3-slider-discounted .pxl-slider-price1 {
        transform: translate(-135px, -50px) !important
    }
}

.pxl-text-shadow1 {
    text-shadow: 9px 0 13px rgba(12, 12, 12, .26)
}

.pxl-slider1 {
    padding-top: 140px;
    padding-bottom: 440px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media screen and (max-width:1400px) {
    .pxl-slider1 {
        padding-bottom: 380px
    }
}

.pxl-slider1>.bg-image {
    z-index: -2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-slider1>.bg-image.bg-image-parallax {
    height: calc(100% + 70px);
    bottom: -70px
}

.pxl-slider1>.bg-image:before {
    content: '';
    width: 2024px;
    height: 2024px;
    position: absolute;
    top: -1459px;
    left: 50%;
    border-radius: 100%;
    border: 300px solid rgba(var(--primary-color-rgb), .4);
    transform: translate(-50%, 0);
    margin-left: -540px
}

@media screen and (max-width:991px) {
    .pxl-slider1>.bg-image:before {
        top: -999px;
        border-width: 200px;
        width: 1424px;
        height: 1424px;
        margin-left: -340px
    }
}

.pxl-slider1 .pxl-item--popular {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (max-width:1260px) {
    .pxl-slider1 .pxl-item--popular {
        font-size: 24px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--popular {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--popular {
        font-size: 16px;
        justify-content: center
    }
}

.pxl-slider1 .pxl-item--popular span {
    display: inline-flex;
    padding: 0 15px
}

.pxl-slider1 .pxl-item--subtitle {
    font-size: 60px;
    color: #000;
    line-height: 1.2;
    margin-bottom: -13px;
    letter-spacing: -.05em
}

@media screen and (max-width:1260px) {
    .pxl-slider1 .pxl-item--subtitle {
        font-size: 48px;
        margin-bottom: -5px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--subtitle {
        font-size: 36px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--subtitle {
        color: #fff
    }
}

.pxl-slider1 .pxl-item--title {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 134px;
    color: #fff;
    letter-spacing: -.05em
}

@media screen and (max-width:1260px) {
    .pxl-slider1 .pxl-item--title {
        font-size: 90px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--title {
        font-size: 70px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--title {
        font-size: 60px
    }
}

.pxl-slider1 .pxl-item--desc {
    font-size: 20px;
    color: #eee;
    line-height: 1.8;
    margin-bottom: 41px;
    max-width: 590px
}

@media screen and (max-width:1260px) {
    .pxl-slider1 .pxl-item--desc {
        font-size: 18px;
        max-width: 400px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--desc {
        font-size: 16px;
        line-height: 1.625;
        margin-left: auto;
        margin-right: auto
    }
}

.pxl-slider1 .pxl-item--button .btn {
    line-height: 58px;
    padding: 0 40px;
    color: #fff;
    font-weight: 700
}

.pxl-slider1 .pxl-item--button .btn i {
    font-size: 21px
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--button .btn {
        padding: 0 32px;
        line-height: 55px;
        font-size: 16px
    }
}

.pxl-slider1 .pxl-item--meta {
    position: absolute;
    top: 12px;
    right: 0;
    width: 250px;
    height: 250px;
    z-index: 2
}

@media screen and (max-width:1199px) {
    .pxl-slider1 .pxl-item--meta {
        top: -18px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--meta {
        position: relative;
        right: 0;
        margin: auto;
        left: 0
    }
}

.pxl-slider1 .pxl-item--meta .pxl-item--meta-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1199px) {
    .pxl-slider1 .pxl-item--meta .pxl-item--meta-inner {
        transform: scale(.8);
        transform-origin: top right
    }
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--meta .pxl-item--meta-inner {
        transform: scale(.5)
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--meta .pxl-item--meta-inner {
        transform: scale(.8);
        transform-origin: bottom center
    }
}

.pxl-slider1 .pxl-item--meta .pxl-shape--image {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 118%;
    height: 118%
}

.pxl-slider1 .pxl-item--meta .pxl-item--middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center
}

.pxl-slider1 .pxl-item--meta .pxl-item--middle .pxl-item--price {
    font-size: 60px;
    font-style: italic;
    color: #fff;
    line-height: 1
}

.pxl-slider1 .pxl-item--meta .pxl-item--time {
    width: 65px;
    height: 65px;
    background-color: #ca0000;
    border-radius: 65px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 17px;
    left: 22px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center
}

.pxl-slider1 .pxl-item--meta .pxl-item--time i {
    display: block;
    line-height: 1;
    margin-bottom: 1px
}

.pxl-slider1 .pxl-item--meta .pxl-item--time span {
    display: block;
    line-height: 1.2
}

.pxl-slider1 .pxl-item--meta .pxl-item--star {
    line-height: 1;
    font-size: 16px;
    color: #010101;
    margin-bottom: 9px
}

.pxl-slider1 .pxl-item--image {
    position: relative;
    display: inline-flex;
    align-items: flex-end
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--image {
        align-items: flex-start
    }
}

.pxl-slider1 .pxl-item--image img {
    width: auto !important
}

.pxl-slider1 .pxl-item--image .pxl-image--main {
    opacity: 0 !important
}

.pxl-slider1 .pxl-item--image .pxl-image--rotate {
    width: 2024px;
    height: 2024px;
    position: absolute;
    bottom: 25px;
    right: -776px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-transition: all 400ms linear 0ms;
    -khtml-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--image .pxl-image--rotate {
        display: none !important
    }
}

.pxl-slider1 .pxl-item--image .pxl-image--rotate.pxl-invisible {
    opacity: 0;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transition-delay: 1e3ms;
    -webkit-transition-delay: 1e3ms
}

.pxl-slider1 .pxl-item--content {
    position: relative;
    z-index: 99;
    max-width: 715px
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--content {
        text-align: center
    }
}

.pxl-slider1 .pxl-item--left {
    width: 42%;
    padding-right: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media screen and (max-width:1260px) {
    .pxl-slider1 .pxl-item--left {
        padding-right: 0
    }
}

@media screen and (max-width:1199px) {
    .pxl-slider1 .pxl-item--left {
        transform: scale(.8)translateX(30px)
    }
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--left {
        transform: scale(1)translateX(0);
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--left {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px
    }
}

.pxl-slider1 .pxl-item--right {
    width: 58%;
    padding-left: 35px;
    margin-top: 17px
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-item--right {
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-item--right {
        width: 100%
    }
}

.pxl-slider1 .pxl-item--inner {
    display: flex;
    flex-wrap: wrap
}

.pxl-slider1 .pxl-swiper-thumbs-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    height: 286px;
    max-width: 675px;
    width: 100%;
    padding: 48px 25px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #000;
    border-radius: 40px 40px 0 0;
    background-image: url(../img/box-shape1.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.pxl-slider1 .pxl-swiper-thumbs {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 88;
    overflow: hidden;
    justify-content: center;
    width: 100%;
}

.pxl-slider1 .pxl-swiper-thumbs .swiper-slide {
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    padding: 0 22px
}

.pxl-slider1 .pxl-swiper-thumbs .pxl-thumb--image {
    max-width: 142px;
    display: inline-block;
    position: relative;
    z-index: 9
}

.pxl-slider1 .pxl-swiper-thumbs .pxl-thumb--image img {
    border-radius: 142px
}

.pxl-slider1 .pxl-swiper-thumbs .pxl-thumb--title {
    font-size: 18px;
    color: #fff;
    line-height: 1.33333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px 26px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px
}

.pxl-slider1 .pxl-swiper-thumbs .pxl-thumb--inner {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-slider1 .pxl-swiper-thumbs .pxl-thumb--inner:before {
    content: '';
    margin-left: auto;
    margin-right: auto;
    height: 122px;
    width: calc(100% + 6px);
    position: absolute;
    bottom: 0;
    left: -3px;
    right: -3px;
    border-style: solid;
    border-width: 2px 2px 0;
    border-color: rgba(84, 82, 82, .75);
    border-radius: 148px 148px 0 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-slider1 .pxl-swiper-thumbs .swiper-wrapper {
    align-items: flex-end;
    justify-content: center;
}

.pxl-slider1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--inner {
    padding-bottom: 96px
}

.pxl-slider1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--inner:before {
    height: 188px;
    background-color: #333030;
    border-color: #333030
}

.pxl-slider1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--title {
    margin-top: 0;
    opacity: 1
}

.pxl-slider1 .pxl-swiper-arrow-wrap {
    margin: 0
}

.pxl-slider1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    margin: 0;
    z-index: 199
}

.pxl-slider1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -30px
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left: 15px
    }
}

.pxl-slider1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -30px
}

@media screen and (max-width:767px) {
    .pxl-slider1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right: 15px
    }
}

.pxl-slider1 .pxl-swiper-container .pxl-swiper-slide {
    opacity: 1 !important
}

.pxl-slider1 .pxl-swiper-container .pxl-swiper-slide .pxl-item--right {
    transition-duration: 500ms;
    opacity: 0
}

@media screen and (max-width:991px) {
    .pxl-slider1 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible .pxl-image--main {
        opacity: 1 !important
    }
}

.pxl-slider1 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible .pxl-item--right {
    opacity: 1
}

.pxl-slider1 .pxl-carousel-inner,
.pxl-slider1 .pxl-swiper-container {
    overflow: visible
}

.pxl-slider1 .pxl-carousel-inner .pxl-swiper-slide.swiper-slide-active {
    z-index: 99
}

.pxl-slider2 .color-primary {
    fill: var(--primary-color)
}

.pxl-slider2 .pxl-item--subtitle {
    font-family: james-stroker;
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px
}

.pxl-slider2 .pxl-item--subtitle span {
    margin: 0 12px
}

.pxl-slider2 .pxl-item--subtitle svg {
    fill: #fff
}

@media screen and (max-width:1199px) {
    .pxl-slider2 .pxl-item--subtitle {
        font-size: 22px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--subtitle {
        font-size: 18px
    }
}

.pxl-slider2 .pxl-item--title {
    font-size: 90px;
    line-height: 1.11111;
    color: #fff;
    margin-bottom: 0;
    max-width: 520px
}

@media screen and (max-width:1600px) {
    .pxl-slider2 .pxl-item--title {
        font-size: 80px
    }
}

@media screen and (max-width:1199px) {
    .pxl-slider2 .pxl-item--title {
        font-size: 70px;
        max-width: 400px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--title {
        font-size: 48px;
        max-width: 300px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--title {
        font-size: 42px
    }
}

.pxl-slider2 .pxl-item--divider {
    margin-top: -2px;
    margin-bottom: 14px
}

.pxl-slider2 .pxl-item--divider svg {
    width: 295px
}

.pxl-slider2 .pxl-item--desc {
    font-size: 22px;
    color: #d3d3d3;
    line-height: 1.63;
    margin-bottom: 46px;
    max-width: 440px
}

@media screen and (max-width:1199px) {
    .pxl-slider2 .pxl-item--desc {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--desc {
        font-size: 17px;
        max-width: 300px
    }
}

.pxl-slider2 .pxl-item--button .btn {
    font-weight: 700;
    clip-path: none;
    border-radius: 4px;
    border: 2px solid var(--primary-color);
    background: no-repeat;
    color: var(--primary-color);
    line-height: 52px;
    padding: 0 24px
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--button .btn {
        line-height: 48px;
        font-size: 16px
    }
}

.pxl-slider2 .pxl-item--button .btn i {
    font-size: 22px
}

.pxl-slider2 .pxl-item--button .btn:before,
.pxl-slider2 .pxl-item--button .btn:after {
    display: none
}

.pxl-slider2 .pxl-item--button .btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    clip-path: none
}

.pxl-slider2 .pxl-item--image {
    width: 414px;
    min-width: 414px;
    position: relative;
    z-index: 1;
    margin: 130px 78px;
    transform: translateX(-50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width:1600px) {
    .pxl-slider2 .pxl-item--image {
        transform: translateX(-50%)scale(.8)
    }
}

@media screen and (max-width:1199px) {
    .pxl-slider2 .pxl-item--image {
        transform: translateX(-50%)scale(.6)
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--image {
        transform: translateX(-50%)scale(.45)
    }
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--image {
        transform: translateX(0%)scale(1);
        margin: 50px 30px 30px;
        min-width: 210px;
        width: 230px;
        height: 230px
    }
}

.pxl-slider2 .pxl-item--image .pxl-image--bg {
    content: '';
    position: absolute;
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
    background-color: var(--primary-color);
    border-radius: 570px;
    z-index: -2;
    margin: auto;
    box-shadow: 0 0 62px rgba(0, 0, 0, .3)inset
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--image .pxl-image--bg {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px
    }
}

.pxl-slider2 .pxl-item--image img {
    border-radius: 414px
}

.pxl-slider2 .pxl-item--image .slider-shape {
    width: 324px;
    height: 197px;
    position: absolute;
    z-index: -1
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--image .slider-shape {
        display: none
    }
}

.pxl-slider2 .pxl-item--image .slider-shape.slider-shape1 {
    top: -50px;
    left: -128px;
    background-image: url(../img/slider-shape.png)
}

.pxl-slider2 .pxl-item--image .slider-shape.slider-shape2 {
    bottom: -36px;
    right: -140px;
    background-image: url(../img/slider-shape2.png)
}

.pxl-slider2 .pxl-item--image .pxl-item--number {
    font-weight: 700;
    font-size: 115px;
    color: #fff;
    font-family: lora, sans-serif;
    position: absolute;
    top: -106px;
    right: 15px;
    line-height: 1
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--image .pxl-item--number {
        font-size: 60px;
        top: -50px
    }
}

.pxl-slider2 .pxl-item--image .pxl-item-icon {
    position: absolute;
    top: -132px;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
    height: 30px;
    display: flex
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--image .pxl-item-icon {
        display: none
    }
}

.pxl-slider2 .pxl-item--image .pxl-item-icon div {
    width: 76px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px
}

.pxl-slider2 .pxl-item--image .pxl-item-icon div.icon-left {
    color: var(--primary-color)
}

.pxl-slider2 .pxl-item--image .pxl-item-icon div.icon-left i {
    transform: scaleX(-1)
}

.pxl-slider2 .pxl-item--left {
    width: 62%
}

@media screen and (max-width:1200px) {
    .pxl-slider2 .pxl-item--left {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: center;
        text-align: center
    }
}

.pxl-slider2 .pxl-item--right {
    width: 38%;
    margin-left: -78px;
    position: relative
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-item--right {
        margin-top: -60px;
        margin-bottom: -60px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--right {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: center
    }
}

.pxl-slider2 .pxl-item--content {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--content {
        margin-top: 60px
    }
}

.pxl-slider2 .pxl-item--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-item--inner {
        flex-direction: column-reverse
    }
}

.pxl-slider2 .pxl-swiper-slide {
    width: 100%
}

.pxl-slider2 .pxl-swiper-thumbs {
    text-align: center;
    padding: 0;
    width: 212px;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 11%;
    transform: translate(0, -50%);
    height: 774px;
    margin-top: 45px
}

@media screen and (max-width:1600px) {
    .pxl-slider2 .pxl-swiper-thumbs {
        right: 50px
    }
}

@media screen and (max-width:1260px) {
    .pxl-slider2 .pxl-swiper-thumbs {
        right: 30px
    }
}

@media screen and (max-width:1199px) {
    .pxl-slider2 .pxl-swiper-thumbs {
        right: 15px
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs {
        height: 480px;
        margin-top: 0;
        width: 120px
    }
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-swiper-thumbs {
        display: none
    }
}

.pxl-slider2 .pxl-swiper-thumbs:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 149px;
    height: 100%;
    background-image: url(../img/slider-line.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs:before {
        display: none
    }
}

.pxl-slider2 .pxl-swiper-thumbs .pxl-thumb--image {
    width: 128px;
    margin: auto
}

.pxl-slider2 .pxl-swiper-thumbs .pxl-thumb--image img {
    border-radius: 128px;
    border: 5px solid #fff
}

.pxl-slider2 .pxl-swiper-thumbs .pxl-thumb--title {
    margin: 8px auto 0;
    font-size: 18px;
    line-height: 1.333;
    color: #000;
    font-weight: 700;
    max-width: 128px
}

.pxl-slider2 .pxl-swiper-thumbs .pxl-thumb--inner {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: scale(.7);
    transform-origin: center center
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs .pxl-thumb--inner {
        transform: scale(.5)
    }
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs .swiper-slide {
        padding: 0
    }
}

.pxl-slider2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--inner {
    margin-left: 66px;
    transform: scale(1)
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--inner {
        margin: 0;
        transform: scale(.8)
    }
}

.pxl-slider2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-thumb--inner .pxl-thumb--title {
    text-decoration: underline
}

.pxl-slider2 .pxl-swiper-thumbs .swiper-slide-prev .pxl-thumb--inner {
    margin-right: 45px
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs .swiper-slide-prev .pxl-thumb--inner {
        margin: 0
    }
}

.pxl-slider2 .pxl-swiper-thumbs .swiper-slide-next .pxl-thumb--inner {
    margin-right: 30px
}

@media screen and (max-width:991px) {
    .pxl-slider2 .pxl-swiper-thumbs .swiper-slide-next .pxl-thumb--inner {
        margin: 0
    }
}

.pxl-slider2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    margin: 0 8px
}

@media screen and (max-width:767px) {
    .pxl-slider2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
        margin-top: 60px
    }
}

.revslider-initialised {
    overflow: visible !important
}

.revslider-initialised .tparrows.theme-custom1 {
    width: 76px;
    height: 76px;
    background-color: #fff;
    border-radius: 76px;
    border-radius: 76px;
    -webkit-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -khtml-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -moz-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -ms-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -o-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    font-size: 20px
}

.revslider-initialised .tparrows.theme-custom1:before {
    font-family: caseicon;
    color: #000
}

.revslider-initialised .tparrows.theme-custom1.tp-leftarrow:before {
    content: "\f136"
}

.revslider-initialised .tparrows.theme-custom1.tp-rightarrow:before {
    content: "\f14d"
}

.pxl-slider-rev-arrow {
    width: 76px;
    height: 76px;
    background-color: #fff;
    border-radius: 76px;
    border-radius: 76px;
    -webkit-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -khtml-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -moz-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -ms-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    -o-box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    box-shadow: 0 0 13px rgba(12, 12, 12, .26);
    font-size: 20px;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .pxl-slider-rev-arrow {
        width: 55px;
        height: 55px;
        font-size: 16px
    }
}

.pxl-slider-rev-arrow i {
    color: #000;
    display: inline-flex;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-slider-rev-arrow:hover i {
    color: var(--primary-color)
}

.pxl-logo a {
    display: inline-flex;
    position: relative
}

.pxl-logo img {
    width: auto;
    vertical-align: middle
}

.pxl-logo .pxl-logo--cycling {
    display: inline-flex;
    height: 181px;
    width: 181px;
    animation: pxl_spin_child 25s linear infinite
}

.pxl-logo .pxl-logo--cycling circle {
    fill: #fff
}

.pxl-logo .pxl-logo--cycling path {
    fill: #683a0e
}

.pxl-logo.style-cycling {
    position: relative
}

.pxl-logo.style-cycling img {
    z-index: 9
}

.pxl-text-editor .pxl-item--inner {
    display: inline-block
}

.pxl-text-editor p {
    margin-bottom: 30px
}

.pxl-text-editor p:last-child {
    margin-bottom: 0
}

.pxl-text-editor .pxl-text--highlight {
    padding: 4px 0;
    background-color: var(--primary-color);
    color: #fff
}

.pxl-blockquote-wrap blockquote {
    display: inline-flex;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #7f4519;
    line-height: 1.25;
    padding: 0 38px;
    margin: 0;
    position: relative
}

.pxl-blockquote-wrap blockquote .flaticon-quote-top {
    line-height: 1;
    color: #bfbfbf;
    font-size: 32px;
    position: absolute
}

.pxl-blockquote-wrap blockquote .flaticon-quote-top.quote-icon1 {
    top: -16px;
    left: 0
}

.pxl-blockquote-wrap blockquote .flaticon-quote-top.quote-icon2 {
    bottom: -20px;
    right: 16px
}

.pxl-anchor-link-scroll {
    background-color: #f6f5f3;
    width: 228px;
    height: 228px;
    border-radius: 100%;
    position: relative;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .pxl-anchor-link-scroll {
        width: 195px;
        height: 195px
    }
}

.pxl-anchor-link-scroll a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.pxl-anchor-link-scroll .pxl-anchor-icon {
    width: 80px;
    height: 80px;
    background-color: #575a5b;
    background-image: -webkit-gradient(linear, right top, left top, from(#575a5b), to(#191d20));
    background-image: -webkit-linear-gradient(to right, #575a5b, #191d20);
    background-image: -moz-linear-gradient(to right, #575a5b, #191d20);
    background-image: -ms-linear-gradient(to right, #575a5b, #191d20);
    background-image: -o-linear-gradient(to right, #575a5b, #191d20);
    background-image: linear-gradient(to right, #575a5b, #191d20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575a5b', endColorStr='#191d20', gradientType='1');
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg)
}

.pxl-anchor-link-scroll .pxl-anchor-icon i {
    animation: pxl_scroll_bottom_effect 1s ease infinite alternate
}

.pxl-anchor-link-scroll .pxl-anchor-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(145deg)
}

.pxl-anchor-link-scroll .pxl-anchor-text svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    fill: transparent;
    height: 130px;
    width: 130px
}

.pxl-anchor-link-scroll .pxl-anchor-text text {
    fill: #404142
}

.pxl-anchor-link-scroll .pxl-anchor-divider {
    width: 142px;
    height: 142px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    background-image: url(../img/bg-box-scroll.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transform: rotate(212deg);
    overflow: visible
}

.pxl-anchor-link-scroll .pxl-anchor-divider:before,
.pxl-anchor-link-scroll .pxl-anchor-divider:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #4a4d4f;
    position: absolute;
    border-radius: 5px
}

.pxl-anchor-link-scroll .pxl-anchor-divider:before {
    top: 20px;
    right: 20px
}

.pxl-anchor-link-scroll .pxl-anchor-divider:after {
    left: 20px;
    bottom: 20px
}

.pxl-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.pxl-link a {
    display: inline-flex;
    font-size: 16px;
    color: #586563
}

.pxl-link a:hover {
    color: var(--primary-color)
}

.pxl-link i {
    min-width: 24px;
    margin-top: 5px;
    font-size: 15px;
    display: inline-flex
}

.pxl-link.type-vertical li+li {
    margin-top: 6px
}

.pxl-link.type-horizontal {
    display: flex;
    flex-wrap: wrap
}

.pxl-link.type-horizontal li {
    margin: 0 10px
}

.pxl-link.style-hover-divider.type-vertical li+li {
    margin-top: 3px
}

.pxl-link.style-hover-divider li a {
    color: #1f2022;
    line-height: 1.52;
    font-weight: 600;
    position: relative
}

.pxl-link.style-hover-divider li a:before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    position: absolute;
    left: -10px;
    transform: translate(0, -50%);
    top: 50%;
    opacity: 0
}

.pxl-link.style-hover-divider li a span {
    position: relative
}

.pxl-link.style-hover-divider li a span:after {
    content: '';
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background-color: var(--primary-color)
}

.pxl-link.style-hover-divider li a:hover {
    color: var(--primary-color);
    padding-left: 25px
}

.pxl-link.style-hover-divider li a:hover:before {
    left: 0;
    opacity: 1
}

.pxl-link.style-hover-divider li a:hover span:after {
    width: 100%
}

.pxl-link.style-box-white {
    background-color: rgba(0, 0, 0, 5%);
    padding: 20px
}

.pxl-link.style-box-white a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d;
    background-color: #fff;
    padding: 15px 50px 15px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative
}

.pxl-link.style-box-white a:after {
    content: "\f134";
    font-family: Caseicon;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(-10px, -50%);
    -khtml-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
    font-size: 13px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-link.style-box-white a:hover,
.pxl-link.style-box-white .pxl-item--link.active a {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-link.style-box-white a:hover:after,
.pxl-link.style-box-white .pxl-item--link.active a:after {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pxl-link.style-box-white.type-vertical li+li {
    margin-top: 12px
}

.pxl-icon1 a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pxl-icon1 a span {
    background-color: #080808;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    white-space: nowrap;
    display: block;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

.pxl-icon1 a span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #080808 transparent;
    width: 0;
    height: 0
}

.pxl-icon1 a.ps-top span {
    bottom: 100%;
    margin-bottom: 10px
}

.pxl-icon1 a.ps-top span:before {
    bottom: -10px;
    border-color: #080808 transparent transparent transparent
}

.pxl-icon1 a.ps-bottom span {
    top: 100%;
    margin-top: 10px
}

.pxl-icon1 a.ps-bottom span:before {
    top: -10px
}

.pxl-icon1 a:hover span {
    opacity: 1;
    visibility: visible
}

.pxl-image-single {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-image-single *,
.pxl-image-single img {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-image-single img {
    width: auto
}

.pxl-image-single.pxl-hover1 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.pxl-hover1 .pxl-item--inner img {
    -webkit-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -khtml-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.pxl-image-single.pxl-hover1 .pxl-item--inner:hover img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-image-single.pxl-hover2 .pxl-item--inner img {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pxl-image-single.pxl-hover2 .pxl-item--inner:hover img {
    -webkit-transform: scale(.95);
    -khtml-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.pxl-image-single.pxl-image-parallax .pxl-item--image {
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms
}

@media screen and (max-width:767px) {
    .pxl-image-single.pxl-disable-parallax-sm {
        transform: none !important
    }
}

.pxl-image-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pxl-image-tilt-active {
    overflow: hidden
}

@media screen and (max-width:1400px) {
    body:not(.elementor-editor-active) .pxl-hide-sr-lg {
        display: none !important
    }
}

@media screen and (max-width:1199px) {
    body:not(.elementor-editor-active) .pxl-hide-sr-md {
        display: none !important
    }
}

.pxl-white-space .pxl-heading .pxl-item--title {
    white-space: nowrap
}

.pxl-heading .pxl-heading--inner {
    display: inline-block;
    position: relative
}

.pxl-heading .pxl-text--slide {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.pxl-heading .pxl-text--slide span {
    display: inline-block
}

.pxl-heading .wow.letter {
    -webkit-transform: translate3d(0, 25px, 0);
    -khtml-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.pxl-heading .wow.letter.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.pxl-heading .pxl-item--title {
    line-height: 1.146
}

.pxl-heading h3.pxl-item--title {
    font-size: 48px
}

.pxl-heading .pxl-item--subtitle {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px
}

.pxl-heading .pxl-title--highlight {
    color: var(--primary-color);
    display: inline-flex
}

.pxl-heading .style-box-shape {
    position: relative;
    z-index: 1
}

.pxl-heading .style-box-shape:before {
    content: '';
    width: 91px;
    height: 199px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: -46px;
    z-index: -1;
    transform: translate(0, -50%)
}

.pxl-heading.highlight-text-image .pxl-title--highlight {
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

@keyframes pxlKeywordRotatingIn {
    from {
        transform: translateY(70%)rotateX(-100deg);
        opacity: 0
    }

    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxlKeywordRotatingOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-70%)rotateX(100deg);
        opacity: 0
    }
}

.pxl-title--typewriter {
    display: inline-flex;
    white-space: nowrap;
    position: relative;
    z-index: 99
}

.pxl-title--typewriter .pxl-item--text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.pxl-title--typewriter .pxl-item--text:not(.is-active) {
    animation: pxlKeywordRotatingOut .8s cubic-bezier(.86, 0, .07, 1)both
}

.pxl-title--typewriter .pxl-item--text.is-active {
    position: relative;
    opacity: 1;
    animation: pxlKeywordRotatingIn .8s cubic-bezier(.86, 0, .07, 1)both
}

.pxl-e-label span {
    display: inline-flex;
    padding: 0 8px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--primary-color);
    clip-path: polygon(0% 0, 8px 0%, calc(100% - 8px) 0%, 100% 8px, calc(100% - 0px) 100%, 8px 100%, 0% calc(100% - 8px))
}

.pxl-search-popup-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #09013f;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    font-size: 26px;
    position: relative
}

.pxl-cart-sidebar-button {
    color: #000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.pxl-cart-sidebar-button .pxl-cart-meta {
    display: inline-flex;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center
}

.pxl-cart-sidebar-button .pxl-cart-meta .pxl_cart_counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--primary-color);
    width: 18px;
    height: 18px;
    border-radius: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-weight: 500;
    opacity: 0
}

.pxl-cart-sidebar-button .pxl-cart-text {
    display: inline-block;
    padding: 0 4px
}

.pxl-cart-sidebar-button:hover .pxl-cart-meta .pxl_cart_counter {
    opacity: 1
}

.pxl-widget-searchform .searchform-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}

.pxl-widget-searchform .searchform-wrap .search-field {
    font-size: 16px;
    font-weight: 700;
    color: #1c3f39;
    width: 92px;
    padding: 0;
    background-color: initial;
    border: none;
    min-width: 92px
}

.pxl-widget-searchform .searchform-wrap .search-submit {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #1c3f39;
    font-weight: 400;
    background-color: initial
}

.pxl-widget-searchform .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

.pxl-close-popup {
    background-color: initial;
    border-width: 3px;
    display: block
}

.pxl-close-popup:before,
.pxl-close-popup:after {
    background-color: #000
}

.pxl-search-form {}

.pxl-search-form.style-1 .pxl-search-field {
    font-size: 32px;
    font-weight: 300;
    color: #222;
    padding: 0;
    border: none;
    background-color: initial;
    height: 58px
}

.pxl-search-form.style-1 .pxl-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 58px;
    padding: 0;
    border: none;
    box-shadow: none;
    width: 58px;
    color: var(--primary-color);
    background: 0 0;
    font-size: 26px;
    margin: 0 -15px
}

.pxl-search-form.style-1 .pxl-searchform-divider {
    background-color: rgba(0, 0, 0, .38);
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    transform-origin: left center
}

.pxl-search-form.style-1 .pxl-searchform-wrap {
    position: relative
}

.pxl-search-form.style-2 {
    background-color: rgba(0, 0, 0, 5%);
    padding: 20px
}

.pxl-search-form.style-2 .pxl-search-field {
    border-color: #fff
}

.pxl-search-form.style-2 .pxl-search-field:focus {
    border-color: var(--primary-color)
}

.pxl-search-form.style-2 .pxl-search-submit {
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px
}

.pxl-search-form.style-2 .pxl-searchform-wrap {
    position: relative
}

.pxl-countdown-wrap {
    max-width: 978px;
    margin: 0 auto
}

.pxl-countdown-layout1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media screen and (max-width:767px) {
    .pxl-countdown-layout1 {
        margin-top: -30px
    }
}

.pxl-countdown-layout1 .countdown-amount {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px
}

.pxl-countdown-layout1 .countdown-period {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-weight: 700
}

.pxl-countdown-layout1 .countdown-item-inner {
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(12px);
    border-radius: 15px;
    text-align: center;
    padding: 52px 20px
}

.pxl-countdown-layout1 .countdown-item {
    width: 25%;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .pxl-countdown-layout1 .countdown-item {
        width: 50%;
        margin-top: 30px
    }
}

@media screen and (max-width:575px) {
    .pxl-countdown-layout1 .countdown-item {
        width: 100%
    }
}

.pxl-contact-form {}

.pxl-contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
    position: absolute;
    left: 19px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-size: 21px;
    color: #555;
    z-index: 99
}

@media screen and (max-width:767px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
        font-size: 18px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+.wpcf7-form-control {
    padding-left: 58px
}

@media screen and (max-width:1024px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+.wpcf7-form-control {
        padding-left: 46px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+select+.pxl-select-higthlight {
    padding-left: 58px
}

@media screen and (max-width:1024px) {
    .pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon+select+.pxl-select-higthlight {
        padding-left: 46px
    }
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.top-spacer {
    top: 17px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.icon-pos-right {
    left: auto;
    right: 18px
}

.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.icon-pos-right+.wpcf7-form-control {
    padding-left: 22px;
    padding-right: 58px
}

.pxl-contact-form .pxl-icon-pos-right.pxl-form-date .wpcf7-form-control-wrap:after {
    display: none
}

.pxl-contact-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 6px;
    display: none
}

.pxl-contact-form .wpcf7-form-control.wpcf7-not-valid {
    box-shadow: 0 0 0 1px #dc3232
}

.pxl-contact-form .wpcf7-form {
    overflow: visible
}

.pxl-contact-form .wpcf7-form .wpcf7-response-output {
    margin: 30px 0 0;
    border-width: 1px;
    font-size: 16px;
    padding: 8px 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, .9)
}

.pxl-contact-form .pxl--item>p {
    margin: 0
}

.pxl-contact-form .pxl-form-label {
    color: #000;
    display: block;
    margin-bottom: 9px
}

.pxl-contact-form .pxl-form-label span {
    color: #e51400
}

.pxl-contact-form .fieldset-cf7mls-wrapper {
    overflow: visible
}

.pxl-contact-form .fieldset-cf7mls-wrapper .fieldset-cf7mls>p {
    margin: 0
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_next img {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    opacity: .67
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls-btns {
    display: flex !important;
    justify-content: center
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls-btns .cf7mls_btn {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_btn,
.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_back {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    line-height: 56px;
    padding: 0 50px;
    background-color: var(--secondary-color);
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px));
    font-weight: 500;
    overflow: hidden
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_btn:after,
.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_back:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .55)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .55), transparent);
    z-index: -1
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_btn:hover,
.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_back:hover {
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    opacity: 1
}

.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_btn:hover:after,
.pxl-contact-form .fieldset-cf7mls-wrapper .cf7mls_back:hover:after {
    -webkit-animation: pxl_btn_shine 1.2s ease;
    animation: pxl_btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.pxl-contact-form .fieldset-cf7mls-wrapper .fieldset-cf7mls {
    padding: 0;
    margin: 0
}

.pxl-contact-form .fieldset-cf7mls-wrapper .wpcf7-validation-errors {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.pxl-contact-form .fieldset-cf7mls-wrapper .wpcf7-validation-errors svg {
    float: none
}

@media screen and (max-width:767px) {
    .pxl-contact-form .fieldset-cf7mls-wrapper .pxl--item.pxl-right {
        float: none;
        margin-bottom: 30px
    }
}

.pxl-contact-form.step-style-2 .fieldset-cf7mls-wrapper .cf7mls-btns .cf7mls_btn,
.pxl-contact-form.step-style-2 .fieldset-cf7mls-wrapper .cf7mls_btn,
.pxl-contact-form.step-style-2 .fieldset-cf7mls-wrapper .cf7mls_back {
    font-size: 17px;
    font-weight: 500;
    line-height: 52px;
    padding: 0 38px;
    border-radius: 52px;
    clip-path: none
}

.pxl-open-table.style-1,
.pxl-open-table.style-3 {
    max-width: 1018px;
    margin: auto
}

@media screen and (max-width:991px) {

    .pxl-open-table.style-1,
    .pxl-open-table.style-3 {
        max-width: 580px
    }
}

.pxl-open-table.style-1 form .row>div,
.pxl-open-table.style-3 form .row>div {
    margin-bottom: 30px
}

.pxl-open-table.style-1 form .pxl-select-higthlight,
.pxl-open-table.style-3 form .pxl-select-higthlight,
.pxl-open-table.style-1 form input,
.pxl-open-table.style-3 form input,
.pxl-open-table.style-1 form select,
.pxl-open-table.style-3 form select,
.pxl-open-table.style-1 form .nice-select,
.pxl-open-table.style-3 form .nice-select {
    border-color: #72777a;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    padding-left: 58px
}

.pxl-open-table.style-1 form .pxl-item-group,
.pxl-open-table.style-3 form .pxl-item-group {
    position: relative
}

.pxl-open-table.style-1 form .pxl-item-group .pxl--form-icon,
.pxl-open-table.style-3 form .pxl-item-group .pxl--form-icon {
    position: absolute;
    left: 19px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-size: 22px;
    color: #555;
    z-index: 99
}

.pxl-open-table.style-1 .pxl-btn-submit,
.pxl-open-table.style-3 .pxl-btn-submit {
    text-align: center
}

.pxl-open-table.style-1 .pxl-btn-submit .btn,
.pxl-open-table.style-3 .pxl-btn-submit .btn {
    padding-left: 58px;
    padding-right: 58px;
    line-height: 60px
}

@media screen and (max-width:991px) {

    .pxl-open-table.style-1 .nice-select ul.list,
    .pxl-open-table.style-3 .nice-select ul.list {
        max-width: 100%
    }
}

.pxl-open-table.style-2 .pxl-item-group {
    position: relative
}

.pxl-open-table.style-2 .row {
    margin: 0 -13px
}

.pxl-open-table.style-2 .row>div {
    padding: 0 13px
}

.pxl-open-table.style-2 .pxl-form--item {
    margin-bottom: 26px
}

.pxl-open-table.style-2 .pxl-select-higthlight,
.pxl-open-table.style-2 input,
.pxl-open-table.style-2 select,
.pxl-open-table.style-2 .nice-select {
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    background-color: #f0eee8;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 55px;
    padding: 0 26px
}

.pxl-open-table.style-2 .pxl-btn-submit .btn {
    width: 100%;
    line-height: 51px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-transform: uppercase
}

.pxl-open-table.style-2 .pxl-select .pxl-select-options {
    max-height: 170px;
    margin-top: 0 !important;
    border-radius: 4px;
    color: #101010
}

.pxl-open-table.style-2 .nice-select ul.list {
    max-height: 170px;
    border-radius: 4px;
    color: #101010;
    text-transform: none
}

.pxl-client-review1 .pxl-item--images {
    padding-left: 18px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:767px) {
    .pxl-client-review1 .pxl-item--images {
        margin: 0 0 20px;
        justify-content: center
    }
}

.pxl-client-review1 .pxl-item--img {
    width: 56px;
    min-width: 56px;
    margin-left: -18px
}

.pxl-client-review1 .pxl-item--img img {
    border: 3px solid #fff;
    border-radius: 56px;
    -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -o-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    box-shadow: 0 10px 20px rgba(137, 151, 186, .25)
}

.pxl-client-review1 .pxl-item--title,
.pxl-client-review1 .pxl-item--number {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.pxl-client-review1 .pxl-item--label {
    color: #999;
    font-weight: 300
}

.pxl-client-review1 .pxl-item--star {
    font-size: 15px;
    color: var(--primary-color);
    letter-spacing: 2px;
    position: relative
}

.pxl-client-review1 .pxl-item--star .star-solid {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    flex-wrap: nowrap
}

.pxl-client-review1 .pxl-item--star.rating-4-star .star-solid {
    width: 68px
}

.pxl-client-review1 .pxl-item--star.rating-3-star .star-solid {
    width: 50px
}

.pxl-client-review1 .pxl-item--star.rating-2-star .star-solid {
    width: 34px
}

.pxl-client-review1 .pxl-item--star.rating-1-star .star-solid {
    width: 16px
}

@media screen and (max-width:767px) {
    .pxl-client-review1 .pxl-item--inner {
        display: block;
        text-align: center
    }
}

.pxl-author-call1 {
    padding: 20px;
    background-color: #fff;
    border-radius: 97px;
    padding-right: 64px;
    position: relative;
    min-width: 310px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
}

@media screen and (max-width:767px) {
    .pxl-author-call1 {
        min-width: 280px
    }
}

.pxl-author-call1 .pxl-item--image {
    width: 64px;
    min-width: 64px
}

.pxl-author-call1 .pxl-item--image img {
    border-radius: 64px
}

.pxl-author-call1 .pxl-item--title {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.pxl-author-call1 .pxl-item--subtitle {
    color: rgba(0, 0, 0, .5);
    font-size: 16px
}

.pxl-author-call1 .pxl-item--call {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    background-color: var(--primary-color);
    border-radius: 43px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1')
}

.pxl-author-call1 .pxl-item--call i {
    display: inline-flex;
    animation: pxl_zigzag .8s ease-out infinite;
    -webkit-animation: pxl_zigzag .8s ease-out infinite
}

.pxl-author-call1 .pxl-item--holder {
    line-height: 1.2
}

.pxl-product-cart1 .pxl-item--image {
    margin-bottom: 3px
}

.pxl-product-cart1 .pxl-item--image img {
    margin-top: -50px;
    border-radius: 100px
}

.pxl-product-cart1 .pxl-item--highlight {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 5px
}

.pxl-product-cart1 .pxl-item--highlight i {
    color: #fc0;
    font-size: 14px
}

.pxl-product-cart1 .pxl-item--title {
    font-size: 19px;
    margin-bottom: 6px;
    font-weight: 600
}

.pxl-product-cart1 .pxl-item--subtitle {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 10px
}

.pxl-product-cart1 .pxl-item--price {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 11px
}

.pxl-product-cart1 .pxl-item--add a {
    line-height: 38px;
    background-color: var(--primary-color);
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 138px;
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    position: relative;
    padding: 0 15px
}

.pxl-product-cart1 .pxl-item--add a i {
    font-size: 14px
}

.pxl-product-cart1 .pxl-item--add a.loading {
    opacity: 1
}

.pxl-product-cart1 .pxl-item--add a.loading:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.pxl-product-cart1 .pxl-item--add a.added {
    display: none
}

.pxl-product-cart1 .woocommerce-wishlist button {
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 7px;
    background: 0 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

.pxl-product-cart1 .woocommerce-wishlist button:before {
    font-size: 14px;
    font-family: caseicon;
    content: "\f12f"
}

.pxl-product-cart1 .woocommerce-wishlist button:hover {
    color: var(--primary-color);
    background-color: none
}

.pxl-product-cart1 .pxl-item--inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 10px;
    text-align: center;
    width: 190px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 8%);
    margin-top: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative
}

.pxl-product-cart1 .pxl-item--inner:hover {
    transform: translateY(-4px)
}

.pxl-process1 .pxl-item--title {
    margin-bottom: 8;
    color: var(--primary-color);
    font-size: 30px
}

@media screen and (max-width:1199px) {
    .pxl-process1 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-process1 .pxl-item--description {
    font-size: 16px;
    line-height: 1.625;
    max-width: 290px;
    margin: 0 auto 24px
}

.pxl-process1 .pxl-item--image {
    width: 278px;
    display: inline-block;
    padding-top: 143px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1199px) {
    .pxl-process1 .pxl-item--image {
        width: 180px;
        padding-top: 132px
    }
}

.pxl-process1 .pxl-item--image:before {
    content: '';
    width: 320px;
    height: 320px;
    background-color: rgba(255, 255, 255, 2%);
    z-index: -3;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 320px
}

@media screen and (max-width:1199px) {
    .pxl-process1 .pxl-item--image:before {
        width: 220px;
        height: 220px
    }
}

.pxl-process1 .pxl-item--image img {
    width: 100%;
    border-radius: 278px;
    border: 14px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width:1199px) {
    .pxl-process1 .pxl-item--image img {
        border-radius: 240px;
        border-width: 10px
    }
}

.pxl-process1 .pxl-item--shape .shape-top {
    width: 6px;
    height: 127px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.pxl-process1 .pxl-item--shape .shape-top:before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: -9px
}

.pxl-process1 .pxl-item--shape .shape-top:after {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: -14px;
    border: 6px solid var(--primary-color);
    background-color: #fff;
    border-radius: 34px
}

.pxl-process1 .pxl-item--shape .shape-bottom {
    width: 350px;
    height: 175px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: var(--primary-color);
    position: absolute;
    z-index: -2;
    top: 107px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 175px 175px 0 0
}

@media screen and (max-width:1199px) {
    .pxl-process1 .pxl-item--shape .shape-bottom {
        width: 220px;
        height: 110px
    }
}

.pxl-process1 .pxl-item--shape .shape-bottom:before,
.pxl-process1 .pxl-item--shape .shape-bottom:after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -10px
}

.pxl-process1 .pxl-item--shape .shape-bottom:before {
    left: -15px
}

.pxl-process1 .pxl-item--shape .shape-bottom:after {
    right: -15px
}

.pxl-process1 .pxl-item--inner {
    text-align: center
}

.pxl-process1.img-top .pxl-item--title {
    padding-top: 18px
}

.pxl-process1.img-top .pxl-item--description {
    margin-bottom: 0
}

.pxl-process1.img-top .pxl-item--image {
    padding-top: 0;
    padding-bottom: 143px
}

@media screen and (max-width:1199px) {
    .pxl-process1.img-top .pxl-item--image {
        padding-bottom: 132px
    }
}

.pxl-process1.img-top .pxl-item--image:before {
    bottom: auto;
    top: -45px
}

.pxl-process1.img-top .pxl-item--shape .shape-top {
    top: auto;
    bottom: 0
}

.pxl-process1.img-top .pxl-item--shape .shape-top:before {
    top: auto;
    bottom: 0
}

.pxl-process1.img-top .pxl-item--shape .shape-top:after {
    bottom: auto;
    top: 0
}

.pxl-process1.img-top .pxl-item--shape .shape-bottom {
    top: auto;
    bottom: 107px;
    border-width: 0 6px 6px;
    border-radius: 0 0 175px 175px
}

.pxl-process1.img-top .pxl-item--shape .shape-bottom:before,
.pxl-process1.img-top .pxl-item--shape .shape-bottom:after {
    top: -10px;
    bottom: auto
}

.pxl-banner1 .pxl-item--image {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--image {
        margin-bottom: 0
    }
}

.pxl-banner1 .pxl-item--image img {
    width: 100%
}

.pxl-banner1 .pxl-item--number {
    line-height: 1;
    font-size: 100px;
    color: #010101;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width:1199px) {
    .pxl-banner1 .pxl-item--number {
        font-size: 80px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--number {
        font-size: 60px
    }
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--number {
        font-size: 48px
    }
}

.pxl-banner1 .pxl-item--label {
    font-size: 24px;
    line-height: 1.25;
    color: #666;
    padding-right: 148px;
    position: relative;
    display: inline-flex
}

@media screen and (max-width:1199px) {
    .pxl-banner1 .pxl-item--label {
        padding: 0;
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--label {
        font-size: 18px
    }
}

.pxl-banner1 .pxl-item--label:before {
    content: '';
    width: 114px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 14px;
    right: 0
}

@media screen and (max-width:1199px) {
    .pxl-banner1 .pxl-item--label:before {
        display: none
    }
}

.pxl-banner1 .pxl-item--subtitle {
    font-size: 24px;
    line-height: 1.25;
    color: #010101;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: absolute;
    top: 88px;
    transform: rotate(-90deg)translate(-100%, 0%);
    left: 74px;
    white-space: nowrap;
    transform-origin: top left
}

@media screen and (max-width:1025px) {
    .pxl-banner1 .pxl-item--subtitle {
        font-size: 20px;
        left: 48px
    }
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--subtitle {
        font-size: 18px;
        left: 14px;
        top: 46px
    }
}

.pxl-banner1 .pxl-item--title {
    margin-bottom: 13px;
    font-size: 48px;
    line-height: 1.14533
}

@media screen and (max-width:1025px) {
    .pxl-banner1 .pxl-item--title {
        font-size: 36px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--title {
        font-size: 32px
    }
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-banner1 .pxl-item--description {
    color: #010101;
    margin-bottom: 32px
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--description {
        font-size: 17px
    }
}

.pxl-banner1 .pxl-item--button .btn {
    color: var(--secondary-color)
}

.pxl-banner1 .pxl-item--button .btn:hover {
    background-color: #fff
}

.pxl-banner1 .pxl-item--divider {
    margin-bottom: 28px
}

.pxl-banner1 .pxl-item--meta {
    max-width: 400px
}

.pxl-banner1 .pxl-item--meta.pxl-item--metaTop {
    display: none
}

@media screen and (max-width:991px) {
    .pxl-banner1 .pxl-item--meta {
        max-width: 260px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--meta {
        max-width: 100%
    }

    .pxl-banner1 .pxl-item--meta.pxl-item--metaTop {
        display: block;
        margin-bottom: 34px
    }

    .pxl-banner1 .pxl-item--meta.pxl-item--metaBottom {
        display: none
    }
}

.pxl-banner1 .pxl-item--holder {
    background-color: #fff;
    padding: 82px 0 0 168px;
    position: relative
}

@media screen and (max-width:1025px) {
    .pxl-banner1 .pxl-item--holder {
        padding-left: 120px
    }
}

@media screen and (max-width:575px) {
    .pxl-banner1 .pxl-item--holder {
        padding-left: 60px;
        padding-top: 40px
    }
}

.pxl-banner1 .pxl-item--left {
    width: 60%
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--left {
        width: 100%
    }
}

.pxl-banner1 .pxl-item--left+.pxl-item--right {
    width: calc(40% + 274px);
    margin-top: 170px;
    margin-left: -274px
}

@media screen and (max-width:1199px) {
    .pxl-banner1 .pxl-item--left+.pxl-item--right {
        width: calc(40% + 180px);
        margin-top: 120px;
        margin-left: -180px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1 .pxl-item--left+.pxl-item--right {
        width: 100%;
        margin: 0
    }
}

.pxl-banner1 .pxl-banner-inner {
    display: flex;
    flex-wrap: wrap
}

.pxl-banner1.pos-right .pxl-item--subtitle {
    left: -6px
}

@media screen and (max-width:767px) {
    .pxl-banner1.pos-right .pxl-item--subtitle {
        left: 14px
    }
}

.pxl-banner1.pos-right .pxl-item--holder {
    padding-left: 94px;
    padding-right: 60px
}

@media screen and (max-width:1199px) {
    .pxl-banner1.pos-right .pxl-item--holder {
        padding-left: 74px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1.pos-right .pxl-item--holder {
        padding-left: 60px;
        padding-right: 0
    }
}

.pxl-banner1.pos-right .pxl-item--meta {
    text-align: right
}

@media screen and (max-width:767px) {
    .pxl-banner1.pos-right .pxl-item--meta {
        text-align: left
    }
}

.pxl-banner1.pos-right .pxl-item--label {
    padding-left: 148px;
    padding-right: 0
}

@media screen and (max-width:1199px) {
    .pxl-banner1.pos-right .pxl-item--label {
        padding: 0
    }
}

.pxl-banner1.pos-right .pxl-item--label:before {
    right: auto;
    left: 5px
}

.pxl-banner1.pos-right .pxl-item--left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .pxl-banner1.pos-right .pxl-item--left {
        justify-content: flex-start
    }
}

.pxl-banner1.pos-right .pxl-item--left+.pxl-item--right {
    margin-left: 0;
    margin-right: -274px
}

@media screen and (max-width:1199px) {
    .pxl-banner1.pos-right .pxl-item--left+.pxl-item--right {
        margin-left: 0;
        margin-right: -180px
    }
}

@media screen and (max-width:767px) {
    .pxl-banner1.pos-right .pxl-item--left+.pxl-item--right {
        width: 100%;
        margin: 0
    }
}

.pxl-banner1.pos-right .pxl-banner-inner {
    flex-direction: row-reverse
}

@media screen and (min-width:1601px) {
    #pxl-logo-header2 {
        padding-left: 120px
    }
}

.pxl-showcase-grid1 {
    margin-top: -30px
}

.pxl-showcase-grid1 .pxl-item--image {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 17px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 8%)
}

.pxl-showcase-grid1 .pxl-item--image:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-showcase-grid1 .pxl-item--title {
    margin-bottom: 0;
    font-family: inherit;
    font-size: 18px
}

.pxl-showcase-grid1 .pxl-item--buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 101
}

.pxl-showcase-grid1 .pxl-item--buttons .pxl-item--button {
    width: 100%;
    margin: 10px 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: translateY(24px);
    -khtml-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px)
}

.pxl-showcase-grid1 .pxl-item--buttons .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 4px;
    min-width: 106px
}

.pxl-showcase-grid1 .pxl-item--inner {
    text-align: center;
    margin-top: 30px
}

.pxl-showcase-grid1 .pxl-item--inner:hover .pxl-item--image:before {
    opacity: 1
}

.pxl-showcase-grid1 .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pxl-showcase-menu .pxl-grid-inner {
    margin: 0 -10px
}

.pxl-showcase-menu .pxl-grid-inner .pxl-grid-item {
    padding: 0 10px
}

.pxl-showcase-grid2 .pxl-item--title {
    margin-top: 27px;
    margin-bottom: 0;
    font-size: 42px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-showcase-grid2 .pxl-item--title span {
    color: var(--primary-color)
}

@media screen and (max-width:1199px) {
    .pxl-showcase-grid2 .pxl-item--title {
        font-size: 30px
    }
}

@media screen and (max-width:991px) {
    .pxl-showcase-grid2 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-showcase-grid2 .pxl-item--button {
    margin: 5px
}

.pxl-showcase-grid2 .pxl-item--button .btn {
    min-width: 162px;
    padding: 0 24px;
    color: #fff;
    background-image: -webkit-linear-gradient(to right, #c99630 0%, #c95e30 51%, #c99630 100%);
    background-image: -moz-linear-gradient(to right, #c99630 0%, #c95e30 51%, #c99630 100%);
    background-image: -ms-linear-gradient(to right, #c99630 0%, #c95e30 51%, #c99630 100%);
    background-image: -o-linear-gradient(to right, #c99630 0%, #c95e30 51%, #c99630 100%);
    background-image: linear-gradient(to right, #c99630 0%, #c95e30 51%, #c99630 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 200%, auto
}

.pxl-showcase-grid2 .pxl-item--button .btn:hover,
.pxl-showcase-grid2 .pxl-item--button .btn:focus,
.pxl-showcase-grid2 .pxl-item--button .btn:active {
    background-position: 100%;
    color: #fff
}

@media screen and (max-width:991px) {
    .pxl-showcase-grid2 .pxl-item--button .btn {
        line-height: 51px;
        font-size: 16px;
        padding: 0 24px
    }
}

.pxl-showcase-grid2 .pxl-item--image {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.pxl-showcase-grid2 .pxl-item--buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%)scaleX(0);
    -khtml-transform: translate(0, -50%)scaleX(0);
    -moz-transform: translate(0, -50%)scaleX(0);
    -ms-transform: translate(0, -50%)scaleX(0);
    -o-transform: translate(0, -50%)scaleX(0);
    transform: translate(0, -50%)scaleX(0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: 22
}

.pxl-showcase-grid2 .pxl-item--dots {
    width: 52px;
    height: 12px;
    position: absolute;
    left: 30px;
    top: 30px
}

.pxl-showcase-grid2 .pxl-item--dots span {
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: rgba(13, 12, 12, .1);
    border-radius: 120px;
    top: 0
}

.pxl-showcase-grid2 .pxl-item--dots span:nth-child(1) {
    left: 0
}

.pxl-showcase-grid2 .pxl-item--dots span:nth-child(2) {
    left: 20px
}

.pxl-showcase-grid2 .pxl-item--dots span:nth-child(3) {
    right: 0
}

.pxl-showcase-grid2 .pxl-item--overlay {
    position: absolute;
    top: 25px;
    right: 25px;
    left: 25px;
    bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-showcase-grid2 .pxl-item--overlay:before {
    content: '';
    background-color: #fff;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21
}

.pxl-showcase-grid2 .pxl-item--overlay .bg-image {
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
    filter: blur(12px)
}

.pxl-showcase-grid2 .pxl-item--inner {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 5%), 0 0 20px rgba(0, 0, 0, .2)inset;
    padding: 56px 30px 27px;
    margin-bottom: 50px;
    position: relative
}

@media screen and (max-width:767px) {
    .pxl-showcase-grid2 .pxl-item--inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-showcase-grid2 .pxl-item--inner:hover .pxl-item--title {
    color: var(--primary-color)
}

.pxl-showcase-grid2 .pxl-item--inner:hover .pxl-item--buttons {
    -webkit-transform: translate(0, -50%)scaleX(1);
    -khtml-transform: translate(0, -50%)scaleX(1);
    -moz-transform: translate(0, -50%)scaleX(1);
    -ms-transform: translate(0, -50%)scaleX(1);
    -o-transform: translate(0, -50%)scaleX(1);
    transform: translate(0, -50%)scaleX(1)
}

.pxl-showcase-grid2 .pxl-item--inner:hover .pxl-item--overlay {
    opacity: 1
}

@media screen and (min-width:1200px) {
    .pxl-showcase-grid2 .pxl-grid-masonry {
        margin: 0 -25px
    }

    .pxl-showcase-grid2 .pxl-grid-masonry>div {
        padding: 0 25px
    }
}

.pxl-open-hour1 {
    font-size: 16px
}

.pxl-open-hour1 label {
    flex-grow: 1
}

.pxl-open-hour1 .pxl--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-open-hour1 .pxl--item+.pxl--item {
    margin-top: 8px
}

.pxl-image-box1 .pxl-item--image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-image-box1 .pxl-item--title {
    font-size: 24px;
    margin-bottom: 0
}

.pxl-image-box1 .pxl-item--subtitle {
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 52px
}

.pxl-image-box1 .pxl-item--button .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 0 18px;
    line-height: 42px;
    border-radius: 4px
}

.pxl-image-box1 .pxl-item--inner {
    background-color: #fdfdfd;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 37px 30px 46px;
    text-align: center;
    overflow: hidden
}

.pxl-image-box1 .pxl-item--inner:hover .pxl-item--image {
    transform: scale(1.12)
}

.pxl-image-box2 img {
    width: 100%
}

.pxl-image-box2 .pxl-item--title {
    margin-bottom: 0;
    font-size: 42px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 75px 10px
}

@media screen and (max-width:1199px) {
    .pxl-image-box2 .pxl-item--title {
        font-size: 36px
    }
}

@media screen and (max-width:575px) {
    .pxl-image-box2 .pxl-item--title {
        font-size: 30px;
        padding-bottom: 35px
    }
}

.pxl-image-box2 .pxl-item--inner {
    position: relative;
    z-index: 1
}

.pxl-image-box2 .bg-image {
    width: 100%;
    height: 300px
}

.pxl-image-box2.style-1 .pxl-item--inner {
    margin-top: 30px;
    margin-left: 30px
}

.pxl-image-box2.style-1 .pxl-item--inner:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    z-index: -1
}

.pxl-image-box2.style-2 .pxl-item--inner {
    margin-bottom: 30px;
    margin-right: 30px
}

.pxl-image-box2.style-2 .pxl-item--inner:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color-rgb), .1);
    z-index: -1
}

.pxl-image-box2.style-3 .pxl-item--inner {
    margin-top: 30px;
    margin-left: 30px
}

.pxl-image-box2.style-3 .pxl-item--inner:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--primary-color);
    z-index: -1
}

.pxl-text-spin1 {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 22px 54px rgba(12, 12, 12, .26);
    position: relative
}

.pxl-text-spin1 .pxl-item--logo {
    z-index: 1
}

.pxl-text-spin1 .pxl-item--logo img {
    max-height: 107px
}

.pxl-text-spin1 .pxl-item--text {
    font-size: 16px;
    color: #101010;
    font-weight: 700;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    animation: pxl_spin 16s infinite linear;
    -webkit-animation: pxl_spin 16s infinite linear
}

.pxl-text-spin1 .pxl-item--text svg {
    fill: transparent;
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pxl-text-spin1 .pxl-item--text svg text {
    fill: #101010
}

.pxl-instagram-carousel1 .pxl-item--icon {
    line-height: 1;
    font-size: 42px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .pxl-instagram-carousel1 .pxl-item--icon {
        font-size: 32px;
        margin: 0
    }
}

.pxl-instagram-carousel1 .pxl-item--holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
    opacity: 0
}

.pxl-instagram-carousel1 .pxl-item--link {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-instagram-carousel1 .pxl-item--inner {
    position: relative
}

.pxl-instagram-carousel1 .pxl-item--inner:hover .pxl-item--holder {
    opacity: 1
}

@media screen and (max-width:767px) {
    .pxl-instagram-carousel1 .pxl-item--title {
        display: none
    }
}

.pxl-instagram-carousel1 .pxl-swiper-arrow-wrap {
    margin: 0
}

.pxl-instagram-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99
}

.pxl-instagram-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -17px
}

@media screen and (max-width:1199px) {
    .pxl-instagram-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left: 20px
    }
}

.pxl-instagram-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -17px
}

@media screen and (max-width:1199px) {
    .pxl-instagram-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right: 20px
    }
}

.pxl-slider-price1 {
    height: 160px;
    width: 160px;
    border-radius: 160px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 0 26px rgba(255, 255, 255, .41);
    color: #1b1b1b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center
}

.pxl-slider-price1 .pxl-item--price {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: fira sans
}

.pxl-slider-price1 .pxl-item--desc {
    font-size: 16px
}

.pxl-image-header-popup .pxl-image-single .pxl-item--bg {
    height: 65vh
}

@media screen and (max-width:1400px) {
    .pxl-image-header-popup .pxl-image-single .pxl-item--bg {
        height: 58vh
    }
}

@media screen and (max-width:1400px) {
    .pxl-menu-header-popup .pxl-nav-menu.pxl-nav-vertical {
        max-height: 60vh !important
    }

    .pxl-menu-header-popup .pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li>a {
        font-size: 24px
    }

    .pxl-menu-header-popup .pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li+li {
        margin-top: 20px
    }
}

@-webkit-keyframes pxl_text_slide_l {
    0% {
        -webkit-transform: translate(-40%, 0%)
    }

    100% {
        -webkit-transform: translate(-60%, 0%)
    }
}

@keyframes pxl_text_slide_l {
    0% {
        transform: translate(-40%, 0%)
    }

    100% {
        transform: translate(-60%, 0%)
    }
}

@-webkit-keyframes pxl_text_slide_r {
    0% {
        -webkit-transform: translate(40%, 0%)
    }

    100% {
        -webkit-transform: translate(60%, 0%)
    }
}

@keyframes pxl_text_slide_r {
    0% {
        transform: translate(40%, 0%)
    }

    100% {
        transform: translate(60%, 0%)
    }
}

.text-slide-to-left,
.pxl-slide-to-left {
    -webkit-animation: pxl_text_slide_l 18s linear infinite;
    animation: pxl_text_slide_l 18s linear infinite
}

.text-slide-to-right,
.pxl-slide-to-right {
    -webkit-animation: pxl_text_slide_r 18s linear infinite;
    animation: pxl_text_slide_r 18s linear infinite
}

.pxl-text-effect1 {
    font-size: 220px;
    font-weight: 700;
    overflow: hidden;
    color: rgba(var(--primary-color-rgb), .1)
}

.pxl-text-effect1.text-outline {
    color: transparent;
    -webkit-text-stroke-color: rgba(var(--primary-color-rgb), .2);
    -webkit-text-stroke-width: 1.5px
}

.pxl-text-effect1 .pxl-text-front {
    opacity: 0
}

.pxl-text-effect1 .pxl-text-backdrop {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.pxl-text-effect1 .white-space-nowrap {
    white-space: nowrap;
    line-height: 1
}

.pxl-link-list1 .pxl-item--link a i.flaticon-check {
    height: 30px;
    width: 30px;
    border: 3px solid #000;
    border-radius: 30px;
    position: relative
}

.pxl-link-list1 .pxl-item--link a i.flaticon-check:before {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 3px;
    margin-top: -3px;
    color: var(--primary-color)
}

.pxl-image-effect-1 {
    position: relative;
    overflow: hidden
}

.pxl-image-effect-1 .pxl-image--content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -15px
}

.pxl-image-effect-1 .pxl-image--content .pxl-image--item {
    padding: 0 15px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-image-effect-1 .pxl-image--content .pxl-image--item img {
    width: 100%
}

.pxl-image-effect-1 .pxl-image--content .pxl-image--item:hover {
    opacity: .7
}

.pxl-image-effect-1.hover-left .pxl-image--content {
    -webkit-animation: pxl_image_slide_l 15s linear infinite;
    animation: pxl_image_slide_l 15s linear infinite
}

.pxl-image-effect-1.hover-right .pxl-image--content {
    left: auto;
    right: 0;
    -webkit-animation: pxl_image_slide_r 15s linear infinite;
    animation: pxl_image_slide_r 15s linear infinite
}

@keyframes pxl_image_slide_l {
    0% {
        transform: translate(-50%, 0%)
    }

    100% {
        transform: translate(0%, 0%)
    }
}

@keyframes pxl_image_slide_r {
    0% {
        transform: translate(50%, 0%)
    }

    100% {
        transform: translate(0%, 0%)
    }
}

.pxl-gallery-carousel1 {}

.pxl-gallery-carousel1 .pxl-item--image {
    position: relative
}

.pxl-gallery-carousel1 .pxl-item--image .pxl-lightbox {
    background-color: rgba(0, 0, 0, .14);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-gallery-carousel1 .pxl-item--image:hover .pxl-lightbox {
    opacity: 1
}

#pxl-header-default {
    position: relative;
    z-index: 999;
    background-color: #fff
}

#pxl-header-default .row {
    align-items: center
}

@media screen and (min-width:1200px) {
    #pxl-header-default .row>div {
        padding: 0 15px
    }
}

#pxl-header-default .container {
    max-width: 1775px
}

#pxl-header-default .pxl-header-branding {
    display: flex;
    align-items: center;
    flex-grow: 1
}

#pxl-header-default .pxl-header-branding a {
    display: inline-flex
}

#pxl-header-default .pxl-header-branding img {
    height: 71px;
    max-width: inherit
}

#pxl-header-default #pxl-nav-mobile {
    display: none
}

@media screen and (min-width:1200px) {
    #pxl-header-elementor {
        min-height: 0 !important;
        position: relative;
        z-index: 1001
    }

    #pxl-header-elementor .col-12 {
        min-height: 0
    }
}

#pxl-header-elementor.pxl-header-hide {
    display: none !important
}

#pxl-header-elementor.pxl-header--rmindex-action {
    z-index: inherit
}

#pxl-header-elementor.pxl-header--rmindex-action .pxl-header-elementor-main {
    z-index: inherit
}

#pxl-header-elementor #pxl-header-mobile {
    display: none
}

#pxl-header-elementor .pxl-header-elementor-main {
    position: relative;
    z-index: 999
}

#pxl-header-elementor .pxl-header-elementor-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-120%);
    -khtml-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .6s cubic-bezier(.24, .74, .58, 1);
    transition: .6s cubic-bezier(.24, .74, .58, 1);
    visibility: hidden
}

#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%)
}

#pxl-header-elementor .px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

#pxl-header-elementor .elementor-section .elementor-container,
#pxl-header-elementor .elementor-inner-section,
#pxl-header-elementor .elementor-widget:not(.elementor-absolute),
#pxl-header-elementor .elementor-widget-wrap,
#pxl-header-elementor .elementor-column,
#pxl-header-elementor .elementor-column-wrap {
    position: static
}

.pxl-header-mobile-elementor {
    opacity: 0
}

.pxl-header-mobile-elementor.px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

@media screen and (min-width:1200px) {
    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children>a span:after {
        content: "\f150";
        font-family: Caseicon;
        font-size: 10px;
        margin-left: 6px;
        font-weight: 400;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1)
    }

    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children:hover>a span:after {
        transform: scaleY(-1)
    }

    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary.pxl-primary-menu-not-set>li>a {
        line-height: 120px
    }

    .pxl-menu-primary ul {
        list-style: none;
        margin: 0
    }

    .pxl-menu-primary li {
        position: relative;
        color: #5e6e6e
    }

    .pxl-menu-primary li a {
        font-size: 16px;
        color: rgba(0, 0, 0, .76);
        position: relative;
        font-weight: 500
    }

    .pxl-menu-primary>li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 18px
    }

    .pxl-menu-primary>li>a {
        line-height: 90px;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        color: #0a0f0e
    }

    .pxl-menu-primary .sub-menu,
    .pxl-menu-primary .children {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        margin-top: 30px;
        margin-bottom: 0;
        min-width: 250px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -webkit-transition: all 200ms linear 0ms;
        -khtml-transition: all 200ms linear 0ms;
        -moz-transition: all 200ms linear 0ms;
        -ms-transition: all 200ms linear 0ms;
        -o-transition: all 200ms linear 0ms;
        transition: all 200ms linear 0ms;
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        text-align: left;
        border-radius: 4px
    }

    .pxl-menu-primary .sub-menu li,
    .pxl-menu-primary .children li {
        white-space: nowrap
    }

    .pxl-menu-primary .sub-menu li a,
    .pxl-menu-primary .children li a {
        padding: 10px 30px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 6%)
    }

    .pxl-menu-primary .sub-menu li>a:hover,
    .pxl-menu-primary .children li>a:hover,
    .pxl-menu-primary .sub-menu li.current_page_item>a,
    .pxl-menu-primary .children li.current_page_item>a,
    .pxl-menu-primary .sub-menu li.current-menu-item>a,
    .pxl-menu-primary .children li.current-menu-item>a,
    .pxl-menu-primary .sub-menu li.current_page_ancestor>a,
    .pxl-menu-primary .children li.current_page_ancestor>a,
    .pxl-menu-primary .sub-menu li.current-menu-ancestor>a,
    .pxl-menu-primary .children li.current-menu-ancestor>a {
        color: var(--primary-color);
        padding-left: 40px
    }

    .pxl-menu-primary .sub-menu li:last-child>a,
    .pxl-menu-primary .children li:last-child>a {
        border-bottom: none
    }

    .pxl-menu-primary .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .children.pxl-sub-reverse {
        left: auto;
        right: 0
    }

    .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children>a::after,
    .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }

    .pxl-menu-primary .sub-menu .sub-menu,
    .pxl-menu-primary .children .sub-menu,
    .pxl-menu-primary .sub-menu .children,
    .pxl-menu-primary .children .children {
        top: 0;
        left: 100%
    }

    .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .children .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .sub-menu .children.pxl-sub-reverse,
    .pxl-menu-primary .children .children.pxl-sub-reverse {
        left: auto;
        right: 100%
    }

    .pxl-menu-primary li:hover>.sub-menu,
    .pxl-menu-primary li.focus>.sub-menu,
    .pxl-menu-primary li:hover>.children,
    .pxl-menu-primary li.focus>.children {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    .pxl-menu-primary .pxl-megamenu {
        position: static
    }

    .pxl-menu-primary .pxl-megamenu>.sub-menu {
        padding: 20px 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }

    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        padding: 0;
        margin-bottom: 0
    }

    .pxl-menu-toggle {
        display: none
    }
}

@media screen and (max-width:1199px) {

    #pxl-header-default,
    #pxl-header-elementor {
        position: relative;
        background-color: #fff
    }

    #pxl-header-default .pxl-header-main,
    #pxl-header-elementor .pxl-header-main {
        position: relative
    }

    #pxl-header-default .pxl-header-branding,
    #pxl-header-elementor .pxl-header-branding {
        margin: 15px;
        min-height: 50px;
        align-items: center;
        display: flex
    }

    #pxl-header-default .pxl-header-branding img,
    #pxl-header-elementor .pxl-header-branding img {
        height: 55px
    }

    #pxl-header-default #pxl-nav-mobile,
    #pxl-header-elementor #pxl-nav-mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item,
    #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
        margin-left: 10px
    }

    .pxl-header-menu-backdrop {
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        opacity: 0;
        visibility: hidden
    }

    .pxl-header-menu {
        position: fixed;
        height: 100vh;
        width: 300px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        z-index: 999;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        background-color: #fff;
        overflow-y: scroll
    }

    .pxl-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    .pxl-header-menu.active+.pxl-header-menu-backdrop {
        opacity: 1;
        visibility: visible
    }

    .pxl-header-menu-scroll {
        padding: 40px 35px
    }

    .pxl-menu-toggle {
        position: absolute;
        top: 10px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        right: 0;
        width: 28px;
        cursor: pointer;
        font-size: 10px;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        color: #1b1b1b;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 3%)
    }

    .pxl-menu-toggle:before {
        content: "\f150";
        font-family: caseicon
    }

    .pxl-menu-toggle.active:before {
        content: "\f13d"
    }

    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary li.menu-item {
        position: relative
    }

    .pxl-menu-primary li.menu-item>a {
        display: block;
        line-height: 46px;
        color: #000;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 6%)
    }

    .pxl-menu-primary li.menu-item>a:hover,
    .pxl-menu-primary li.menu-item>a.current,
    .pxl-menu-primary li.menu-item.current_page_item>a,
    .pxl-menu-primary li.menu-item.current-menu-item>a,
    .pxl-menu-primary li.menu-item.current_page_ancestor>a,
    .pxl-menu-primary li.menu-item.current-menu-ancestor>a {
        color: var(--primary-color)
    }

    .pxl-menu-primary .sub-menu,
    .pxl-menu-primary .children {
        position: relative;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pxl-menu-primary .sub-menu li a,
    .pxl-menu-primary .children li a {
        font-weight: 500;
        padding-left: 14px
    }

    .pxl-menu-primary>li>.sub-menu>li>.sub-menu>li a {
        padding-left: 28px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
        margin-top: 20px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner {
        height: auto !important;
        display: block
    }

    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner .pxl-grid-item {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-container>.elementor-column {
        width: 100%
    }

    .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
        padding: 0 !important
    }

    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        margin: 0
    }

    .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 6%);
        padding-top: 12px;
        padding-bottom: 12px
    }

    .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        border-bottom: none !important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-widget-heading>.elementor-widget-container {
        margin-bottom: 0 !important;
        border-bottom: none !important
    }

    .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
        flex-wrap: wrap
    }

    .pxl-logo-mobile {
        margin-bottom: 35px
    }

    .pxl-logo-mobile img {
        height: 55px
    }

    .pxl-header-mobile-search {
        margin-bottom: 20px
    }

    .pxl-header-mobile-search form {
        position: relative
    }

    .pxl-header-mobile-search .search-field {
        height: 44px;
        border: none;
        padding: 0 22px;
        background-color: #f8f8f8
    }

    .pxl-header-mobile-search .search-submit {
        position: absolute;
        top: 0;
        right: 5px;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        line-height: 36px;
        padding: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: 0 0;
        color: #000;
        border: none
    }

    .pxl-header-mobile-search .search-submit:hover,
    .pxl-header-mobile-search .search-submit:focus {
        color: var(--primary-color)
    }

    .pxl-menu-close {
        background-color: rgba(0, 0, 0, 3%);
        position: absolute;
        top: 0;
        right: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    #pxl-header-elementor .pxl-header-elementor-main,
    #pxl-header-elementor .pxl-header-elementor-sticky {
        display: none
    }

    #pxl-header-elementor #pxl-header-mobile {
        display: block;
        position: relative;
        z-index: 999
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark {
        background-color: #000
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark.pxl-header-mobile-fixed {
        background-color: #000
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:after,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:before {
        background-color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
        background-color: #000
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
        background-color: rgba(255, 255, 255, .12);
        border-color: rgba(255, 255, 255, .12);
        color: rgba(255, 255, 255, .67)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
        color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
        color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a:hover,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a.current,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor>a {
        color: var(--primary-color)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
        color: #fff;
        border-color: rgba(255, 255, 255, 8%)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
        background-color: rgba(255, 255, 255, .12)
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
        background-color: #fff
    }

    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
        background-color: rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .8)
    }

    #pxl-header-elementor #pxl-header-mobile .pxl-header-sticky {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden
    }

    #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-sticky {
        visibility: visible;
        opacity: 1;
        -webkit-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -khtml-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -moz-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -ms-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -o-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown
    }
}

@media screen and (max-width:767px) {
    .pxl-header-menu {
        width: 100%
    }
}

.pxl-hidden-panel-popup {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    visibility: hidden
}

@media screen and (max-width:1199px) {
    .pxl-hidden-panel-popup {
        display: none
    }
}

.pxl-hidden-panel-popup .pxl-popup--overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 32, 34, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -khtml-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -moz-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -ms-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -o-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    transition: all .5s cubic-bezier(.46, .03, .52, .96);
    cursor: pointer
}

.pxl-hidden-panel-popup .elementor>.elementor-section {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important
}

.pxl-hidden-panel-popup .pxl-popup--conent {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    background-color: #fff
}

.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -khtml-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -moz-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -ms-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -o-transition: all .5s cubic-bezier(.46, .03, .52, .96);
    transition: all .5s cubic-bezier(.46, .03, .52, .96);
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding: 60px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -30px
}

.pxl-hidden-panel-popup.active {
    visibility: visible
}

.pxl-hidden-panel-popup.active .pxl-popup--conent {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s !important
}

.pxl-hidden-panel-popup.active .pxl-popup--overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s !important
}

.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
    webkit-animation-name: PXLfadeInMove;
    animation-name: PXLfadeInMove;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
    webkit-animation-name: PXLfadeOutMove;
    animation-name: PXLfadeOutMove;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.pxl-anchor-button {
    cursor: pointer
}

.pxl-anchor-divider {
    overflow: hidden;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: relative
}

.pxl-anchor-divider .pxl-icon-line {
    height: 3px;
    position: absolute;
    right: 0;
    border-radius: 3px
}

.pxl-anchor-divider .pxl-icon-line:before,
.pxl-anchor-divider .pxl-icon-line:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 1;
    width: 100%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-anchor-divider .pxl-icon-line:before {
    -webkit-transform: translate3d(100%, 0, 0);
    -khtml-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.pxl-anchor-divider .pxl-icon-line:after {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    width: 22px
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
    top: 9px;
    width: 100%
}

.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
    width: 16px;
    bottom: 0
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms
}

.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after {
    -webkit-transform: translate3d(-36px, 0, 0);
    -khtml-transform: translate3d(-36px, 0, 0);
    -moz-transform: translate3d(-36px, 0, 0);
    -ms-transform: translate3d(-36px, 0, 0);
    -o-transform: translate3d(-36px, 0, 0);
    transform: translate3d(-36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms
}

.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
.admin-bar #pxl-search-popup,
.admin-bar .pxl-hidden-panel-popup {
    top: 32px
}

@media screen and (max-width:782px) {

    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
    .admin-bar #pxl-search-popup,
    .admin-bar .pxl-hidden-panel-popup {
        top: 46px
    }
}

@media screen and (max-width:600px) {

    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
    .admin-bar #pxl-search-popup,
    .admin-bar .pxl-hidden-panel-popup {
        top: 0
    }
}

.admin-bar .pxl-header-menu {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .pxl-header-menu {
        top: 46px
    }
}

@-moz-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

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

.pxl---post .pxl-item--image {
    margin-bottom: 14px
}

.pxl---post .pxl-item--image a {
    display: block;
    width: 100%
}

.pxl---post .pxl-item--title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 19px
}

@media screen and (max-width:767px) {
    .pxl---post .pxl-item--title {
        font-size: 24px
    }
}

.pxl---post .pxl-item--title a {
    color: inherit
}

.pxl---post .pxl-item--title a:hover {
    color: var(--primary-color)
}

.pxl---post .pxl-item--excerpt {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.625;
    color: rgba(45, 45, 45, .8)
}

.pxl---post .pxl-item--readmore {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0;
    text-align: center
}

.pxl---post .pxl-item--divider {
    height: 24px;
    width: 1px;
    background-color: rgba(45, 45, 45, .1);
    margin: 0 24px
}

@media screen and (max-width:767px) {
    .pxl---post .pxl-item--divider {
        margin: 0 12px
    }
}

.pxl---post .pxl-item--meta {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize
}

.pxl---post .pxl-item--meta a {
    color: inherit
}

.pxl---post .pxl-item--meta a:hover {
    color: inherit
}

.pxl---post.product .pxl-item--meta {
    display: none !important
}

.pxl-item--archive {}

.pxl-item--archive .pxl-item--image {
    position: relative;
    overflow: hidden
}

.pxl-item--archive .pxl-item--image img {
    -webkit-transition: all .8s ease;
    -khtml-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    transform: scale(1.01, 1.01)
}

.pxl-item--archive .pxl-item--image:hover img {
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.pxl-item--archive .pxl-post--meta {
    justify-content: center;
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.pxl-item--archive .pxl-post--meta a {
    font-weight: inherit;
    color: inherit
}

.pxl-item--archive .pxl-post--meta i {
    color: var(--primary-color);
    font-size: 18px;
    display: inline-flex
}

.pxl-item--archive .pxl-post--meta>div {
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .pxl-item--archive .pxl-post--meta>div {
        padding: 0 8px
    }
}

.pxl-item--archive.pxl-item--standard {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 6%);
    padding: 30px 30px 0
}

.pxl-item--archive.pxl-item--standard:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .pxl-item--archive.pxl-item--standard {
        padding: 22px 22px 0
    }
}

.single-post .pxl---post .pxl-gallery {
    margin-top: -24px
}

.single-post .pxl---post .single-heading {
    font-size: 30px
}

@media screen and (max-width:767px) {
    .single-post .pxl---post .single-heading {
        font-size: 22px
    }
}

.single-post .pxl---post .pxl-item--image {
    margin-bottom: 21px
}

.single-post .pxl---post .pxl-item--title {
    font-size: 28px;
    margin-bottom: 31px
}

.single-post .pxl---post .pxl-item--meta {
    margin-bottom: 29px
}

.single-post .pxl---post .pxl-item--holder {
    margin-bottom: 35px
}

.single-post .pxl---post .pxl-item--content p {
    margin-bottom: 20px
}

.single-post .pxl---post .pxl-item--content p:last-child {
    margin-bottom: 0
}

.pxl--post-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px
}

.pxl--post-footer>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px
}

.pxl--post-footer label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-right: 18px
}

.pxl--post-footer .pxl--tags {
    margin-right: 30px;
    flex-grow: 1
}

.pxl--post-footer .pxl--tags a {
    line-height: 34px;
    display: inline-block;
    padding: 0 24px;
    background-color: #f0f0f0;
    color: var(--dark-color);
    font-size: 14px;
    margin: 5px 5px 5px 0;
    position: relative;
    z-index: 1
}

.pxl--post-footer .pxl--tags a:hover {
    color: #fff;
    background-color: var(--primary-color)
}

.pxl--post-footer .pxl--social a {
    font-size: 16px;
    color: var(--dark-color);
    margin-right: 14px
}

.pxl--post-footer .pxl--social a:hover {
    color: var(--primary-color)
}

.pxl--post-footer .pxl--social a:last-child {
    margin-right: 0
}

.pxl-pagination-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.pxl-pagination-wrap .page-numbers {
    width: 54px;
    height: 54px;
    background-color: initial;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.pxl-pagination-wrap .page-numbers.current,
.pxl-pagination-wrap .page-numbers:hover {
    color: var(--primary-color)
}

.pxl-pagination-wrap .page-numbers i {
    font-size: 12px
}

.pxl-pagination-wrap .pxl-pagination-links {
    margin-top: 20px;
    display: inline-flex
}

.pxl-post--navigation {
    padding: 24px 0 19px;
    margin: 0 -15px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.pxl-post--navigation a {
    color: inherit
}

.pxl-post--navigation a:hover {
    color: var(--primary-color)
}

.pxl-post--navigation i {
    font-weight: 400;
    font-size: 22px
}

.pxl-post--navigation .pxl--item {
    padding: 10px 15px
}

.pxl-post--navigation .pxl--item-prev {
    flex-grow: 1
}

.pxl-post--navigation .pxl--label {
    display: inline-flex;
    align-items: center
}

.pxl-post--author-info {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .pxl-post--author-info {
        display: block
    }
}

.pxl-post--author-info .pxl-user--name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: -10px;
    margin-bottom: 10px
}

.pxl-post--author-info .pxl-post--author-description {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 14px
}

.pxl-post--author-info .pxl-post--author-image {
    width: 140px;
    min-width: 140px
}

@media screen and (max-width:767px) {
    .pxl-post--author-info .pxl-post--author-image {
        margin-bottom: 32px
    }
}

.pxl-post--author-info .pxl-post--author-image img {
    border-radius: 140px
}

.pxl-post--author-info .pxl-post--author-social a {
    display: inline-flex
}

.pxl-custom-swiper {
    overflow: hidden;
    position: relative
}

.pxl-post-gallery-slider .pxl-custom-swiper {
    border-radius: 8px 8px 0 0
}

.pxl-post-gallery-slider .pxl-custom-swiper img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 26px
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 26px
}

.page-template-default .pxl-sidebar-sticky {
    border: 2px solid #efefef;
    padding: 57px 40px 70px
}

@media screen and (max-width:767px) {
    .page-template-default .pxl-sidebar-sticky {
        padding: 50px 30px
    }
}

.error404 #pxl-main,
.error404 #pxl-footer-elementor {
    background-color: rgba(var(--primary-color-rgb), .05)
}

.error404 .pxl-error-inner {
    text-align: center
}

.error404 .pxl-error-title {
    font-size: 60px;
    line-height: 1.23;
    margin-bottom: 24px
}

@media screen and (max-width:991px) {
    .error404 .pxl-error-title {
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    .error404 .pxl-error-title {
        font-size: 36px
    }
}

.error404 .pxl-error-description {
    font-size: 20px;
    color: var(--dark-color);
    margin-bottom: 50px
}

@media screen and (max-width:991px) {
    .error404 .pxl-error-description {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .error404 .pxl-error-image1 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

.error404 .pxl-error-image2 {
    margin-top: -60px;
    margin-bottom: 78px
}

@media screen and (max-width:991px) {
    .error404 .pxl-error-image2 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
        margin-bottom: 60px
    }
}

.error404 .pxl-error-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media screen and (max-width:1199px) {
    .error404 .pxl-error-shape {
        display: none
    }
}

.error404 .pxl-error-shape .pxl-item-shape1 {
    position: absolute;
    top: 212px;
    left: -180px
}

.error404 .pxl-error-shape .pxl-item-shape2 {
    position: absolute;
    top: 15px;
    right: -90px
}

.error404 .pxl-error-shape .pxl-item-shape3 {
    position: absolute;
    left: -370px;
    bottom: -210px
}

.error404 .pxl-error-shape .pxl-item-shape4 {
    position: absolute;
    right: -412px;
    top: 610px
}

.error404 .pxl-error-inner {
    position: relative;
    z-index: 1
}

.page-links {
    margin-top: 24px;
    clear: left
}

.page-links .post-page-numbers {
    width: 36px;
    height: 36px;
    background-color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 15px 0 0;
    color: #080808;
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.pxl-list--check {
    margin: 40px 0;
    list-style: none
}

.pxl-list--check i {
    color: var(--primary-color);
    margin-right: 8px
}

.pxl-list--check li {
    display: flex
}

.pxl-list--check li+li {
    margin-top: 8px
}

#pxl-main {
    position: relative
}

#pxl-main .pxl-blog-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1600px) {
    #pxl-main .pxl-blog-shape {
        display: none
    }
}

#pxl-main .pxl-blog-shape1 {
    position: absolute;
    top: 98px;
    right: 50%;
    margin-right: -905px
}

#pxl-main .pxl-blog-shape2 {
    position: absolute;
    top: 640px;
    left: 0
}

#pxl-main .pxl-blog-shape3 {
    bottom: 350px;
    position: absolute;
    right: 0
}

.post-type-archive-product #pxl-main .pxl-blog-shape3 {
    bottom: 0
}

.pxl-blog-heading {
    margin-top: -10px
}

.pxl-blog-heading .pxl-blog--subtitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 6px
}

.pxl-blog-heading .pxl-blog--title {
    margin-bottom: 29px;
    font-size: 68px;
    line-height: 1.0899
}

.pxl-blog-heading .pxl-blog-divider {
    margin-bottom: 60px
}

body.rtl .pxl-list--check i {
    margin-right: 0;
    margin-left: 8px
}

@media screen and (min-width:1200px) {
    .pxl-sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 40px
    }

    .admin-bar .pxl-sidebar-sticky {
        top: 72px
    }
}

.pxl-sidebar-area .widget {
    margin-bottom: 30px
}

.pxl-sidebar-area .widget .widget-content {
    padding: 20px;
    background-color: rgba(0, 0, 0, 5%)
}

.pxl-sidebar-area .widget:last-child {
    margin-bottom: 0
}

.widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px
}

.comments-title {
    font-size: 28px;
    margin-bottom: 26px
}

.comment-reply-title {
    font-size: 28px;
    margin-bottom: 9px
}

.widget_search .searchform-wrap {
    position: relative
}

.widget_search .search-submit {
    height: 60px;
    width: 60px;
    background: var(--primary-color);
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    color: #fff;
    line-height: 60px;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    border: none
}

.widget_search .search-submit:before,
.widget_search .search-submit:after {
    display: none
}

.widget_search .search-field {
    border: none
}

.widget_product_categories ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.widget_product_categories ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
    margin-bottom: 15px
}

.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a {
    background-color: #fff;
    color: #586563;
    display: block;
    padding: 12px 22px;
    position: relative
}

@media screen and (max-width:1199px) {

    .widget_product_categories ul li a,
    .widget_categories ul li a,
    .widget_nav_menu ul li a,
    .widget_pages ul li a,
    .widget_archive ul li a,
    .widget_meta ul li a,
    .widget_recent_entries ul li a {
        font-size: 16px
    }
}

.widget_product_categories ul li a:after,
.widget_categories ul li a:after,
.widget_nav_menu ul li a:after,
.widget_pages ul li a:after,
.widget_archive ul li a:after,
.widget_meta ul li a:after,
.widget_recent_entries ul li a:after {
    content: "\f142";
    font-family: caseicon;
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--primary-color);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px
}

.widget_product_categories ul li a.pxl-rm-arrow:after,
.widget_categories ul li a.pxl-rm-arrow:after,
.widget_nav_menu ul li a.pxl-rm-arrow:after,
.widget_pages ul li a.pxl-rm-arrow:after,
.widget_archive ul li a.pxl-rm-arrow:after,
.widget_meta ul li a.pxl-rm-arrow:after,
.widget_recent_entries ul li a.pxl-rm-arrow:after {
    display: none
}

.widget_product_categories ul li .pxl-count,
.widget_categories ul li .pxl-count,
.widget_nav_menu ul li .pxl-count,
.widget_pages ul li .pxl-count,
.widget_archive ul li .pxl-count,
.widget_meta ul li .pxl-count,
.widget_recent_entries ul li .pxl-count {
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #000;
    background-color: #f9f7ef;
    font-size: 14px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-weight: 500
}

.widget_product_categories ul li.current-menu-item>a,
.widget_categories ul li.current-menu-item>a,
.widget_nav_menu ul li.current-menu-item>a,
.widget_pages ul li.current-menu-item>a,
.widget_archive ul li.current-menu-item>a,
.widget_meta ul li.current-menu-item>a,
.widget_recent_entries ul li.current-menu-item>a,
.widget_product_categories ul li.current-cat>a,
.widget_categories ul li.current-cat>a,
.widget_nav_menu ul li.current-cat>a,
.widget_pages ul li.current-cat>a,
.widget_archive ul li.current-cat>a,
.widget_meta ul li.current-cat>a,
.widget_recent_entries ul li.current-cat>a,
.widget_product_categories ul li.current-cat-parent>a,
.widget_categories ul li.current-cat-parent>a,
.widget_nav_menu ul li.current-cat-parent>a,
.widget_pages ul li.current-cat-parent>a,
.widget_archive ul li.current-cat-parent>a,
.widget_meta ul li.current-cat-parent>a,
.widget_recent_entries ul li.current-cat-parent>a,
.widget_product_categories ul li>a:hover,
.widget_categories ul li>a:hover,
.widget_nav_menu ul li>a:hover,
.widget_pages ul li>a:hover,
.widget_archive ul li>a:hover,
.widget_meta ul li>a:hover,
.widget_recent_entries ul li>a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.widget_product_categories ul li.current-menu-item>a .pxl-count,
.widget_categories ul li.current-menu-item>a .pxl-count,
.widget_nav_menu ul li.current-menu-item>a .pxl-count,
.widget_pages ul li.current-menu-item>a .pxl-count,
.widget_archive ul li.current-menu-item>a .pxl-count,
.widget_meta ul li.current-menu-item>a .pxl-count,
.widget_recent_entries ul li.current-menu-item>a .pxl-count,
.widget_product_categories ul li.current-cat>a .pxl-count,
.widget_categories ul li.current-cat>a .pxl-count,
.widget_nav_menu ul li.current-cat>a .pxl-count,
.widget_pages ul li.current-cat>a .pxl-count,
.widget_archive ul li.current-cat>a .pxl-count,
.widget_meta ul li.current-cat>a .pxl-count,
.widget_recent_entries ul li.current-cat>a .pxl-count,
.widget_product_categories ul li.current-cat-parent>a .pxl-count,
.widget_categories ul li.current-cat-parent>a .pxl-count,
.widget_nav_menu ul li.current-cat-parent>a .pxl-count,
.widget_pages ul li.current-cat-parent>a .pxl-count,
.widget_archive ul li.current-cat-parent>a .pxl-count,
.widget_meta ul li.current-cat-parent>a .pxl-count,
.widget_recent_entries ul li.current-cat-parent>a .pxl-count,
.widget_product_categories ul li>a:hover .pxl-count,
.widget_categories ul li>a:hover .pxl-count,
.widget_nav_menu ul li>a:hover .pxl-count,
.widget_pages ul li>a:hover .pxl-count,
.widget_archive ul li>a:hover .pxl-count,
.widget_meta ul li>a:hover .pxl-count,
.widget_recent_entries ul li>a:hover .pxl-count {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.widget_product_categories ul li .sub-menu,
.widget_categories ul li .sub-menu,
.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .sub-menu,
.widget_archive ul li .sub-menu,
.widget_meta ul li .sub-menu,
.widget_recent_entries ul li .sub-menu,
.widget_product_categories ul li .children,
.widget_categories ul li .children,
.widget_nav_menu ul li .children,
.widget_pages ul li .children,
.widget_archive ul li .children,
.widget_meta ul li .children,
.widget_recent_entries ul li .children {
    margin-top: 15px
}

.widget_product_categories ul li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>a {
    padding-left: 22px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 26px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 30px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 34px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 38px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 42px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 47px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 51px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 55px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 59px
}

.widget_product_categories ul>li:last-child,
.widget_categories ul>li:last-child,
.widget_nav_menu ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child,
.widget_meta ul>li:last-child,
.widget_recent_entries ul>li:last-child {
    margin-bottom: 0
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px
}

.widget_tag_cloud a {
    font-size: 14px !important;
    color: var(--dark-color);
    padding: 0 14px;
    line-height: 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 6px;
    margin-top: 10px;
    background-color: #fff;
    border: none;
    text-transform: capitalize
}

.widget_tag_cloud a:hover {
    color: #fff;
    background-color: var(--primary-color)
}

.widget_tag_cloud a:hover:before {
    opacity: 0
}

.widget_tag_cloud a:hover:after {
    opacity: 1
}

.widget_pxl_recent_posts .pxl-item--img {
    width: 91px;
    min-width: 91px;
    position: relative
}

@media screen and (max-width:1199px) {
    .widget_pxl_recent_posts .pxl-item--img {
        width: 70px;
        min-width: 70px
    }
}

@media screen and (max-width:575px) {
    .widget_pxl_recent_posts .pxl-item--img {
        width: 100%;
        min-width: 100%;
        height: 120px
    }
}

.widget_pxl_recent_posts .pxl-item--img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widget_pxl_recent_posts .pxl-item--title {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: 500
}

@media screen and (max-width:1199px) {
    .widget_pxl_recent_posts .pxl-item--title {
        font-size: 15px
    }
}

.widget_pxl_recent_posts .pxl-item--title a {
    color: inherit
}

.widget_pxl_recent_posts .pxl-item--title a:hover {
    color: var(--primary-color);
    margin-bottom: 0
}

.widget_pxl_recent_posts .pxl-item--divider {
    height: 18px;
    width: 1px;
    background-color: rgba(45, 45, 45, .1);
    margin: 0 10px
}

@media screen and (max-width:1199px) {
    .widget_pxl_recent_posts .pxl-item--divider {
        margin: 0 6px
    }
}

.widget_pxl_recent_posts .pxl-item--meta {
    font-size: 12px;
    line-height: 20px;
    color: var(--dark-color);
    margin-bottom: 11px;
    text-transform: capitalize
}

@media screen and (max-width:1199px) {
    .widget_pxl_recent_posts .pxl-item--meta {
        font-size: 11px
    }
}

.widget_pxl_recent_posts .pxl-item--meta a {
    color: inherit
}

.widget_pxl_recent_posts .pxl-item--meta a:hover {
    color: inherit
}

.widget_pxl_recent_posts .pxl-item--holder {
    padding: 14px 15px 15px
}

.widget_pxl_recent_posts .pxl--item {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff
}

@media screen and (max-width:575px) {
    .widget_pxl_recent_posts .pxl--item {
        display: block
    }
}

.widget_pxl_recent_posts .pxl--item+.pxl--item {
    margin-top: 15px
}

.gallery {
    margin: -10px -5px 0 !important;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding: 0 5px !important;
    margin: 24px 0 0 !important
}

.gallery .gallery-item img {
    border: none !important
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33% !important
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important
}

#pxl-content-main .gallery {
    margin: -5px -12px 38px !important
}

#pxl-content-main .gallery .gallery-item {
    padding: 0 12px !important;
    margin: 24px 0 0 !important
}

.widget_media_gallery .gallery,
.elementor-widget-wp-widget-media_gallery .gallery,
.elementor-widget-image-gallery .gallery {
    margin: -10px -5px 0
}

.widget_media_gallery .gallery .gallery-item,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item,
.elementor-widget-image-gallery .gallery .gallery-item {
    padding: 0 5px;
    margin-top: 10px !important;
    margin-bottom: 0
}

.widget_media_gallery .gallery .gallery-item img,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item img,
.elementor-widget-image-gallery .gallery .gallery-item img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: none !important
}

.widget_media_gallery .gallery .gallery-item a,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,
.elementor-widget-image-gallery .gallery .gallery-item a {
    display: block;
    position: relative
}

.widget_media_gallery .gallery .gallery-item a:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,
.elementor-widget-image-gallery .gallery .gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .67);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0;
    z-index: 1
}

.widget_media_gallery .gallery .gallery-item a:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after,
.elementor-widget-image-gallery .gallery .gallery-item a:after {
    content: "\f12c";
    font-size: 14px;
    font-family: caseicon;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0
}

.widget_media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:before,
.widget_media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
    opacity: 1
}

.elementor-lightbox .swiper-container .elementor-lightbox-image {
    width: auto;
    height: auto
}

.elementor-lightbox .swiper-container .swiper-slide {
    background-color: initial
}

.pxl-gallery {
    margin: -8px -15px 30px;
    display: flex;
    flex-wrap: wrap
}

.pxl-gallery img {
    width: 100%
}

.pxl-gallery .pxl--item {
    padding: 30px 15px 0
}

.pxl-gallery .pxl--item-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative
}

.pxl-gallery .pxl--item-inner.video-active:before {
    background-color: rgba(27, 27, 27, .5)
}

.pxl-gallery .pxl--item-inner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.pxl-gallery.gallery-2-columns .pxl--item {
    width: 50%
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-2-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-3-columns .pxl--item {
    width: 33.33%
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-3-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-4-columns .pxl--item {
    width: 25%
}

@media screen and (max-width:767px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-5-columns .pxl--item {
    width: 20%
}

@media screen and (max-width:767px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.masonry-style1 .pxl--item-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.calendar_wrap caption {
    margin-bottom: 10px
}

.widget_recent_comments ul,
.widget_recent_comments ol {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_recent_comments ul a,
.widget_recent_comments ol a {
    color: inherit
}

.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:hover {
    color: var(--primary-color)
}

.widget_recent_comments ul li+li,
.widget_recent_comments ol li+li {
    margin-top: 18px
}

.widget_rss .rss-widget-title {
    color: inherit
}

.widget_rss ul,
.widget_rss ol {
    margin: 0;
    list-style: none
}

.widget_rss .rsswidget {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_rss .rss-date {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px
}

.widget_rss li+li {
    margin-top: 34px
}

.widget_rss cite {
    display: block;
    margin-top: 4px;
    color: var(--primary-color)
}

.widget_block ul,
.widget_block ol {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2 {
    font-size: 22px;
    margin-bottom: 27px;
    position: relative;
    color: #080808;
    font-weight: 700;
    display: block
}

.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments {
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 600
}

.widget_block .wp-block-latest-posts__list a,
.widget_block .wp-block-latest-comments a {
    color: inherit
}

.widget_block .wp-block-latest-posts__list a:hover,
.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block .wp-block-latest-posts__list li+li,
.widget_block .wp-block-latest-comments li+li {
    margin-top: 18px
}

.widget_block .wp-block-latest-comments {
    color: #666
}

.widget_block .wp-block-latest-comments a {
    color: #080808
}

.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
    position: relative
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    height: 60px;
    width: 60px;
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    color: #222;
    line-height: 60px;
    z-index: 1;
    font-size: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #ececf0
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
    content: "\f12c";
    font-family: caseicon;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    border-color: #ececf0;
    color: #222;
    padding-left: 24px
}

.widget_archive .nice-select ul.list {
    max-width: 320px
}

.wp-calendar-table {
    background-color: #fff
}

.pxl-wg-categories {
    margin: -20px -10px 0;
    display: flex;
    flex-wrap: wrap
}

.pxl-wg-categories .pxl-category {
    padding: 0 10px;
    margin-top: 20px
}

.pxl-wg-categories .pxl-category--inner {
    min-height: 90px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media screen and (max-width:575px) {
    .pxl-wg-categories .pxl-category--inner {
        min-height: 120px
    }
}

.pxl-wg-categories .pxl-category--inner:before {
    content: '';
    background-color: rgba(0, 0, 0, .36);
    z-index: 12
}

.pxl-wg-categories .pxl-category--inner a {
    z-index: 99
}

.pxl-wg-categories .pxl-category--inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 88
}

.pxl-wg-categories .pxl-category--inner .pxl-category--img {
    z-index: 11;
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.01, 1.01)
}

.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
    -webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.pxl-wg-categories.columns-2 .pxl-category {
    width: 50%
}

@media screen and (max-width:575px) {
    .pxl-wg-categories.columns-2 .pxl-category {
        width: 100%
    }
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-o-placeholder,
textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.pxl-select-higthlight,
.nice-select {
    /* background-color: #fff; */
    /* border: 1px solid rgba(0, 0, 0, .15); */
    /* color: var(--dark-color); */
    /* padding: 6px 22px; */
    /* line-height: 1.73; */
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* height: 60px; */
    /* -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1); */
    /* -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1); */
    /* transition: all .25s cubic-bezier(.645, .045, .355, 1); */
    /* -webkit-box-shadow: none; */
    /* -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; */
    /* box-shadow: none; */
    /* -webkit-border-radius: 0; */
    /* -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; */
    /* border-radius: 0; */
    /* width: 100%; */
    /* outline: none; */
    /* font-family: inherit; */
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.pxl-select-higthlight:focus,
.nice-select:focus {
    /* outline: 0;
    border-color: var(--primary-color);
    color: #383838 */
}

input[type=range] {
    /* padding: 0;
    background-color: initial;
    height: auto;
    border: none */
}

select {
    /* height: 60px */
}

textarea {
    /* padding-top: 18px;
    padding-bottom: 18px;
    height: 153px;
    margin: 0 */
}

.comments-area .comment-respond .logged-in-as {
    font-size: 15px
}

.comments-area .comment-respond .logged-in-as a {
    color: inherit
}

.comments-area .comment-respond .logged-in-as a:hover {
    color: var(--primary-color)
}

.comments-area .comment-respond .logged-in-as a:nth-child(2) {
    font-weight: 700;
    text-decoration: underline
}

.comments-area .no-comments {
    display: none
}

.comment-list {
    padding: 0;
    list-style: none;
    padding-bottom: 29px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.comment-list li {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 24px;
    padding-top: 30px
}

.comment-list li .children li {
    list-style: none;
    padding-left: 60px
}

@media screen and (max-width:1199px) {
    .comment-list li .children li {
        padding-left: 0
    }
}

.comment-list>li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.comment-list>li:last-child {
    margin-bottom: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children {
    padding-left: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children .children {
    padding-left: 0
}

.comment-list #respond {
    margin-top: 28px;
    margin-bottom: 40px
}

.comment-list #respond .comment-reply-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.comment-image {
    width: 78px;
    min-width: 78px
}

.comment-image img {
    -webkit-border-radius: 78px;
    -khtml-border-radius: 78px;
    -moz-border-radius: 78px;
    -ms-border-radius: 78px;
    -o-border-radius: 78px;
    border-radius: 78px
}

@media screen and (max-width:575px) {
    .comment-image {
        margin-bottom: 12px
    }
}

.comment-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 6px;
    margin-bottom: 0
}

.comment-title a {
    color: inherit
}

.comment-title a:hover {
    color: inherit
}

.comment-date {
    font-size: 14px;
    color: var(--dark-color)
}

@media screen and (max-width:575px) {
    .comment-content {
        font-size: 16px;
        line-height: 1.625
    }
}

.comment-content a {
    word-wrap: break-word
}

.comment-content .comment-text {
    color: inherit
}

.comment-content .comment-text p:last-child {
    margin-bottom: 0
}

.comment-content .comment-text ol,
.comment-content .comment-text ul {
    margin-bottom: 32px
}

.comment-content .comment-text ol ul,
.comment-content .comment-text ul ul,
.comment-content .comment-text ol ol,
.comment-content .comment-text ul ol {
    margin-bottom: 0
}

.comment-content .comment-text ul li {
    list-style: outside
}

.comment-content .comment-text img {
    margin: 6px 0
}

.comment-reply a {
    font-size: 14px;
    color: var(--dark-color)
}

.comment-reply a:hover {
    color: var(--primary-color)
}

.comment-inner {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:575px) {
    .comment-inner {
        display: block
    }
}

.comment-holder {
    margin-bottom: 8px
}

@media screen and (max-width:575px) {
    .comment-holder {
        display: block
    }
}

.comment-meta {
    flex-grow: 1
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.comment-form>.row {
    order: 1
}

.comment-form .comment-form-comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 20px
}

.comment-form .comment-form-cookies-consent {
    order: 3
}

.comment-form .form-submit {
    order: 4;
    margin-top: 20px;
    margin-bottom: 0
}

.single-post .comment-form input[type=text],
.single-post .comment-form textarea {
    border-color: #fff
}

.single-post .comment-form input[type=text]:focus,
.single-post .comment-form textarea:focus {
    border-color: var(--primary-color)
}

.single-post .comment-form .row {
    margin: 0 -10px
}

.single-post .comment-form .row>div {
    margin-top: 20px;
    padding: 0 10px
}

.comment-form-cookies-consent {
    font-size: 15px;
    line-height: 1.73;
    padding-left: 32px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
    color: #222
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    cursor: pointer
}

.comment-form-cookies-consent label {
    cursor: pointer
}

.comment-form-cookies-consent label:before {
    content: '';
    z-index: 1;
    background-color: rgba(0, 0, 0, 5%)
}

.comment-form-cookies-consent label:after {
    content: '\f112';
    font-family: caseicon;
    font-weight: 400;
    z-index: 2;
    font-size: 10px;
    color: #000;
    opacity: 0;
    line-height: 12px;
    text-align: center;
    top: 8px
}

.comment-form-cookies-consent input {
    z-index: 99;
    opacity: 0
}

.comment-form-cookies-consent input:checked+label:after {
    opacity: 1
}

#respond {
    padding: 36px 40px 40px;
    background-color: rgba(0, 0, 0, 5%)
}

@media screen and (max-width:1199px) {
    #respond {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    #respond {
        padding: 20px
    }
}

.pxl-select {
    width: 100%;
    position: relative
}

.pxl-select .pxl-select-hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.pxl-select .pxl-select-options {
    max-height: 282px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 900;
    font-size: 16px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgba(0, 0, 0, 8%);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    margin-top: 30px;
    visibility: hidden
}

.pxl-select .pxl-select-options li {
    padding: 9px 8px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important
}

.pxl-select .pxl-select-options li:hover {
    color: var(--primary-color)
}

.pxl-select .pxl-select-higthlight {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.pxl-select .pxl-select-higthlight:before {
    content: "\f150";
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-family: Caseicon;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-select .pxl-select-higthlight.active+.pxl-select-options {
    opacity: 1;
    margin-top: 10px;
    visibility: visible
}

.pxl-select .pxl-select-higthlight.active:before {
    transform: translate(0, -50%)scaleY(-1)
}

.pxl-form-date .wpcf7-form-control-wrap:after,
.pxl-form-date .pxl-item-group:after {
    content: "\f150";
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-family: Caseicon;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.nice-select {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.nice-select:before {
    content: "\f150";
    font-family: Caseicon;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #2d2d2d;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.nice-select ul.list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 30px 0 0;
    padding: 12px 15px;
    background-color: #fff;
    z-index: 101;
    font-size: 16px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgba(0, 0, 0, 8%);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden;
    max-width: 350px;
    max-height: 246px;
    overflow-y: auto
}

.nice-select ul.list li {
    padding: 9px 8px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important
}

.nice-select ul.list li:hover {
    color: #101010;
    background-color: rgba(0, 0, 0, 4%)
}

.nice-select.open:before {
    transform: translate(0, -50%)scaleY(-1)
}

.nice-select.open ul.list {
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.comment-reply-title small a {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 36px;
    padding: 0 22px;
    clip-path: polygon(0% 0, 12px 0%, calc(100% - 12px) 0%, 100% 12px, calc(100% - 0px) 100%, 12px 100%, 0% calc(100% - 12px));
    background-color: var(--primary-color);
    display: inline-flex;
    font-family: roboto, sans-serif;
    margin: 0 12px
}

.post-password-form {}

.post-password-form input[type=password] {
    margin-top: 6px
}

.post-password-form input[type=submit] {
    margin-top: 10px
}

.select2 .select2-selection--single {
    border: 1px solid #2d2d2d;
    height: 51px
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 51px
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

form .select2-container--default {
    width: 100% !important
}

form .select2-container--default .select2-selection {
    border: 1px solid rgba(0, 0, 0, .15);
    height: 60px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 60px;
    padding-left: 22px;
    font-size: 16px;
    color: var(--dark-color)
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: #5d5d60
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    color: #5d5d60
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: inherit
}

.select2-container.select2-container--open {}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.select2-container.select2-container--open .select2-results .select2-results__option {
    font-size: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: var(--primary-color)
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: var(--primary-color) !important
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--secondary-color) !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
    background-color: var(--primary-color) !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important
}

body .xdsoft_datetimepicker {
    font-family: inherit;
    border: none;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12)
}

body .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #f3f3f3;
    color: #444
}

body .xdsoft_datetimepicker .xdsoft_calendar td {
    border-color: #ebebeb;
    height: 30px;
    background-color: #f7f7f7
}

@media screen and (min-width:1200px) {
    body .xdsoft_datetimepicker .xdsoft_calendar td {
        height: 36px
    }
}

body .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding: 0;
    text-align: center
}

body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 230px
}

@media screen and (min-width:1200px) {
    body .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 305px
    }
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background-color: var(--primary-color);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.search-no-results #pxl-main {
    min-height: calc(100vh - 308px)
}

.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
    max-width: 780px;
    margin: auto
}

.search-no-results .search-form .searchform-wrap {
    position: relative
}

.search-no-results .search-form .searchform-wrap .search-submit {
    padding: 0;
    background-color: initial;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.search-no-results .search-form .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .rtl-icon {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

body.rtl .rtl-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .pxl-icon-reverse {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

body.rtl .pxl-text-left {
    text-align: right
}

body.rtl .pxl-text-right {
    text-align: left
}

@media screen and (min-width:1200px) {
    body.rtl .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
        margin-left: 0;
        margin-right: 8px
    }

    body.rtl .pxl-menu-primary .sub-menu,
    body.rtl .pxl-menu-primary .children {
        text-align: right
    }

    body.rtl .pxl-menu-primary li a span:before {
        left: auto;
        right: 0
    }

    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu),
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) {
        left: auto;
        right: 0;
        text-align: right
    }

    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.sub-menu,
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.sub-menu,
    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.children,
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.children {
        left: auto;
        right: 100%;
        text-align: right
    }

    body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }

    body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a::before {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:1199px) {

    body.rtl #pxl-header-default #pxl-nav-mobile,
    body.rtl #pxl-header-elementor #pxl-nav-mobile {
        right: auto;
        left: 15px
    }

    body.rtl .pxl-header-menu {
        left: auto;
        right: 0;
        -webkit-transform: translateX(100%);
        -khtml-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    body.rtl .pxl-header-menu.active {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    body.rtl .pxl-menu-toggle,
    body.rtl .pxl-menu-close,
    body.rtl .pxl-header-mobile-search .search-submit {
        right: auto;
        left: 0
    }

    body.rtl .pxl-menu-primary .sub-menu li a,
    body.rtl .pxl-menu-primary .children li a {
        padding-left: 0;
        padding-right: 14px
    }

    body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 0;
        padding-right: 14px
    }
}

body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
    right: auto;
    left: 0;
    text-align: left
}

body.rtl .pxl---post .pxl-item--meta li {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .pxl---post .pxl-item--meta li i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl blockquote {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0
}

body.rtl blockquote:before {
    left: auto;
    right: 0
}

body.rtl .pxl--post-footer label {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .pxl--post-footer .pxl--tags {
    margin-right: 0;
    margin-left: 30px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--img {
    margin-right: 0;
    margin-left: 22px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
    margin-right: 0;
    margin-left: 4px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
    content: "\f134"
}

body.rtl .pxl-post--navigation .pxl--item-next {
    text-align: left
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
    margin-left: 0;
    margin-right: 22px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
    margin-left: 0;
    margin-right: 4px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
    content: "\f13a"
}

body.rtl .pxl---post .pxl-item--meta::before {
    right: 0;
    left: auto
}

body.rtl .comment-inner img.avatar {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .comment-reply {
    right: auto;
    left: 23px
}

body.rtl .comment-reply a i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 5px
}

body.rtl .comment-form-cookies-consent {
    padding-left: 0;
    padding-right: 32px
}

body.rtl .comment-form-cookies-consent input,
body.rtl .comment-form-cookies-consent label::before,
body.rtl .comment-form-cookies-consent label::after {
    left: auto;
    right: 0
}

body.rtl .comment-list li .comment-respond {
    margin-left: 0;
    margin-right: 130px
}

@media screen and (max-width:767px) {
    body.rtl .comment-list li .comment-respond {
        margin-left: 0;
        margin-right: 78px
    }
}

@media screen and (max-width:575px) {
    body.rtl .comment-list li .comment-respond {
        margin-right: 0
    }
}

body.rtl .comment-list li .children {
    padding-right: 120px;
    padding-left: 0
}

@media screen and (max-width:767px) {
    body.rtl .comment-list li .children {
        padding-right: 78px;
        padding-left: 0
    }
}

@media screen and (max-width:575px) {
    body.rtl .comment-list li .children {
        padding-right: 0
    }
}

body.rtl .comment-reply-title small {
    margin-left: 0;
    margin-right: 10px
}

body.rtl .pxl-pagination-wrap .page-numbers i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .widget-title::before,
body.rtl .comment-reply-title::before,
body.rtl .comments-title::before {
    left: auto;
    right: 0
}

body.rtl .widget_product_categories ul li a:after,
body.rtl .widget_categories ul li a:after,
body.rtl .widget_nav_menu ul li a:after,
body.rtl .widget_pages ul li a:after,
body.rtl .widget_archive ul li a:after,
body.rtl .widget_meta ul li a:after,
body.rtl .widget_recent_entries ul li a:after {
    right: auto;
    left: 24px;
    transform: translate(0, -50%)scaleX(-1)
}

body.rtl .widget_search .search-submit {
    right: auto;
    left: 0
}

.pxl-mr-3 {
    margin-right: 3px
}

.pxl-mr-4 {
    margin-right: 4px
}

.pxl-mr-5 {
    margin-right: 5px
}

.pxl-mr-6 {
    margin-right: 6px
}

.pxl-mr-7 {
    margin-right: 7px
}

.pxl-mr-8 {
    margin-right: 8px
}

.pxl-mr-9 {
    margin-right: 9px
}

.pxl-mr-10 {
    margin-right: 10px
}

.pxl-mr-11 {
    margin-right: 11px
}

.pxl-mr-12 {
    margin-right: 12px
}

.pxl-mr-13 {
    margin-right: 13px
}

.pxl-mr-14 {
    margin-right: 14px
}

.pxl-mr-15 {
    margin-right: 15px
}

.pxl-mr-16 {
    margin-right: 16px
}

.pxl-mr-17 {
    margin-right: 17px
}

.pxl-mr-18 {
    margin-right: 18px
}

.pxl-mr-19 {
    margin-right: 19px
}

.pxl-mr-20 {
    margin-right: 20px
}

.pxl-mr-21 {
    margin-right: 21px
}

.pxl-mr-22 {
    margin-right: 22px
}

.pxl-mr-23 {
    margin-right: 23px
}

.pxl-mr-24 {
    margin-right: 24px
}

.pxl-mr-25 {
    margin-right: 25px
}

.pxl-mr-26 {
    margin-right: 26px
}

.pxl-mr-27 {
    margin-right: 27px
}

.pxl-mr-28 {
    margin-right: 28px
}

.pxl-mr-29 {
    margin-right: 29px
}

.pxl-mr-30 {
    margin-right: 30px
}

.pxl-mr-31 {
    margin-right: 31px
}

.pxl-mr-32 {
    margin-right: 32px
}

.pxl-mr-33 {
    margin-right: 33px
}

.pxl-mr-34 {
    margin-right: 34px
}

.pxl-mr-35 {
    margin-right: 35px
}

.pxl-mr-36 {
    margin-right: 36px
}

.pxl-mr-37 {
    margin-right: 37px
}

.pxl-mr-38 {
    margin-right: 38px
}

.pxl-mr-39 {
    margin-right: 39px
}

.pxl-mr-40 {
    margin-right: 40px
}

.pxl-ml-3 {
    margin-left: 3px
}

.pxl-ml-4 {
    margin-left: 4px
}

.pxl-ml-5 {
    margin-left: 5px
}

.pxl-ml-6 {
    margin-left: 6px
}

.pxl-ml-7 {
    margin-left: 7px
}

.pxl-ml-8 {
    margin-left: 8px
}

.pxl-ml-9 {
    margin-left: 9px
}

.pxl-ml-10 {
    margin-left: 10px
}

.pxl-ml-11 {
    margin-left: 11px
}

.pxl-ml-12 {
    margin-left: 12px
}

.pxl-ml-13 {
    margin-left: 13px
}

.pxl-ml-14 {
    margin-left: 14px
}

.pxl-ml-15 {
    margin-left: 15px
}

.pxl-ml-16 {
    margin-left: 16px
}

.pxl-ml-17 {
    margin-left: 17px
}

.pxl-ml-18 {
    margin-left: 18px
}

.pxl-ml-19 {
    margin-left: 19px
}

.pxl-ml-20 {
    margin-left: 20px
}

.pxl-ml-21 {
    margin-left: 21px
}

.pxl-ml-22 {
    margin-left: 22px
}

.pxl-ml-23 {
    margin-left: 23px
}

.pxl-ml-24 {
    margin-left: 24px
}

.pxl-ml-25 {
    margin-left: 25px
}

.pxl-ml-26 {
    margin-left: 26px
}

.pxl-ml-27 {
    margin-left: 27px
}

.pxl-ml-28 {
    margin-left: 28px
}

.pxl-ml-29 {
    margin-left: 29px
}

.pxl-ml-30 {
    margin-left: 30px
}

.pxl-ml-31 {
    margin-left: 31px
}

.pxl-ml-32 {
    margin-left: 32px
}

.pxl-ml-33 {
    margin-left: 33px
}

.pxl-ml-34 {
    margin-left: 34px
}

.pxl-ml-35 {
    margin-left: 35px
}

.pxl-ml-36 {
    margin-left: 36px
}

.pxl-ml-37 {
    margin-left: 37px
}

.pxl-ml-38 {
    margin-left: 38px
}

.pxl-ml-39 {
    margin-left: 39px
}

.pxl-ml-40 {
    margin-left: 40px
}

.pxl-pr-3 {
    padding-right: 3px
}

.pxl-pr-4 {
    padding-right: 4px
}

.pxl-pr-5 {
    padding-right: 5px
}

.pxl-pr-6 {
    padding-right: 6px
}

.pxl-pr-7 {
    padding-right: 7px
}

.pxl-pr-8 {
    padding-right: 8px
}

.pxl-pr-9 {
    padding-right: 9px
}

.pxl-pr-10 {
    padding-right: 10px
}

.pxl-pr-11 {
    padding-right: 11px
}

.pxl-pr-12 {
    padding-right: 12px
}

.pxl-pr-13 {
    padding-right: 13px
}

.pxl-pr-14 {
    padding-right: 14px
}

.pxl-pr-15 {
    padding-right: 15px
}

.pxl-pr-16 {
    padding-right: 16px
}

.pxl-pr-17 {
    padding-right: 17px
}

.pxl-pr-18 {
    padding-right: 18px
}

.pxl-pr-19 {
    padding-right: 19px
}

.pxl-pr-20 {
    padding-right: 20px
}

.pxl-pr-21 {
    padding-right: 21px
}

.pxl-pr-22 {
    padding-right: 22px
}

.pxl-pr-23 {
    padding-right: 23px
}

.pxl-pr-24 {
    padding-right: 24px
}

.pxl-pr-25 {
    padding-right: 25px
}

.pxl-pr-26 {
    padding-right: 26px
}

.pxl-pr-27 {
    padding-right: 27px
}

.pxl-pr-28 {
    padding-right: 28px
}

.pxl-pr-29 {
    padding-right: 29px
}

.pxl-pr-30 {
    padding-right: 30px
}

.pxl-pr-31 {
    padding-right: 31px
}

.pxl-pr-32 {
    padding-right: 32px
}

.pxl-pr-33 {
    padding-right: 33px
}

.pxl-pr-34 {
    padding-right: 34px
}

.pxl-pr-35 {
    padding-right: 35px
}

.pxl-pr-36 {
    padding-right: 36px
}

.pxl-pr-37 {
    padding-right: 37px
}

.pxl-pr-38 {
    padding-right: 38px
}

.pxl-pr-39 {
    padding-right: 39px
}

.pxl-pr-40 {
    padding-right: 40px
}

.pxl-pr-60 {
    padding-right: 60px
}

.pxl-pl-3 {
    padding-left: 3px
}

.pxl-pl-4 {
    padding-left: 4px
}

.pxl-pl-5 {
    padding-left: 5px
}

.pxl-pl-6 {
    padding-left: 6px
}

.pxl-pl-7 {
    padding-left: 7px
}

.pxl-pl-8 {
    padding-left: 8px
}

.pxl-pl-9 {
    padding-left: 9px
}

.pxl-pl-10 {
    padding-left: 10px
}

.pxl-pl-11 {
    padding-left: 11px
}

.pxl-pl-12 {
    padding-left: 12px
}

.pxl-pl-13 {
    padding-left: 13px
}

.pxl-pl-14 {
    padding-left: 14px
}

.pxl-pl-15 {
    padding-left: 15px
}

.pxl-pl-16 {
    padding-left: 16px
}

.pxl-pl-17 {
    padding-left: 17px
}

.pxl-pl-18 {
    padding-left: 18px
}

.pxl-pl-19 {
    padding-left: 19px
}

.pxl-pl-20 {
    padding-left: 20px
}

.pxl-pl-21 {
    padding-left: 21px
}

.pxl-pl-22 {
    padding-left: 22px
}

.pxl-pl-23 {
    padding-left: 23px
}

.pxl-pl-24 {
    padding-left: 24px
}

.pxl-pl-25 {
    padding-left: 25px
}

.pxl-pl-26 {
    padding-left: 26px
}

.pxl-pl-27 {
    padding-left: 27px
}

.pxl-pl-28 {
    padding-left: 28px
}

.pxl-pl-29 {
    padding-left: 29px
}

.pxl-pl-30 {
    padding-left: 30px
}

.pxl-pl-31 {
    padding-left: 31px
}

.pxl-pl-32 {
    padding-left: 32px
}

.pxl-pl-33 {
    padding-left: 33px
}

.pxl-pl-34 {
    padding-left: 34px
}

.pxl-pl-35 {
    padding-left: 35px
}

.pxl-pl-36 {
    padding-left: 36px
}

.pxl-pl-37 {
    padding-left: 37px
}

.pxl-pl-38 {
    padding-left: 38px
}

.pxl-pl-39 {
    padding-left: 39px
}

.pxl-pl-40 {
    padding-left: 40px
}

.pxl-l-0 {
    left: 0
}

.pxl-l-1 {
    left: 1px
}

.pxl-l-2 {
    left: 2px
}

.pxl-l-3 {
    left: 3px
}

.pxl-l-4 {
    left: 4px
}

.pxl-l-5 {
    left: 5px
}

.pxl-l-6 {
    left: 6px
}

.pxl-l-7 {
    left: 7px
}

.pxl-l-8 {
    left: 8px
}

.pxl-l-9 {
    left: 9px
}

.pxl-l-10 {
    left: 10px
}

.pxl-l-11 {
    left: 11px
}

.pxl-l-12 {
    left: 12px
}

.pxl-l-13 {
    left: 13px
}

.pxl-l-14 {
    left: 14px
}

.pxl-l-15 {
    left: 15px
}

.pxl-l-16 {
    left: 16px
}

.pxl-l-17 {
    left: 17px
}

.pxl-l-18 {
    left: 18px
}

.pxl-l-19 {
    left: 19px
}

.pxl-l-20 {
    left: 20px
}

.pxl-l-21 {
    left: 21px
}

.pxl-l-22 {
    left: 22px
}

.pxl-l-23 {
    left: 23px
}

.pxl-l-24 {
    left: 24px
}

.pxl-l-25 {
    left: 25px
}

.pxl-l-26 {
    left: 26px
}

.pxl-l-27 {
    left: 27px
}

.pxl-l-28 {
    left: 28px
}

.pxl-l-29 {
    left: 29px
}

.pxl-l-30 {
    left: 30px
}

.pxl-l-31 {
    left: 31px
}

.pxl-l-32 {
    left: 32px
}

.pxl-l-33 {
    left: 33px
}

.pxl-l-34 {
    left: 34px
}

.pxl-l-35 {
    left: 35px
}

.pxl-l-36 {
    left: 36px
}

.pxl-l-37 {
    left: 37px
}

.pxl-l-38 {
    left: 38px
}

.pxl-l-39 {
    left: 39px
}

.pxl-l-40 {
    left: 40px
}

.pxl-r-0 {
    right: 0
}

.pxl-r-1 {
    right: 1px
}

.pxl-r-2 {
    right: 2px
}

.pxl-r-3 {
    right: 3px
}

.pxl-r-4 {
    right: 4px
}

.pxl-r-5 {
    right: 5px
}

.pxl-r-6 {
    right: 6px
}

.pxl-r-7 {
    right: 7px
}

.pxl-r-8 {
    right: 8px
}

.pxl-r-9 {
    right: 9px
}

.pxl-r-10 {
    right: 10px
}

.pxl-r-11 {
    right: 11px
}

.pxl-r-12 {
    right: 12px
}

.pxl-r-13 {
    right: 13px
}

.pxl-r-14 {
    right: 14px
}

.pxl-r-15 {
    right: 15px
}

.pxl-r-16 {
    right: 16px
}

.pxl-r-17 {
    right: 17px
}

.pxl-r-18 {
    right: 18px
}

.pxl-r-19 {
    right: 19px
}

.pxl-r-20 {
    right: 20px
}

.pxl-r-21 {
    right: 21px
}

.pxl-r-22 {
    right: 22px
}

.pxl-r-23 {
    right: 23px
}

.pxl-r-24 {
    right: 24px
}

.pxl-r-25 {
    right: 25px
}

.pxl-r-26 {
    right: 26px
}

.pxl-r-27 {
    right: 27px
}

.pxl-r-28 {
    right: 28px
}

.pxl-r-29 {
    right: 29px
}

.pxl-r-30 {
    right: 30px
}

.pxl-r-31 {
    right: 31px
}

.pxl-r-32 {
    right: 32px
}

.pxl-r-33 {
    right: 33px
}

.pxl-r-34 {
    right: 34px
}

.pxl-r-35 {
    right: 35px
}

.pxl-r-36 {
    right: 36px
}

.pxl-r-37 {
    right: 37px
}

.pxl-r-38 {
    right: 38px
}

.pxl-r-39 {
    right: 39px
}

.pxl-r-40 {
    right: 40px
}

[dir=rtl] .pxl-mr-3 {
    margin-right: 0;
    margin-left: 3px
}

[dir=rtl] .pxl-mr-4 {
    margin-right: 0;
    margin-left: 4px
}

[dir=rtl] .pxl-mr-5 {
    margin-right: 0;
    margin-left: 5px
}

[dir=rtl] .pxl-mr-6 {
    margin-right: 0;
    margin-left: 6px
}

[dir=rtl] .pxl-mr-7 {
    margin-right: 0;
    margin-left: 7px
}

[dir=rtl] .pxl-mr-8 {
    margin-right: 0;
    margin-left: 8px
}

[dir=rtl] .pxl-mr-9 {
    margin-right: 0;
    margin-left: 9px
}

[dir=rtl] .pxl-mr-10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .pxl-mr-11 {
    margin-right: 0;
    margin-left: 11px
}

[dir=rtl] .pxl-mr-12 {
    margin-right: 0;
    margin-left: 12px
}

[dir=rtl] .pxl-mr-13 {
    margin-right: 0;
    margin-left: 13px
}

[dir=rtl] .pxl-mr-14 {
    margin-right: 0;
    margin-left: 14px
}

[dir=rtl] .pxl-mr-15 {
    margin-right: 0;
    margin-left: 15px
}

[dir=rtl] .pxl-mr-16 {
    margin-right: 0;
    margin-left: 16px
}

[dir=rtl] .pxl-mr-17 {
    margin-right: 0;
    margin-left: 17px
}

[dir=rtl] .pxl-mr-18 {
    margin-right: 0;
    margin-left: 18px
}

[dir=rtl] .pxl-mr-19 {
    margin-right: 0;
    margin-left: 19px
}

[dir=rtl] .pxl-mr-20 {
    margin-right: 0;
    margin-left: 20px
}

[dir=rtl] .pxl-mr-21 {
    margin-right: 0;
    margin-left: 21px
}

[dir=rtl] .pxl-mr-22 {
    margin-right: 0;
    margin-left: 22px
}

[dir=rtl] .pxl-mr-23 {
    margin-right: 0;
    margin-left: 23px
}

[dir=rtl] .pxl-mr-24 {
    margin-right: 0;
    margin-left: 24px
}

[dir=rtl] .pxl-mr-25 {
    margin-right: 0;
    margin-left: 25px
}

[dir=rtl] .pxl-mr-26 {
    margin-right: 0;
    margin-left: 26px
}

[dir=rtl] .pxl-mr-27 {
    margin-right: 0;
    margin-left: 27px
}

[dir=rtl] .pxl-mr-28 {
    margin-right: 0;
    margin-left: 28px
}

[dir=rtl] .pxl-mr-29 {
    margin-right: 0;
    margin-left: 29px
}

[dir=rtl] .pxl-mr-30 {
    margin-right: 0;
    margin-left: 30px
}

[dir=rtl] .pxl-mr-31 {
    margin-right: 0;
    margin-left: 31px
}

[dir=rtl] .pxl-mr-32 {
    margin-right: 0;
    margin-left: 32px
}

[dir=rtl] .pxl-mr-33 {
    margin-right: 0;
    margin-left: 33px
}

[dir=rtl] .pxl-mr-34 {
    margin-right: 0;
    margin-left: 34px
}

[dir=rtl] .pxl-mr-35 {
    margin-right: 0;
    margin-left: 35px
}

[dir=rtl] .pxl-mr-36 {
    margin-right: 0;
    margin-left: 36px
}

[dir=rtl] .pxl-mr-37 {
    margin-right: 0;
    margin-left: 37px
}

[dir=rtl] .pxl-mr-38 {
    margin-right: 0;
    margin-left: 38px
}

[dir=rtl] .pxl-mr-39 {
    margin-right: 0;
    margin-left: 39px
}

[dir=rtl] .pxl-mr-40 {
    margin-right: 0;
    margin-left: 40px
}

[dir=rtl] .pxl-ml-3 {
    margin-left: 0;
    margin-right: 3px
}

[dir=rtl] .pxl-ml-4 {
    margin-left: 0;
    margin-right: 4px
}

[dir=rtl] .pxl-ml-5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .pxl-ml-6 {
    margin-left: 0;
    margin-right: 6px
}

[dir=rtl] .pxl-ml-7 {
    margin-left: 0;
    margin-right: 7px
}

[dir=rtl] .pxl-ml-8 {
    margin-left: 0;
    margin-right: 8px
}

[dir=rtl] .pxl-ml-9 {
    margin-left: 0;
    margin-right: 9px
}

[dir=rtl] .pxl-ml-10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .pxl-ml-11 {
    margin-left: 0;
    margin-right: 11px
}

[dir=rtl] .pxl-ml-12 {
    margin-left: 0;
    margin-right: 12px
}

[dir=rtl] .pxl-ml-13 {
    margin-left: 0;
    margin-right: 13px
}

[dir=rtl] .pxl-ml-14 {
    margin-left: 0;
    margin-right: 14px
}

[dir=rtl] .pxl-ml-15 {
    margin-left: 0;
    margin-right: 15px
}

[dir=rtl] .pxl-ml-16 {
    margin-left: 0;
    margin-right: 16px
}

[dir=rtl] .pxl-ml-17 {
    margin-left: 0;
    margin-right: 17px
}

[dir=rtl] .pxl-ml-18 {
    margin-left: 0;
    margin-right: 18px
}

[dir=rtl] .pxl-ml-19 {
    margin-left: 0;
    margin-right: 19px
}

[dir=rtl] .pxl-ml-20 {
    margin-left: 0;
    margin-right: 20px
}

[dir=rtl] .pxl-ml-21 {
    margin-left: 0;
    margin-right: 21px
}

[dir=rtl] .pxl-ml-22 {
    margin-left: 0;
    margin-right: 22px
}

[dir=rtl] .pxl-ml-23 {
    margin-left: 0;
    margin-right: 23px
}

[dir=rtl] .pxl-ml-24 {
    margin-left: 0;
    margin-right: 24px
}

[dir=rtl] .pxl-ml-25 {
    margin-left: 0;
    margin-right: 25px
}

[dir=rtl] .pxl-ml-26 {
    margin-left: 0;
    margin-right: 26px
}

[dir=rtl] .pxl-ml-27 {
    margin-left: 0;
    margin-right: 27px
}

[dir=rtl] .pxl-ml-28 {
    margin-left: 0;
    margin-right: 28px
}

[dir=rtl] .pxl-ml-29 {
    margin-left: 0;
    margin-right: 29px
}

[dir=rtl] .pxl-ml-30 {
    margin-left: 0;
    margin-right: 30px
}

[dir=rtl] .pxl-ml-31 {
    margin-left: 0;
    margin-right: 31px
}

[dir=rtl] .pxl-ml-32 {
    margin-left: 0;
    margin-right: 32px
}

[dir=rtl] .pxl-ml-33 {
    margin-left: 0;
    margin-right: 33px
}

[dir=rtl] .pxl-ml-34 {
    margin-left: 0;
    margin-right: 34px
}

[dir=rtl] .pxl-ml-35 {
    margin-left: 0;
    margin-right: 35px
}

[dir=rtl] .pxl-ml-36 {
    margin-left: 0;
    margin-right: 36px
}

[dir=rtl] .pxl-ml-37 {
    margin-left: 0;
    margin-right: 37px
}

[dir=rtl] .pxl-ml-38 {
    margin-left: 0;
    margin-right: 38px
}

[dir=rtl] .pxl-ml-39 {
    margin-left: 0;
    margin-right: 39px
}

[dir=rtl] .pxl-ml-40 {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .pxl-pr-3 {
    padding-right: 0;
    padding-left: 3px
}

[dir=rtl] .pxl-pr-4 {
    padding-right: 0;
    padding-left: 4px
}

[dir=rtl] .pxl-pr-5 {
    padding-right: 0;
    padding-left: 5px
}

[dir=rtl] .pxl-pr-6 {
    padding-right: 0;
    padding-left: 6px
}

[dir=rtl] .pxl-pr-7 {
    padding-right: 0;
    padding-left: 7px
}

[dir=rtl] .pxl-pr-8 {
    padding-right: 0;
    padding-left: 8px
}

[dir=rtl] .pxl-pr-9 {
    padding-right: 0;
    padding-left: 9px
}

[dir=rtl] .pxl-pr-10 {
    padding-right: 0;
    padding-left: 10px
}

[dir=rtl] .pxl-pr-11 {
    padding-right: 0;
    padding-left: 11px
}

[dir=rtl] .pxl-pr-12 {
    padding-right: 0;
    padding-left: 12px
}

[dir=rtl] .pxl-pr-13 {
    padding-right: 0;
    padding-left: 13px
}

[dir=rtl] .pxl-pr-14 {
    padding-right: 0;
    padding-left: 14px
}

[dir=rtl] .pxl-pr-15 {
    padding-right: 0;
    padding-left: 15px
}

[dir=rtl] .pxl-pr-16 {
    padding-right: 0;
    padding-left: 16px
}

[dir=rtl] .pxl-pr-17 {
    padding-right: 0;
    padding-left: 17px
}

[dir=rtl] .pxl-pr-18 {
    padding-right: 0;
    padding-left: 18px
}

[dir=rtl] .pxl-pr-19 {
    padding-right: 0;
    padding-left: 19px
}

[dir=rtl] .pxl-pr-20 {
    padding-right: 0;
    padding-left: 20px
}

[dir=rtl] .pxl-pr-21 {
    padding-right: 0;
    padding-left: 21px
}

[dir=rtl] .pxl-pr-22 {
    padding-right: 0;
    padding-left: 22px
}

[dir=rtl] .pxl-pr-23 {
    padding-right: 0;
    padding-left: 23px
}

[dir=rtl] .pxl-pr-24 {
    padding-right: 0;
    padding-left: 24px
}

[dir=rtl] .pxl-pr-25 {
    padding-right: 0;
    padding-left: 25px
}

[dir=rtl] .pxl-pr-26 {
    padding-right: 0;
    padding-left: 26px
}

[dir=rtl] .pxl-pr-27 {
    padding-right: 0;
    padding-left: 27px
}

[dir=rtl] .pxl-pr-28 {
    padding-right: 0;
    padding-left: 28px
}

[dir=rtl] .pxl-pr-29 {
    padding-right: 0;
    padding-left: 29px
}

[dir=rtl] .pxl-pr-30 {
    padding-right: 0;
    padding-left: 30px
}

[dir=rtl] .pxl-pr-31 {
    padding-right: 0;
    padding-left: 31px
}

[dir=rtl] .pxl-pr-32 {
    padding-right: 0;
    padding-left: 32px
}

[dir=rtl] .pxl-pr-33 {
    padding-right: 0;
    padding-left: 33px
}

[dir=rtl] .pxl-pr-34 {
    padding-right: 0;
    padding-left: 34px
}

[dir=rtl] .pxl-pr-35 {
    padding-right: 0;
    padding-left: 35px
}

[dir=rtl] .pxl-pr-36 {
    padding-right: 0;
    padding-left: 36px
}

[dir=rtl] .pxl-pr-37 {
    padding-right: 0;
    padding-left: 37px
}

[dir=rtl] .pxl-pr-38 {
    padding-right: 0;
    padding-left: 38px
}

[dir=rtl] .pxl-pr-39 {
    padding-right: 0;
    padding-left: 39px
}

[dir=rtl] .pxl-pr-40 {
    padding-right: 0;
    padding-left: 40px
}

[dir=rtl] .pxl-pr-60 {
    padding-right: 0;
    padding-left: 60px
}

[dir=rtl] .pxl-pl-3 {
    padding-left: 0;
    padding-right: 3px
}

[dir=rtl] .pxl-pl-4 {
    padding-left: 0;
    padding-right: 4px
}

[dir=rtl] .pxl-pl-5 {
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .pxl-pl-6 {
    padding-left: 0;
    padding-right: 6px
}

[dir=rtl] .pxl-pl-7 {
    padding-left: 0;
    padding-right: 7px
}

[dir=rtl] .pxl-pl-8 {
    padding-left: 0;
    padding-right: 8px
}

[dir=rtl] .pxl-pl-9 {
    padding-left: 0;
    padding-right: 9px
}

[dir=rtl] .pxl-pl-10 {
    padding-left: 0;
    padding-right: 10px
}

[dir=rtl] .pxl-pl-11 {
    padding-left: 0;
    padding-right: 11px
}

[dir=rtl] .pxl-pl-12 {
    padding-left: 0;
    padding-right: 12px
}

[dir=rtl] .pxl-pl-13 {
    padding-left: 0;
    padding-right: 13px
}

[dir=rtl] .pxl-pl-14 {
    padding-left: 0;
    padding-right: 14px
}

[dir=rtl] .pxl-pl-15 {
    padding-left: 0;
    padding-right: 15px
}

[dir=rtl] .pxl-pl-16 {
    padding-left: 0;
    padding-right: 16px
}

[dir=rtl] .pxl-pl-17 {
    padding-left: 0;
    padding-right: 17px
}

[dir=rtl] .pxl-pl-18 {
    padding-left: 0;
    padding-right: 18px
}

[dir=rtl] .pxl-pl-19 {
    padding-left: 0;
    padding-right: 19px
}

[dir=rtl] .pxl-pl-20 {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .pxl-pl-21 {
    padding-left: 0;
    padding-right: 21px
}

[dir=rtl] .pxl-pl-22 {
    padding-left: 0;
    padding-right: 22px
}

[dir=rtl] .pxl-pl-23 {
    padding-left: 0;
    padding-right: 23px
}

[dir=rtl] .pxl-pl-24 {
    padding-left: 0;
    padding-right: 24px
}

[dir=rtl] .pxl-pl-25 {
    padding-left: 0;
    padding-right: 25px
}

[dir=rtl] .pxl-pl-26 {
    padding-left: 0;
    padding-right: 26px
}

[dir=rtl] .pxl-pl-27 {
    padding-left: 0;
    padding-right: 27px
}

[dir=rtl] .pxl-pl-28 {
    padding-left: 0;
    padding-right: 28px
}

[dir=rtl] .pxl-pl-29 {
    padding-left: 0;
    padding-right: 29px
}

[dir=rtl] .pxl-pl-30 {
    padding-left: 0;
    padding-right: 30px
}

[dir=rtl] .pxl-pl-31 {
    padding-left: 0;
    padding-right: 31px
}

[dir=rtl] .pxl-pl-32 {
    padding-left: 0;
    padding-right: 32px
}

[dir=rtl] .pxl-pl-33 {
    padding-left: 0;
    padding-right: 33px
}

[dir=rtl] .pxl-pl-34 {
    padding-left: 0;
    padding-right: 34px
}

[dir=rtl] .pxl-pl-35 {
    padding-left: 0;
    padding-right: 35px
}

[dir=rtl] .pxl-pl-36 {
    padding-left: 0;
    padding-right: 36px
}

[dir=rtl] .pxl-pl-37 {
    padding-left: 0;
    padding-right: 37px
}

[dir=rtl] .pxl-pl-38 {
    padding-left: 0;
    padding-right: 38px
}

[dir=rtl] .pxl-pl-39 {
    padding-left: 0;
    padding-right: 39px
}

[dir=rtl] .pxl-pl-40 {
    padding-left: 0;
    padding-right: 40px
}

[dir=rtl] .pxl-l-0 {
    right: 0;
    left: auto
}

[dir=rtl] .pxl-l-1 {
    right: 1px;
    left: auto
}

[dir=rtl] .pxl-l-2 {
    right: 2px;
    left: auto
}

[dir=rtl] .pxl-l-3 {
    right: 3px;
    left: auto
}

[dir=rtl] .pxl-l-4 {
    right: 4px;
    left: auto
}

[dir=rtl] .pxl-l-5 {
    right: 5px;
    left: auto
}

[dir=rtl] .pxl-l-6 {
    right: 6px;
    left: auto
}

[dir=rtl] .pxl-l-7 {
    right: 7px;
    left: auto
}

[dir=rtl] .pxl-l-8 {
    right: 8px;
    left: auto
}

[dir=rtl] .pxl-l-9 {
    right: 9px;
    left: auto
}

[dir=rtl] .pxl-l-10 {
    right: 10px;
    left: auto
}

[dir=rtl] .pxl-l-11 {
    right: 11px;
    left: auto
}

[dir=rtl] .pxl-l-12 {
    right: 12px;
    left: auto
}

[dir=rtl] .pxl-l-13 {
    right: 13px;
    left: auto
}

[dir=rtl] .pxl-l-14 {
    right: 14px;
    left: auto
}

[dir=rtl] .pxl-l-15 {
    right: 15px;
    left: auto
}

[dir=rtl] .pxl-l-16 {
    right: 16px;
    left: auto
}

[dir=rtl] .pxl-l-17 {
    right: 17px;
    left: auto
}

[dir=rtl] .pxl-l-18 {
    right: 18px;
    left: auto
}

[dir=rtl] .pxl-l-19 {
    right: 19px;
    left: auto
}

[dir=rtl] .pxl-l-20 {
    right: 20px;
    left: auto
}

[dir=rtl] .pxl-l-21 {
    right: 21px;
    left: auto
}

[dir=rtl] .pxl-l-22 {
    right: 22px;
    left: auto
}

[dir=rtl] .pxl-l-23 {
    right: 23px;
    left: auto
}

[dir=rtl] .pxl-l-24 {
    right: 24px;
    left: auto
}

[dir=rtl] .pxl-l-25 {
    right: 25px;
    left: auto
}

[dir=rtl] .pxl-l-26 {
    right: 26px;
    left: auto
}

[dir=rtl] .pxl-l-27 {
    right: 27px;
    left: auto
}

[dir=rtl] .pxl-l-28 {
    right: 28px;
    left: auto
}

[dir=rtl] .pxl-l-29 {
    right: 29px;
    left: auto
}

[dir=rtl] .pxl-l-30 {
    right: 30px;
    left: auto
}

[dir=rtl] .pxl-l-31 {
    right: 31px;
    left: auto
}

[dir=rtl] .pxl-l-32 {
    right: 32px;
    left: auto
}

[dir=rtl] .pxl-l-33 {
    right: 33px;
    left: auto
}

[dir=rtl] .pxl-l-34 {
    right: 34px;
    left: auto
}

[dir=rtl] .pxl-l-35 {
    right: 35px;
    left: auto
}

[dir=rtl] .pxl-l-36 {
    right: 36px;
    left: auto
}

[dir=rtl] .pxl-l-37 {
    right: 37px;
    left: auto
}

[dir=rtl] .pxl-l-38 {
    right: 38px;
    left: auto
}

[dir=rtl] .pxl-l-39 {
    right: 39px;
    left: auto
}

[dir=rtl] .pxl-l-40 {
    right: 40px;
    left: auto
}

[dir=rtl] .pxl-r-0 {
    left: 0;
    right: auto
}

[dir=rtl] .pxl-r-1 {
    left: 1px;
    right: auto
}

[dir=rtl] .pxl-r-2 {
    left: 2px;
    right: auto
}

[dir=rtl] .pxl-r-3 {
    left: 3px;
    right: auto
}

[dir=rtl] .pxl-r-4 {
    left: 4px;
    right: auto
}

[dir=rtl] .pxl-r-5 {
    left: 5px;
    right: auto
}

[dir=rtl] .pxl-r-6 {
    left: 6px;
    right: auto
}

[dir=rtl] .pxl-r-7 {
    left: 7px;
    right: auto
}

[dir=rtl] .pxl-r-8 {
    left: 8px;
    right: auto
}

[dir=rtl] .pxl-r-9 {
    left: 9px;
    right: auto
}

[dir=rtl] .pxl-r-10 {
    left: 10px;
    right: auto
}

[dir=rtl] .pxl-r-11 {
    left: 11px;
    right: auto
}

[dir=rtl] .pxl-r-12 {
    left: 12px;
    right: auto
}

[dir=rtl] .pxl-r-13 {
    left: 13px;
    right: auto
}

[dir=rtl] .pxl-r-14 {
    left: 14px;
    right: auto
}

[dir=rtl] .pxl-r-15 {
    left: 15px;
    right: auto
}

[dir=rtl] .pxl-r-16 {
    left: 16px;
    right: auto
}

[dir=rtl] .pxl-r-17 {
    left: 17px;
    right: auto
}

[dir=rtl] .pxl-r-18 {
    left: 18px;
    right: auto
}

[dir=rtl] .pxl-r-19 {
    left: 19px;
    right: auto
}

[dir=rtl] .pxl-r-20 {
    left: 20px;
    right: auto
}

[dir=rtl] .pxl-r-21 {
    left: 21px;
    right: auto
}

[dir=rtl] .pxl-r-22 {
    left: 22px;
    right: auto
}

[dir=rtl] .pxl-r-23 {
    left: 23px;
    right: auto
}

[dir=rtl] .pxl-r-24 {
    left: 24px;
    right: auto
}

[dir=rtl] .pxl-r-25 {
    left: 25px;
    right: auto
}

[dir=rtl] .pxl-r-26 {
    left: 26px;
    right: auto
}

[dir=rtl] .pxl-r-27 {
    left: 27px;
    right: auto
}

[dir=rtl] .pxl-r-28 {
    left: 28px;
    right: auto
}

[dir=rtl] .pxl-r-29 {
    left: 29px;
    right: auto
}

[dir=rtl] .pxl-r-30 {
    left: 30px;
    right: auto
}

[dir=rtl] .pxl-r-31 {
    left: 31px;
    right: auto
}

[dir=rtl] .pxl-r-32 {
    left: 32px;
    right: auto
}

[dir=rtl] .pxl-r-33 {
    left: 33px;
    right: auto
}

[dir=rtl] .pxl-r-34 {
    left: 34px;
    right: auto
}

[dir=rtl] .pxl-r-35 {
    left: 35px;
    right: auto
}

[dir=rtl] .pxl-r-36 {
    left: 36px;
    right: auto
}

[dir=rtl] .pxl-r-37 {
    left: 37px;
    right: auto
}

[dir=rtl] .pxl-r-38 {
    left: 38px;
    right: auto
}

[dir=rtl] .pxl-r-39 {
    left: 39px;
    right: auto
}

[dir=rtl] .pxl-r-40 {
    left: 40px;
    right: auto
}

.blockUI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: block !important;
    opacity: 1 !important
}

.blockUI:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #222 transparent #222;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.blockUI:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 1
}

.blockUI.blockOverlay,
.blockUI.blockMsg {
    display: none !important
}

.product-remove {
    position: relative;
    min-width: 50px
}

.product-remove a.remove {
    font-size: 0;
    width: 26px;
    height: 26px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: relative
}

.product-remove a.remove:before,
.product-remove a.remove:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 12px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    transform-origin: 50% 50%;
    opacity: 1;
    -webkit-transition: transform ease .25s;
    -khtml-transition: transform ease .25s;
    -moz-transition: transform ease .25s;
    -ms-transition: transform ease .25s;
    -o-transition: transform ease .25s;
    transition: transform ease .25s
}

.product-remove a.remove:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-remove a.remove:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-remove a.remove:hover {
    background-color: var(--primary-color)
}

.product-remove a.remove:hover:before,
.product-remove a.remove:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width:769px) {
    .product-remove {
        min-height: 57px
    }
}

.woosw-item--add .add_to_cart_button.loading {
    opacity: 1 !important
}

.woosw-item--add .add_to_cart_button.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosw-item--add .add_to_cart_button.loading:after {
    display: none
}

.btn.wc-forward,
.btn.btn-shop {
    color: #fff;
    line-height: 51px;
    font-size: 16px
}

#pxl-cart-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden
}

#pxl-cart-sidebar .pxl-popup--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 32, 34, .6);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer
}

#pxl-cart-sidebar .pxl-item--close {
    top: 50%;
    left: auto;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute
}

#pxl-cart-sidebar .pxl-item--close:before,
#pxl-cart-sidebar .pxl-item--close:after {
    background-color: #666
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar {
    padding-top: 80px;
    padding-bottom: 137px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    width: 320px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    flex-grow: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
    display: flex;
    background-color: #f9f9f9;
    padding: 16px 30px;
    margin-bottom: 20px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
    height: 36px;
    width: 36px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
    padding: 0 45px 0 30px;
    height: 100%;
    overflow-y: scroll;
    width: 350px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding: 15px 15px 15px 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    position: relative;
    margin-right: 15px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border: none;
    padding-bottom: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 !important;
    text-align: center;
    display: block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
    font-size: 100px;
    line-height: 1;
    color: rgba(0, 0, 0, .2)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
    width: 100%
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
    width: 58px;
    min-width: 58px;
    margin-right: 12px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
    display: inline-block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
    margin: 0;
    width: inherit;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 6%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
    padding-right: 12px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    font-family: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
    color: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
    color: #555
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
    font-size: 14px;
    border: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
    display: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
    margin: 0 4px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 30px;
    height: 30px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
    background-color: #000;
    height: 1px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
    opacity: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 20px;
    background-color: #fff
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 15px;
    padding-bottom: 0;
    color: #000;
    font-weight: 700
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
    font-weight: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
    background: var(--secondary-color)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
    background: var(--primary-color)
}

#pxl-cart-sidebar.active {
    visibility: visible
}

#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
    top: 32px
}

@media screen and (min-width:992px) {
    .admin-bar .widget-cart-sidebar {
        top: 32px;
        padding-bottom: 167px
    }

    .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
        bottom: 32px
    }
}

.pxl-entry-content>.woocommerce .cart-empty,
.pxl-entry-content>.woocommerce .return-to-shop {
    text-align: center
}

.woocommerce {
    color: rgba(45, 45, 45, .8)
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #f9f9f9;
    padding: 22px 200px 22px 30px
}

@media screen and (max-width:767px) {

    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        padding-right: 30px;
        padding-bottom: 80px;
        text-align: center
    }
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    display: none
}

.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 46px;
    padding: 0 30px;
    font-size: 15px
}

@media screen and (max-width:767px) {

    .woocommerce .woocommerce-error a.button,
    .woocommerce .woocommerce-info a.button,
    .woocommerce .woocommerce-message a.button {
        top: auto;
        bottom: 20px;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0%);
        -khtml-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
}

.woocommerce ins {
    background-color: initial;
    color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget {
    padding: 30px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget {
        padding-left: 22px;
        padding-right: 22px
    }

    .woocommerce #pxl-sidebar-area .widget .widget-title {
        font-size: 18px
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: -3px
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 10px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
        display: block;
        text-align: center
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
    line-height: 32px;
    font-size: 14px;
    margin-right: 15px;
    padding: 0 18px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
        margin: 0;
        float: none
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
    font-size: 14px;
    color: #080808
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
        width: 100%
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
    position: relative
}

.woocommerce #pxl-sidebar-area .widget_product_search button {
    padding: 0;
    width: 53px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 3;
    border-left: 1px solid #ececf0;
    color: #222;
    font-size: 15px;
    background-color: initial;
    background-image: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button {
        width: 40px;
        border: none
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "font awesome 5 pro";
    text-indent: 0;
    font-weight: 400
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button:after {
        font-size: 14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
    height: 50px;
    color: #222;
    border-color: #ececf0;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search .search-field {
        font-size: 14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus+button {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_products ul li {
    position: relative;
    padding: 0 0 0 85px;
    margin-bottom: 15px;
    min-height: 80px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
    margin-bottom: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul li img {
    margin: 0;
    width: 100%;
    max-width: 70px;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul li a {
    font-size: 16px;
    color: #010101;
    font-weight: 500;
    line-height: 1.4375;
    margin-top: 8px;
    margin-bottom: 4px
}

.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
    color: rgba(1, 1, 1, .67)
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
    margin-bottom: 2px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
    font-size: 12px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating span::before {
    font-size: 12px
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 0 0 10px
}

.woocommerce textarea,
.woocommerce-page textarea {
    padding-top: 18px;
    padding-bottom: 24px;
    min-height: 140px
}

.woocommerce .nice-select,
.woocommerce-page .nice-select {
    border: 1px solid rgba(0, 0, 0, .15);
    text-align: left;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 54px
}

.woocommerce .nice-select span.current,
.woocommerce-page .nice-select span.current {
    line-height: 37px
}

.woocommerce .nice-select:before,
.woocommerce-page .nice-select:before {
    color: var(--dark-color);
    font-size: 12px
}

.woocommerce .nice-select:after,
.woocommerce-page .nice-select:after {
    color: inherit
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.wc-forward,
.woocommerce-page a.wc-forward,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce .cart button.button,
.woocommerce-page .cart button.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled],
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce button,
.woocommerce-page button {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary-color);
    padding: 0 40px;
    line-height: 56px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--primary-color);
    height: auto;
    letter-spacing: .01em;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    overflow: hidden
}

.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce a.wc-forward:hover,
.woocommerce-page a.wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce .cart button.button:hover,
.woocommerce-page .cart button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce button:hover,
.woocommerce-page button:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary-color)
}

.woocommerce .comment-form,
.woocommerce-page .comment-form {
    max-width: 100%
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    color: inherit;
    border-color: var(--primary-color)
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    color: var(--primary-color)
}

.woocommerce #pxl-wapper .quantity,
.woocommerce-page #pxl-wapper .quantity {
    position: relative;
    display: inline-flex;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.woocommerce #pxl-wapper .quantity .qty,
.woocommerce-page #pxl-wapper .quantity .qty {
    padding: 0 22px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 3%);
    font-size: 16px;
    -moz-appearance: textfield;
    height: 46px;
    width: 84px;
    text-align: left
}

.woocommerce #pxl-wapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #pxl-wapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce #pxl-wapper .quantity .qty::-webkit-inner-spin-button,
.woocommerce-page #pxl-wapper .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce #pxl-wapper .quantity-icon,
.woocommerce-page #pxl-wapper .quantity-icon {
    position: absolute;
    right: 22px;
    font-size: 8px;
    color: #4a4c51;
    cursor: pointer;
    width: 10px;
    height: 10px;
    justify-content: center;
    display: inline-flex;
    align-items: center
}

.woocommerce #pxl-wapper .quantity-icon.quantity-down,
.woocommerce-page #pxl-wapper .quantity-icon.quantity-down {
    bottom: 12px
}

.woocommerce #pxl-wapper .quantity-icon.quantity-down:before,
.woocommerce-page #pxl-wapper .quantity-icon.quantity-down:before {
    content: "\f13c";
    font-family: caseicon
}

.woocommerce #pxl-wapper .quantity-icon.quantity-up,
.woocommerce-page #pxl-wapper .quantity-icon.quantity-up {
    top: 12px
}

.woocommerce #pxl-wapper .quantity-icon.quantity-up:before,
.woocommerce-page #pxl-wapper .quantity-icon.quantity-up:before {
    content: "\f148";
    font-family: caseicon
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px 15px
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 500
}

.woocommerce-page #add_payment_method table.cart img,
.woocommerce-page.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px
}

@media screen and (min-width:992px) {
    .woocommerce .content-row {
        margin: 0 -15px
    }

    .woocommerce #pxl-content-area.content-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        max-width: 75%
    }

    .woocommerce #secondary.widget-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        max-width: 25%
    }
}

.widget_products .amount {
    font-size: 16px;
    color: #666
}

.widget_products del {
    color: #8f8f8f
}

.widget_products del .amount {
    color: #8f8f8f
}

.widget_products .star-rating-wrap {
    display: none !important
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0;
    display: block;
    padding-left: 28px !important;
    position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -khtml-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    transition: all .2s cubic-bezier(.39, .575, .565, 1)0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 18px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

#shop-topbar {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0;
    position: relative;
    padding-left: 76px;
    color: #000;
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    border: 1px solid #e5e5e5;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500
}

#shop-breadcrumb {
    padding: 23px 0
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 10px 0;
    padding: 0 12px;
    position: relative
}

#shop-breadcrumb ul li::after {
    content: '/';
    color: #e9e9e9;
    position: absolute;
    top: 0;
    right: -4px
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
    display: none
}

#shop-breadcrumb ul li a {
    color:
}

#shop-breadcrumb ul li a:hover {
    color: var(--primary-color)
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 16px;
    margin-left: 8px;
    color: #223543;
    font-weight: 600
}

.woocommerce .star-rating {
    font-size: 18px;
    height: 20px;
    letter-spacing: 2px;
    width: 105px
}

.woocommerce .star-rating:before {
    content: "SSSSS";
    color: rgba(201, 150, 48, .2)
}

.woocommerce .star-rating span::before {
    color: #c99630
}

.woocommerce .star-rating span {
    padding-top: 17px
}

.woocommerce .star-rating .woocommerce-review-link {
    font-size: 16px
}

.woocommerce span.onsale {
    height: 35px;
    width: 35px;
    min-width: inherit;
    min-height: inherit;
    font-size: 14px;
    color: var(--secondary-color);
    padding: 0;
    text-align: center;
    line-height: 35px;
    background-color: var(--primary-color);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0 !important;
    top: 14px !important;
    left: 29px !important;
    right: auto !important;
    font-weight: 400;
    z-index: 1;
    font-weight: 500
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce ul.products li.product {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

.woocommerce ul.products li.product>.woosw-btn,
.woocommerce ul.products li.product>.woosq-btn,
.woocommerce ul.products li.product>.woosc-btn {
    display: none !important
}

@media screen and (min-width:992px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 20%
    }
}

@media screen and (min-width:992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25%
    }
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 33.33%
    }
}

@media screen and (min-width:768px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.33%
    }
}

@media(min-width:576px) and (max-width:767px) {
    .woocommerce ul.products li.product {
        width: 50% !important
    }
}

@media screen and (max-width:575px) {
    .woocommerce ul.products li.product {
        width: 100% !important
    }
}

@media screen and (min-width:992px) {
    .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

.woocommerce ul.products li.product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
    font-size: 20px;
    margin-bottom: 4px
}

@media screen and (max-width:1199px) {

    .woocommerce ul.products li.product .woocommerce-product-title,
    .woocommerce .woocommerce-product-title {
        font-size: 18px
    }
}

.woocommerce ul.products li.product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
    color: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
    color: var(--primary-color)
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--primary-color)
}

.woocommerce ul.products li.product .price .amount {
    color: inherit
}

.woocommerce ul.products li.product .price del {
    color: #8f8f8f;
    opacity: 1
}

.woocommerce ul.products li.product .price del .amount {
    background-image: none;
    text-fill-color: #8f8f8f;
    -o-text-fill-color: #8f8f8f;
    -ms-text-fill-color: #8f8f8f;
    -moz-text-fill-color: #8f8f8f;
    -webkit-text-fill-color: #8f8f8f
}

.woocommerce ul.products li.product .price ins {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    z-index: 101
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin-bottom: 30px;
    flex-grow: 1
}

@media screen and (max-width:767px) {
    .woocommerce .woocommerce-topbar div.woocommerce-result-count {
        width: 100%
    }
}

.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
    margin-bottom: 30px
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0;
    font-size: 22px;
    color: #000
}

@media screen and (max-width:767px) {

    .woocommerce .woocommerce-topbar .woocommerce-result-count,
    .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
        font-size: 18px
    }
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 235px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering select,
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight,
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    color: #4a4c51
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight {
    padding-right: 44px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight:before {
    background-color: initial;
    right: 10px
}

.woocommerce .woocommerce-topbar .woocommerce-products-layout {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap
}

.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout {
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .7);
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout.pxl-shop-list {
    font-size: 24px
}

.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout.active,
.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    overflow: hidden;
    position: relative;
    background-color: rgba(178, 125, 19, 5%)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0 !important;
    -webkit-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -khtml-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -moz-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -ms-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -o-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    transition: transform .3s cubic-bezier(.44, .17, 1, 1)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta {
    text-align: center;
    padding: 14px 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product--excerpt {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons {
    display: flex;
    flex-wrap: wrap
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart {
    flex-grow: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart {
    margin: 0;
    display: inline-flex;
    background-color: initial;
    line-height: 32px;
    font-size: 14px;
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    width: 100%;
    padding: 0 10px
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button:after,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart:after {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button:hover,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-color)
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.added,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.added {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading:before,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading:before {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent var(--dark-color)transparent var(--dark-color);
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare {
    display: inline-flex
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button {
    padding: 0;
    background-color: initial;
    width: 34px;
    height: 34px;
    border: 1px solid var(--dark-color);
    font-size: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: var(--dark-color)
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:hover,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:hover {
    border-color: var(--primary-color);
    color: var(--dark-color)
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before,
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
    font-family: Flaticon;
    font-size: 14px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before {
    content: "\f13f"
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:after {
    content: '' !important;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent var(--dark-color)transparent var(--dark-color);
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:before {
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
    content: "\f117"
}

.woocommerce .woocommerce-product-inner.item-layout-list {
    display: flex;
    flex-wrap: wrap
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
    width: 35%
}

@media screen and (max-width:575px) {
    .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
        width: 100%;
        padding-top: 95%
    }
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header .woocommerce-product-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header img {
    display: none
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(.44, .17, 1, 1)
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header:hover .bg-image {
    transform: scale(1.05)
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
    width: 65%;
    padding: 34px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 8%);
    border-left-width: 0
}

@media screen and (max-width:575px) {
    .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
        width: 100%;
        border-left-width: 1px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-title {
    font-size: 24px
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-meta {
    text-align: left;
    padding-top: 0
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product--buttons {
    max-width: 280px
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product--excerpt {
    display: block;
    margin-bottom: 32px;
    font-size: 17px
}

@media screen and (max-width:575px) {
    .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product--excerpt {
        font-size: 16px
    }
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.woocommerce nav.woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 0 -3px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    overflow: visible
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
    width: 54px;
    height: 54px;
    background-color: initial;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    color: var(--primary-color)
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    display: none
}

.woocommerce #pxl-content-main {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.woocommerce.woocommerce-layout-list ul.products li.product {
    width: 100% !important
}

.woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
    padding: 0 15%
}

@media screen and (max-width:1199px) {
    .woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
        padding: 0
    }
}

.single-product .woosc-quick-table {
    display: none
}

.single-product .woocommerce-social-share label {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px
}

.single-product .woocommerce-social-share a {
    color: #666;
    font-size: 18px;
    margin-right: 30px
}

@media screen and (max-width:1199px) {
    .single-product .woocommerce-social-share a {
        font-size: 16px;
        margin-right: 20px
    }
}

.single-product .woocommerce-social-share a:hover {
    color: #000
}

.single-product .woocommerce-sg-product-price {
    margin-bottom: 23px
}

.single-product .woocommerce-sg-product-price p {
    margin-bottom: 0
}

.single-product section.related {
    padding-top: 114px
}

@media screen and (max-width:767px) {
    .single-product section.related {
        padding-top: 65px
    }
}

.single-product section.related h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative
}

@media screen and (max-width:991px) {
    .single-product section.related h2 {
        font-size: 36px
    }
}

@media screen and (max-width:767px) {
    .single-product section.related h2 {
        font-size: 30px
    }
}

.single-product section.related ul.products {
    margin-bottom: 0
}

.single-product section.related ul.products li.product {
    margin-bottom: 0 !important;
    margin-top: 50px
}

@media screen and (max-width:991px) {
    .single-product section.related ul.products li.product {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .single-product section.related ul.products li.product {
        width: 100%
    }
}

.single-product #pxl-content-area div.product .entry-summary {
    width: 100% !important;
    margin-bottom: 57px
}

@media screen and (min-width:768px) {
    .single-product #pxl-content-area div.product .entry-summary {
        position: sticky;
        top: 62px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child,
.single-product>div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature,
.single-product>div.product .woocommerce-sg-product-feature {
    margin-bottom: 71px;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li,
.single-product>div.product .woocommerce-sg-product-feature li {
    display: flex;
    flex-wrap: nowrap
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li i,
.single-product>div.product .woocommerce-sg-product-feature li i {
    margin-right: 8px;
    margin-top: 6px;
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child,
.single-product>div.product .woocommerce-sg-product-feature li p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li+li,
.single-product>div.product .woocommerce-sg-product-feature li+li {
    margin-top: 10px
}

.single-product #pxl-content-area div.product form.cart,
.single-product>div.product form.cart {
    margin-bottom: 20px
}

.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #191919
}

.single-product #pxl-content-area div.product form.cart .reset_variations,
.single-product>div.product form.cart .reset_variations {
    color: #000;
    font-size: 15px;
    margin-top: 6px
}

.single-product #pxl-content-area div.product form.cart .reset_variations:hover,
.single-product>div.product form.cart .reset_variations:hover {
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .single_variation_wrap,
.single-product>div.product form.cart .single_variation_wrap {
    width: 100%
}

.single-product #pxl-content-area div.product form.cart .variations .variable-item:before,
.single-product>div.product form.cart .variations .variable-item:before {
    min-width: auto;
    font-size: 12px;
    border-radius: 0;
    padding: 0 12px;
    line-height: 26px;
    box-shadow: none
}

.single-product #pxl-content-area div.product form.cart .variations th.label,
.single-product>div.product form.cart .variations th.label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #666
}

.single-product #pxl-content-area div.product form.cart .variations th.label label,
.single-product>div.product form.cart .variations th.label label {
    font-weight: 400;
    color: inherit;
    font-family: inherit
}

.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name,
.single-product>div.product form.cart .variations th.label .woo-selected-variation-item-name {
    color: #000
}

.single-product #pxl-content-area div.product form.cart .variations td.label,
.single-product>div.product form.cart .variations td.label {
    padding: 0
}

.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper,
.single-product>div.product form.cart .variations td.woo-variation-items-wrapper {
    padding: 0;
    margin-bottom: 12px
}

.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item,
.single-product>div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
    padding: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12)
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
    font-size: 14px
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
    background-color: #000;
    box-shadow: 0 0 0 1px #000
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    background-color: #f9f9f9
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
    font-size: 15px;
    line-height: 26px;
    padding: 0 8px;
    color: #383838
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
.single-product>div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price,
.single-product>div.product form.cart.variations_form .woocommerce-variation-price {
    margin: 0 0 24px
}

.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button,
.single-product>div.product form.cart.variations_form button.single_add_to_cart_button {
    background-color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form),
.single-product>div.product form.cart:not(.variations_form),
.single-product #pxl-content-area div.product form.cart:not(.grouped_form),
.single-product>div.product form.cart:not(.grouped_form) {
    display: flex;
    margin: 0 0 26px;
    align-items: center;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) select,
.single-product>div.product form.cart:not(.variations_form) select,
.single-product #pxl-content-area div.product form.cart:not(.grouped_form) select,
.single-product>div.product form.cart:not(.grouped_form) select {
    margin: 0
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) label,
.single-product>div.product form.cart:not(.variations_form) label,
.single-product #pxl-content-area div.product form.cart:not(.grouped_form) label,
.single-product>div.product form.cart:not(.grouped_form) label {
    line-height: 50px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td,
.single-product>div.product form.cart .woocommerce-grouped-product-list td {
    vertical-align: middle;
    padding-bottom: 10px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a,
.single-product>div.product form.cart .woocommerce-grouped-product-list td a {
    color: inherit
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 15px
}

@media screen and (max-width:1199px) {

    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,
    .single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
        font-size: 14px
    }
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price del {
    color: #8f8f8f
}

@media screen and (max-width:1199px) {

    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label,
    .single-product>div.product form.cart .woocommerce-grouped-product-list-item__label label {
        font-size: 14px
    }
}

.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale,
.single-product>div.product .woocommerce-gallery span.onsale {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-gallery-inner,
.single-product>div.product .woocommerce-gallery-inner {
    display: flex;
    position: relative
}

@media screen and (min-width:1200px) {

    .single-product #pxl-content-area div.product .woocommerce-gallery-inner.flex-slider-active,
    .single-product>div.product .woocommerce-gallery-inner.flex-slider-active {
        padding-left: 90px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery,
.single-product>div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 57px
}

@media screen and (max-width:991px) {

    .single-product #pxl-content-area div.product .woocommerce-product-gallery,
    .single-product>div.product .woocommerce-product-gallery {
        margin-bottom: 40px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    padding: 0;
    background-color: rgba(178, 125, 19, 5%)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport,
.single-product>div.product .woocommerce-product-gallery .flex-viewport {
    background-color: rgba(178, 125, 19, 5%)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.single-product>div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: -90px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 10px;
    width: 70px;
    float: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 4%);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    border-color: rgba(0, 0, 0, .12)
}

@media screen and (max-width:1199px) {

    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,
    .single-product>div.product .woocommerce-product-gallery .flex-control-nav {
        position: static;
        margin: 30px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li,
    .single-product>div.product .woocommerce-product-gallery .flex-control-nav li {
        width: calc(20% - 10px);
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, .12)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:before {
    content: "\f136";
    font-family: caseicon;
    font-size: 12px;
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    right: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
    content: '';
    background-color: rgba(194, 144, 45, .85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
    content: "\f06e";
    font-family: "font awesome 5 pro";
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
    opacity: .8
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
    opacity: 1
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
    left: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
    right: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .entry-summary,
.single-product>div.product .entry-summary {
    padding-left: 20px
}

@media screen and (max-width:1199px) {

    .single-product #pxl-content-area div.product .entry-summary,
    .single-product>div.product .entry-summary {
        padding-left: 0
    }
}

.single-product #pxl-content-area div.product .entry-summary>.woosc-btn,
.single-product>div.product .entry-summary>.woosc-btn,
.single-product #pxl-content-area div.product .entry-summary>.woosw-btn,
.single-product>div.product .entry-summary>.woosw-btn {
    display: none !important
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button,
.single-product>div.product .entry-summary .woocommerce-sg-product-button {
    padding-left: 110px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
    content: "\f12f";
    font-family: caseicon;
    margin: 0 5px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
    background: var(--primary-color)
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating,
.single-product>div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 18px;
    display: flex;
    align-items: center
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating,
.single-product>div.product .entry-summary .woocommerce-product-rating .star-rating {
    margin: 0
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link,
.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 8px;
    font-size: 18px;
    color: rgba(45, 45, 45, .7)
}

.single-product #pxl-content-area div.product .entry-summary .entry-title,
.single-product>div.product .entry-summary .entry-title {
    font-size: 42px;
    margin-top: 6px;
    margin-bottom: 12px
}

@media screen and (max-width:1199px) {

    .single-product #pxl-content-area div.product .entry-summary .entry-title,
    .single-product>div.product .entry-summary .entry-title {
        font-size: 30px;
        margin-top: -12px
    }
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .entry-summary .entry-title,
    .single-product>div.product .entry-summary .entry-title {
        font-size: 28px;
        margin-top: 0
    }
}

.single-product #pxl-content-area div.product .entry-summary .price,
.single-product>div.product .entry-summary .price {
    font-size: 26px;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 500
}

.single-product #pxl-content-area div.product .entry-summary .price ins,
.single-product>div.product .entry-summary .price ins {
    margin-right: 22px;
    color: inherit;
    text-decoration: none
}

.single-product #pxl-content-area div.product .entry-summary .price del,
.single-product>div.product .entry-summary .price del {
    color: #8f8f8f
}

.single-product #pxl-content-area div.product .entry-summary .price del .amount,
.single-product>div.product .entry-summary .price del .amount {
    color: #8f8f8f
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt,
.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt,
    .single-product>div.product .entry-summary .woocommerce-sg-product-excerpt {
        font-size: 16px
    }
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button,
.single-product>div.product .entry-summary .single_add_to_cart_button {
    display: inline-flex;
    line-height: 46px;
    font-size: 16px;
    justify-content: center;
    padding: 0 30px;
    float: none
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i,
.single-product>div.product .entry-summary .single_add_to_cart_button i {
    font-size: 18px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading,
.single-product>div.product .entry-summary .single_add_to_cart_button.loading {
    padding-right: 42px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after,
.single-product>div.product .entry-summary .single_add_to_cart_button.loading:after {
    top: 0;
    right: 14px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after,
.single-product>div.product .entry-summary .single_add_to_cart_button.added:after {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
.single-product>div.product .woocommerce-tabs ul.wc-tabs {
    overflow: visible;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width:575px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs {
        border-bottom: none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after,
.single-product>div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 55px 0 0;
    padding: 0;
    border: none;
    background-color: initial;
    position: relative;
    z-index: 99
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs li {
        margin: 10px 0 0;
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 0 0 8px;
    font-size: 20px;
    line-height: 50px;
    color: #2d2d2d;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    position: relative
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
        display: block;
        text-align: center
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:before {
    content: '';
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a {
    font-weight: 700
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a:before,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
    font-weight: 600 !important
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
        font-size: 16px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 28px;
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    font-family: inherit;
    color: #152136;
    font-weight: 400;
    font-style: normal;
    padding: 10px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid #dee2e6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
    margin-bottom: 0 !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    font-size: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 2%);
    border: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td {
    border: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th {
    background-color: initial
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
    padding-top: 30px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: 64%;
    padding: 0 15px
}

@media screen and (max-width:991px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
        width: 55%
    }
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 36%;
    padding: 0 15px
}

@media screen and (max-width:991px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
        width: 45%
    }
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 26px;
    margin-top: -2px;
    margin-bottom: 29px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
    display: block;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 1.2
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding: 36px 25px 28px;
    background-color: rgba(0, 0, 0, 5%)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea {
    border-color: transparent
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus {
    border-color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
    font-size: 16px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p {
    margin-bottom: 12px;
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p.comment-notes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p.comment-notes {
    margin-bottom: 22px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p.comment-form-rating,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form>p.comment-form-rating {
    margin-top: 4px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent {
    color: rgba(45, 45, 45, .8);
    line-height: 1.625
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment {
    height: 140px;
    min-height: 140px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit {
    padding: 0 50px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
    font-size: 16px;
    color: #2d2d2d;
    display: block;
    margin-bottom: 9px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
    display: inline-flex;
    font-size: 20px;
    margin-bottom: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
    margin: 0 2px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
    color: rgba(45, 45, 45, .8)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
    color: #c99630
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 30px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none
}

@media screen and (max-width:991px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position: static;
        margin-bottom: 8px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 78px;
    -webkit-border-radius: 78px;
    -khtml-border-radius: 78px;
    -moz-border-radius: 78px;
    -ms-border-radius: 78px;
    -o-border-radius: 78px;
    border-radius: 78px;
    border: none
}

@media screen and (max-width:575px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width: 60px;
        border: none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
    color: #2d2d2d;
    max-width: 460px
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
        font-size: 16px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0 0 30px;
    padding: 12px 0 32px 102px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float: none
    }
}

@media screen and (max-width:575px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left: 80px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin: 0 0 12px;
    font-size: 16px
}

@media screen and (max-width:575px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display: block
    }
}

@media screen and (max-width:767px) {

    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        margin-top: 10px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px;
    color: rgba(45, 45, 45, .8);
    line-height: 22px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: #000;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: capitalize
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .quantity,
.single-product>div.product .quantity {
    margin-right: 20px;
    float: none
}

.single-product #pxl-content-area div.product .product_meta,
.single-product>div.product .product_meta {
    color: #000;
    margin-bottom: 25px;
    font-size: 16px
}

.single-product #pxl-content-area div.product .product_meta>span,
.single-product>div.product .product_meta>span {
    display: block;
    margin-top: 12px
}

.single-product #pxl-content-area div.product .product_meta>span span,
.single-product>div.product .product_meta>span span,
.single-product #pxl-content-area div.product .product_meta>span a,
.single-product>div.product .product_meta>span a {
    color: rgba(0, 0, 0, .8)
}

.single-product #pxl-content-area div.product .product_meta>span a:hover,
.single-product>div.product .product_meta>span a:hover {
    color: var(--primary-color)
}

.single-product .up-sells.upsells {
    margin-top: 52px
}

.single-product .up-sells.upsells>h2 {
    font-size: 32px;
    margin-bottom: 23px
}

.single-product .product-type-external .woocommerce-sg-product-button,
.single-product .product-type-grouped .woocommerce-sg-product-button {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-product .product-type-grouped form.cart .button {
    white-space: nowrap
}

@media screen and (max-width:1199px) {
    .single-product .product-type-grouped .quantity .qty {
        width: 80px !important
    }
}

@media screen and (min-width:768px) {
    .single-product.header-sticky #pxl-content-area div.product .entry-summary {
        top: 120px
    }

    .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
        top: 150px
    }
}

.pswp {
    z-index: 999999
}

.pswp .pswp__caption {
    display: none
}

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, .76)
}

.pswp .pswp__top-bar {
    opacity: 1;
    background-color: initial
}

.pswp .pswp__ui .pswp__button {
    opacity: 1 !important
}

.pswp .pswp__ui .pswp__button:before {
    font-family: caseicon;
    background: 0 0;
    color: #fff;
    display: inline-flex;
    line-height: 30px;
    justify-content: center
}

.pswp .pswp__ui .pswp__button--arrow--left:before {
    content: "\f117"
}

.pswp .pswp__ui .pswp__button--arrow--right:before {
    content: "\f110"
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    width: 100%
}

body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button,
body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info a.button,
body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error a.button {
    line-height: 46px;
    font-size: 16px
}

body.woocommerce-cart .pxl-entry-content .woocommerce .cart-empty.woocommerce-info {
    width: 100%;
    text-align: left
}

body.woocommerce-cart .pxl-entry-content .woocommerce .return-to-shop {
    width: 100%;
    text-align: center
}

body.woocommerce-cart .pxl-entry-content .woocommerce .return-to-shop a.button {
    line-height: 56px;
    border-radius: 0
}

body.woocommerce-cart .cart-empty.woocommerce-info {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center !important;
    position: relative
}

body.woocommerce-cart .cart-empty.woocommerce-info:after {
    content: "\f145";
    font-family: caseicon;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    color: rgba(0, 0, 0, .14);
    position: absolute
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
        background-color: initial !important
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions {
    padding-top: 50px;
    padding-bottom: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    border: 1px solid #2d2d2d;
    background-color: #fff;
    font-size: 18px;
    height: 56px;
    padding: 0 20px;
    min-width: 209px;
    text-align: center;
    color: #2d2d2d;
    margin-right: 12px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
    border-color: var(--primary-color)
}

@media screen and (max-width:575px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    margin-right: 12px;
    opacity: 1;
    padding: 0 22px;
    min-width: 209px
}

@media screen and (max-width:1260px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        min-width: inherit
    }
}

@media screen and (max-width:768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        margin-right: 0
    }
}

@media screen and (max-width:575px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
        width: 100% !important;
        float: none !important
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .qty {
    background-color: initial !important
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a:hover {
    color: var(--primary-color)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name dl.variation {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-subtotal {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a {
    display: block
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    margin-top: -56px;
    background-color: rgba(0, 0, 0, 5%);
    padding: 38px 40px 40px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    color: #2d2d2d;
    width: 100%;
    max-width: 490px
}

@media screen and (max-width:1199px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 420px;
        margin-top: 50px;
        float: none
    }
}

@media screen and (max-width:767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-size: 26px;
    margin-bottom: 29px;
    text-transform: capitalize
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    text-align: right
}

body.woocommerce-cart .cart-collaterals .cart_totals th,
body.woocommerce-cart .cart-collaterals .cart_totals td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 16px;
    font-weight: 400
}

@media screen and (max-width:768px) {

    body.woocommerce-cart .cart-collaterals .cart_totals th,
    body.woocommerce-cart .cart-collaterals .cart_totals td {
        background-color: initial !important
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    padding-top: 16px;
    border-bottom: none;
    font-weight: 500
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    border: none
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
    content: "\f150";
    margin-left: 9px;
    font-family: caseicon;
    position: relative;
    top: 1px;
    font-size: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (max-width:767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        padding-left: 28px;
        padding-right: 28px
    }
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    text-align: center
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    font-size: 16px;
    padding: 0 15px
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout strong {
    font-weight: 500;
    color: #2d2d2d
}

@media screen and (max-width:767px) {

    .woocommerce-checkout .woocommerce-message,
    .woocommerce-checkout .woocommerce-info {
        padding-bottom: 24px
    }
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 5%);
    padding: 24px 30px 30px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.checkout_coupon {
        padding-left: 20px;
        padding-right: 20px
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 20px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px !important
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:575px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last button.button {
        width: 100%
    }
}

.woocommerce-checkout form.checkout_coupon #coupon_code {
    border-color: transparent;
    height: 56px
}

.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
    border-color: var(--primary-color)
}

.woocommerce-checkout form.checkout_coupon>.form-row {
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce-checkout #customer_details {
    width: 60%;
    padding: 0 35px 0 15px
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout #customer_details {
        padding-right: 15px
    }
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #customer_details {
        width: 100%
    }
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    padding: 0
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #customer_details {
        margin: 0
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 40px;
    margin-bottom: 24px;
    text-transform: capitalize
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
        font-size: 32px
    }
}

@media screen and (max-width:575px) {
    .woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
        font-size: 28px
    }
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 44px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 40px;
    margin-bottom: 32px;
    text-transform: capitalize
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
        font-size: 32px
    }
}

@media screen and (max-width:575px) {
    .woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
        font-size: 28px
    }
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: var(--primary-color)
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
    content: "\f01a";
    font-family: FontAwesome;
    margin-left: 14px;
    font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
    display: none !important
}

.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
    padding: 18px 30px
}

.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce-checkout form.woocommerce-checkout input,
.woocommerce-checkout form.woocommerce-checkout textarea {
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.woocommerce-checkout form.woocommerce-checkout label {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px
}

.woocommerce-checkout form.woocommerce-checkout .form-row-first {
    padding-right: 10px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.woocommerce-checkout .form-row-first {
        padding-right: 0
    }
}

.woocommerce-checkout form.woocommerce-checkout .form-row-last {
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.woocommerce-checkout .form-row-last {
        width: 100%;
        padding-left: 0
    }
}

.woocommerce-checkout form.woocommerce-checkout .form-row-last,
.woocommerce-checkout form.woocommerce-checkout .form-row-first {
    width: 50%
}

@media screen and (max-width:767px) {

    .woocommerce-checkout form.woocommerce-checkout .form-row-last,
    .woocommerce-checkout form.woocommerce-checkout .form-row-first {
        width: 100%
    }
}

.woocommerce-checkout form.woocommerce-checkout .select2-container--default .select2-selection .select2-selection__rendered {
    color: rgba(0, 0, 0, .5)
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: capitalize
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
        font-size: 32px
    }
}

@media screen and (max-width:575px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
        font-size: 28px
    }
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    width: 40%;
    padding: 0 15px;
    margin-bottom: 54px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
        width: 100%
    }
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .blockUI {
    background-color: initial
}

.woocommerce-checkout form.woocommerce-checkout #order_review {
    background-color: rgba(0, 0, 0, 5%);
    padding: 34px 40px 40px
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout form.woocommerce-checkout #order_review {
        padding-left: 20px;
        padding-right: 20px
    }
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    font-weight: 500;
    vertical-align: middle !important
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    border: none;
    margin: 0;
    font-size: 16px;
    color: #2d2d2d;
    background-color: initial
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
    text-transform: uppercase
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td {
    text-align: right
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
    text-transform: uppercase
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
    border-bottom: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
    text-align: right
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
    text-align: right
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
    padding-right: 20px
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 400
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    margin-top: 5px;
    padding: 0;
    background-color: initial;
    border: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment label {
    font-size: 16px;
    color: #2d2d2d
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box {
    font-size: 14px;
    line-height: 24px;
    color: rgba(45, 45, 45, .7);
    background-color: #fff;
    margin-bottom: 23px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box:before {
    border-bottom-color: #fff
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
    padding-top: 4px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label {
    cursor: pointer;
    position: relative
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 16px;
    position: absolute;
    top: 2px;
    left: -35px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: -30px;
    top: 7px;
    background-color: var(--primary-color);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input {
    opacity: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+label:before {
    border-color: var(--primary-color)
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked+label:after {
    opacity: 1
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order.button {
    float: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 22px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0;
    color: #222;
    position: relative;
    display: block
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f14d";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: caseicon;
    color: var(--primary-color);
    margin-left: -16px;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 20px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active>a:before,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-1,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-2 {
    flex: inherit;
    max-width: inherit
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row label {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    border: none;
    background-color: #fff;
    padding: 40px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: 670px;
    margin: 0 auto 50px;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

@media screen and (max-width:1199px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
        padding: 28px 20px
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
    font-size: 18px;
    line-height: 1.55555;
    color: #000;
    margin-bottom: 7px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form input {
    color: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, 5%);
    border-color: transparent
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form input:focus {
    border-color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:after {
    margin: 0;
    color: rgba(0, 0, 0, .5)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:hover:after {
    color: #000
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a {
    font-size: 16px;
    color: rgba(45, 45, 45, .8)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text {
    padding-bottom: 17px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a {
    color: #000
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    position: relative;
    margin: 4px 0 28px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 16px;
    color: #000;
    display: inline-flex;
    padding-left: 34px;
    position: relative;
    cursor: pointer
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid rgba(45, 45, 45, .3);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:after {
    content: "\f112";
    font-family: caseicon;
    color: #000;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme {
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme:checked+span:after {
    opacity: 1
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button {
    height: 42px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-register {
    font-size: 16px;
    line-height: 1.625;
    color: rgba(45, 45, 45, .8)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0 -25px;
    width: inherit;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:1199px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login {
        margin-left: -15px;
        margin-right: -15px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login>div {
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width:1199px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
    font-size: 40px;
    margin-bottom: 28px
}

@media screen and (max-width:991px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
        font-size: 32px
    }
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login {
        margin: 0
    }

    .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,
    .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
    background-color: initial;
    padding: 8px 0
}

.wishlist-title {
    width: 100%;
    text-align: center;
    margin: 0 0 45px
}

.wishlist-title .button .fa {
    font-family: FontAwesome
}

.hidden-title-form input+input {
    margin-top: 15px
}

.hidden-title-form .btn {
    line-height: 51px !important
}

.shop_table.cart.wishlist_table {
    margin-bottom: 0 !important
}

#stripe-payment-data .form-row>label+div {
    width: 100%
}

.woocommerce-lost-password {}

.woocommerce-lost-password .woocommerce-error {
    max-width: 440px;
    margin: auto
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    max-width: 440px;
    margin: 10px auto 0
}

.woocommerce-lost-password .woocommerce-ResetPassword p {
    width: 100% !important;
    float: none !important;
    font-size: 16px
}

.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 5%);
    color: rgba(45, 45, 45, .5)
}

.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
    border-color: var(--primary-color);
    color: #2d2d2d
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
    width: 100%
}

.woocommerce-lost-password .woocommerce-form-row label {
    margin-bottom: 4px;
    font-weight: 500;
    color: #222
}

.woocommerce-lost-password .pxl-entry-content>.woocommerce {
    max-width: 960px;
    margin: auto
}

.woosw-popup {}

.woosw-popup .woosw-item--image img {
    background-color: #f7f7f7
}

.woosw-popup .woosw-item--time {
    display: none
}

.woosw-popup .woosw-item--actions a.button {
    line-height: 40px;
    padding: 0 22px;
    font-size: 15px
}

.woosw-popup .woosw-popup-content-bot a {
    color: #000;
    text-transform: capitalize
}

.woosw-popup .woosw-popup-content-bot a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.woosw-popup .woosw-item--add .button.added {
    display: none
}

.woosw-popup .woosw-item--add .added_to_cart.wc-forward {
    line-height: 40px;
    padding: 0 22px;
    font-size: 15px
}

.woosw-list {
    max-width: 860px;
    margin: auto
}

.woosw-list .woosw-actions {
    display: none
}

.woosw-list .woosw-popup-content-mid-massage {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center !important
}

.woosw-list .woosw-popup-content-mid-massage:before {
    content: "\f145";
    font-family: caseicon;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    color: rgba(0, 0, 0, .14);
    position: absolute
}

.woosw-list table.woosw-items {
    border-left: none
}

.woosw-list table.woosw-items td {
    border-right: none;
    background-color: initial !important
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-weight: 600;
    color: #000
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price {
    font-size: 15px;
    color: var(--primary-color)
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
    background-color: initial;
    color: inherit
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
    color: #888
}

.woosw-list table.woosw-items .woosw-item .woosw-item--time {
    font-size: 15px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
    text-align: right
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button,
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward {
    min-width: 170px;
    text-align: center;
    line-height: 40px;
    padding: 0 22px;
    font-size: 15px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added,
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward.added {
    margin: 0 10px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after,
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward.added:after {
    display: none
}

.woosq-popup {}

.woosq-popup .woocommerce-product-details__short-description {
    margin-bottom: 22px
}

.woosq-popup div.product .entry-summary .entry-title {
    font-size: 32px
}

.woosq-popup div.product .entry-summary .product_type_external {
    width: 100%;
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button {
    width: 100%;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
    opacity: 1
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
    display: none
}

#woosc-area .woosc-inner span.amount {
    font-weight: 500;
    color: var(--primary-color)
}

#woosc-area .woosc-inner td.td-label {
    font-weight: 500;
    color: var(--dark-color)
}

#woosc-area .woosc-inner .button.wp-element-button {
    line-height: 50px;
    padding: 0 32px;
    font-size: 16px
}

.pxl--hide-arrow .pxl-swiper-arrow-wrap {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute
}

.swiper-filter-active .non-swiper-slide {
    display: none
}

.swiper-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.swiper-filter-wrap .filter-item {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 24px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.swiper-filter-wrap .filter-item:before {
    content: '';
    width: 11px;
    height: 41px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    background-color: #f4f4f4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%)scaleY(0);
    -khtml-transform: translate(-50%, -50%)scaleY(0);
    -moz-transform: translate(-50%, -50%)scaleY(0);
    -ms-transform: translate(-50%, -50%)scaleY(0);
    -o-transform: translate(-50%, -50%)scaleY(0);
    transform: translate(-50%, -50%)scaleY(0);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    z-index: -1
}

.swiper-filter-wrap .filter-item span {
    color: #010927;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.swiper-filter-wrap .filter-item.active {
    color: var(--primary-color)
}

.swiper-filter-wrap .filter-item.active:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%)scaleY(1);
    -khtml-transform: translate(-50%, -50%)scaleY(1);
    -moz-transform: translate(-50%, -50%)scaleY(1);
    -ms-transform: translate(-50%, -50%)scaleY(1);
    -o-transform: translate(-50%, -50%)scaleY(1);
    transform: translate(-50%, -50%)scaleY(1)
}

.pxl-swiper-sliders .pxl-item--image img {
    width: 100%
}

.pxl-swiper-sliders .pxl-item--title a,
.pxl-swiper-sliders .pxl-item--category a {
    color: inherit
}

.pxl-swiper-sliders .pxl-item--title a:hover,
.pxl-swiper-sliders .pxl-item--category a:hover {
    color: inherit
}

.pxl-grid .pxl-item--featured,
.pxl-post-carousel .pxl-item--featured {
    position: relative
}

.pxl-grid .pxl-item--link,
.pxl-post-carousel .pxl-item--link {
    z-index: 99
}

.pxl-grid .pxl-item--image img,
.pxl-post-carousel .pxl-item--image img,
.pxl-grid .pxl-item--featured img,
.pxl-post-carousel .pxl-item--featured img {
    width: 100%
}

.pxl-grid .pxl-item--title a,
.pxl-post-carousel .pxl-item--title a,
.pxl-grid .item--title a,
.pxl-post-carousel .item--title a {
    color: inherit
}

.pxl-grid .pxl-item--title a:hover,
.pxl-post-carousel .pxl-item--title a:hover,
.pxl-grid .item--title a:hover,
.pxl-post-carousel .item--title a:hover {
    color: inherit
}

.pxl-grid .item--category a,
.pxl-post-carousel .item--category a {
    color: inherit
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry {
    margin: 0 !important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
    padding: 0 !important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .item--inner,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner {
    margin-bottom: 0
}

.pxl-load-more .btn:after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2;
    margin-top: -10px;
    opacity: 0
}

.pxl-load-more .pxl-loadmore-text {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-load-more.loading .btn:after {
    opacity: 1
}

.pxl-load-more.loading .pxl-loadmore-text {
    opacity: 0
}

.pxl-load-more-style1 .btn {
    padding: 0 38px
}

.pxl-load-more-style2 .btn.btn-morden {
    line-height: 46px;
    font-size: 15px
}

.pxl-grid-filter .filter-item {
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative
}

.pxl-grid-filter1 {
    margin-bottom: 30px
}

.pxl-grid-filter1 .filter-item {
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px;
    color: #000;
    display: inline-flex;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px));
    background-color: var(--primary-color);
    margin: 0 10px 20px
}

@media screen and (max-width:1199px) {
    .pxl-grid-filter1 .filter-item {
        font-size: 16px;
        padding: 0 28px
    }
}

@media screen and (max-width:767px) {
    .pxl-grid-filter1 .filter-item {
        line-height: 51px
    }
}

.pxl-grid-filter1 .filter-item:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    clip-path: polygon(0% 0%, calc(100% - 17px) 0%, 100% 17px, 100% 100%, 17px 100%, 0% calc(100% - 17px));
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-grid-filter1 .filter-item:hover,
.pxl-grid-filter1 .filter-item.active {
    color: var(--secondary-color)
}

.pxl-grid-filter1 .filter-item:hover:before,
.pxl-grid-filter1 .filter-item.active:before {
    background-color: var(--primary-color)
}

.pxl-grid-filter1 .pxl--filter-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

@media screen and (max-width:767px) {
    .pxl-grid-filter1 .pxl--filter-inner {
        justify-content: center
    }
}

.pxl-grid-filter2 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.pxl-grid-filter2 .filter-item {
    padding: 6px 26px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(28, 28, 28, .57);
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .pxl-grid-filter2 .filter-item {
        padding-left: 12px;
        padding-right: 12px
    }
}

.pxl-grid-filter2 .filter-item:before {
    content: '';
    height: 8px;
    width: 0%;
    margin: 0 auto;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 8px
}

.pxl-grid-filter2 .filter-item:hover,
.pxl-grid-filter2 .filter-item.active {
    color: #1c1c1c
}

.pxl-grid-filter2 .filter-item:hover:before,
.pxl-grid-filter2 .filter-item.active:before {
    width: 100%
}

.pxl-grid-filter2 .pxl--filter-inner {
    display: inline-flex;
    border-bottom: 1px solid #dbdbdb;
    flex-wrap: wrap;
    justify-content: center;
    font-family: playfair display sc, sans-serif
}

@media screen and (max-width:767px) {
    .pxl-grid-filter2 .pxl--filter-inner {
        border: none
    }
}

.pxl-grid-filter3 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px
}

.pxl-grid-filter3 .filter-item {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 49px;
    padding: 0 44px;
    border-radius: 49px
}

@media screen and (max-width:767px) {
    .pxl-grid-filter3 .filter-item {
        padding-left: 22px;
        padding-right: 22px
    }
}

.pxl-grid-filter3 .filter-item:hover,
.pxl-grid-filter3 .filter-item.active {
    background-color: rgba(var(--primary-color-rgb), .65)
}

.pxl-grid-filter3 .pxl--filter-inner {
    display: inline-flex;
    border: 2px solid rgba(var(--primary-color-rgb), .65);
    border-radius: 53px;
    flex-wrap: wrap;
    justify-content: center;
    font-family: playfair display sc, sans-serif
}

@media screen and (max-width:767px) {
    .pxl-grid-filter3 .pxl--filter-inner {
        border: none
    }
}

.pxl-blog-style1 .pxl-item--number {
    font-style: italic;
    font-size: 22px;
    line-height: 1;
    color: #c6c5c5;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.pxl-blog-style1 .pxl-item--date {
    margin-top: -60px;
    background-color: var(--primary-color);
    width: 101px;
    height: 97px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-blog-style1 .pxl-item--date .pxl-date--day {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px
}

@media screen and (max-width:1199px) {
    .pxl-blog-style1 .pxl-item--date {
        width: 81px;
        height: 77px;
        margin-top: -40px
    }

    .pxl-blog-style1 .pxl-item--date .pxl-date--day {
        font-size: 24px;
        margin-bottom: 5px
    }
}

.pxl-blog-style1 .pxl-item--meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-top: -30px
}

.pxl-blog-style1 .pxl-item--holder {
    padding: 30px 35px;
    margin: 0 40px;
    max-width: 450px;
    position: relative;
    z-index: 99
}

@media screen and (max-width:1199px) {
    .pxl-blog-style1 .pxl-item--holder {
        padding-left: 24px;
        padding-right: 24px;
        margin: 0 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-blog-style1 .pxl-item--holder {
        margin: 0 20px
    }
}

.pxl-blog-style1 .pxl-item--holder:before {
    background-color: #fff;
    z-index: -1;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 5%)
}

.pxl-blog-style1 .pxl-item--title {
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .pxl-blog-style1 .pxl-item--title {
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .pxl-blog-style1 .pxl-item--title {
        font-size: 18px
    }
}

.pxl-blog-style1 .pxl-item--button {
    position: absolute;
    bottom: -18px;
    left: 35px;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: scaleY(0);
    transform-origin: top center
}

.pxl-blog-style1 .pxl-item--button .btn {
    line-height: 40px;
    padding: 0 29px;
    clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 14px 100%, 0% calc(100% - 14px))
}

.pxl-blog-style1 .pxl-item--button .btn:hover {
    clip-path: polygon(0% 0%, 100% 0%, 100% 18px, 100% 100%, 18px 100%, 0% 100%)
}

.pxl-blog-style1 .pxl-item--featured {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.pxl-blog-style1 .pxl-item--featured+.pxl-item--holder {
    margin-top: -110px
}

@media screen and (max-width:1199px) {
    .pxl-blog-style1 .pxl-item--featured+.pxl-item--holder {
        margin-top: -60px
    }
}

@media screen and (max-width:767px) {
    .pxl-blog-style1 .pxl-item--featured+.pxl-item--holder {
        margin-top: -40px
    }
}

.pxl-blog-style1 .pxl-item--inner {
    margin-bottom: 70px;
    position: relative
}

.pxl-blog-style1 .pxl-item--inner:hover {
    z-index: 101
}

.pxl-blog-style1 .pxl-item--inner:hover .pxl-item--holder::before {
    height: calc(100% + 70px)
}

.pxl-blog-style1 .pxl-item--inner:hover .pxl-item--button {
    transform: scaleY(1);
    bottom: -38px
}

.pxl-blog-style1 .pxl-item--inner:hover .pxl-item--date {
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-blog-style1 .pxl-pagination-wrap .pxl-pagination-links {
    margin-top: 70px
}

.pxl-blog-style1.pxl-blog-grid .pxl-item--inner {
    margin-bottom: 30px
}

.pxl-blog-style2 .pxl-item--featured {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 22px
}

.pxl-blog-style2 .pxl-item--featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pxl-blog-style2 .pxl-item--category {
    font-size: 18px;
    color: #101010;
    font-weight: 700;
    padding: 0 14px;
    line-height: 37px;
    border-radius: 6px;
    background-color: var(--primary-color);
    position: absolute;
    top: 28px
}

.pxl-blog-style2 .pxl-item--category a {
    color: inherit
}

.pxl-blog-style2 .pxl-item--category a:hover {
    color: inherit
}

.pxl-blog-style2 .pxl-item--title {
    font-size: 30px;
    margin-bottom: 20px
}

@media screen and (max-width:1199px) {
    .pxl-blog-style2 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-blog-style2 .pxl-item--content {
    font-size: 21px;
    line-height: 1.428;
    color: #101010;
    margin-bottom: 16px
}

@media screen and (max-width:1199px) {
    .pxl-blog-style2 .pxl-item--content {
        font-size: 18px
    }
}

.pxl-blog-style2 .pxl-swiper-slide:nth-child(odd) .pxl-item--featured:before {
    background-image: url(../img/item-shape1.png)
}

.pxl-blog-style2 .pxl-swiper-slide:nth-child(even) .pxl-item--featured:before {
    background-image: url(../img/item-shape2.png)
}

.pxl-blog-style3 .pxl-item--featured {
    margin-bottom: 33px
}

@media screen and (max-width:767px) {
    .pxl-blog-style3 .pxl-item--featured .pxl-md-featured {
        display: none
    }
}

.pxl-blog-style3 .pxl-item--featured .pxl-sm-featured {
    display: none
}

@media screen and (max-width:767px) {
    .pxl-blog-style3 .pxl-item--featured .pxl-sm-featured {
        display: block;
        min-height: 230px
    }
}

.pxl-blog-style3 .pxl-item--title {
    font-size: 24px;
    line-height: 1.5;
    font-family: inherit;
    color: #fff;
    margin-bottom: 13px
}

.pxl-blog-style3 .pxl-item--content {
    font-size: 17px;
    color: #838383;
    line-height: 1.647;
    margin-bottom: 30px
}

.pxl-blog-style3 .pxl-item--button .btn {
    border-color: #fff6ef
}

.pxl-blog-style3 .pxl-item--meta {
    font-size: 13px;
    margin-bottom: 9px
}

.pxl-blog-style3 .pxl-item--meta label {
    color: #c5c5c5;
    text-transform: capitalize
}

.pxl-blog-style3 .pxl-item--meta .pxl-item--date,
.pxl-blog-style3 .pxl-item--meta .pxl-item--category {
    color: #fff;
    text-transform: uppercase
}

.pxl-blog-style3 .pxl-dot-spacer {
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    transform: rotate(45deg);
    margin: 0 12px
}

.pxl-blog-style3 .pxl-item--inner {
    padding-bottom: 4px
}

.pxl-item--imgfilter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.pxl-item--imgfilter img {
    filter: blur(14px)
}

.pxl-item--imgfilter:before {
    background-color: rgba(var(--primary-color-rgb), .25);
    z-index: 1
}

.pxl-item--imgfilter:after {
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.pxl-portfolio-style1 .pxl-item--title {
    color: #fff;
    margin-bottom: 4px;
    font-size: 24px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: translateY(100%)
}

.pxl-portfolio-style1 .pxl-item--category {
    font-size: 18px;
    color: #fff
}

.pxl-portfolio-style1 .pxl-item--category a {
    display: inline-block;
    color: inherit;
    transform: translateY(100%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-portfolio-style1 .pxl-item--meta {
    width: 100%
}

.pxl-portfolio-style1 .pxl-item--holder {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    overflow: hidden;
    max-height: 222px
}

@media screen and (max-width:1199px) {
    .pxl-portfolio-style1 .pxl-item--holder {
        max-height: 100%
    }
}

.pxl-portfolio-style1 .pxl-item--imgfilter {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

@media screen and (max-width:1199px) {
    .pxl-portfolio-style1 .pxl-item--imgfilter {
        width: calc(100% + 40px) !important;
        height: calc(100% + 40px) !important;
        top: -20px;
        left: -20px;
        bottom: -20px;
        right: -20px;
        transform: translate(0%, 0%)
    }
}

.pxl-portfolio-style1 .pxl-item--title-wrap,
.pxl-portfolio-style1 .pxl-item--category {
    overflow: hidden
}

.pxl-portfolio-style1 .pxl-item--inner {
    position: relative;
    margin-bottom: 30px
}

.pxl-portfolio-style1 .pxl-item--inner:before {
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-portfolio-style1 .pxl-item--inner:hover:before {
    opacity: 1
}

.pxl-portfolio-style1 .pxl-item--inner:hover .pxl-item--imgfilter {
    opacity: 1
}

.pxl-portfolio-style1 .pxl-item--inner:hover .pxl-item--title,
.pxl-portfolio-style1 .pxl-item--inner:hover .pxl-item--category a {
    transform: translateY(0%)
}

@media screen and (min-width:1200px) {

    .pxl-portfolio-style1 .pxl-grid-item.col-xl-6 .pxl-item--holder,
    .pxl-portfolio-style1 .pxl-grid-item.col-lg-66-pxl .pxl-item--holder {
        max-width: 377px
    }
}

.pxl-service-style1 .pxl-item--icon {
    line-height: 1;
    color: #fff;
    font-size: 58px;
    margin-bottom: 15px
}

@media screen and (max-width:1199px) {
    .pxl-service-style1 .pxl-item--icon {
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    .pxl-service-style1 .pxl-item--icon {
        font-size: 34px
    }
}

.pxl-service-style1 .pxl-item--title {
    font-size: 24px;
    margin-bottom: 14px;
    color: #fff
}

.pxl-service-style1 .pxl-item--title a {
    color: inherit
}

.pxl-service-style1 .pxl-item--title a:hover {
    color: inherit
}

@media screen and (max-width:767px) {
    .pxl-service-style1 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-service-style1 .pxl-item--content {
    font-size: 16px;
    line-height: 1.625;
    color: rgba(255, 255, 255, .8)
}

.pxl-service-style1 .pxl-item--holder {
    width: 100%
}

.pxl-service-style1 .pxl-item--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.pxl-service-style1 .pxl-item--overlay img {
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: -20px;
    margin: auto;
    max-width: calc(100% + 40px);
    filter: blur(14px)
}

.pxl-service-style1 .pxl-item--overlay:before {
    background-color: rgba(var(--primary-color-rgb), .3);
    z-index: 1
}

@media screen and (max-width:575px) {
    .pxl-service-style1 .pxl-item--readmore {
        margin-top: 38px
    }
}

.pxl-service-style1 .pxl-item--readmore .btn {
    padding-left: 48px;
    padding-right: 48px
}

@media screen and (max-width:1199px) {
    .pxl-service-style1 .pxl-item--readmore .btn {
        line-height: 51px;
        padding: 0 34px;
        font-size: 16px
    }
}

.pxl-service-style1 .pxl-item--front {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 18px 30px 22px;
    z-index: 1;
    -webkit-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -o-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    transition: all 500ms cubic-bezier(.3, .3, 0, .8)
}

.pxl-service-style1 .pxl-item--back {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 30px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -o-transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    transition: all 500ms cubic-bezier(.3, .3, 0, .8);
    -webkit-transform: perspective(500px)rotateX(-90deg);
    -khtml-transform: perspective(500px)rotateX(-90deg);
    -moz-transform: perspective(500px)rotateX(-90deg);
    -ms-transform: perspective(500px)rotateX(-90deg);
    -o-transform: perspective(500px)rotateX(-90deg);
    transform: perspective(500px)rotateX(-90deg)
}

.pxl-service-style1 .pxl-item--back .pxl-item--title {
    font-size: 28px
}

@media screen and (max-width:1199px) {
    .pxl-service-style1 .pxl-item--back .pxl-item--title {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    .pxl-service-style1 .pxl-item--back .pxl-item--title {
        font-size: 20px
    }
}

.pxl-service-style1 .pxl-item--back .pxl-item--overlay:before {
    background-color: rgba(0, 0, 0, .3)
}

.pxl-service-style1 .pxl-item--back .pxl-item--content {
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .pxl-service-style1 .pxl-item--back .pxl-item--content {
        margin-bottom: 28px
    }
}

@media screen and (max-width:575px) {
    .pxl-service-style1 .pxl-item--back .pxl-item--content {
        display: none
    }
}

.pxl-service-style1 .pxl-item--inner {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.pxl-service-style1 .pxl-item--inner:hover .pxl-item--back {
    -webkit-transform: perspective(500px)rotateX(0);
    -khtml-transform: perspective(500px)rotateX(0);
    -moz-transform: perspective(500px)rotateX(0);
    -ms-transform: perspective(500px)rotateX(0);
    -o-transform: perspective(500px)rotateX(0);
    transform: perspective(500px)rotateX(0)
}

.pxl-service-style1 .pxl-item--inner:hover .pxl-item--front {
    -webkit-transform: perspective(500px)rotateX(90deg);
    -khtml-transform: perspective(500px)rotateX(90deg);
    -moz-transform: perspective(500px)rotateX(90deg);
    -ms-transform: perspective(500px)rotateX(90deg);
    -o-transform: perspective(500px)rotateX(90deg);
    transform: perspective(500px)rotateX(90deg);
    -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom
}

.pxl-product-grid-layout1 .pxl-item--inner {
    margin-bottom: 40px
}

.pxl-product-grid-layout2 .pxl-item--image {
    margin: -40px -40px 0;
    border-radius: 5px 5px 0 0;
    position: relative
}

.pxl-product-grid-layout2 .pxl-item--image img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-product-grid-layout2 .pxl-item--title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.11111;
    color: #fff;
    min-height: 40px;
    flex-grow: 1
}

.pxl-product-grid-layout2 .pxl-item--details {
    display: inline-block;
    width: 43px;
    min-width: 43px;
    height: 35px;
    font-size: 24px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 5px;
    text-align: center;
    line-height: 35px
}

.pxl-product-grid-layout2 .pxl-item--meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-product-grid-layout2 .pxl-item--price {
    flex-grow: 1
}

.pxl-product-grid-layout2 .pxl-item--top {
    color: #969696;
    margin-bottom: 8px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-product-grid-layout2 .pxl-item--attr {
    position: absolute;
    bottom: 10px;
    right: 40px;
    display: inline-flex
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-attr--content {
    font-size: 14px;
    line-height: 22px;
    color: #dacfca;
    padding: 14px 22px;
    border-radius: 5px;
    background-color: rgba(45, 26, 7, .95);
    position: absolute;
    bottom: 100%;
    right: -20px;
    margin-bottom: 25px;
    width: 240px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    visibility: hidden
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-attr--content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(45, 26, 7, .95)transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    right: 26px
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-attr--content label {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-attr--content .pxl-attr--item+.pxl-attr--item {
    margin-top: 8px
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-button--info {
    font-size: 25px;
    color: #969696;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-product-grid-layout2 .pxl-item--attr .pxl-button--info.active+.pxl-attr--content,
.pxl-product-grid-layout2 .pxl-item--attr .pxl-button--info:hover+.pxl-attr--content {
    opacity: 1;
    visibility: visible;
    margin-bottom: 15px
}

.pxl-product-grid-layout2 .pxl-item--inner {
    margin-bottom: 14px;
    background-color: rgba(34, 34, 34, .7);
    border: 1px solid #484848;
    border-radius: 5px;
    padding: 40px 40px 37px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width:991px) {
    .pxl-product-grid-layout2 .pxl-item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pxl-product-grid-layout2 .pxl-item--inner:hover {
    border-color: var(--primary-color);
    background-color: rgba(var(--third-color-rgb), .9)
}

.pxl-product-grid-layout2 .pxl-item--inner:hover .pxl-item--top {
    color: #ffd9b7
}

.pxl-product-grid-layout2 .pxl-item--inner:hover .pxl-item--attr .pxl-button--info {
    color: #ffd9b7
}

.pxl-product-grid-layout2 .pxl-item--inner:hover .pxl-item--image img {
    transform: scale(1.08)
}

.pxl-product-grid-layout2 .pxl-grid-inner {
    margin-left: -7px;
    margin-right: -7px
}

.pxl-product-grid-layout2 .pxl-grid-inner .pxl-grid-item {
    padding: 0 7px
}

.pxl-product-grid-layout2 .pxl-load-more {
    padding-top: 24px
}

.pxl-product-grid-layout3 .pxl-item--image {
    margin-bottom: 25px
}

.pxl-product-grid-layout3 .pxl-item--title {
    padding-bottom: 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: inherit;
    border-bottom: 2px solid #676767
}

.pxl-product-grid-layout3 .pxl-item--cart {
    flex-grow: 1
}

.pxl-product-grid-layout3 .pxl-item--cart a {
    display: inline-flex;
    line-height: 39px;
    color: #382212;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 39px;
    padding: 0 23px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .14), 0 10px 18px rgba(0, 0, 0, .11)inset;
    background-color: var(--primary-color)
}

.pxl-product-grid-layout3 .pxl-item--cart a.added {
    display: none
}

.pxl-product-grid-layout3 .pxl-item--cart a:hover {
    background-color: var(--third-color);
    color: #fff
}

.pxl-product-grid-layout3 .pxl-item--cart a.loading {
    padding-right: 36px
}

.pxl-product-grid-layout3 .pxl-item--cart a.loading:before {
    content: '';
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #382212 transparent #382212;
    border-width: 1.5px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.pxl-product-grid-layout3 .pxl-item--price {
    padding: 0 23px;
    font-size: 24px;
    color: #000;
    font-weight: 700
}

.pxl-product-grid-layout3 .pxl-item--meta {
    padding-top: 20px
}

.pxl-product-grid-layout3 .pxl-item--inner {
    margin-bottom: 45px
}

.pxl-shop-toolbars {
    position: relative;
    margin-bottom: 56px
}

.pxl-shop-toolbars select {
    border: none
}

.pxl-shop-toolbars:before,
.pxl-shop-toolbars:after {
    content: '';
    height: 1px;
    background-color: #ececec;
    position: absolute;
    width: 1e5px;
    left: -5e3px;
    right: -5e3px
}

.pxl-shop-toolbars:before {
    top: 0
}

.pxl-shop-toolbars:after {
    bottom: 0
}

.pxl-shop-toolbars .pxl-number-result {
    font-size: 16px;
    color: #000;
    font-style: italic
}

@media screen and (max-width:767px) {
    .pxl-shop-toolbars .pxl-number-result {
        min-height: 53px;
        align-items: center
    }
}

.pxl-shop-toolbars .pxl-sort-by {
    flex-grow: 1
}

.pxl-shop-toolbars .nice-select {
    padding: 0;
    border: none;
    height: 53px;
    background-color: initial
}

@media screen and (max-width:767px) {
    .pxl-shop-toolbars .nice-select {
        position: static
    }
}

.pxl-shop-toolbars .nice-select:before {
    display: none
}

.pxl-shop-toolbars .nice-select span.current {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: inline-flex;
    align-items: center
}

.pxl-shop-toolbars .nice-select span.current:after {
    content: "\f150";
    font-family: Caseicon;
    font-size: 13px;
    font-weight: 400;
    margin-left: 24px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-shop-toolbars .nice-select .option {
    color: #666
}

.pxl-shop-toolbars .nice-select ul.list {
    min-width: 250px
}

@media screen and (max-width:767px) {
    .pxl-shop-toolbars .nice-select ul.list {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.pxl-shop-toolbars .nice-select.open span.current:after {
    transform: scaleY(-1)
}

.pxl-shop-toolbars .pxl-filter-by,
.pxl-shop-toolbars .pxl-sort-by {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-shop-toolbars .pxl-toolbar-inner {
    margin: 0 -27px
}

.pxl-shop-toolbars .pxl-toolbar-inner>div {
    padding: 0 27px
}

@media screen and (max-width:767px) {
    .pxl-shop-toolbars .pxl-toolbar-inner>div {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative
    }
}

.pxl-shop-toolbars .pxl-toolbar-inner label {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--third-color);
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.pxl-product-style2 .pxl-item--image {
    margin-bottom: 22px
}

.pxl-product-style2 .pxl-item--title {
    margin-bottom: 0;
    font-size: 24px;
    margin-bottom: 0
}

.pxl-product-style2 .pxl-item--description {
    font-size: 14px;
    color: #9f9f9f;
    margin-top: -2px
}

.pxl-product-style2 .pxl-item--price {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    flex-grow: 1
}

.pxl-product-style2 .woosw-btn {
    font-size: 18px;
    margin-right: -6px;
    font-size: 0;
    color: #2b2b2b;
    display: inline-flex;
    width: 24px;
    height: 24px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: 0 0 !important;
    padding: 0
}

.pxl-product-style2 .woosw-btn:before,
.pxl-product-style2 .woosw-btn:after {
    font-family: flaticon;
    font-size: 18px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-product-style2 .woosw-btn:before {
    content: "\f140"
}

.pxl-product-style2 .woosw-btn:after {
    content: "\f13f";
    opacity: 0;
    color: #f44336
}

.pxl-product-style2 .woosw-btn.woosw-added:before {
    opacity: 0
}

.pxl-product-style2 .woosw-btn.woosw-added:after {
    opacity: 1
}

.pxl-product-style2 .pxl-item--bottom {
    align-items: center;
    margin-top: 4px
}

.pxl-product-style2 .pxl-item--holder {
    position: relative;
    z-index: 9
}

.pxl-product-style2 .pxl-item--inner {
    border-radius: 30px;
    padding: 10px 27px 24px;
    position: relative;
    z-index: 1;
    margin-right: 6px;
    margin-bottom: 52px
}

.pxl-product-style2 .pxl-item--inner:before,
.pxl-product-style2 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.pxl-product-style2 .pxl-item--inner:before {
    background-color: var(--primary-color);
    z-index: -2;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-product-style2 .pxl-item--inner:after {
    z-index: -1;
    background-image: -webkit-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -moz-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -ms-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -o-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: linear-gradient(135deg, #ededed 50%, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed 50%', endColorStr='#fff')
}

.pxl-product-style2 .pxl-item--inner:hover:before {
    top: 6px;
    left: 6px;
    opacity: 1
}

.pxl-product-style2 .pxl-item--odd {
    margin-top: 42px
}

.pxl-product-style2 .pxl-swiper-arrow-wrap {
    margin-top: -42px;
    justify-content: end;
    position: relative;
    z-index: 99
}

.pxl-product-grid-layout4 .pxl-item--price {
    line-height: 38px;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--primary-color);
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px
}

.pxl-product-grid-layout4 .pxl-item--image {
    position: relative;
    margin-bottom: 14px
}

.pxl-product-grid-layout4 .pxl-item--title {
    margin-bottom: 0;
    font-size: 22px;
    border-bottom: 1px solid rgba(31, 32, 34, .1);
    margin-bottom: 15px;
    padding-bottom: 14px
}

.pxl-product-grid-layout4 .pxl-item--ingredient {
    font-size: 16px;
    color: rgba(45, 45, 45, .8)
}

.pxl-product-grid-layout4 .pxl-item--inner {
    margin-bottom: 32px
}

.pxl-product-grid-layout5 .pxl-item--image {
    margin-bottom: 18px
}

.pxl-product-grid-layout5 .pxl-item--title {
    font-size: 22px;
    margin-bottom: 14px
}

.pxl-product-grid-layout5 .pxl-item--ingredient {
    font-size: 16px;
    color: rgba(45, 45, 45, .8);
    margin-bottom: 22px
}

.pxl-product-grid-layout5 .pxl-item--button {
    padding: 6px 0
}

.pxl-product-grid-layout5 .pxl-item--button .btn {
    font-size: 16px;
    line-height: 34px;
    padding: 0 26px;
    font-weight: 400;
    clip-path: polygon(0% 0%, calc(100% - 11px) 0%, 100% 11px, 100% 100%, 11px 100%, 0% calc(100% - 11px))
}

@media screen and (max-width:1199px) {
    .pxl-product-grid-layout5 .pxl-item--button .btn {
        padding: 0 18px
    }
}

.pxl-product-grid-layout5 .pxl-item--button .btn:hover {
    clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px)
}

.pxl-product-grid-layout5 .pxl-item--price {
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    color: var(--primary-color)
}

.pxl-product-grid-layout5 .pxl-item--meta {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.pxl-product-grid-layout5 .pxl-item--meta>div {
    width: 50%
}

.pxl-product-grid-layout5 .pxl-item--button {
    display: flex;
    justify-content: flex-end;
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.pxl-product-grid-layout5 .pxl-item--inner {
    margin-bottom: 30px
}

.pxl-product-grid-layout5 .pxl-pagination-wrap {
    justify-content: center
}

.pxl-product-grid-layout6 .pxl-item--title {
    margin-bottom: 4px;
    font-size: 18px
}

.pxl-product-grid-layout6 .pxl-item--price {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color)
}

.pxl-product-grid-layout6 .pxl-item--meta {
    flex-grow: 1
}

.pxl-product-grid-layout6 .pxl-item--holder {
    padding: 10px 0 10px 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 97.43px
}

.pxl-product-grid-layout6 .pxl-item--image+.pxl-item--holder {
    border-top: none
}

.pxl-product-grid-layout6 .pxl-item--readmore {
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    min-width: 34px
}

.pxl-product-grid-layout6 .pxl-item--readmore svg {
    fill: #fff
}

.pxl-product-grid-layout6 .pxl-item--inner {
    margin-bottom: 20px
}

.pxl-gallery-grid1 .pxl-item--meta {
    position: absolute;
    left: 27px;
    bottom: 27px;
    right: 27px;
    background-color: #fff;
    border-radius: 6px;
    padding: 17px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    transform: translateY(-20px)
}

.pxl-gallery-grid1 .pxl-item--meta .pxl-item--title {
    font-size: 20px;
    margin-bottom: 3px
}

.pxl-gallery-grid1 .pxl-item--meta .pxl-item--subtitle {
    font-size: 13px;
    color: rgba(30, 30, 30, .63)
}

.pxl-gallery-grid1 .pxl-item--inner {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px
}

.pxl-gallery-grid1 .pxl-item--inner:hover .pxl-item--meta {
    opacity: 1;
    transform: translateY(0)
}

button,
.button {
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    font-size: 18px;
    padding: 0 40px;
    border-radius: 0;
    line-height: 56px;
    color: #fff;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400
}

button:hover,
.button:hover {
    color: #fff;
    background-color: var(--primary-color)
}

input[type=submit] {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 38px;
    line-height: 56px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    height: auto;
    text-align: center;
    justify-content: center;
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px))
}

input[type=submit]:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary-color);
    clip-path: polygon(0% 0%, 100% 0%, 100% 18px, 100% 100%, 18px 100%, 0% 100%)
}

.pxl-icon-active i.flaticon {
    display: inline-flex
}

.btn {
    /* font-size: 18px; */
    /* font-weight: 500; */
    /* color: var(--secondary-color); */
    /* padding: 0 38px; */
    /* line-height: 56px; */
    /* -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1); */
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    /* transition: all .25s cubic-bezier(.645, .045, .355, 1); */
    /* position: relative; */
    /* cursor: pointer; */
    /* border: none; */
    /* height: auto; */
    /* display: inline-flex; */
    /* align-items: center; */
    /* text-align: center; */
    /* background-color: var(--primary-color); */
    /* justify-content: center; */
    /* overflow: hidden; */
    /* z-index: 1; */
    /* border-radius: 0; */
}

.btn:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--secondary-color)
}

.btn.btn-default {
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px))
}

.btn.btn-default:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .55)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .55), transparent);
    z-index: -1
}

.btn.btn-default:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px)
}

.btn.btn-default:hover:after {
    -webkit-animation: pxl_btn_shine 1.2s ease;
    animation: pxl_btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn.btn-skew {
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px))
}

.btn.btn-skew:before,
.btn.btn-skew:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: -110%;
    opacity: .1;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: skewX(25deg);
    -khtml-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    width: 100%;
    z-index: -1
}

.btn.btn-skew:hover {
    background-color: var(--primary-color);
    clip-path: polygon(0% 0%, 100% 0%, 100% 18px, 100% 100%, 18px 100%, 0% 100%)
}

.btn.btn-skew:hover:before {
    left: -10%;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn.btn-skew:hover:after {
    left: -20%
}

.btn i {
    line-height: normal
}

.btn i.flaticon {
    line-height: 1
}

.btn.pxl-icon--right {
    flex-direction: row-reverse
}

.btn.btn-text-nina.btn-default:after {
    display: none
}

.btn.btn-text-nina.btn-default:hover {
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px))
}

.btn.btn-text-nina .pxl--btn-text {
    position: relative;
    direction: ltr
}

.btn.btn-text-nina .pxl--btn-text:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    white-space: nowrap
}

.btn.btn-text-nina .pxl--btn-text>span {
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -14px, 0);
    transform: translate3d(0, -14px, 0);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    line-height: normal
}

.btn.btn-text-nina:hover {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: var(--primary-color)
}

.btn.btn-text-nina:hover .pxl--btn-text:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.btn.btn-text-nina:hover .pxl--btn-text span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn.btn-text-nina:not(:hover) .pxl--btn-text>span {
    transition-delay: 0s !important
}

.btn.btn-text-nanuk {}

.btn.btn-text-nanuk.btn-default:after {
    display: none
}

.btn.btn-text-nanuk.btn-default:hover {
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px))
}

.btn.btn-text-nanuk .pxl--btn-text span {
    display: inline-block
}

.btn.btn-text-nanuk:hover,
.btn.btn-text-nanuk:active,
.btn.btn-text-nanuk:not([disabled]):not(.disabled).active,
.btn.btn-text-nanuk:not([disabled]):not(.disabled):active {
    background-color: var(--primary-color)
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1),
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
    -webkit-animation-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-animation-function: cubic-bezier(.75, 0, .125, 1)
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
    -webkit-animation: pxl_nanuk_1 .5s forwards;
    animation: pxl_nanuk_1 .5s forwards
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
    -webkit-animation: pxl_nanuk_2 .5s forwards;
    animation: pxl_nanuk_2 .5s forwards
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(4) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(6) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(7) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(8) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(9) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(10) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(11) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(12) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(13) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(14) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(15) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(16) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(17) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(18) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(19) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(20) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(21) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(22) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(23) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(24) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(25) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(26) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(27) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(28) {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(29) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(30) {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(31) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(32) {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(33) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(34) {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(35) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(36) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(37) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(38) {
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(39) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(40) {
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s
}

.btn.btn-morden {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: var(--third-color);
    border-radius: 51px;
    line-height: 51px;
    border: 3px solid #fff;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .23);
    padding: 0 30px
}

.btn.btn-morden:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 120%;
    width: 15px;
    opacity: .2;
    left: -45%;
    top: -10%;
    -webkit-transition: all .8s;
    -khtml-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform: rotate(15deg);
    -khtml-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
}

.btn.btn-morden:hover {
    -webkit-transform: translate(0, -4px);
    -khtml-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.btn.btn-morden:hover:before {
    left: 130%
}

.btn.btn-morden.btn-small {
    line-height: 48px;
    font-size: 15px;
    border-width: 2px
}

.btn.btn-morden2 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: 0 0;
    border-radius: 57px;
    line-height: 57px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .4);
    padding: 0 34px
}

.btn.btn-morden2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -2;
    background-color: rgba(var(--primary-color-rgb), .48)
}

.btn.btn-morden2:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 49px;
    background-color: var(--third-color);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .25)inset
}

.btn.btn-morden2:hover {
    -webkit-transform: translate(0, -4px);
    -khtml-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.btn.btn-outline {
    clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px));
    background-color: #fff;
    color: var(--primary-color);
    overflow: visible
}

.btn.btn-outline:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: inherit;
    clip-path: polygon(0% 0%, calc(100% - 17px) 0%, 100% 17px, 100% 100%, 17px 100%, 0% calc(100% - 17px))
}

.btn.btn-outline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inherit;
    z-index: -2;
    background-color: var(--primary-color)
}

.btn.btn-text-normal {
    color: var(--primary-color);
    font-size: 18px;
    padding: 0;
    background-color: initial
}

.btn.btn-text-normal:hover {
    color: var(--secondary-color)
}

.btn.btn-secondary {
    background: 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #eee;
    padding: 0 26px;
    line-height: 54px;
    border-radius: 4px;
    -webkit-transition: color .3s;
    transition: color .3s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    overflow: visible
}

.btn.btn-secondary:before,
.btn.btn-secondary:after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.btn.btn-secondary:before {
    border: 2px solid var(--secondary-color);
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1)
}

.btn.btn-secondary:after {
    background-color: var(--secondary-color)
}

.btn.btn-secondary:hover {
    color: var(--secondary-color);
    background: 0 0
}

.btn.btn-secondary:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.btn.btn-secondary:hover:after {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

.btn.btn-outline-normal {
    border: 2px solid var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    padding: 0 22px;
    line-height: 39px;
    border-radius: 4px
}

.btn.btn-slider1 {
    line-height: 58px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 44px;
    -webkit-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -khtml-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -moz-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -ms-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -o-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    border-radius: 58px;
    background-color: var(--secondary-color);
    color: #fff
}

.btn.btn-slider1:hover {
    box-shadow: none;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media screen and (max-width:479px) {
    .btn.btn-slider1 {
        font-size: 16px;
        padding: 0 28px;
        line-height: 51px;
        min-width: auto
    }
}

.btn.btn-slider2 {
    line-height: 58px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 44px;
    -webkit-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -khtml-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -moz-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -ms-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    -o-box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    box-shadow: 0 9px 13px rgba(12, 12, 12, .26);
    border-radius: 58px;
    background-color: #fff;
    color: #000;
    min-width: 170px
}

.btn.btn-slider2:hover {
    box-shadow: none;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media screen and (max-width:479px) {
    .btn.btn-slider2 {
        font-size: 16px;
        padding: 0 28px;
        line-height: 51px;
        min-width: auto
    }
}

.btn--readmore {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

.btn--readmore i {
    font-size: 20px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn--readmore:hover i {
    -webkit-transform: translateX(5px);
    -khtml-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.btn-text-divider1 {
    font-size: 18px;
    font-weight: 700;
    color: #101010;
    display: inline-flex;
    align-items: center
}

.btn-text-divider1 span {
    position: relative
}

.btn-text-divider1 span:before {
    content: '';
    background-color: #2e2e2e;
    position: absolute;
    bottom: 3px;
    width: 0;
    left: 0;
    -webkit-transition: all .4s;
    -khtml-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 1px
}

.btn-text-divider1 i {
    font-weight: 400;
    font-size: 15px;
    color: var(--primary-color);
    transform: rotate(-45deg);
    -webkit-transition: all .4s;
    -khtml-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn-text-divider1:hover {
    color: #101010
}

.btn-text-divider1:hover i {
    transform: rotate(0)
}

.btn-text-divider1:hover span:before {
    width: 100%
}

@-webkit-keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

@keyframes pxl_nanuk_1 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit
    }

    100% {
        color: inherit
    }
}

@keyframes pxl_nanuk_2 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit
    }

    100% {
        color: inherit
    }
}

body.rtl .btn--readmore:hover i {
    -webkit-transform: scaleX(-1)translateX(5px);
    -khtml-transform: scaleX(-1)translateX(5px);
    -moz-transform: scaleX(-1)translateX(5px);
    -ms-transform: scaleX(-1)translateX(5px);
    -o-transform: scaleX(-1)translateX(5px);
    transform: scaleX(-1)translateX(5px)
}

.mc4wp-alert {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.625
}

.mc4wp-alert p:last-child {
    margin-bottom: 0
}

.pxl-mailchimp-l1.style-blur {
    max-width: 554px;
    margin: 0 auto
}

.pxl-mailchimp-l1.style-blur [type=email] {
    height: 72px;
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    border: none;
    padding: 0 32px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(12px)
}

@media screen and (max-width:575px) {
    .pxl-mailchimp-l1.style-blur [type=email] {
        height: 60px
    }
}

.pxl-mailchimp-l1.style-blur [type=submit] {
    position: absolute;
    top: 6px;
    right: 6px;
    line-height: 60px;
    clip-path: none;
    font-weight: 400;
    color: #fff;
    padding: 0 34px;
    border-radius: 5px
}

@media screen and (max-width:575px) {
    .pxl-mailchimp-l1.style-blur [type=submit] {
        position: static;
        margin-top: 10px;
        width: 100%
    }
}

.pxl-mailchimp-l1.style-blur [type=submit]:before,
.pxl-mailchimp-l1.style-blur [type=submit]:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: -110%;
    opacity: .1;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: skewX(25deg);
    -khtml-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    width: 100%;
    z-index: -1
}

.pxl-mailchimp-l1.style-blur [type=submit]:hover:before {
    left: -10%;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pxl-mailchimp-l1.style-blur [type=submit]:hover:after {
    left: -20%
}

.pxl-mailchimp-l1.style-blur .mc4wp-form-fields {
    position: relative
}

.pxl-mailchimp-l1.style-blur .mc4wp-alert {
    color: rgba(255, 255, 255, .8)
}

.pxl-mailchimp-l1.style-box {
    max-width: 835px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 98px
}

.pxl-mailchimp-l1.style-box:before,
.pxl-mailchimp-l1.style-box:after {
    content: '';
    width: 27px;
    height: 103px;
    background-image: url(../img/newsletter-shape.png);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0
}

.pxl-mailchimp-l1.style-box:before {
    left: 128px
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box:before {
        left: 60px
    }
}

.pxl-mailchimp-l1.style-box:after {
    right: 128px
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box:after {
        right: 60px
    }
}

.pxl-mailchimp-l1.style-box .pxl-mailchimp--title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    min-width: 185px;
    padding: 10px 20px;
    background-color: #a96625;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 92px 0 0 92px;
    background-image: url(../img/newsletter-overlay.png)
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box .pxl-mailchimp--title {
        width: 100%;
        border-radius: 20px 20px 0 0
    }
}

.pxl-mailchimp-l1.style-box .pxl-field--button {
    background-color: #373737;
    padding: 18px 16px 18px 47px;
    border-radius: 0 92px 92px 0
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box .pxl-field--button {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 30px 20px
    }
}

.pxl-mailchimp-l1.style-box .pxl-field--button button {
    color: #070808;
    font-size: 16px;
    font-weight: 700;
    background-color: #d3d3d3;
    width: 100%;
    padding: 0 30px;
    line-height: 56px;
    border-radius: 56px;
    min-width: 160px;
    display: inline-flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box .pxl-field--button button {
        justify-content: center
    }
}

.pxl-mailchimp-l1.style-box .pxl-field--button button:before {
    content: "\f13b";
    margin-right: 8px;
    font-family: caseicon;
    font-weight: 400;
    font-size: 18px
}

.pxl-mailchimp-l1.style-box .pxl-field--email {
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #0d0b0c;
    padding: 10px 38px 10px 30px
}

@media screen and (max-width:767px) {
    .pxl-mailchimp-l1.style-box .pxl-field--email {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.pxl-mailchimp-l1.style-box .pxl-field--email input {
    height: 30px;
    padding: 0;
    background: 0 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #373737;
    font-size: 16px;
    color: rgba(253, 253, 253, .42);
    font-weight: 500;
    font-style: italic
}

.pxl-mailchimp-l1.style-box .pxl-field--email input:focus {
    color: #fdfdfd
}

.pxl-mailchimp-l1.style-box .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap
}

.pxl-mailchimp-l1.style-box .mc4wp-form {
    flex-grow: 1
}

body.rtl .pxl-mailchimp-l1.style-blur [type=submit] {
    right: auto;
    left: 6px
}

.pxl-nav-menu .pxl-menu-primary>li {}

.pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
    display: inline-flex;
    font-size: 10px;
    line-height: 1;
    margin-left: 6px;
    -webkit-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-nav-menu .pxl-menu-primary>li:hover>a .caseicon-angle-arrow-down {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.pxl-nav-menu .pxl-menu-item-text {
    position: relative
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li {
    margin: 0
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li>a .pxl-menu-item-text {
    line-height: 41px;
    display: inline-flex;
    padding: 0 22px;
    border-radius: 41px;
    align-items: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-nav-menu.fr-style-box .pxl-menu-primary>li>a.pxl-onepage-active .pxl-menu-item-text,
.pxl-nav-menu.fr-style-box .pxl-menu-primary>li:hover>a .pxl-menu-item-text,
.pxl-nav-menu.fr-style-box .pxl-menu-primary>li.current_page_item>a .pxl-menu-item-text,
.pxl-nav-menu.fr-style-box .pxl-menu-primary>li.current-menu-item>a .pxl-menu-item-text,
.pxl-nav-menu.fr-style-box .pxl-menu-primary>li.current_page_ancestor>a .pxl-menu-item-text,
.pxl-nav-menu.fr-style-box .pxl-menu-primary>li.current-menu-ancestor>a .pxl-menu-item-text {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.pxl-nav-menu.fr-style-icon .pxl-item-menu-icon {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    font-size: 28px;
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.menu-item-has-children .pxl-item-menu-icon {
    right: 16px
}

.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li>a.pxl-onepage-active,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li:hover>a,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current_page_item>a,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current-menu-item>a,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current_page_ancestor>a,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current-menu-ancestor>a {
    color: var(--primary-color)
}

.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li>a.pxl-onepage-active .pxl-item-menu-icon,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li:hover>a .pxl-item-menu-icon,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current_page_item>a .pxl-item-menu-icon,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current-menu-item>a .pxl-item-menu-icon,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current_page_ancestor>a .pxl-item-menu-icon,
.pxl-nav-menu.fr-style-icon .pxl-menu-primary>li.current-menu-ancestor>a .pxl-item-menu-icon {
    opacity: 1;
    bottom: -22px
}

.pxl-nav-menu.fr-style-icon2 {}

.pxl-nav-menu.fr-style-icon2 .pxl-menu-primary>li {
    margin: 0 34px
}

.pxl-nav-menu.fr-style-icon2 .pxl-menu-primary>li>a .pxl-item-menu-icon {
    display: inline-block;
    color: var(--primary-color);
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: -39px;
    line-height: 1;
    transform: translate(0, -50%)
}

.pxl-nav-menu.fr-style-icon2 .pxl-menu-primary>li:last-child>a .pxl-item-menu-icon {
    display: none
}

.pxl-nav-menu.fr-style-icon2 .caseicon-angle-arrow-down {
    display: none !important
}

.pxl-nav-menu .sub-menu li.menu-item-has-children>a:after {
    content: "\f14d";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 10px;
    font-family: caseicon;
    font-weight: 400
}

.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover>.sub-menu,
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus>.sub-menu {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px)rotateX(-20deg);
    transform-origin: 50% 0%
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover>.sub-menu,
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus>.sub-menu {
    transform: perspective(500px)rotateX(0)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-arrow-toggle {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 80%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    align-items: center
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary {
    padding: 0 50px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li {
    display: block;
    margin: 0
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li+li {
    margin-top: 30px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li>a {
    line-height: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 500
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li>a .caseicon-angle-arrow-down {
    display: none !important
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    text-align: inherit;
    background-color: initial;
    margin: 0;
    padding-top: 18px;
    display: none;
    transition: none
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li {
    padding: 0
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li>a {
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 19px;
    color: rgba(0, 0, 0, .54);
    border: none
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li>a:hover {
    color: var(--primary-color)
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary>li .sub-menu>li+li {
    margin-top: 12px
}

.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary li.menu-item-has-children>a:hover .pxl-arrow-toggle {
    opacity: 1;
    right: -60px
}

.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu>.sub-menu {
    padding: 20px 15px 15px;
    max-width: 1170px
}

.pxl-menu-custom1 .pxl-menu-primary>li>a {
    font-size: 18px
}

@media screen and (max-width:1600px) {
    .pxl-menu-custom1 .pxl-menu-primary>li {
        margin: 0 14px
    }

    .pxl-menu-custom1 .pxl-menu-primary>li>a {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    #pxl-header-default .pxl-menu-primary>li {
        margin: 0 1px
    }

    #pxl-header-default .pxl-menu-primary>li>a span {
        line-height: 37px;
        display: inline-flex;
        padding: 0 22px;
        align-items: center;
        position: relative;
        z-index: 1
    }

    #pxl-header-default .pxl-menu-primary>li>a span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--secondary-color);
        z-index: -1;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transform: scaleY(0);
        transform-origin: bottom center
    }

    #pxl-header-default .pxl-menu-primary>li:hover>a,
    #pxl-header-default .pxl-menu-primary>li.current_page_item>a,
    #pxl-header-default .pxl-menu-primary>li.current-menu-item>a,
    #pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a,
    #pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a {
        color: var(--primary-color)
    }

    #pxl-header-default .pxl-menu-primary>li:hover>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current_page_item>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current-menu-item>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a span:before {
        transform: scaleY(1)
    }
}

.pxl-icon-box {
    position: relative
}

.pxl-icon-box .pxl-item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.pxl-icon-box1.style-1 {
    padding: 30px 30px 27px;
    background-color: rgba(var(--primary-color-rgb), .1)
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-icon-box1.style-1 .pxl-item--icon {
    background-color: var(--primary-color);
    width: 72px;
    height: 72px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    border-radius: 72px;
    margin-bottom: 18px
}

.pxl-icon-box1.style-1 .pxl-item--icon img {
    max-height: 36px
}

.pxl-icon-box1.style-1 .pxl-item--icon svg {
    height: 36px
}

.pxl-icon-box1.style-1 .pxl-item--title {
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 24px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-1 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-icon-box1.style-1 .pxl-item--description {
    color: #2d2d2d;
    line-height: 1.8
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-1 .pxl-item--description {
        font-size: 17px
    }
}

.pxl-icon-box1.style-2 .pxl-item--icon {
    background-color: rgba(var(--primary-color-rgb), .2);
    border: 1px solid rgba(var(--primary-color-rgb), .2);
    min-width: 40px;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    font-size: 21px;
    line-height: 1;
    border-radius: 40px;
    margin-right: 16px
}

.pxl-icon-box1.style-2 .pxl-item--icon img {
    max-height: 21px
}

.pxl-icon-box1.style-2 .pxl-item--icon svg {
    height: 21px
}

.pxl-icon-box1.style-2 .pxl-item--title {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 18px
}

.pxl-icon-box1.style-2 .pxl-item--description {
    margin-top: 15px
}

.pxl-icon-box1.style-2 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap
}

.pxl-icon-box1.style-3 {
    text-align: center;
    background-color: var(--primary-color);
    padding: 30px 20px;
    color: #fff
}

.pxl-icon-box1.style-3 .pxl-item--icon {
    line-height: 1;
    font-size: 42px;
    margin-bottom: 10px
}

.pxl-icon-box1.style-3 .pxl-item--title {
    margin-bottom: 0;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.pxl-icon-box1.style-3 .pxl-item--description {
    margin-top: 16px
}

.pxl-icon-box1.style-4 {
    text-align: center;
    background-color: rgba(255, 255, 255, 5%);
    padding: 48px 20px 20px
}

.pxl-icon-box1.style-4 .pxl-item--icon {
    line-height: 1;
    margin-bottom: 40px
}

.pxl-icon-box1.style-4 .pxl-item--title {
    line-height: 1.25;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    font-family: inherit;
    min-height: 60px
}

.pxl-icon-box1.style-4 .pxl-item--description {
    padding-top: 15px
}

.el-fullheight {
    height: 100%
}

.el-fullheight .elementor-widget-container,
.el-fullheight .elementor-widget-container>div {
    height: 100%
}

.el-fullheight .elementor-widget-container>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pxl-icon-box2 .pxl-item--icon {
    line-height: 1;
    font-size: 55px;
    color: var(--primary-color)
}

.pxl-icon-box2 .pxl-item--title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal
}

.pxl-icon-box2 .pxl-item--description {
    margin-top: 22px
}

.pxl-icon-box2 .pxl-item--holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-icon-box3 .pxl-item--icon {
    position: relative;
    z-index: 1
}

.pxl-icon-box3 .pxl-item--icon:before {
    content: '';
    width: 108px;
    height: 108px;
    background-color: var(--primary-color);
    border-radius: 108px;
    opacity: .39;
    z-index: -1;
    position: absolute;
    left: -58px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pxl-icon-box3 .pxl-item--title {
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 20px;
    position: relative;
    z-index: 9
}

@media screen and (max-width:1199px) {
    .pxl-icon-box3 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-icon-box3 .pxl-item--description {
    font-size: 17px;
    color: #000;
    line-height: 1.647
}

@media screen and (max-width:1199px) {
    .pxl-icon-box3 .pxl-item--description {
        font-size: 16px
    }
}

.pxl-icon-box3 .pxl-item--meta {
    margin-bottom: 14px;
    flex-wrap: nowrap
}

.pxl-icon-box3 .pxl-item--inner {
    padding: 30px 26px 33px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 50px;
    border-radius: 5px
}

.pxl-icon-box3 .pxl-item--inner:hover {
    box-shadow: 0 22px 27px rgba(0, 0, 0, 7%);
    background-color: #fff
}

.pxl-icon-box3.item-align-right .pxl-item--icon:before {
    left: auto;
    right: -58px
}

.pxl-icon-box3.item-align-right .pxl-item--title {
    margin-right: 0;
    margin-left: 20px
}

.pxl-icon-box3.item-align-right .pxl-item--meta {
    flex-direction: row-reverse
}

.pxl-icon-box3.item-align-right .pxl-item--inner {
    text-align: right
}

.pxl-counter .pxl--counter-number {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-counterslide {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-inside {
    display: inline-flex
}

.pxl-counterslide .pxl-counterslide-digit-spacer {
    visibility: hidden
}

.pxl-counterslide .pxl-counterslide-digit,
.pxl-counterslide .pxl-counterslide-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pxl-counterslide .pxl-counterslide-ribbon {
    display: block
}

.pxl-counterslide .pxl-counterslide-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.pxl-counterslide .pxl-counterslide-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
    position: absolute
}

.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pxl-counter1 .pxl-item--icon {
    line-height: 1;
    font-size: 68px;
    color: var(--primary-color);
    margin-bottom: 4px
}

.pxl-counter1 .pxl--counter-number {
    color: #000;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px
}

.pxl-counter1 .pxl--item-title {
    font-size: 18px;
    color: #2d2d2d
}

.pxl-counter2 {
    background-color: var(--primary-color);
    text-align: center;
    padding: 33px 20px 20px;
    position: relative;
    z-index: 1;
    min-height: 178px
}

.pxl-counter2:before {
    z-index: -1;
    opacity: .4;
    background-color: var(--primary-color)
}

.pxl-counter2 .pxl--item-title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0;
    color: #fff
}

.pxl-counter2 .pxl--counter-number {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 13px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    color: transparent
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap {
    position: absolute;
    z-index: 99;
    text-align: center
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap.p-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-video-player1 .btn-video {
    position: relative
}

.pxl-video-player1 .btn-video.style1 {
    background-color: #000;
    width: 100px;
    height: 100px;
    color: var(--primary-color);
    font-size: 32px;
    border-radius: 100px;
    display: inline-flex
}

.pxl-video-player1 .btn-video.style1 i {
    display: flex;
    margin-left: 4px
}

.pxl-video-player1 .btn-video.style1:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .63);
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: -2;
    border-radius: inherit
}

.pxl-video-player1 .btn-video.style1:hover:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.pxl-video-parallax1 {
    height: 525px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.pxl-video-parallax1 video {
    width: auto;
    height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

.pxl-video-parallax1 .pxl-item--inner {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% + 60px)
}

.pxl-testimonial-carousel1 .pxl-item--avatar {
    width: 70px;
    min-width: 70px
}

.pxl-testimonial-carousel1 .pxl-item--avatar img {
    border-radius: 80px
}

@media screen and (min-width:768px) {
    .pxl-testimonial-carousel1 .pxl-item--avatar {
        display: none
    }
}

.pxl-testimonial-carousel1 .pxl-item--heading {
    margin-bottom: 40px;
    font-size: 50px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1 .pxl-item--heading {
        font-size: 36px;
        margin-bottom: 32px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--heading {
        font-size: 24px
    }
}

.pxl-testimonial-carousel1 .pxl-item--desc {
    font-size: 20px;
    color: #2d2d2d;
    line-height: 1.6;
    margin-bottom: 46px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel1 .pxl-item--desc {
        font-size: 18px
    }
}

.pxl-testimonial-carousel1 .pxl-item--title {
    font-size: 20px;
    margin-bottom: 6px
}

.pxl-testimonial-carousel1 .pxl-item--position {
    font-size: 16px;
    color: #2d2d2d
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--position {
        font-size: 15px
    }
}

.pxl-testimonial-carousel1 .pxl-item--boxleft {
    background-color: #f8f8f8;
    padding: 71px 80px;
    position: relative
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1 .pxl-item--boxleft {
        padding: 70px 40px 60px
    }
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel1 .pxl-item--boxleft {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--boxleft {
        padding: 70px 22px 40px
    }
}

.pxl-testimonial-carousel1 .pxl-item--boxleft>svg {
    fill: var(--primary-color);
    position: absolute;
    top: -49px;
    left: 50px;
    height: 104px
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--boxleft>svg {
        left: 30px
    }
}

.pxl-testimonial-carousel1 .pxl-item--boxleft.box-right-active {
    margin-right: -72px;
    width: calc(50% + 72px);
    position: relative;
    z-index: 9
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--boxleft.box-right-active {
        width: 100%;
        margin: 0
    }
}

.pxl-testimonial-carousel1 .pxl-item--boxright {
    min-height: 360px;
    width: 50%;
    position: relative;
    top: -50px
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--boxright {
        width: 100%;
        top: 0
    }
}

.pxl-testimonial-carousel1 .pxl-item--inner {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap
}

.pxl-testimonial-carousel1 .pxl-swiper-arrow-wrap {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99;
    margin-left: 72px
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-swiper-arrow-wrap {
        position: static;
        margin-top: 45px;
        margin-left: 0;
        margin-right: 0;
        left: 0%;
        -webkit-transform: translate(0%, 0);
        -khtml-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

.pxl-testimonial-carousel1 .pxl-item--bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs {
    position: absolute;
    width: 90px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    z-index: 99;
    padding: 0;
    margin-top: -15px;
    overflow: visible
}

@media screen and (min-width:1260px) {
    .pxl-testimonial-carousel1 .pxl-swiper-thumbs {
        right: -45px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-swiper-thumbs {
        display: none
    }
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    display: block
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-wrapper .swiper-slide {
    width: 90px !important;
    padding: 0
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .pxl-item--image {
    width: 90px;
    margin-bottom: 35px;
    border-radius: 90px;
    position: relative;
    z-index: 1
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .pxl-item--image:before {
    content: '';
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: var(--primary-color);
    z-index: -1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -o-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    opacity: 0;
    transform: scale(1.2)
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .pxl-item--image img {
    width: 100%;
    border-radius: 90px;
    -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -o-box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    box-shadow: 0 10px 20px rgba(137, 151, 186, .25);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-item--image:before {
    opacity: 1;
    transform: scale(1)
}

.pxl-testimonial-carousel1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-item--image img {
    box-shadow: none
}

.pxl-testimonial-carousel2 .flaticon-quote-top {
    font-size: 118px;
    line-height: 1;
    color: var(--primary-color);
    margin-top: -9px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .flaticon-quote-top {
        font-size: 90px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel2 .flaticon-quote-top {
        font-size: 68px;
        margin-bottom: 20px
    }
}

.pxl-testimonial-carousel2 .pxl-item--image {
    width: 320px;
    min-width: 320px;
    border-radius: 320px;
    position: relative;
    z-index: 88;
    margin-left: -57px;
    margin-bottom: -35px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .pxl-item--image {
        width: 220px;
        min-width: 220px;
        border-radius: 220px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel2 .pxl-item--image {
        display: none
    }
}

.pxl-testimonial-carousel2 .pxl-item--image img {
    border-radius: 300px;
    border: 10px solid var(--primary-color)
}

.pxl-testimonial-carousel2 .pxl-bottom--image {
    width: 110px;
    margin: 20px auto;
    display: none
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel2 .pxl-bottom--image {
        display: inline-block
    }
}

.pxl-testimonial-carousel2 .pxl-bottom--image img {
    border-radius: 110px;
    border: 5px solid var(--primary-color)
}

.pxl-testimonial-carousel2 .pxl-item--holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 506px;
    height: 506px;
    background-color: #101010;
    color: #fff;
    border-radius: 506px;
    text-align: center;
    padding: 30px 60px
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel2 .pxl-item--holder {
        padding: 40px 30px;
        width: 100%;
        height: auto;
        border-radius: 50px
    }
}

.pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: -18px;
    margin-bottom: 12px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--desc {
        font-size: 22px
    }
}

.pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--title {
    font-size: 16px;
    font-weight: 500
}

.pxl-testimonial-carousel2 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel2 .pxl-item--inner {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel2 .pxl-item--inner {
        display: block
    }
}

.pxl-testimonial-carousel2 .pxl-swiper-pagination {
    margin-top: 10px
}

.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    background-color: #232323
}

.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
    background-color: #fff
}

.swiper-container-fade .swiper-slide-visible.swiper-slide-active {
    z-index: 99
}

.pxl-testimonial-carousel3 {
    max-width: 930px
}

@media screen and (max-width:1260px) {
    .pxl-testimonial-carousel3 {
        margin: auto
    }
}

.pxl-testimonial-carousel3 .pxl-item--boxleft {
    position: relative
}

.pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 48px;
    color: #fff;
    line-height: 1.25;
    padding: 131px 65px 147px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel3 .pxl-item--desc {
        font-size: 36px;
        padding: 120px 50px 100px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel3 .pxl-item--desc {
        padding: 80px 30px;
        font-size: 22px
    }
}

.pxl-testimonial-carousel3 .pxl-swiper--divider {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-style: solid;
    border-color: #fff;
    border-width: 12px 12px 12px 0;
    top: 30px;
    bottom: 0
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel3 .pxl-swiper--divider {
        border-width: 8px 8px 8px 0
    }
}

.pxl-testimonial-carousel3 .pxl-swiper--divider:before,
.pxl-testimonial-carousel3 .pxl-swiper--divider:after {
    content: '';
    width: 12px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    left: 0
}

@media screen and (max-width:767px) {

    .pxl-testimonial-carousel3 .pxl-swiper--divider:before,
    .pxl-testimonial-carousel3 .pxl-swiper--divider:after {
        width: 8px
    }
}

.pxl-testimonial-carousel3 .pxl-swiper--divider:before {
    top: 0
}

.pxl-testimonial-carousel3 .pxl-swiper--divider:after {
    bottom: 0
}

.pxl-testimonial-carousel3 .pxl-swiper--divider .flaticon-quote {
    color: var(--primary-color);
    font-size: 120px;
    position: absolute;
    top: -62px;
    left: 101px;
    line-height: 1
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel3 .pxl-swiper--divider .flaticon-quote {
        font-size: 80px;
        top: -40px;
        left: 30px
    }
}

.pxl-testimonial-carousel3 .pxl-swiper-container {
    padding-top: 30px
}

.pxl-testimonial-carousel3 .pxl-carousel-inner {
    overflow: visible
}

.pxl-testimonial-carousel3 .pxl-item--meta {
    position: absolute;
    width: 198px;
    padding: 20px 15px 20px 28px;
    background-color: var(--primary-color);
    z-index: 101;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 40px;
    border-radius: 4px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    font-family: fira sans
}

.pxl-testimonial-carousel3 .pxl-item--meta:before {
    content: '';
    border-color: transparent var(--primary-color)transparent transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1
}

.pxl-testimonial-carousel3 .pxl-item--meta .pxl-item--title {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    font-family: inherit
}

.pxl-testimonial-carousel3 .pxl-item--meta .pxl-item--position {
    font-size: 16px;
    color: #858585;
    margin-top: -2px
}

.pxl-testimonial-carousel3 .pxl-item--meta .pxl-item--overlay {
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1
}

.pxl-testimonial-carousel3 .pxl-item--meta .pxl-item--overlay:before {
    content: '';
    border-color: transparent #000 transparent transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translate(0, -50%)
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs {
    overflow: visible;
    z-index: 99;
    margin-top: -15px;
    padding: 6px;
    width: 119px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -53px
}

@media screen and (max-width:1260px) {
    .pxl-testimonial-carousel3 .pxl-swiper-thumbs {
        display: none
    }
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .pxl-item--image {
    margin: 25px 0;
    cursor: pointer
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .pxl-item--image img {
    border-radius: 100%;
    transform: scale(.76);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .swiper-wrapper {
    display: block
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .swiper-slide {
    padding: 0;
    width: 100% !important
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active .pxl-item--image img {
    transform: scale(1);
    box-shadow: 0 0 0 6px var(--primary-color)
}

.pxl-testimonial-carousel3 .pxl-swiper-thumbs .swiper-slide.swiper-slide-thumb-active .pxl-item--meta {
    opacity: 1;
    margin-left: 20px
}

.pxl-testimonial-carousel3 .pxl-item--bottom {
    display: none
}

@media screen and (max-width:1260px) {
    .pxl-testimonial-carousel3 .pxl-item--bottom {
        display: flex;
        align-items: center;
        margin-top: 42px
    }

    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--image {
        width: 80px;
        min-width: 80px
    }

    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--image img {
        border: 3px solid var(--primary-color);
        border-radius: 100%
    }

    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 6px
    }

    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--position {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, .76)
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--image {
        width: 60px;
        min-width: 60px
    }

    .pxl-testimonial-carousel3 .pxl-item--bottom .pxl-bottom--title {
        font-size: 20px
    }
}

.pxl-testimonial-carousel3 .pxl-swiper-pagination {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translate(0, -50%);
    width: 10px;
    z-index: 99
}

@media screen and (max-width:1400px) {
    .pxl-testimonial-carousel3 .pxl-swiper-pagination {
        left: 0
    }
}

.pxl-testimonial-carousel4 {
    text-align: center
}

.pxl-testimonial-carousel4 .pxl-item--star {
    color: var(--primary-color);
    font-size: 14px;
    margin-bottom: 21px
}

.pxl-testimonial-carousel4 .pxl-item--avatar {
    width: 107px;
    margin: 0 auto 13px
}

.pxl-testimonial-carousel4 .pxl-item--avatar img {
    border-radius: 107px
}

.pxl-testimonial-carousel4 .pxl-item--title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 17px;
    color: #c9c9c9;
    line-height: 1.647;
    margin-bottom: 10px;
    padding: 0 30px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel4 .pxl-item--desc {
        padding: 0
    }
}

.pxl-testimonial-carousel4 .pxl-item--position {
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.pxl-accordion .pxl-item--title {
    margin-bottom: 0;
    cursor: pointer
}

.pxl-accordion .pxl-item--content {
    display: none
}

.pxl-accordion .pxl-icon--plus {
    font-style: normal
}

.pxl-accordion1.style1 .pxl-item--title {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    padding: 21px 28px
}

.pxl-accordion1.style1 .pxl-item--title .caseicon-double-chevron-right {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    font-size: 14px
}

@media screen and (max-width:1199px) {
    .pxl-accordion1.style1 .pxl-item--title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .pxl-accordion1.style1 .pxl-item--title {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-accordion1.style1 .pxl-item--content {
    font-size: 16px;
    color: var(--dark-color);
    line-height: 1.625;
    padding: 20px 28px;
    border-top: 1px solid var(--primary-color)
}

@media screen and (max-width:767px) {
    .pxl-accordion1.style1 .pxl-item--content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-accordion1.style1 .pxl--item {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff
}

.pxl-accordion1.style1 .pxl--item:hover {
    border-color: var(--primary-color)
}

.pxl-accordion1.style1 .pxl--item:hover .pxl-item--title {
    color: var(--primary-color)
}

.pxl-accordion1.style1 .pxl--item.active {
    border-color: var(--primary-color)
}

.pxl-accordion1.style1 .pxl--item.active .pxl-item--title {
    color: var(--primary-color)
}

.pxl-accordion1.style1 .pxl--item.active .caseicon-double-chevron-right {
    transform: rotate(90deg)
}

.pxl-accordion1.style1 .pxl--item+.pxl--item {
    margin-top: 14px
}

.pxl-tabs .pxl-tab--title {
    display: inline-flex;
    cursor: pointer;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    position: relative
}

.pxl-tabs .pxl-tab--content {
    display: none;
    width: 100%
}

.pxl-tabs .elementor-section.elementor-section-stretched {
    width: auto !important;
    left: 0 !important
}

.pxl-tabs .pxl-tabs--elementor>.elementor {
    margin: 0 -15px
}

.pxl-tabs.tab-effect-fade .pxl-tab--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
    position: static;
    opacity: 1 !important;
    visibility: visible
}

.pxl-tabs.tab-effect-fade .pxl-tabs--content {
    position: relative
}

.pxl-tabs1.style-1 .pxl-tab--number {
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    justify-content: center;
    background-color: #e51400;
    border-radius: 25px;
    font-size: 14px;
    position: absolute;
    top: -17px;
    right: 10px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .67);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: scale(0)
}

.pxl-tabs1.style-1 .pxl-tab--title {
    background-color: #33363b;
    line-height: 47px;
    padding: 0 29px;
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 700;
    margin: 0 6px 12px;
    border-radius: 3px
}

.pxl-tabs1.style-1 .pxl-tab--title.active,
.pxl-tabs1.style-1 .pxl-tab--title:hover {
    background-color: var(--primary-color);
    color: #fff
}

.pxl-tabs1.style-1 .pxl-tab--title.active .pxl-tab--number,
.pxl-tabs1.style-1 .pxl-tab--title:hover .pxl-tab--number {
    opacity: 1;
    transform: scale(1)
}

.pxl-tabs1.style-1 .pxl-tabs--title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 23px
}

.pxl-tabs1.style-2 .pxl-tab--number {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    width: 28px;
    line-height: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .14);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: scale(0);
    opacity: 0
}

@media screen and (max-width:767px) {
    .pxl-tabs1.style-2 .pxl-tab--number {
        right: -10px
    }
}

.pxl-tabs1.style-2 .pxl-tab--title {
    font-size: 18px;
    color: #1b1c2b;
    font-weight: 700;
    padding: 0 37px;
    min-width: 128px;
    text-align: center;
    line-height: 43px;
    border-radius: 43px;
    text-align: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .pxl-tabs1.style-2 .pxl-tab--title {
        font-size: 15px;
        padding: 0 24px;
        min-width: auto
    }
}

.pxl-tabs1.style-2 .pxl-tab--title.active,
.pxl-tabs1.style-2 .pxl-tab--title:hover {
    background-color: var(--primary-color);
    color: #fff
}

.pxl-tabs1.style-2 .pxl-tab--title.active .pxl-tab--number,
.pxl-tabs1.style-2 .pxl-tab--title:hover .pxl-tab--number {
    transform: scale(1);
    opacity: 1
}

.pxl-tabs1.style-2 .pxl-tabs--title {
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .pxl-tabs1.style-2 .pxl-tabs--title {
        justify-content: center;
        display: flex;
        flex-wrap: wrap
    }
}

.pxl-tabs1.style-3 .pxl-tab--title {
    font-size: 24px;
    color: #535353;
    font-weight: 700;
    padding: 23px 20px
}

@media screen and (max-width:1199px) {
    .pxl-tabs1.style-3 .pxl-tab--title {
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.pxl-tabs1.style-3 .pxl-tab--title.active,
.pxl-tabs1.style-3 .pxl-tab--title:hover {
    color: var(--third-color)
}

.pxl-tabs1.style-3 .pxl-tabs--title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 870px;
    margin: 0 auto 55px;
    position: relative
}

.pxl-tabs1.style-3 .pxl-tabs--title:before {
    content: '';
    height: 0;
    left: -130px;
    right: -130px;
    bottom: 0;
    position: absolute;
    border-bottom: 4px dotted #1f1e19
}

@media screen and (max-width:1199px) {
    .pxl-tabs1.style-3 .pxl-tabs--title:before {
        left: 0;
        right: 0
    }
}

.pxl-tabs1.style-4 .pxl-tab--title {
    background-color: initial;
    border: 1px solid var(--primary-color);
    line-height: 50px;
    padding: 0 25px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    margin: 0 10px 20px
}

.pxl-tabs1.style-4 .pxl-tab--title.active,
.pxl-tabs1.style-4 .pxl-tab--title:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

@media screen and (max-width:991px) {
    .pxl-tabs1.style-4 .pxl-tab--title {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .pxl-tabs1.style-4 .pxl-tab--title {
        font-size: 16px;
        line-height: 46px;
        padding: 0 22px;
        margin: 0 5px 10px
    }
}

.pxl-tabs1.style-4 .pxl-tabs--title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 23px
}

.pxl-tabs-carousel1 .pxl-tab--title {
    font-size: 18px;
    color: #101010;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 11px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-tabs-carousel1 .pxl-tab--title:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #0e0906;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-tabs-carousel1 .pxl-tab--title:after {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background-color: #fff;
    border: 3px solid var(--primary-color);
    z-index: 1;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .35);
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-tabs-carousel1 .swiper-slide-thumb-active .pxl-tab--title {
    color: var(--primary-color)
}

.pxl-tabs-carousel1 .swiper-slide-thumb-active .pxl-tab--title:before {
    background-color: var(--primary-color)
}

.pxl-tabs-carousel1 .swiper-slide-thumb-active .pxl-tab--title:after {
    opacity: 1
}

.pxl-tabs-carousel1 .pxl-swiper-thumbs-wrap {
    margin: 0 0 20px;
    position: relative;
    z-index: 1
}

.pxl-tabs-carousel1 .pxl-swiper-thumbs-wrap:before {
    content: '';
    height: 2px;
    left: 70px;
    right: 70px;
    bottom: 30px;
    background-color: #c7cdcb;
    position: absolute
}

.pxl-tabs-carousel1 .pxl-swiper-arrow-wrap {
    margin: 0
}

.pxl-tabs-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    color: #b4b4b4;
    background: 0 0;
    font-size: 34px;
    margin: 0;
    position: absolute;
    top: -2px
}

.pxl-tabs-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 0
}

.pxl-tabs-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 0
}

.pxl-tabs-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    color: #000
}

.pxl--progressbar {
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    width: 0
}

.pxl--progressbar.vertical {
    -webkit-transition: height 1.4s ease;
    -khtml-transition: height 1.4s ease;
    -moz-transition: height 1.4s ease;
    -ms-transition: height 1.4s ease;
    -o-transition: height 1.4s ease;
    transition: height 1.4s ease;
    height: 0
}

.pxl-team-layout1 .pxl-item--title {
    margin-bottom: 13px;
    color: #fff;
    font-size: 24px
}

.pxl-team-layout1 .pxl-item--position {
    color: rgba(255, 255, 255, .5)
}

.pxl-team-layout1 .pxl-item--image {
    padding: 0 10px;
    margin-bottom: 26px;
    position: relative
}

.pxl-team-layout1 .pxl-item--image img {
    margin-top: -170px
}

.pxl-team-layout1 .pxl-item--image .pxl-item--shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-team-layout1 .pxl-item--image .pxl-item--shape img {
    width: 100%
}

.pxl-team-layout1 .pxl-item--social {
    display: inline-flex;
    margin-top: 0;
    z-index: 99;
    background-color: var(--primary-color);
    clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 14px 100%, 0% calc(100% - 14px));
    position: relative;
    padding: 0 12px;
    top: -22px;
    margin-bottom: 4px
}

.pxl-team-layout1 .pxl-item--social a {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    width: 34px;
    height: 48px;
    line-height: 48px;
    justify-content: center;
    align-items: center
}

.pxl-team-layout1 .pxl-item--social a:hover {
    transform: translateY(-2px)
}

.pxl-team-layout1 .pxl-item--phone a,
.pxl-team-layout1 .pxl-item--email a {
    color: #000;
    font-weight: 500
}

.pxl-team-layout1 .pxl-item--phone a:hover,
.pxl-team-layout1 .pxl-item--email a:hover {
    color: var(--primary-color)
}

.pxl-team-layout1 .pxl-item--divider {
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    position: relative;
    margin: 17px 0
}

.pxl-team-layout1 .pxl-item--divider:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.pxl-team-layout1 .pxl-item--holder {
    background-color: #1f2022;
    margin-top: 170px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 48px
}

.pxl-team-layout1 .pxl-item--bottom {
    background-image: url(../img/team-bg1.jpg);
    padding-bottom: 20px
}

.pxl-team-layout1 .pxl-item--inner {
    margin-bottom: 34px;
    text-align: center
}

.pxl-team-layout2 .pxl-item--top {
    position: relative
}

.pxl-team-layout2 .pxl-item--image {
    max-width: 243px;
    position: relative;
    margin: 0 auto;
    border-radius: 243px;
    overflow: hidden
}

.pxl-team-layout2 .pxl-item--image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 243px;
    background-color: rgba(0, 0, 0, .74);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-team-layout2 .pxl-item--image:after {
    content: '';
    width: 208px;
    height: 210px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/team-overlay.png);
    position: absolute;
    top: -50px;
    right: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-team-layout2 .pxl-item--image img {
    border-radius: 243px
}

.pxl-team-layout2 .pxl-item--social {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 89
}

.pxl-team-layout2 .pxl-item--social a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    margin: 0 6px
}

.pxl-team-layout2 .pxl-item--social a:hover {
    color: var(--primary-color)
}

.pxl-team-layout2 .pxl-round-box:before,
.pxl-team-layout2 .pxl-round-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    padding: 4px;
    background-image: linear-gradient(to right, var(--primary-color) 0%, rgba(var(--primary-color-rgb), .05) 30%, rgba(var(--primary-color-rgb), .05) 70%, var(--primary-color) 100%);
    -webkit-mask: linear-gradient(#fff 0 0)content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms
}

.pxl-team-layout2 .pxl-round-box:before {
    width: 345px;
    height: 345px;
    transform: translate(-50%, -50%)rotate(0)
}

@media screen and (max-width:767px) {
    .pxl-team-layout2 .pxl-round-box:before {
        opacity: 0
    }
}

.pxl-team-layout2 .pxl-round-box:after {
    width: 297px;
    height: 297px;
    transform: translate(-50%, -50%)rotate(90deg)
}

.pxl-team-layout2 .pxl-item--holder {
    text-align: center;
    background-color: #fff;
    border-radius: 94px;
    box-shadow: 0 7px 54px rgba(12, 12, 12, .17);
    position: relative;
    z-index: 99;
    max-width: 320px;
    margin: -60px auto 40px;
    padding: 18px 0;
    position: relative
}

.pxl-team-layout2 .pxl-item--holder .pxl-item--title {
    margin-bottom: 0;
    font-size: 22px
}

.pxl-team-layout2 .pxl-item--holder .pxl-item--position {
    font-size: 16px;
    color: #666
}

.pxl-team-layout2 .pxl-item--holder .pxl-item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 66
}

.pxl-team-layout2 .pxl-item--bottom {
    font-size: 16px;
    color: #666;
    max-width: 294px;
    margin: 0 auto;
    border: 1px solid #e7e7e7
}

.pxl-team-layout2 .pxl-item--bottom>div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    position: relative
}

.pxl-team-layout2 .pxl-item--bottom a {
    color: inherit;
    display: block;
    padding: 0 26px
}

.pxl-team-layout2 .pxl-item--bottom a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.pxl-team-layout2 .pxl-item--bottom a:hover {
    color: inherit
}

.pxl-team-layout2 .pxl-item--bottom i {
    font-size: 18px;
    color: var(--primary-color);
    min-width: 47px;
    width: 47px;
    height: 47px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7
}

.pxl-team-layout2 .pxl-item--bottom .pxl-item--phone {
    border-top: 1px solid #e7e7e7
}

.pxl-team-layout2 .pxl-item--inner {
    margin-top: 60px;
    margin-bottom: 1px
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--social {
    margin-top: 26px;
    opacity: 1
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--image:before,
.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--image:after {
    opacity: 1
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-round-box:before {
    transform: translate(-50%, -50%)rotate(360deg)
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-round-box:after {
    transform: translate(-50%, -50%)rotate(-90deg)
}

.pxl-team-layout2 .pxl-swiper-container {
    margin: 0 -27px
}

.pxl-team-layout2 .pxl-swiper-container .pxl-swiper-slide {
    padding: 0 27px
}

.pxl-team-layout3 {
    z-index: 1;
    padding: 0 15px
}

.pxl-team-layout3 .pxl-team--shape {
    position: absolute;
    height: 298px;
    width: 100%;
    top: -28px;
    left: 0;
    right: 0;
    border-radius: 298px;
    border: 6px solid rgba(255, 255, 255, .4);
    box-shadow: 0 13px 29px rgba(0, 0, 0, .12)
}

@media screen and (max-width:575px) {
    .pxl-team-layout3 .pxl-team--shape {
        display: none
    }
}

.pxl-team-layout3 .pxl-team--shape:before {
    content: '';
    z-index: -1;
    background-color: rgba(var(--primary-color-rgb), .4);
    border-radius: 298px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.pxl-team-layout3 .pxl-item--image {
    width: 242px;
    margin: 0 auto 62px;
    border-radius: 242px;
    overflow: hidden;
    border: 14px solid #fff
}

.pxl-team-layout3 .pxl-item--image img {
    border-radius: 242px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-team-layout3 .pxl-item--title {
    margin-bottom: 8px;
    font-size: 30px
}

.pxl-team-layout3 .pxl-item--position {
    font-size: 16px;
    color: #666
}

.pxl-team-layout3 .pxl-item--bottom {
    padding-top: 22px;
    max-width: 190px;
    margin: 25px auto 0;
    border-top: 1px solid #ccc;
    justify-content: center;
    font-size: 16px;
    font-style: italic;
    color: #666
}

.pxl-team-layout3 .pxl-item--bottom i {
    font-size: 18px;
    color: #1b1c2b
}

.pxl-team-layout3 .pxl-item--bottom span {
    display: inline-flex
}

.pxl-team-layout3 .pxl-item--bottom a {
    color: inherit
}

.pxl-team-layout3 .pxl-item--bottom a:hover {
    color: #222
}

.pxl-team-layout3 .pxl-item--inner {
    text-align: center
}

.pxl-team-layout3 .pxl-item--inner:hover .pxl-item--image img {
    transform: scale(1.12)
}

.pxl-menu-food1 .pxl-item--image {
    width: 92px;
    min-width: 92px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food1 .pxl-item--image {
        width: 72px;
        min-width: 72px
    }
}

@media screen and (max-width:575px) {
    .pxl-menu-food1 .pxl-item--image {
        margin-bottom: 20px
    }
}

.pxl-menu-food1 .pxl-item--image img {
    border-radius: 92px
}

.pxl-menu-food1 .pxl-item--title {
    margin-bottom: 8px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food1 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-menu-food1 .pxl-item--description {
    color: #2d2d2d
}

@media screen and (max-width:1199px) {
    .pxl-menu-food1 .pxl-item--description {
        font-size: 16px
    }
}

.pxl-menu-food1 .pxl-item--price {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    position: absolute;
    bottom: 16px;
    right: 0
}

@media screen and (max-width:575px) {
    .pxl-menu-food1 .pxl-item--price {
        font-size: 18px
    }
}

.pxl-menu-food1 .pxl-item--divider {
    height: 0;
    flex-grow: 1;
    border-top: 1px dashed rgba(45, 45, 45, .5)
}

.pxl-menu-food1 .pxl-item--holder {
    padding-right: 40px;
    position: relative;
    flex-grow: 1
}

@media screen and (max-width:575px) {
    .pxl-menu-food1 .pxl-menu--item {
        display: block
    }
}

.pxl-menu-food1 .pxl-menu--item+.pxl-menu--item {
    margin-top: 30px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food1 .pxl-menu--item+.pxl-menu--item {
        margin-top: 23px
    }
}

@media screen and (max-width:575px) {
    .pxl-menu-food1 .pxl-menu--item+.pxl-menu--item {
        padding-top: 30px;
        border-top: 1px dashed rgba(45, 45, 45, .5)
    }
}

.pxl-menu-food1.style-2 .pxl-item--title {
    margin-bottom: 5px;
    font-family: inherit
}

.pxl-menu-food1.style-2 .pxl-item--title span {
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-menu-food1.style-2 .pxl-item--price {
    color: var(--primary-color);
    font-family: inherit;
    bottom: auto;
    top: 0
}

.pxl-menu-food1.style-2 .pxl-item--description {
    font-size: 16px;
    line-height: 1.5;
    color: #818181
}

.pxl-menu-food1.style-2 .pxl-menu--item:hover .pxl-item--title span {
    color: var(--primary-color);
    text-decoration: underline
}

.pxl-menu-food1.style-2 .pxl-menu--item+.pxl-menu--item {
    margin-top: 23px
}

.pxl-menu-food1.style-3 .pxl-item--price {
    color: var(--primary-color);
    bottom: auto;
    top: 0
}

.pxl-menu-food1.style-3 .pxl-item--divider {
    display: none
}

.pxl-menu-food1.style-3 .pxl-menu--item+.pxl-menu--item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgba(45, 45, 45, .15)
}

.pxl-menu-food2 .pxl-item--image {
    max-width: 176px;
    position: absolute;
    right: -30px;
    top: -104px
}

.pxl-menu-food2 .pxl-item--image img {
    border-radius: 176px
}

.pxl-menu-food2 .pxl-item--title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    font-family: inherit
}

.pxl-menu-food2 .pxl-item--description {
    color: #bcbcbd;
    margin-bottom: 18px
}

.pxl-menu-food2 .pxl-item--price {
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: var(--primary-color);
    width: 60px;
    min-width: 60px;
    padding: 0 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px
}

.pxl-menu-food2 .pxl-item--button {
    flex-grow: 1
}

.pxl-menu-food2 .pxl-item--button .btn {
    font-size: 16px;
    line-height: 60px;
    background-color: #28292d;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    font-weight: 700
}

.pxl-menu-food2 .pxl-item--button .btn i {
    font-size: 20px
}

.pxl-menu-food2 .pxl-item--button .btn:hover {
    background-color: var(--primary-color)
}

.pxl-menu-food2 .pxl-item--ratio {
    font-size: 18px;
    color: #bababa
}

.pxl-menu-food2 .pxl-item--ratio i {
    font-size: 22px;
    color: #ffc107;
    display: inherit
}

.pxl-menu-food2 .pxl-item--bottom {
    display: flex;
    flex-wrap: nowrap
}

.pxl-menu-food2 .pxl-item--top {
    margin-bottom: 17px
}

.pxl-menu-food2 .pxl-item--inner {
    margin-top: 104px;
    margin-bottom: 4px;
    padding: 30px 39px 34px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-menu-food2 .pxl-item--inner:before,
.pxl-menu-food2 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.pxl-menu-food2 .pxl-item--inner:before {
    background-color: #33363b;
    z-index: -1
}

.pxl-menu-food2 .pxl-item--inner:after {
    z-index: -2;
    background-color: var(--primary-color);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.pxl-menu-food2 .pxl-item--inner:hover {
    -webkit-transform: translate(0, -14px);
    -khtml-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -o-transform: translate(0, -14px);
    transform: translate(0, -14px)
}

.pxl-menu-food2 .pxl-item--inner:hover:after {
    top: 4px;
    opacity: 1
}

.pxl-menu-food2 .pxl-swiper-container {
    margin: 0 -30px
}

.pxl-menu-food2 .pxl-swiper-container .pxl-swiper-slide {
    padding: 0 30px;
    margin-top: 14px
}

.pxl-menu-food2 .pxl-carousel-inner {
    overflow: visible
}

.pxl-menu-food2 .pxl-swiper-arrow-wrap {
    margin: 0
}

.pxl-menu-food2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 52px 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pxl-menu-food2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -24px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left: 30px
    }
}

.pxl-menu-food2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -24px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right: 30px
    }
}

.pxl-menu-food3 .pxl-item--title {
    font-size: 30px;
    margin-bottom: 2px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food3 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-menu-food3 .pxl-item--description {
    color: #8b8c8d;
    font-size: 22px;
    line-height: normal;
    padding-top: 4px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food3 .pxl-item--description {
        font-size: 18px
    }
}

.pxl-menu-food3 .pxl-item--star {
    line-height: 1;
    font-size: 16px;
    display: inline-flex;
    letter-spacing: 4px;
    color: #ffae00
}

.pxl-menu-food3 .pxl-item--price {
    padding: 0 15px;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    min-width: 67px
}

@media screen and (max-width:767px) {
    .pxl-menu-food3 .pxl-item--price {
        font-size: 20px
    }
}

.pxl-menu-food3 .pxl-item--image {
    width: 144px;
    min-width: 144px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food3 .pxl-item--image {
        width: 100%;
        min-width: 100%;
        margin: 0 0 30px
    }

    .pxl-menu-food3 .pxl-item--image img {
        width: 100%
    }
}

.pxl-menu-food3 .pxl-item--image img {
    border-radius: 15px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-menu-food3 .pxl-item--meta {
    flex-grow: 1
}

.pxl-menu-food3 .pxl-menu--item {
    padding: 23px 31px 23px 33px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    box-shadow: 0 5px 21px rgba(12, 12, 12, .1);
    border-radius: 10px
}

@media screen and (max-width:1199px) {
    .pxl-menu-food3 .pxl-menu--item {
        display: block
    }
}

@media screen and (max-width:991px) {
    .pxl-menu-food3 .pxl-menu--item {
        padding-left: 22px;
        padding-right: 22px
    }
}

.pxl-menu-food3 .pxl-menu--item+.pxl-menu--item {
    margin-top: 30px
}

.pxl-menu-food3 .pxl-menu--item:hover .pxl-item--image img {
    transform: scale(1.12)
}

.pxl-menu-food4 .pxl-item--image {
    margin-bottom: 22px
}

.pxl-menu-food4 .pxl-item--title {
    margin-bottom: 0;
    font-size: 24px;
    margin-bottom: 0
}

.pxl-menu-food4 .pxl-item--description {
    font-size: 14px;
    color: #9f9f9f;
    margin-top: -2px
}

.pxl-menu-food4 .pxl-item--price {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    flex-grow: 1
}

.pxl-menu-food4 .woosw-btn {
    font-size: 18px;
    margin-right: -6px;
    font-size: 0;
    color: #2b2b2b;
    display: inline-flex;
    width: 24px;
    height: 24px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: 0 0 !important;
    padding: 0
}

.pxl-menu-food4 .woosw-btn:before,
.pxl-menu-food4 .woosw-btn:after {
    font-family: flaticon;
    font-size: 18px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-menu-food4 .woosw-btn:before {
    content: "\f140"
}

.pxl-menu-food4 .woosw-btn:after {
    content: "\f13f";
    opacity: 0;
    color: #f44336
}

.pxl-menu-food4 .woosw-btn.woosw-added:before {
    opacity: 0
}

.pxl-menu-food4 .woosw-btn.woosw-added:after {
    opacity: 1
}

.pxl-menu-food4 .pxl-item--bottom {
    align-items: center;
    margin-top: 4px
}

.pxl-menu-food4 .pxl-item--holder {
    padding: 0 8px;
    position: relative;
    z-index: 9
}

.pxl-menu-food4 .pxl-item--inner {
    border-radius: 30px;
    padding: 10px 27px 24px;
    position: relative;
    z-index: 1;
    margin-right: 6px;
    margin-bottom: 52px
}

.pxl-menu-food4 .pxl-item--inner:before,
.pxl-menu-food4 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.pxl-menu-food4 .pxl-item--inner:before {
    background-color: var(--primary-color);
    z-index: -2;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-menu-food4 .pxl-item--inner:after {
    z-index: -1;
    background-image: -webkit-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -moz-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -ms-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: -o-linear-gradient(135deg, #ededed 50%, #fff);
    background-image: linear-gradient(135deg, #ededed 50%, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed 50%', endColorStr='#fff')
}

.pxl-menu-food4 .pxl-item--inner:hover:before {
    top: 6px;
    left: 6px;
    opacity: 1
}

.pxl-menu-food4 .pxl-item--odd {
    margin-top: 42px
}

.pxl-menu-food4 .pxl-swiper-arrow-wrap {
    margin-top: -42px;
    justify-content: end;
    position: relative;
    z-index: 99
}

.pxl-menu-food5 {
    z-index: 1
}

.pxl-menu-food5 .pxl-below--text {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;
    font-size: 325px;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    white-space: nowrap;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, .28);
    -ms-text-stroke-color: rgba(0, 0, 0, .28);
    -o-text-stroke-color: rgba(0, 0, 0, .28)
}

.pxl-menu-food5 .pxl-below--image {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: -1
}

.pxl-menu-food5 .pxl-below--image img {
    width: auto
}

.pxl-menu-food5 .pxl-item--price {
    position: absolute;
    width: 165px;
    height: 165px;
    background-image: url(../img/box-price.png);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width:767px) {
    .pxl-menu-food5 .pxl-item--price {
        width: 120px;
        height: 120px
    }
}

.pxl-menu-food5 .pxl-item--price div {
    transform: rotate(-15deg);
    margin-top: 10px
}

.pxl-menu-food5 .pxl-item--price label,
.pxl-menu-food5 .pxl-item--price span {
    font-size: 24px;
    line-height: .917;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    text-shadow: 0 5px 2px rgba(2, 2, 2, .29)
}

@media screen and (max-width:767px) {

    .pxl-menu-food5 .pxl-item--price label,
    .pxl-menu-food5 .pxl-item--price span {
        font-size: 18px
    }
}

.pxl-menu-food5 .pxl-item--price span {
    color: #fcbc10;
    font-size: 36px;
    line-height: 1
}

@media screen and (max-width:767px) {
    .pxl-menu-food5 .pxl-item--price span {
        font-size: 24px
    }
}

.pxl-menu-food5 .pxl-item--price.pos-bottom-left {
    bottom: 105px;
    left: 10px
}

@media screen and (max-width:767px) {
    .pxl-menu-food5 .pxl-item--price.pos-bottom-left {
        bottom: auto;
        top: 20px
    }
}

.pxl-menu-food5 .pxl-item--price.pos-top-right {
    top: 65px;
    right: 47px
}

.pxl-menu-food5 .pxl-item--price.pos-top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 10px
}

.pxl-menu-food5 .pxl-item--image {
    display: inline-flex;
    position: relative
}

.pxl-menu-food5 .pxl-item--image img {
    width: auto
}

.pxl-menu-food5 .pxl-item--button {
    margin-top: -43px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width:767px) {
    .pxl-menu-food5 .pxl-item--button {
        margin-top: 0
    }
}

.pxl-menu-food5 .pxl-item--inner {
    text-align: center;
    margin-bottom: 85px
}

.pxl-menu-food5 .pxl-swiper-arrow-wrap {
    margin: 0
}

.pxl-menu-food5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    background-color: #6f3f11;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.pxl-menu-food5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    background-color: #000
}

.pxl-menu-food5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 0
}

.pxl-menu-food5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 0
}