@charset "UTF-8";

body:not([data-elementor-device-mode="desktop"]):not([data-elementor-device-mode="laptop"]):not([data-elementor-device-mode="widescreen"]) #stl-cursor {
    display: none
}

#stl-cursor {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.05s;
    pointer-events: none
}

#stl-cursor-pointer {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    white-space: nowrap;
    color: var(--sparknex-cursor-point-color);
    font-weight: 700;
    font-size: 14px
}

#stl-cursor-pointer::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    transition: background-color 0.1s
}

#stl-cursor-pointer>.cursor-content {
    --color: var(--sparknex-accent-color);
    --bg-color: #fff;
    --color-child: #fff;
    --bg-color-child: var(--sparknex-primary-color);
    --size: 24px;
    color: var(--color);
    background-color: var(--bg-color);
    font-size: var(--size);
    transform-origin: left top;
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
    letter-spacing: 0;
    display: block;
    overflow: hidden
}

#stl-cursor-pointer>.cursor-content-text {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

#stl-cursor-pointer.visible::before {
    background-color: transparent
}

#stl-cursor-pointer.visible>.cursor-content {
    transform: scale(1);
    opacity: 1
}

#stl-cursor-pointer.visible>.cursor-content img {
    display: block
}

#stl-cursor.portfolio #stl-cursor-pointer {
    color: transparent;
    left: 10px;
    top: 10px
}

#stl-cursor.portfolio #stl-cursor-pointer .cursor-content-text {
    padding: 0
}

#stl-cursor .cursor-from-js,
#stl-cursor .cursor-global,
#stl-cursor .portfolio-tooltip,
#stl-cursor .product-cat-tooltip {
    color: unset;
    background: unset
}

#stl-cursor .cursor-from-js h6,
#stl-cursor .cursor-global h6,
#stl-cursor .portfolio-tooltip h6,
#stl-cursor .product-cat-tooltip h6 {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 11px 10px 10px;
    text-transform: uppercase;
    color: var(--sparknex-header-font-color);
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

#stl-cursor .cursor-from-js .descr,
#stl-cursor .cursor-from-js .post_cats,
#stl-cursor .cursor-from-js .count,
#stl-cursor .cursor-global .descr,
#stl-cursor .cursor-global .post_cats,
#stl-cursor .cursor-global .count,
#stl-cursor .portfolio-tooltip .descr,
#stl-cursor .portfolio-tooltip .post_cats,
#stl-cursor .portfolio-tooltip .count,
#stl-cursor .product-cat-tooltip .descr,
#stl-cursor .product-cat-tooltip .post_cats,
#stl-cursor .product-cat-tooltip .count {
    font-size: 15px;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 11px 1px 10px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    background-color: var(--sparknex-primary-color)
}

#stl-cursor .carousel-tooltip {
    line-height: 1;
    margin: 0 -2px
}

#stl-cursor .carousel-tooltip .flaticon {
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    padding: 0 5px
}

#stl-cursor-pointer>.cursor-content-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

#stl-cursor .cursor-content .cursor-icon {
    font-size: 24px;
    letter-spacing: 0;
    padding: 10px;
    color: var(--sparknex-header-font-color);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

#stl-cursor .carousel-tooltip .flaticon-right-arrow:first-child {
    transform: rotate(90deg)
}

#stl-cursor .carousel-tooltip .flaticon-right-arrow:last-child {
    transform: rotate(-90deg)
}

* {
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline
}

body {
    position: relative;
    overflow-x: hidden
}

body,
html {
    max-width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

mark {
    padding: 0 5px;
    color: var(--sparknex-header-font-color)
}

strong {
    font-weight: 700
}

pre {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 20px;
    word-wrap: break-word;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    overflow: auto
}

code,
kbd,
tt,
var,
pre {
    font-family: monospace
}

ul,
ol {
    padding: 0 0 20px 0
}

li ul {
    padding-bottom: 0
}

textarea {
    min-height: 50px;
    height: 122px
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    user-select: none
}

label,
legend {
    display: block;
    margin-bottom: 5px
}

label {
    font-family: var(--sparknex-header-font-family);
    font-size: 16px;
    margin-left: 0
}

legend {
    font-weight: 500;
    font-family: var(--sparknex-h4-font-family);
    font-size: var(--sparknex-h4-font-size)
}

iframe {
    width: 100%;
    display: block
}

table {
    width: 100%;
    border-collapse: collapse
}

dl {
    margin-bottom: 1.75em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1.75em
}

p {
    margin: 0 0 16px 0
}

p:empty {
    display: none;
    padding: 0;
    margin: 0
}

a {
    transition: all 0.4s
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

p a {
    transition: color 0.3s
}

body.elementor-page main .stl-container.stl-content-sidebar,
body.elementor-page.single main .stl-container:not(.stl-content-sidebar) {
    padding-right: 15px;
    padding-left: 15px
}

body.elementor-page main .stl-container.stl-content-sidebar .elementor,
body.elementor-page.single main .stl-container:not(.stl-content-sidebar) .elementor {
    margin-left: -15px;
    margin-right: -15px
}

body.elementor-page main .stl-container,
body.elementor-page .footer_top-area:not(.widgets_area) .stl-container,
body.elementor-editor-active main .stl-container,
body.elementor-editor-active .footer_top-area:not(.widgets_area) .stl-container,
body.elementor-editor-preview main .stl-container,
body.elementor-editor-preview .footer_top-area:not(.widgets_area) .stl-container {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

body.elementor-page main .stl-container.full-width,
body.elementor-page .footer_top-area:not(.widgets_area) .stl-container.full-width,
body.elementor-editor-active main .stl-container.full-width,
body.elementor-editor-active .footer_top-area:not(.widgets_area) .stl-container.full-width,
body.elementor-editor-preview main .stl-container.full-width,
body.elementor-editor-preview .footer_top-area:not(.widgets_area) .stl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

body.elementor-page.single-footer main:not(:empty) .stl-container,
body.elementor-page.single-footer .footer_top-area:not(:empty) .stl-container,
body.elementor-editor-active.single-footer main:not(:empty) .stl-container,
body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .stl-container,
body.elementor-editor-preview.single-footer main:not(:empty) .stl-container,
body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .stl-container {
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

body.elementor-default .footer_top-area:not(.widgets_area) .stl-container {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

body.elementor-default .footer_top-area:not(.widgets_area) .stl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.elementor-element.elementor-widget.elementor-widget-spacer {
    margin-bottom: 0
}

.elementor-image-gallery .gallery-item {
    margin-top: 0 !important
}

.elementor-image-gallery img {
    border: 0 !important
}

.elementor-section.stl-add-background-text::before {
    margin-left: 4.45vw
}

.elementor-section.stl-add-background-text::before,
.elementor-section.stl-add-background-text .stl-background-text {
    position: absolute;
    font-size: 9.375vw;
    line-height: .9em;
    font-family: var(--sparknex-additional-font-family);
    font-weight: var(--sparknex-additional-font-weight);
    letter-spacing: .585em;
    z-index: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: block;
    -webkit-user-select: none;
    user-select: none;
    color: #dfdfdf;
    pointer-events: none;
    -webkit-text-stroke-color: #dfdfdf
}

.elementor-section.stl-add-background-text::before {
    letter-spacing: .18em
}

.elementor-section.stl-add-background-text.stl-animation-background-text::before {
    display: none
}

.elementor-section.stl-add-background-text .stl-background-text .letter {
    display: inline-block;
    text-indent: 0;
    opacity: 0
}

body.elementor-editor-active .elementor-section.stl-add-background-text.stl-animation-background-text::before {
    display: block
}

body.elementor-editor-active .elementor-section,
body.elementor-editor-active .elementor-column {
    pointer-events: auto !important
}

body.elementor-editor-active .stl-products.appear-animation .product {
    opacity: 1;
    transform: unset
}

body .elementor-element-overlay ul li::before,
body .elementor-select-preset ul li::before {
    background: transparent
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
    line-height: 1.3;
    margin-top: 12px;
    font-weight: 500
}

.elementor-widget-container .elementor-divider,
.elementor-widget-container .elementor-divider-separator {
    border-radius: inherit
}

.font-family-flaticon {
    font-family: "Flaticon" !important
}

.footer_wrapper {
    padding: 24px 0
}

.footer_top-area p {
    margin-bottom: 0
}

.footer_top-area.widgets_area .row>div {
    padding-top: 50px;
    padding-bottom: 40px
}

.footer_top-area input[type="text"],
.footer_top-area input[type="url"],
.footer_top-area input[type="search"],
.footer_top-area input[type="email"],
.footer_top-area input[type="password"],
.footer_top-area input[type="tel"],
.footer_top-area input[type="time"],
.footer_top-area select,
.footer_top-area textarea {
    color: #fff
}

.footer_top-area strong {
    font-weight: inherit
}

.footer_top-area select {
    background-image: var(--sparknex-bg-caret-white)
}

.footer_top-area .textwidget img {
    margin-bottom: 20px
}

.footer_top-area .widget.widget_stl_posts .recent-posts-widget {
    padding-top: 0
}

.footer_top-area .footer-link {
    position: relative;
    z-index: 1
}

.footer_top-area .footer-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    border-bottom: 1px solid;
    width: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s, color 0s
}

.footer_top-area .footer-link:hover {
    color: #ffffff !important
}

.footer_top-area .footer-link:hover::before {
    width: 100%;
    color: #ffffff !important
}

.footer {
    position: relative;
    overflow: hidden
}

.footer .widgets_area .row {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent
}

.footer .blog-posts .blog-post_title {
    margin-top: -5px
}

.footer .blog-posts .item:last-child .blog-post {
    margin-bottom: 0
}

.footer .gallery-caption {
    display: none
}

.footer .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.footer .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.footer .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
    border-color: rgba(255, 255, 255, .15)
}

.footer .widget_search .search-form .search-field:active,
.footer .widget_search .search-form .search-field:focus,
.footer .widget_product_search .woocommerce-product-search .search-field:active,
.footer .widget_product_search .woocommerce-product-search .search-field:focus,
.footer .wc-block-product-search__fields .search-field:active,
.footer .wc-block-product-search__fields .search-field:focus {
    border-color: #fff
}

.primary-nav.footer-menu .menu-item {
    display: inline-block;
    margin: 0 20px
}

.copyright {
    font-size: 16px;
    text-align: center
}

.copyright p {
    margin: 0
}

body.single.single-footer header,
body.single.single-footer header+.page-header {
    display: none
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="number"],
input[type="date"],
select,
textarea {
    display: block;
    height: 42px;
    max-width: 100%;
    margin: 0 0 22px 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    font-family: var(--sparknex-content-font-family);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-transform: unset;
    color: var(--sparknex-header-font-color);
    background-color: transparent;
    transition: all 0.3s, height 0s
}

input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
select::placeholder,
textarea::placeholder {
    font: inherit;
    line-height: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
    transition: 0.4s;
    transform: translateY(0) scale(1);
    transform-origin: left bottom
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    border-color: var(--sparknex-header-font-color)
}

input[type="text"]:active::placeholder,
input[type="text"]:focus::placeholder,
input[type="url"]:active::placeholder,
input[type="url"]:focus::placeholder,
input[type="search"]:active::placeholder,
input[type="search"]:focus::placeholder,
input[type="email"]:active::placeholder,
input[type="email"]:focus::placeholder,
input[type="password"]:active::placeholder,
input[type="password"]:focus::placeholder,
input[type="tel"]:active::placeholder,
input[type="tel"]:focus::placeholder,
input[type="time"]:active::placeholder,
input[type="time"]:focus::placeholder,
input[type="number"]:active::placeholder,
input[type="number"]:focus::placeholder,
input[type="date"]:active::placeholder,
input[type="date"]:focus::placeholder,
select:active::placeholder,
select:focus::placeholder,
textarea:active::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--sparknex-header-font-color);
    background: unset;
    -webkit-transition: background-color 0s ease-in-out 9999s;
    transition: background-color 0s ease-in-out 9999s
}

input[type="checkbox"],
input[type="radio"],
body .bapf_sfilter.bapf_ckbox input[type="checkbox"],
body .bapf_sfilter.bapf_ckbox input[type="radio"] {
    cursor: pointer;
    margin: 0 8px 0 0;
    vertical-align: middle
}

input[type="checkbox"]+label,
input[type="checkbox"]+span,
input[type="radio"]+label,
input[type="radio"]+span,
body .bapf_sfilter.bapf_ckbox input[type="checkbox"]+label,
body .bapf_sfilter.bapf_ckbox input[type="checkbox"]+span,
body .bapf_sfilter.bapf_ckbox input[type="radio"]+label,
body .bapf_sfilter.bapf_ckbox input[type="radio"]+span {
    display: inline;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.stl-style-input input[type="checkbox"],
.stl-style-input input[type="radio"],
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"],
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"] {
    --input-color: var(--sparknex-primary-color);
    --input-disabled: #959495;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 8px 0 0;
    font-size: 12px;
    color: currentColor;
    width: 1em;
    height: 1em;
    border: 1px solid currentColor !important;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-grid !important;
    place-content: center
}

.stl-style-input input[type="checkbox"]::before,
.stl-style-input input[type="radio"]::before,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"]::before,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"]::before {
    content: "";
    width: calc(1em - 2px);
    height: calc(1em - 2px);
    border-radius: inherit;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--input-color);
    background-color: CanvasText
}

.stl-style-input input[type="checkbox"]::after,
.stl-style-input input[type="radio"]::after,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"]::after,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"]::after {
    display: none
}

.stl-style-input input[type="checkbox"]:checked::before,
.stl-style-input input[type="radio"]:checked::before,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked::before,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"]:checked::before {
    transform: scale(1)
}

.stl-style-input input[type="checkbox"]:focus,
.stl-style-input input[type="radio"]:focus,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"]:focus,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"]:focus {
    outline: max(1px, 0.15em) solid currentColor;
    outline-offset: max(1px, 0.15em)
}

.stl-style-input input[type="checkbox"]:disabled,
.stl-style-input input[type="radio"]:disabled,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="checkbox"]:disabled,
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"]:disabled {
    --input-color: var(--input-disabled);
    color: var(--input-disabled);
    cursor: not-allowed
}

.stl-style-input input[type="radio"],
.stl-style-input .bapf_sfilter.bapf_ckbox input[type="radio"] {
    border-radius: 50%
}

input[type="submit"],
button {
    display: inline-block;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 50px;
    outline: none;
    padding: 8px 41px;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: var(--sparknex-button-color-idle);
    background: var(--sparknex-button-bg-idle);
    border: 1px solid var(--sparknex-button-border-idle);
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.4s
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
button:hover,
button:focus,
button:active {
    color: var(--sparknex-button-color-hover);
    background: var(--sparknex-button-bg-hover);
    border-color: var(--sparknex-button-border-hover)
}

textarea {
    height: 86px;
    padding: 10px
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1
}

.input-bg-white input,
.input-bg-white textarea {
    background-color: #fff
}

select {
    width: 100%;
    overflow: hidden;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: var(--sparknex-bg-caret);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% center
}

label {
    transition: 0.4s
}

.post-password-form {
    margin-bottom: 20px
}

.post-password-form p:first-child {
    margin-bottom: 24px
}

.post-password-form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 8px
}

@media (min-width:600px) {
    .post-password-form label {
        width: calc(100% - 130px);
        max-width: 270px
    }
}

.post-password-form label input[type="password"] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0
}

.post-password-form input[type="submit"] {
    min-width: 100px;
    margin-bottom: 10px;
    color: var(--sparknex-button-color-idle);
    background-color: var(--sparknex-button-bg-idle);
    transform: translateY(-2px);
    height: 42px;
    padding: 5px 28px 4px
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    color: var(--sparknex-button-color-hover);
    background: var(--sparknex-button-bg-hover)
}

.stl-container {
    margin-right: auto;
    margin-left: auto;
    width: 1170px
}

.stl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.stl-container .stl-container {
    width: 100%
}

.stl-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
    width: 100%
}

.stl-container.stl-content-sidebar .elementor {
    margin-left: -15px;
    margin-right: -15px
}

#main .stl-container .stl_wrapper {
    left: 0 !important
}

.row::after,
.row::before,
.stl-container::after,
.stl-container::before,
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    line-height: 0
}

.stl-container::after,
.row::after,
.clear,
.clearfix::after {
    clear: both
}

[class*="stl_col-"] {
    float: left;
    min-height: 1px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row [class*="stl_col-"] {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.stl-carousel {
    position: relative;
    z-index: 1
}

.stl-carousel_swiper a,
.stl-carousel_swiper a:hover,
.stl-carousel_swiper a:focus {
    transition: 0.4s
}

a:hover {
    color: inherit
}

.stl-icon {
    display: inline-block;
    transition: 0.4s
}

.stl-icon svg {
    height: 1em;
    width: 1em;
    transition: inherit
}

.elementor-icon.flaticon {
    line-height: 0
}

.stl-number {
    display: inline-block;
    transition: 0.4s
}

.stl-number .number {
    min-width: 1em;
    height: 1em;
    position: relative;
    display: block
}

body .hover_links a {
    color: inherit;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    transition: color 0.3s, -webkit-text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
    text-underline-offset: .1em
}

body .hover_links a:hover {
    color: currentColor;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
}

body .hover_links.white a:hover {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

body .hover_links.primary a:hover {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.stl-layout-left,
.stl-layout-right {
    display: flex
}

.aleft .stl-layout-left {
    justify-content: flex-start
}

.aleft .stl-layout-right {
    justify-content: flex-end
}

.acenter .stl-layout-left,
.acenter .stl-layout-right {
    justify-content: center
}

.aright .stl-layout-left {
    justify-content: flex-end
}

.aright .stl-layout-right {
    justify-content: flex-start
}

.fullwidth-wrapper {
    width: 100%
}

.z-index-1 {
    z-index: 1
}

.relative {
    position: relative
}

.text-uppercase {
    text-transform: uppercase
}

.bypostauthor {
    opacity: 1
}

.ohidden {
    overflow: hidden
}

.ovisible {
    overflow: visible
}

.d-block {
    display: block
}

.d-none {
    display: none
}

body[data-elementor-device-mode="desktop"] .d-xl-none {
    display: none
}

body:not([data-elementor-device-mode="desktop"]) .d-xl-block {
    display: none
}

.wp-caption-text,
.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 13px;
    text-align: center
}

.wp-caption,
.gallery-caption {
    max-width: 100%;
    margin-bottom: 1em;
    font-style: italic
}

.wp-caption img,
.gallery-caption img {
    border-radius: unset
}

#main {
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.archive:not(.woocommerce) #main {
    padding-bottom: 100px
}

body>#main .row.sidebar_left #main-content {
    float: right
}

.gm-control-active {
    border-radius: unset;
    box-shadow: none
}

hr {
    margin: 20px 0 20px;
    border: none;
    border-bottom: 1px solid #1d1f21
}

hr.wp-block-separator {
    max-width: 100px
}

hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots {
    max-width: 100%
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    text-align: left
}

table:not(:last-child) {
    margin-bottom: 22px
}

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

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

.mejs-container {
    margin-bottom: 20px
}

.stl-row-animation>.elementor-container {
    z-index: 1
}

.particles-js {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.page-header .particles-js {
    left: 0;
    top: 0
}

.extended-parallax {
    position: absolute;
    z-index: -1;
    width: 100%;
    pointer-events: none
}

.stl-background-image_parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.stl-background-image_parallax div {
    height: 100%
}

.stl-elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    pointer-events: none
}

.stl-elementor-shape-top {
    top: -1px
}

.stl-elementor-shape-bottom {
    bottom: -1px
}

.stl-elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

#sparknex-footer-inline-css {
    display: none
}

.stl-body-bg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.stl-theme-header {
    position: relative;
    z-index: 2
}

.stl-theme-header .wrapper a {
    color: inherit
}

.stl-theme-header .wrapper .sparknex_module_button a {
    margin-bottom: 0;
    box-shadow: none;
    color: #fff
}

.stl-theme-header .stl-sticky-header .stl-logotype-container>a,
.stl-theme-header .stl-sticky-header .stl-logotype-container>a>img {
    max-height: none !important
}

.stl-theme-header.header_overlap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0
}

.stl-theme-header.header_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1)
}

.stl-mobile-header,
.mobile_nav_wrapper .primary-nav .menu {
    display: none
}

.stl-mobile-header .menu-item__plus,
.menu_vertical .menu-item__plus,
.mobile_nav_wrapper .primary-nav>ul>li ul::before,
.mobile_nav_wrapper .primary-nav>ul>li>div.mega-menu-container::before {
    display: none !important
}

body:not(.elementor-editor-active) .stl-theme-header .elementor-column,
body:not(.elementor-editor-active) .stl-theme-header .elementor-column-wrap,
body:not(.elementor-editor-active) .stl-theme-header .elementor-widget-wrap,
body:not(.elementor-editor-active) .stl-theme-header .elementor-widget[data-widget_type="stl-menu.default"] {
    position: static
}

.stl-header-row .stl-header-row_wrapper {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
}

.stl-header-row .header_side.display_normal {
    flex: 0 auto
}

.stl-header-row .header_side.display_grow {
    flex: 1
}

.stl-header-row .header_side.display_grow .primary-nav>.menu {
    white-space: nowrap
}

.stl-header-row .header_side.v_align_middle {
    align-self: center
}

.stl-header-row .header_side.v_align_bottom {
    align-self: flex-end
}

.stl-header-row .header_side.v_align_bottom .primary-nav>ul>li>a {
    align-self: flex-end;
    align-items: flex-end
}

.stl-header-row .header_side.v_align_bottom .header_area_container>*,
.stl-header-row .header_side.v_align_bottom .header_search-button {
    vertical-align: bottom
}

.stl-header-row .header_side.v_align_top {
    align-self: flex-start
}

.stl-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
    top: 0;
    bottom: auto
}

.stl-header-row .header_side.v_align_top .primary-nav .lavalamp-object::before {
    transform: rotate(0.5turn)
}

.stl-header-row .header_side.v_align_top .primary-nav>ul>li>a {
    align-self: flex-start;
    align-items: flex-start
}

.stl-header-row .header_side.v_align_top .header_area_container>*,
.stl-header-row .header_side.v_align_top .header_search-button {
    vertical-align: top
}

.stl-header-row .header_side.h_align_left {
    text-align: left
}

.stl-header-row .header_side.h_align_center {
    text-align: center
}

.stl-header-row .header_side.h_align_right {
    text-align: right
}

.stl-header-row .header_side.display_grow.h_align_right {
    margin-left: auto
}

.stl-header-row .header_side.display_grow.h_align_center {
    margin-right: auto;
    margin-left: auto
}

.stl-header-row .header_side.display_grow.h_align_left {
    margin-right: auto
}

.stl-header-row .header_side.display_grow.h_align_left .header_area_container {
    justify-content: flex-start
}

.stl-header-row .header_side.display_grow.h_align_center .header_area_container {
    justify-content: center
}

.stl-header-row .header_side.display_grow.h_align_right .header_area_container {
    justify-content: flex-end
}

.stl-header-row .header_side[class^="position_center"] .header_area_container>div.mini-cart {
    padding: 0
}

.stl-header-row .header_side[class^="position_center"] .primary-nav>ul li.mega-menu>ul.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto
}

.stl-header-row .header_side[class^="position_left"] .header_area_container>*:last-child {
    padding-right: 0
}

.stl-header-row .header_side[class^="position_right"] .header_area_container>*:first-child {
    padding-left: 0
}

.stl-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
    left: 0;
    right: auto
}

.stl-header-row .header_side[class^="position_left"] .primary-nav>ul>li ul .sub-menu {
    left: 100%;
    right: auto
}

.stl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:not(:first-child):last-child>.sub-menu {
    left: 0;
    right: auto
}

.stl-header-row .header_side[class^="position_left"] .primary-nav>ul>li:not(:first-child):last-child>.sub-menu .sub-menu {
    left: 100%;
    right: auto
}

.stl-header-row .header_side,
.stl-header-row .header_render_editor,
.stl-header-row .wrapper,
.stl-header-row .header_area_container {
    max-width: 100%;
    box-sizing: border-box
}

.header_area_container {
    display: inline-block;
    height: 100%;
    max-height: 100%
}

.header_area_container>* {
    display: inline-block;
    vertical-align: middle
}

.delimiter {
    position: relative
}

.stl-logotype-container img {
    vertical-align: middle;
    max-height: 100%;
    max-width: initial
}

.stl-logotype-container a,
.stl-logotype-container a:hover,
.stl-logotype-container h1 {
    color: inherit
}

.stl-logotype-container .logo-name {
    font-size: 34px;
    line-height: 1
}

header:not(.stl-menu-outer_content)>.stl-logotype-container .logo-name {
    width: 200px;
    width: min-content;
    font-size: 30px;
    white-space: pre-line
}

.stl-site-header .primary-nav ul:hover li:not(:hover)>div,
.stl-site-header .primary-nav ul:hover li:not(:hover)>ul.stl-mega-menu,
.stl-sticky-header .primary-nav ul:hover li:not(:hover)>div,
.stl-sticky-header .primary-nav ul:hover li:not(:hover)>ul.stl-mega-menu {
    overflow: hidden;
    height: 0
}

.primary-nav a {
    cursor: pointer;
    transition: 0.3s
}

.primary-nav.align-left {
    text-align: left
}

.primary-nav.align-left>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-left>ul.menu>li.mega-cat>div.mega-menu-container {
    left: 0;
    right: auto
}

.primary-nav.align-center {
    text-align: center
}

.primary-nav.align-center>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-center>ul.menu>li.mega-cat>div.mega-menu-container {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.primary-nav.align-right {
    text-align: right
}

.primary-nav.align-right>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-right>ul.menu>li.mega-cat>div.mega-menu-container {
    left: auto;
    right: 0
}

.primary-nav .content__media {
    font-weight: 400;
    transition: 0.4s;
    position: relative
}

.primary-nav .lavalamp {
    position: static
}

.primary-nav .lavalamp-object {
    opacity: 1;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 1px;
    line-height: 1;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    color: var(--sparknex-primary-color);
    background: currentColor
}

.primary-nav .lavalamp_animate .lavalamp-object {
    opacity: 1
}

.primary-nav>ul.lavalamp>li>a .item_wrapper_text::after,
.primary-nav.menu_line_enable>ul>li>a .item_wrapper_text .item_text:hover:before {
    display: none !important
}

.primary-nav ul:hover li:not(:hover) {
    z-index: 0;
    position: relative
}

.primary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    margin-bottom: 0
}

.primary-nav>ul li {
    position: relative;
    padding-left: 0
}

.primary-nav>ul li.mega-menu {
    position: static !important
}

.primary-nav>ul li.mega-menu>ul.mega-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.primary-nav>ul li.mega-menu>ul.mega-menu .menu-item__plus {
    display: none
}

.primary-nav>ul li.mega-menu.mega-menu-e {
    position: relative !important
}

.primary-nav>ul li.mega-menu.mega-menu-e.position-center,
.primary-nav>ul li.mega-menu.mega-menu-e.position-left-side {
    position: static !important
}

.primary-nav>ul {
    height: 100%;
    margin-left: 0;
    padding: 0
}

.primary-nav>ul>li {
    height: 100%
}

.primary-nav>ul>li>a .item_wrapper_text {
    line-height: initial;
    padding: 12px 0;
    position: relative
}

.primary-nav>ul>li>a .item_wrapper_text .item_text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--sparknex-primary-color);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.primary-nav>ul>li>a.__mPS2id.active {
    color: var(--sparknex-primary-color)
}

.primary-nav>ul>li>a.__mPS2id.active .item_wrapper_text .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav>ul>li>a.__mPS2id.active>i.menu-item__plus {
    color: var(--sparknex-primary-color)
}

.primary-nav>ul>li[class*="current"]>a .item_wrapper_text {
    line-height: initial
}

.primary-nav>ul>li[class*="current"]>a,
.primary-nav>ul>li:hover>a {
    color: var(--sparknex-primary-color)
}

.primary-nav>ul>li[class*="current"]>a .item_wrapper_text .item_text:before,
.primary-nav>ul>li:hover>a .item_wrapper_text .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav>ul>li[class*="current"]>a>i.menu-item__plus,
.primary-nav>ul>li:hover>a>i.menu-item__plus {
    color: var(--sparknex-primary-color)
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu {
    padding-left: 20px;
    padding-right: 20px
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu>li>a .item_wrapper_text::before {
    display: none
}

.primary-nav>ul>li>a {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    margin: 0 20px;
    transition: 0.4s
}

.primary-nav.marker-disable>ul>li>a .item_text:before,
.primary-nav.marker-disable>ul>li>a::after {
    display: none !important
}

.primary-nav ul>li.menu-item-has-children>a::after,
.primary-nav ul>li.mega-menu.mega-cat>a::after {
    margin-left: -11px
}

.primary-nav ul>li.menu-item-has-children>a>.menu-item__plus,
.primary-nav ul>li.mega-menu.mega-cat>a>.menu-item__plus {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin-left: 6px;
    color: rgba(var(--sparknex-accent-rgb), .2);
    transform-origin: center;
    perspective-origin: center;
    transform: unset;
    transition: 0.4s
}

.primary-nav ul>li.menu-item-has-children>a>.menu-item__plus::before,
.primary-nav ul>li.mega-menu.mega-cat>a>.menu-item__plus::before {
    content: "\f143";
    font-family: "Flaticon";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.primary-nav ul li>ul,
.primary-nav ul li>ul ul,
.primary-nav ul li .mega-menu-container {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 10px);
    left: -20px;
    min-width: 250px;
    white-space: nowrap;
    margin: 0;
    padding: 25px 0 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(.455, .03, .515, .955);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .1)
}

.primary-nav ul li>ul li:not(:last-child),
.primary-nav ul li>ul ul li:not(:last-child),
.primary-nav ul li .mega-menu-container li:not(:last-child) {
    margin-bottom: 2px
}

.primary-nav ul li>ul.stl-e-container,
.primary-nav ul li>ul ul.stl-e-container,
.primary-nav ul li .mega-menu-container.stl-e-container {
    white-space: normal;
    padding: 0
}

.primary-nav ul li>ul.stl-e-container .elementor-column,
.primary-nav ul li>ul.stl-e-container .elementor-column-wrap,
.primary-nav ul li>ul.stl-e-container .elementor-widget-wrap,
.primary-nav ul li>ul ul.stl-e-container .elementor-column,
.primary-nav ul li>ul ul.stl-e-container .elementor-column-wrap,
.primary-nav ul li>ul ul.stl-e-container .elementor-widget-wrap,
.primary-nav ul li .mega-menu-container.stl-e-container .elementor-column,
.primary-nav ul li .mega-menu-container.stl-e-container .elementor-column-wrap,
.primary-nav ul li .mega-menu-container.stl-e-container .elementor-widget-wrap {
    position: relative
}

.primary-nav ul li>ul .primary-nav,
.primary-nav ul li>ul ul .primary-nav,
.primary-nav ul li .mega-menu-container .primary-nav {
    height: auto !important
}

.primary-nav ul li>ul .primary-nav ul,
.primary-nav ul li>ul ul .primary-nav ul,
.primary-nav ul li .mega-menu-container .primary-nav ul {
    margin: 0;
    padding: 0
}

.primary-nav ul li>ul .primary-nav ul li,
.primary-nav ul li>ul ul .primary-nav ul li,
.primary-nav ul li .mega-menu-container .primary-nav ul li {
    margin-bottom: 0
}

.primary-nav ul li .mega-menu-container {
    transform: translateY(-200%);
    transition: 0.3s ease-out, transform 0s 0.3s
}

.primary-nav ul li>ul ul {
    top: -26px;
    left: 100%
}

.primary-nav ul li>ul ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 6px);
    top: 0;
    left: -6px
}

.primary-nav ul li>ul li {
    display: block
}

.primary-nav ul li>ul li>a .item_wrapper_text,
.primary-nav ul li>ul li>a>i {
    position: relative;
    transition: 0.3s ease-in-out
}

.primary-nav ul li>ul li>a .item_wrapper_text {
    padding: 0 0 5px
}

.primary-nav ul li>ul li>a .item_wrapper_text .item_text {
    position: relative;
    z-index: 1
}

.primary-nav ul li>ul li>a .item_wrapper_text .item_text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--sparknex-primary-color);
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.primary-nav ul li>ul li:hover>a {
    color: var(--sparknex-primary-color)
}

.primary-nav ul li>ul li:hover>a .item_wrapper_text .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav ul li>ul li:hover>a>i.menu-item__plus {
    color: var(--sparknex-primary-color)
}

.primary-nav ul li>ul li:hover ul {
    top: -25px
}

.primary-nav ul li>ul li[class*="current"]>a {
    color: var(--sparknex-primary-color)
}

.primary-nav ul li>ul li[class*="current"]>a .item_wrapper_text .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav ul li>ul li[class*="current"]>a>i.menu-item__plus {
    color: var(--sparknex-primary-color)
}

.primary-nav ul li>ul .menu-item {
    line-height: inherit
}

.primary-nav ul li>ul .menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    transition: all 0s, -webkit-text-decoration 0.3s ease-in-out;
    transition: all 0s, text-decoration 0.3s ease-in-out;
    transition: all 0s, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
    padding: 0 35px;
    overflow: hidden
}

.primary-nav ul li:hover>ul,
.primary-nav ul li:hover>div.mega-menu-container {
    z-index: 556;
    top: 100%;
    opacity: 1;
    visibility: visible
}

.primary-nav ul li:hover>ul.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>ul.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>ul>ul.mega-menu,
.primary-nav ul li:hover>ul>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>li>ul.mega-menu {
    opacity: 1;
    visibility: visible
}

.primary-nav ul li:hover>div.mega-menu-container {
    transform: translateY(0);
    transition: 0.3s ease-out, transform 0s
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children>a>.menu-item__plus {
    padding-left: 0;
    line-height: 1;
    font-style: normal;
    transform: rotate(270deg);
    margin-bottom: 5px
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children[class*="current"]>a,
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover>a {
    color: var(--sparknex-primary-color)
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children[class*="current"]>a .item_wrapper_text .item_text:before,
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover>a .item_wrapper_text .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children[class*="current"]>a>i.menu-item__plus,
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover>a>i.menu-item__plus {
    color: var(--sparknex-primary-color)
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu {
    right: 0
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu,
.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu .sub-menu {
    left: auto
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu .sub-menu {
    right: 100%
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu.stl-mega-menu-position-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu.stl-mega-menu-position-left-side {
    left: 0;
    right: auto;
    margin-left: -16px;
    margin-right: auto
}

.primary-nav>.menu>.menu-item>.sub-menu.stl-submenu-position-left,
.primary-nav>.menu>.menu-item>.sub-menu.stl-mega-menu-position-left {
    left: auto !important;
    right: -16px !important
}

.primary-nav>.menu>.menu-item>.sub-menu.stl-submenu-position-right,
.primary-nav>.menu>.menu-item>.sub-menu.stl-mega-menu-position-right {
    right: auto !important;
    left: -16px !important
}

.primary-nav>.menu>.menu-item>.sub-menu.stl-mega-menu.stl-mega-menu-position-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.primary-nav>.menu>.menu-item>.sub-menu.stl-mega-menu.stl-mega-menu-position-left-side {
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: auto
}

.primary-nav ul.sub-menu.stl-submenu-position-left {
    left: auto !important;
    right: 100% !important
}

.primary-nav ul.sub-menu.stl-submenu-position-right {
    right: auto !important;
    left: 100% !important
}

.primary-nav ul li.mega-menu-e ul.sub-menu {
    display: none
}

.primary-nav .submenu-label {
    background: linear-gradient(90deg, #f44e6b, #dc1a72);
    color: #fff;
    border-radius: 4px;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    min-width: 44px;
    display: inline-block;
    text-align: center;
    padding: 1px 6px 1px
}

.admin-bar .stl-sticky-header {
    top: 32px
}

@media (max-width:782px) {
    .admin-bar .stl-sticky-header {
        top: 46px
    }
}

.admin-bar .stl-theme-header .woo_mini_cart {
    margin-top: 32px;
    max-height: calc(100% - 32px - 30px)
}

.elementor-widget-stl-menu.menu_vertical .primary-nav>ul {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block !important;
    background: transparent
}

.elementor-widget-stl-menu.menu_vertical .primary-nav>ul>li {
    margin-bottom: 10px
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    margin: 0 0 2px
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li a {
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li a .item_wrapper_text {
    padding: 0 0 5px;
    display: inline-block;
    line-height: inherit
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul>li {
    width: 100%
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li ul {
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    color: inherit;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    white-space: initial;
    overflow: hidden;
    transform: none !important;
    min-width: initial;
    background-color: inherit
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li ul.sub-menu,
.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    box-shadow: none;
    margin-top: 2px;
    border: none;
    width: 100%;
    transition: 0s;
    display: none
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li ul.sub-menu::after,
.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul::after,
.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul::after {
    display: none
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    display: none
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li>a>span {
    position: relative;
    display: inline-block;
    padding: 0 0 5px
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li .item_text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--sparknex-primary-color);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.elementor-widget-stl-menu.menu_vertical .primary-nav ul li:hover>a .item_text:before,
.elementor-widget-stl-menu.menu_vertical .primary-nav ul li[class*="current"]>a .item_text:before {
    transform-origin: left;
    transform: scaleX(1)
}

.primary-nav ul li.mega-menu-links>ul {
    padding: 0;
    box-sizing: border-box;
    width: 1170px;
    display: flex;
    flex-wrap: wrap
}

.primary-nav ul li.mega-menu-links>ul>li {
    float: left;
    box-sizing: border-box;
    margin-top: 34px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize
}

.primary-nav ul li.mega-menu-links>ul>li::after {
    content: unset;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    background: unset
}

.primary-nav ul li.mega-menu-links>ul>li:hover~li {
    z-index: 0
}

.primary-nav ul li.mega-menu-links>ul>li.hide-mega-headings>a {
    display: none
}

.primary-nav ul li.mega-menu-links>ul>li:hover>a .item_wrapper_text {
    background: none !important
}

.primary-nav ul li.mega-menu-links>ul>li>a {
    position: relative;
    padding: 4px 15px 0
}

.primary-nav ul li.mega-menu-links>ul>li>a .item_wrapper_text {
    padding-left: 0 !important;
    pointer-events: none
}

.primary-nav ul li.mega-menu-links>ul>li>a .item_wrapper_text::before,
.primary-nav ul li.mega-menu-links>ul>li>a::after {
    display: none
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li {
    width: 100%
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li::after {
    display: none
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li {
    width: 50%
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li:nth-child(2n)::after {
    display: none
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li {
    width: 33.333333%
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li:nth-child(3n)::after {
    display: none
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li {
    width: 25%
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li:nth-child(4n)::after {
    display: none
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li {
    width: 20%
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li:nth-child(5n)::after {
    display: none
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    padding-top: 6px;
    padding-bottom: 25px;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul {
    left: 100% !important;
    right: auto !important
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text {
    display: flex;
    flex-direction: column;
    text-align: center
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .08);
    border-radius: 0;
    margin-bottom: 10px;
    transition: 0.4s
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
    font-size: 18px
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a:hover .item_text>img {
    transform: translateY(-10px)
}

body.home.blog>header:not(.header_overlap)+#main {
    border-top: 1px solid rgba(var(--sparknex-header-rgb), .1)
}

.stl-sticky-header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.3s
}

.stl-sticky-header.sticky_active {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1
}

.stl-sticky-header.header_sticky_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1)
}

.stl-mobile-header .stl-header-row {
    display: flex;
    align-items: center
}

.stl-mobile-header .stl-header-row_wrapper {
    height: var(--sparknex-header-mobile-height)
}

.stl-mobile-header .header_search .stl-search .header_search-close {
    transform: scale(0)
}

.stl-mobile-header .header_search.header_search-open .stl-search .header_search-close {
    transform: scale(1)
}

.stl-mobile-header .primary-nav ul li.mega-menu>.sub-menu .item_text>img,
.stl-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    display: none
}

.stl-mobile-header .primary-nav ul li.mega-menu>.sub-menu>.menu-item>a,
.stl-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
    font-size: inherit;
    font-weight: inherit
}

main .elementor-widget-wrap,
header .elementor-widget-wrap {
    align-items: center
}

main nav.submenu-disable .menu-item__plus,
main nav.submenu-disable .sub-menu,
main nav.submenu-disable .stl-mega-menu,
header nav.submenu-disable .menu-item__plus,
header nav.submenu-disable .sub-menu,
header nav.submenu-disable .stl-mega-menu {
    display: none
}

body.single-header.elementor-editor-active .stl-site-header,
body.single-header.elementor-editor-active .stl-site-header .primary-nav {
    display: block
}

.menu-item.dnone>a>.menu-item__plus,
.menu-item.dnone>a>.button_switcher,
.menu-item.dnone>.stl-mega-menu,
.menu-item.dnone>ul {
    display: none !important
}

.lavalamp .lavalamp-object {
    transition-property: transform, width, height, opacity
}

.lavalamp .lavalamp-object.ease-in-out {
    transition-timing-function: ease-in-out
}

.lavalamp .lavalamp-object.linear {
    transition-timing-function: linear
}

.lavalamp .lavalamp-object.easeInQuad {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

.lavalamp .lavalamp-object.easeInCubic {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.lavalamp .lavalamp-object.easeInQuart {
    transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}

.lavalamp .lavalamp-object.easeInQuint {
    transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.lavalamp .lavalamp-object.easeInSine {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

.lavalamp .lavalamp-object.easeInExpo {
    transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}

.lavalamp .lavalamp-object.easeInCirc {
    transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}

.lavalamp .lavalamp-object.easeInBack {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

.lavalamp .lavalamp-object.easeOutQuad {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.lavalamp .lavalamp-object.easeOutCubic {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lavalamp .lavalamp-object.easeOutQuart {
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.lavalamp .lavalamp-object.easeOutQuint {
    transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.lavalamp .lavalamp-object.easeOutSine {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.lavalamp .lavalamp-object.easeOutExpo {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.lavalamp .lavalamp-object.easeOutCirc {
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.lavalamp .lavalamp-object.easeOutBack {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.lavalamp .lavalamp-object.easeInOutQuad {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.lavalamp .lavalamp-object.easeInOutCubic {
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.lavalamp .lavalamp-object.easeInOutQuart {
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.lavalamp .lavalamp-object.easeInOutQuint {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.lavalamp .lavalamp-object.easeInOutSine {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

.lavalamp .lavalamp-object.easeInOutExpo {
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.lavalamp .lavalamp-object.easeInOutCirc {
    transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.lavalamp .lavalamp-object.easeInOutBack {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.header_search {
    height: 100%
}

.header_search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    transform-origin: center;
    cursor: pointer;
    transition: 0.3s;
    line-height: 0;
    border-radius: 64px;
    background-color: var(--sparknex-light-bg-color);
    color: var(--sparknex-header-font-color);
    height: 64px;
    width: 64px
}

.header_search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scale(0);
    font-size: 20px;
    border-radius: 64px;
    background-color: var(--sparknex-light-bg-color);
    color: var(--sparknex-header-font-color);
    height: 64px;
    width: 64px
}

.header_search .header_search-button-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
    justify-content: center;
    position: relative
}

.header_search .search-field:active::placeholder,
.header_search .search-field:focus::placeholder {
    opacity: 1 !important
}

.header_search.search_alt .header_search-field .search-form,
.header_search.search_standard .header_search-field .search-form,
.header_search.search_standard_fw .header_search-field .search-form,
.header_search.search_mobile_menu .header_search-field .search-form {
    position: relative;
    z-index: 1
}

.header_search.search_alt .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_standard .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_standard_fw .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_mobile_menu .header_search-field .search-form .search-button:hover~.search__icon {
    color: var(--sparknex-accent-color)
}

.header_search.search_alt .header_search-field .search-button,
.header_search.search_standard .header_search-field .search-button,
.header_search.search_standard_fw .header_search-field .search-button,
.header_search.search_mobile_menu .header_search-field .search-button {
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 42px;
    top: 0;
    right: -5px;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    cursor: pointer;
    background: transparent
}

.header_search.search_alt .header_search-field .search-button:focus,
.header_search.search_alt .header_search-field .search-button:active,
.header_search.search_standard .header_search-field .search-button:focus,
.header_search.search_standard .header_search-field .search-button:active,
.header_search.search_standard_fw .header_search-field .search-button:focus,
.header_search.search_standard_fw .header_search-field .search-button:active,
.header_search.search_mobile_menu .header_search-field .search-button:focus,
.header_search.search_mobile_menu .header_search-field .search-button:active {
    box-shadow: none
}

.header_search.search_alt .header_search-field .search__icon,
.header_search.search_alt .header_search-field .wc-block-product-search__button,
.header_search.search_standard .header_search-field .search__icon,
.header_search.search_standard .header_search-field .wc-block-product-search__button,
.header_search.search_standard_fw .header_search-field .search__icon,
.header_search.search_standard_fw .header_search-field .wc-block-product-search__button,
.header_search.search_mobile_menu .header_search-field .search__icon,
.header_search.search_mobile_menu .header_search-field .wc-block-product-search__button {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 0;
    height: 42px;
    width: 42px;
    font-size: 19px;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    pointer-events: none;
    border-radius: 0
}

.header_search.search_alt .header_search-field {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(.8, .8, .8);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(37, 37, 37, .85)
}

.header_search.search_alt .header_search-field .search-form {
    width: 80%;
    max-width: 1170px
}

.header_search.search_alt .header_search-field .search__icon,
.header_search.search_alt .header_search-field .search-button {
    right: 5px;
    left: auto;
    color: #fff
}

.header_search.search_alt .header_search-field .search-field {
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    padding: 0 50px 0 0;
    color: #fff;
    border-color: rgba(255, 255, 255, .85)
}

.header_search.search_alt .header_search-field .header_search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1170px;
    margin-bottom: 40px
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    font-family: var(--sparknex-content-font-family)
}

@media (max-width:480px) {
    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
        font-size: 30px
    }
}

.header_search.search_alt .header_search-field .header_search-close {
    position: relative;
    color: #fff;
    right: 8px
}

.header_search.search_alt .header_search-field .header_search-close::before {
    transition: 0.4s;
    display: block
}

.header_search.search_alt .header_search-field .header_search-close:hover::before {
    transform: rotate(90deg)
}

@media (max-width:480px) {
    .header_search.search_alt .header_search-field .header_search-close {
        display: none
    }
}

.header_search.search_standard {
    position: relative
}

.header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: calc(100% + 10px);
    right: -20px;
    padding: 32px 40px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 5px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15)
}

.header_search.search_standard .header_search-field .search-field {
    width: 270px;
    margin-bottom: 0;
    color: inherit;
    padding: 10px
}

.header_search.search_standard .header_search-field .header_search-close {
    display: none
}

.header_search.search_standard .header_search-field .search__icon {
    color: var(--sparknex-primary-color)
}

@media (max-width:499px) {
    .header_search.search_standard .header_search-field {
        padding: 20px;
        right: 0
    }
}

.header_search.search_standard_fw .header_search-field {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: -200px;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    transform: scale3d(1, 1, 1);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.header_search.search_standard_fw .header_search-field .header_search-field-inner {
    position: relative;
    width: 100%
}

.header_search.search_standard_fw .header_search-field .search-form {
    width: 100%;
    max-width: 570px;
    margin: 0 auto
}

.header_search.search_standard_fw .header_search-field .search-field {
    width: inherit;
    max-width: inherit;
    margin: 0 auto
}

.header_search.search_standard_fw .header_search-field .header_search-close {
    right: 25px;
    left: unset;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 0;
    color: var(--sparknex-accent-color);
    text-align: center;
    z-index: 2;
    background: transparent
}

.header_search.search_alt .header_search-wrap .header_search-close {
    margin: 0
}

.header_search.search_standard_fw .header_search-field .header_search-close::before {
    z-index: 2;
    position: relative
}

.header_search.search_standard_fw .header_search-field .header_search-close:hover {
    color: var(--sparknex-primary-color)
}

.header_search.search_standard_fw .header_search-field .search-button {
    left: unset;
    right: 5px
}

.header_search.search_standard_fw .header_search-field .search__icon {
    right: 15px;
    top: 3px
}

.header_search.header_search-open.search_standard .header_search-button,
.header_search.header_search-open.search_alt .header_search-button {
    opacity: 0;
    transform: scale(0)
}

.header_search.header_search-open.search_standard .header_search-close,
.header_search.header_search-open.search_alt .header_search-close {
    opacity: 1;
    transform: scale(1)
}

.header_search.header_search-open.search_standard .header_search-field,
.header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1)
}

.header_search.header_search-open.search_standard .header_search-field {
    top: 100%
}

.header_search.header_search-open.search_standard_fw .header_search-button {
    opacity: 0;
    transform: scale(0)
}

.header_search.header_search-open.search_standard_fw .header_search-field {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1)
}

.header_search.header_search-open.search_standard_fw .header_search-field .header_search-close {
    opacity: 1;
    transform: scale(1)
}

.header_search.search_mobile_menu .header_search-field .search-form .search-field {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 10px;
    color: inherit
}

.stl-mobile-header .header_search-button,
.stl-mobile-header .header_search-close {
    font-size: 24px;
    height: 40px;
    width: 40px;
    margin: -10px 0
}

.stl-mobile-header .header_search-close {
    font-size: 18px
}

.stl-mobile-header .header_search.search_standard {
    position: static
}

.stl-mobile-header .header_search.search_standard .header_search-field {
    top: 100%;
    max-width: calc(100vw - 30px)
}

.stl-mobile-header .header_search.search_standard_fw .header_search-field {
    background-color: var(--mobile-header-bg-color, #000000)
}

.stl-mobile-header .header_search.search_standard_fw .header_search-field .search-field {
    font-size: 14px;
    color: var(--mobile-header-color, #ffffff)
}

.stl-mobile-header .header_search.search_standard_fw .header_search-field .header_search-close {
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 46px
}

.elementor-widget.elementor-widget-stl-header-search {
    height: 100%;
    position: initial
}

.elementor-widget.elementor-widget-stl-header-search.full-height-yes .header_search-close {
    transform: scale(0)
}

.elementor-widget.elementor-widget-stl-header-search.full-height-yes .header_search-open .header_search-close {
    transform: scale(1)
}

.elementor-widget.elementor-widget-stl-header-search .elementor-widget-container {
    height: 100%
}

.v_align_middle .header_search-button-wrapper {
    align-items: center
}

.v_align_bottom .header_search-button-wrapper {
    align-items: flex-end
}

.elementor-widget-stl-header-search.full-height-yes {
    height: 100%
}

.elementor-widget-stl-header-search.full-height-yes>.elementor-widget-container,
.elementor-widget-stl-header-search.full-height-yes>.elementor-widget-container>.header_search {
    height: inherit
}

.elementor-widget-stl-header-search.full-height-yes>.elementor-widget-container .header_search-button-wrapper,
.elementor-widget-stl-header-search.full-height-yes>.elementor-widget-container>.header_search .header_search-button-wrapper {
    align-items: center
}

section.elementor-section-content-top .full-height-yes.elementor-widget-stl-header-search .elementor-widget-container .header_search-button-wrapper {
    align-items: flex-start
}

section.elementor-section-content-bottom .full-height-yes.elementor-widget-stl-header-search .elementor-widget-container .header_search-button-wrapper {
    align-items: flex-end
}

.stl-search {
    align-items: center
}

@media screen and (max-width:479px) {
    .header_search-field {
        right: 0
    }
}

@media only screen and (max-width:440px) {
    .header_search.search_alt .header_search-wrap .header_search-heading_description {
        font-size: 30px
    }
}

.stl-mobile-header {
    background-color: var(--mobile-header-bg-color, #ffffff);
    color: var(--mobile-header-color, #000000);
    border-bottom: 1px solid var(--mobile-header-border-color, rgba(131, 131, 131, .2))
}

.hamburger-box {
    display: none;
    cursor: pointer
}

.hamburger-box .hamburger-inner {
    width: 20px;
    line-height: 0
}

.hamburger-box .hamburger-inner span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    vertical-align: top;
    background: currentColor
}

.hamburger-box .hamburger-inner span+span {
    margin-top: 5px
}

.header_area_container .hamburger-box {
    padding: 20px !important;
    margin: -20px
}

body.mobile_switch_on .hamburger-inner span:nth-child(1) {
    animation: ease 0.7s 0.4s burger_top-1-45 forwards
}

body.mobile_switch_on .hamburger-inner span:nth-child(2) {
    animation: ease 0.7s 0.4s burger_scaled-1 forwards
}

body.mobile_switch_on .hamburger-inner span:nth-child(3) {
    animation: ease 0.7s 0.4s burger_bottom-1-135 forwards
}

body.mobile_switch_off .hamburger-inner span:nth-child(1) {
    animation: ease 0.7s 0.4s burger_top-2-45 backwards
}

body.mobile_switch_off .hamburger-inner span:nth-child(2) {
    animation: ease 0.7s 0.4s burger_scaled-2 backwards
}

body.mobile_switch_off .hamburger-inner span:nth-child(3) {
    animation: ease 0.7s 0.4s burger_bottom-2-135 backwards
}

body.mobile_switch_on .mobile_nav_wrapper .stl-menu_overlay {
    opacity: 1;
    visibility: visible
}

.mobile_nav_wrapper {
    position: relative;
    z-index: 2
}

.mobile_nav_wrapper .stl-menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    z-index: 2
}

.mobile_nav_wrapper .primary-nav {
    width: calc(100% + 13px)
}

.mobile_nav_wrapper .primary-nav ul li ul li>a .item_wrapper_text::before,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children::after,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav ul li ul li>a::before,
.mobile_nav_wrapper .primary-nav>ul>li>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.mega-menu.mega-cat>a::after {
    display: none
}

.mobile_nav_wrapper .primary-nav>ul>li {
    margin-bottom: 10px
}

.mobile_nav_wrapper .primary-nav>ul>li>a .item_wrapper_text {
    padding-right: 0 !important;
    margin-left: 0 !important;
    padding: 0
}

.mobile_nav_wrapper .primary-nav>ul li {
    position: static
}

.mobile_nav_wrapper .primary-nav ul li a {
    position: relative;
    text-transform: capitalize
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li:hover>a .item_wrapper_text {
    color: inherit
}

.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a .item_text::before {
    display: none
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li div.stl-e-container {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 0;
    min-width: auto;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    white-space: initial;
    overflow: hidden;
    transform: none !important
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu .elementor-container,
.mobile_nav_wrapper .primary-nav ul li div.stl-e-container .elementor-container {
    width: 100%
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu.mega-menu-container,
.mobile_nav_wrapper .primary-nav ul li div.stl-e-container.mega-menu-container {
    padding: 0;
    width: 100% !important
}

body.admin-bar .stl-menu_outer {
    top: 32px;
    height: calc(100vh - 32px)
}

@media (max-width:782px) {
    body.admin-bar .stl-menu_outer {
        top: 46px;
        height: calc(100vh - 46px)
    }
}

.stl-menu_outer {
    position: fixed;
    z-index: 999;
    background-color: #113039;
    overflow: hidden;
    width: 400px;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.45s ease-in-out;
    -webkit-user-select: none;
    user-select: none
}

.stl-menu_outer.menu-position_right {
    right: 0;
    transform: translateX(100%)
}

.stl-menu_outer.menu-position_right .stl-menu-outer_header {
    right: auto;
    left: -35px
}

.stl-menu_outer .mobile-hamburger-close {
    position: relative;
    z-index: 999;
    border-radius: 5px;
    line-height: 0;
    color: #fff
}

.stl-menu_outer .stl-menu-outer_header {
    position: absolute;
    top: 10px;
    right: 10px
}

.stl-menu_outer .stl-menu-outer_header .hamburger-box {
    padding: 12px 10px
}

.stl-menu_outer .stl-menu_content {
    position: relative;
    width: 100%;
    height: 100%
}

.stl-menu_outer .stl-menu-outer_content {
    position: absolute;
    padding: 30px;
    width: 100%;
    bottom: 17px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.stl-menu_outer .stl-menu-outer_content::-webkit-scrollbar {
    display: none
}

body.mobile_switch_on {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

body.mobile_switch_on .stl-menu_outer {
    transform: translateX(0%);
    overflow: visible
}

.mobile_nav_wrapper .stl-menu-outer_content>* {
    margin-top: 20px
}

.mobile_nav_wrapper .stl-menu-outer_content>*:first-child {
    margin-top: 0
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
    display: block !important
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on>li>ul {
    margin-bottom: -5px
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
    display: block;
    float: none;
    height: auto;
    padding: 0
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
    display: none !important
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li::before {
    display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu {
    min-height: inherit !important;
    padding-right: 0 !important;
    padding-left: 15px !important;
    max-width: none !important;
    background-image: none !important
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li {
    width: 100%;
    margin-top: 0;
    font-weight: inherit !important
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li.hide-mega-headings a {
    display: block
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul.show_sub_menu {
    visibility: visible;
    opacity: 1
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul li::after {
    display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li::after {
    display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
    padding: 5px 0;
    margin: 0;
    background: transparent;
    color: inherit;
    flex-direction: row !important;
    opacity: 1 !important;
    text-decoration: unset
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text {
    display: inline;
    border: unset
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text::before,
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text.menu-item_plus {
    display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.item_text:before {
    display: none
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li ul li a {
    padding: 2px 0
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li[class*="current"]>a {
    color: var(--sparknex-accent-color)
}

.mobile_nav_wrapper .primary-nav ul li ul li {
    border-bottom: 0 !important;
    margin: 0
}

.mobile_nav_wrapper .primary-nav ul li ul li:hover>a {
    background: transparent;
    color: inherit
}

.mobile_nav_wrapper .primary-nav ul li ul li>a::after {
    display: none
}

.mobile_nav_wrapper .primary-nav ul li ul li>a .item_wrapper_text {
    padding: 0;
    background: none !important
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li>a::before {
    display: none
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li:hover>a .item_wrapper_text {
    color: inherit
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li div.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    box-shadow: none;
    margin-top: 0;
    font-weight: inherit;
    border: none;
    width: 100%;
    transition: 0s;
    background-color: rgb(34, 35, 40);
    display: none
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu::after,
.mobile_nav_wrapper .primary-nav ul li div.sub-menu::after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul::after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul::after {
    display: none
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    padding-top: 0;
    padding-bottom: 0
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover,
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
    padding-left: 0
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
    background: transparent
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher::before {
    content: "";
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: .8;
    transition: 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 10px;
    left: unset;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher::after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    opacity: .05;
    background-color: transparent;
    transition: 0.2s
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:hover::after,
.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:focus::after {
    opacity: .02
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher.is-active::before {
    transform: translate(-50%, -50%) rotate(225deg)
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
    background: transparent
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical::before {
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "\f12d";
    font-family: "Flaticon";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(270deg);
    z-index: 1;
    font-size: 11px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-style: normal;
    font-weight: 400;
    color: rgba(var(--sparknex-accent-rgb), .2);
    transform-origin: center;
    perspective-origin: center;
    transition: 0.4s
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical::after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    opacity: .05;
    background-color: transparent;
    transition: 0.2s
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical:hover::after,
.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical:focus::after {
    opacity: .02
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav .button_switcher_vertical.is-active::before {
    transform: rotate(360deg);
    color: var(--sparknex-primary-color)
}

.menu_vertical.elementor-widget-stl-menu.menu_expand .primary-nav li:hover>a .button_switcher_vertical::before {
    color: var(--sparknex-primary-color)
}

.menu_vertical.elementor-widget-stl-menu .primary-nav .button_switcher_vertical {
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 0
}

.menu_vertical.elementor-widget-stl-menu .primary-nav .button_switcher_vertical::before {
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "\f12d";
    font-family: "Flaticon";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(270deg);
    z-index: 1;
    font-size: 11px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-style: normal;
    font-weight: 400;
    color: rgba(var(--sparknex-accent-rgb), .2);
    transform-origin: center;
    perspective-origin: center;
    transition: 0.4s
}

.menu_vertical.elementor-widget-stl-menu .primary-nav .button_switcher_vertical.is-active::before {
    transform: rotate(360deg);
    color: var(--sparknex-primary-color)
}

.menu_vertical.elementor-widget-stl-menu .primary-nav li:hover>a .button_switcher_vertical::before {
    color: var(--sparknex-primary-color)
}

.mobile_nav_wrapper .search_mobile_menu .header_search-field {
    background: unset;
    color: inherit
}

.stl-mobile-header .mini-cart {
    position: static
}

.stl-mobile-header .socials-wrapper {
    display: flex
}

.stl-mobile-header .socials-wrapper .stl-social i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.stl-mobile-header .stl-header-row .header_side[class^="position_right"] .header_area_container>* {
    margin-left: 15px
}

.stl-mobile-header .stl-header-row .header_side[class^="position_right"] .header_area_container>*:first-child {
    margin-left: 0
}

.stl-mobile-header .stl-header-row .header_side[class^="position_left"] .header_area_container>* {
    margin-right: 15px
}

.stl-mobile-header .stl-header-row .header_side[class^="position_left"] .header_area_container>*:last-child {
    margin-right: 0
}

.stl-mobile-header .stl-header-row .header_side[class^="position_center"] .header_area_container>* {
    margin-left: 15px;
    margin-right: 15px
}

.stl-mobile-header .stl-header-row .header_side[class^="position_center"] .header_area_container>*:last-child,
.stl-mobile-header .stl-header-row .header_side[class^="position_center"] .header_area_container>*:first-child {
    margin-right: 0;
    margin-left: 0
}

@media (max-width:1200px) {
    .stl-theme-header .stl-sticky-header {
        display: none
    }
}

@media (max-width:782px) {
    body.admin-bar .stl-menu_outer {
        top: 46px;
        height: calc(100vh - 46px)
    }
}

@media (max-width:450px) {
    .stl-menu_outer {
        width: 100%
    }
}

@media (max-width:360px) {
    .stl-mobile-header .woo_mini_cart {
        width: calc(100vw - 40px)
    }
}

@keyframes burger_top-1-45 {
    0% {
        top: 0;
        transform: rotate(0)
    }

    50% {
        top: 7px;
        transform: rotate(0)
    }

    100% {
        top: 7px;
        transform: rotate(45deg)
    }
}

@keyframes burger_top-2-45 {
    0% {
        top: 7px;
        transform: rotate(45deg)
    }

    50% {
        top: 7px;
        transform: rotate(0)
    }

    100% {
        top: 0;
        transform: rotate(0)
    }
}

@keyframes burger_bottom-1-135 {
    0% {
        bottom: 0;
        transform: rotate(0)
    }

    50% {
        bottom: 7px;
        transform: rotate(0)
    }

    100% {
        bottom: 7px;
        transform: rotate(135deg)
    }
}

@keyframes burger_bottom-2-135 {
    0% {
        bottom: 7px;
        transform: rotate(135deg)
    }

    50% {
        bottom: 7px;
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        transform: rotate(0)
    }
}

@keyframes burger_scaled-1 {
    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes burger_scaled-2 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.page-header {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    overflow: hidden
}

.page-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .2;
    background: #334A74
}

.page-header_wrapper {
    height: inherit;
    width: 100%
}

.page-header_wrapper .stl-container {
    height: 100%
}

.page-header .page-header_content {
    height: 100%;
    position: relative;
    z-index: 1
}

.page-header_align_left {
    justify-content: flex-start
}

.page-header_align_left .page-header_content {
    align-items: flex-start;
    text-align: left
}

.page-header_align_center {
    justify-content: center
}

.page-header_align_center .page-header_content {
    align-items: center;
    text-align: center
}

.page-header_align_right {
    justify-content: flex-end
}

.page-header_align_right .page-header_content {
    align-items: flex-end;
    text-align: right
}

.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
    align-self: flex-start;
    text-align: left
}

.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
    align-self: center;
    text-align: center
}

.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
    align-self: flex-end;
    text-align: right
}

.page-header.breadcrumbs_inline .page-header_content {
    flex-direction: row;
    align-items: center;
    display: flex
}

.page-header.breadcrumbs_inline .page-header_content .page-header_title {
    padding: 0
}

@media (max-width:767px) {
    .page-header.breadcrumbs_inline .page-header_content {
        flex-direction: column
    }

    .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
        text-align: center
    }

    .page-header.breadcrumbs_inline .page-header_content .page-header_title {
        text-align: center;
        padding-bottom: 15px
    }
}

.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
    align-self: auto
}

.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
    justify-content: space-between
}

.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
    justify-content: space-between;
    flex-direction: row-reverse
}

.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
    margin-left: 20px
}

.page-header_title {
    font-family: var(--sparknex-header-font-family);
    font-weight: var(--sparknex-header-font-weight);
    color: inherit;
    padding-bottom: 20px;
    text-transform: uppercase
}

.page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase
}

.page-header_breadcrumbs .breadcrumbs .current {
    cursor: default;
    transition: 0.4s;
    text-decoration-thickness: .03em;
    text-underline-offset: .1em
}

.page-header_breadcrumbs .breadcrumbs>a {
    color: inherit;
    opacity: 1;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: .03em;
    text-underline-offset: .1em
}

.page-header_breadcrumbs .breadcrumbs>a:hover {
    color: inherit
}

.page-header_breadcrumbs .divider:not(:last-child) {
    color: inherit;
    margin: 0 9px
}

.page-header_breadcrumbs .divider:not(:last-child)::before {
    content: "\f13c";
    font-family: flaticon;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    font-size: 10px
}

.page-header_wrapper_product .page-header_breadcrumbs {
    margin-top: 23px
}

@keyframes pagetitle_dot {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body .title-wrapper~.select2-container,
body .title-wrapper~form .select2-container {
    margin-top: -11px
}

body .select2-container {
    font-family: var(--sparknex-content-font-family);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: unset;
    color: var(--sparknex-header-font-color);
    margin-top: 0;
    margin-bottom: 6px
}

body .select2-container ul li {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0
}

body .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 30px;
    height: 30px;
    max-width: 100%;
    box-shadow: unset !important;
    text-transform: none
}

body .select2-container--default .select2-search--dropdown {
    padding: 0 10px
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    padding: 10px 0;
    height: 42px;
    border: unset;
    transition: all 0.3s;
    border-style: solid;
    border-color: rgba(0, 0, 0, .15);
    border-radius: 8px
}

body .select2-container--default .select2-selection--single {
    padding: 5px 0 5px 0;
    background-color: transparent;
    border-radius: unset;
    font-weight: 400;
    border-style: solid;
    border-color: rgba(0, 0, 0, .15);
    margin: 0;
    height: 42px;
    text-align: left;
    transition: all 0.3s;
    border-radius: 8px;
    padding-left: 10px
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
    font-weight: 400;
    font-size: 16px
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 0;
    color: var(--sparknex-header-font-color)
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 10px;
    height: 42px;
    width: 20px;
    background-image: var(--sparknex-bg-caret);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 100% center
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

body .select2-container--default .select2-selection--multiple {
    font-size: 0;
    padding: 6px 0 5px;
    background-color: transparent;
    border-radius: unset;
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, .15) !important
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-width: 100%;
    padding: 0
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--sparknex-header-font-color)
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: unset;
    padding-left: 7px;
    border: unset;
    margin-right: 5px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice__remove {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #b7b7b7;
    transition: color 0.4s
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice__remove:hover {
    color: var(--sparknex-header-font-color)
}

body .select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background-color: transparent
}

body .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background-color: transparent
}

body .select2-container--default.select2-container--above.select2-container--open .select2-selection--multiple {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background-color: transparent
}

body .select2-container--default .select2-results__option {
    padding-left: 10px;
    line-height: 24px
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
    background-color: rgba(var(--sparknex-header-rgb), .1);
    color: inherit
}

body .select2-container--default .select2-results__option--highlighted[aria-selected="true"],
body .select2-container--default .select2-results__option--highlighted[data-selected="true"] {
    background: rgba(var(--sparknex-header-rgb), .05);
    font-weight: 600
}

body .select2-results {
    font-size: 16px
}

body .select2-dropdown {
    color: var(--sparknex-submenu-color);
    background-color: var(--sparknex-submenu-background);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none
}

body .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: none
}

body .select2-dropdown.select2-dropdown--above {
    border: 1px solid rgba(0, 0, 0, .15)
}

body.admin-bar>.select2-container {
    margin-top: -32px
}

@media screen and (max-width:782px) {
    body.admin-bar>.select2-container {
        margin-top: -46px
    }
}

.woocommerce form .form-row .select2-container {
    margin: 0
}

span.highlighter {
    padding: 3px .2em
}

span.highlighter.primary {
    color: #fff;
    background: var(--sparknex-primary-color)
}

span.highlighter.secondary {
    background: var(--sparknex-secondary-color)
}

span.highlighter.accent {
    color: #fff;
    background: var(--sparknex-accent-color)
}

span.highlighter.header {
    color: #fff;
    background: var(--sparknex-header-font-color)
}

blockquote {
    position: relative;
    z-index: 1;
    margin: 20px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    min-height: 70px;
    color: var(--sparknex-header-font-color);
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-left: 4px solid var(--sparknex-primary-color);
    ;
    border-radius: 8px;
    letter-spacing: -.05em
}

blockquote cite {
    display: block;
    position: relative;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.3;
    font-style: normal;
    color: var(--sparknex-primary-color);
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote p[style*="text-align: left"]+footer {
    text-align: left
}

blockquote p[style*="text-align: center"]+footer {
    text-align: center
}

blockquote p[style*="text-align: right"]+footer {
    text-align: right
}

.dropcap {
    position: relative;
    z-index: 1;
    float: left;
    width: 1.375em;
    height: 1.375em;
    margin-top: .3em;
    margin-right: .5em;
    font-size: 2em;
    line-height: 1.4em;
    color: var(--sparknex-header-font-color);
    font-family: var(--sparknex-header-font-family);
    text-align: center;
    overflow: hidden;
    border-radius: 0;
    font-weight: 400
}

.dropcap:not(.alt) {
    border: 2px solid;
    line-height: calc(1.4em - 4px)
}

.dropcap.primary {
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-secondary-color)
}

.dropcap.primary.alt {
    color: #fff;
    background: var(--sparknex-primary-color)
}

.dropcap.secondary {
    border-color: var(--sparknex-primary-color);
    color: var(--sparknex-accent-color)
}

.dropcap.secondary.alt {
    color: var(--sparknex-accent-color);
    background: var(--sparknex-secondary-color)
}

.dropcap.accent {
    color: var(--sparknex-accent-color)
}

.dropcap.accent.alt {
    color: #fff;
    background: var(--sparknex-accent-color)
}

.dropcap.rounded {
    border-radius: 50%
}

.elementor-drop-cap {
    margin-top: .11em;
    font-weight: 700
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600
}

small {
    font-size: .8em
}

code,
tt,
kbd {
    font-size: 87.5%;
    word-break: break-word
}

i,
cite,
em,
var,
address,
dfn,
q {
    font-style: italic
}

kbd {
    font-family: monospace
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

#scroll_up {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    top: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    transform: translate(-30px, 5px);
    white-space: nowrap;
    padding: 0;
    color: var(--sparknex-back-to-top-color);
    background-color: var(--sparknex-back-to-top-color-bg);
    border: 1px solid var(--sparknex-back-to-top-color-border)
}

#scroll_up.scroll_up-text {
    font-family: var(--sparknex-content-font-family);
    font-weight: 700;
    font-size: 13px;
    right: 0;
    bottom: 35px;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translate3D(-120px, 25px, 0);
    transform-origin: 0 0;
    padding: 20px 15px;
    border-radius: 50px
}

#scroll_up.scroll_up-text::after {
    content: "\f1a3";
    font-family: "flaticon";
    z-index: 1;
    display: inline-block;
    transform: translateY(0) rotate(90deg);
    color: currentColor;
    transition: 0.4s;
    font-size: 26px;
    line-height: 0;
    font-weight: 400;
    margin-top: 20px
}

#scroll_up.scroll_up-text:hover::after {
    transform: translateY(8px) rotate(90deg)
}

#scroll_up.scroll_up-icon {
    width: 62px;
    height: 62px;
    font-size: 25px;
    font-weight: 400;
    border-radius: 50%;
    background-color: var(--sparknex-primary-color);
    ;
    transition: 0.4s, -webkit-clip-path 0s;
    transition: 0.4s, clip-path 0s;
    transition: 0.4s, clip-path 0s, -webkit-clip-path 0s;
    transform: translate(100px, -100px)
}

@media (max-width:767px) {
    #scroll_up.scroll_up-icon {
        transform: translate(40px, -60px);
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

#scroll_up.scroll_up-icon .flaticon {
    transform: rotate(-90deg);
    top: calc(50% - 4px);
    pointer-events: none;
    overflow: hidden;
    height: 1em
}

#scroll_up.active.scroll_up-icon:hover {
    transform: translate(-40px, -108px)
}

#scroll_up.active {
    opacity: 1
}

#scroll_up.active.scroll_up-icon {
    transform: translate(-40px, -100px)
}

@media (max-width:767px) {
    #scroll_up.active.scroll_up-icon {
        transform: translate(-20px, -60px)
    }
}

#scroll_up.active.scroll_up-text {
    transform: rotate(180deg) translate3D(-17px, 25px, 0)
}

.blog-post-single-item.blog-post.format-quote::before,
.blog-post-single-item.blog-post.format-link::before {
    display: none !important
}

.blog-style-standard.hover-animation .blog-post {
    padding-top: 25px
}

.blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
    transform: translateY(-25px)
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: -25px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.45s
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-data {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info {
    position: relative;
    bottom: unset
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info:not(:empty) {
    margin-bottom: 3px
}

.blog-style-standard .stl_col-12 .blog-post {
    margin-bottom: 70px
}

.blog-style-standard .stl_col-12 .blog-post.format-no_featured {
    margin-top: -5px
}

.blog-style-standard .stl_col-12:not(.swiper-slide):last-child .blog-post {
    margin-bottom: 45px
}

.blog-style-standard .stl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part {
    padding-bottom: 56%
}

.blog-style-standard .stl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0
}

.blog-style-standard .stl_col-6 .blog-post_media .post_categories,
.blog-style-standard .stl_col-4 .blog-post_media .post_categories,
.blog-style-standard .stl_col-3 .blog-post_media .post_categories {
    right: 20px;
    top: 20px
}

.blog-style-standard .stl_col-6 .blog-post,
.blog-style-standard .stl_col-4 .blog-post,
.blog-style-standard .stl_col-3 .blog-post {
    margin-bottom: 50px
}

.blog-style-standard .stl_col-6 .blog-post.hide_media .blog-post_content,
.blog-style-standard .stl_col-4 .blog-post.hide_media .blog-post_content,
.blog-style-standard .stl_col-3 .blog-post.hide_media .blog-post_content {
    padding: 30px
}

.blog-style-standard .stl_col-6 .blog-post.hide_media .blog-post_content .post_categories+.post_meta-wrap,
.blog-style-standard .stl_col-4 .blog-post.hide_media .blog-post_content .post_categories+.post_meta-wrap,
.blog-style-standard .stl_col-3 .blog-post.hide_media .blog-post_content .post_categories+.post_meta-wrap {
    margin-top: 22px
}

.blog-style-standard .stl_col-6 .blog-post .blog-post_content>.post_meta-wrap,
.blog-style-standard .stl_col-4 .blog-post .blog-post_content>.post_meta-wrap,
.blog-style-standard .stl_col-3 .blog-post .blog-post_content>.post_meta-wrap {
    margin-top: 22px
}

.blog-style-standard .stl_col-6>:not(.format-no_featured) .blog-post .blog-post_content,
.blog-style-standard .stl_col-4>:not(.format-no_featured) .blog-post .blog-post_content,
.blog-style-standard .stl_col-3>:not(.format-no_featured) .blog-post .blog-post_content {
    padding-top: 21px;
    padding-bottom: 20px
}

.blog-style-standard .stl_col-6 .blog-post_title,
.blog-style-standard .stl_col-4 .blog-post_title,
.blog-style-standard .stl_col-3 .blog-post_title {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 4px
}

@media (max-width:767px) {

    .blog-style-standard .stl_col-6 .blog-post_title,
    .blog-style-standard .stl_col-4 .blog-post_title,
    .blog-style-standard .stl_col-3 .blog-post_title {
        font-size: 20px
    }
}

.blog-style-standard .stl_col-6 .blog-post_title>a,
.blog-style-standard .stl_col-4 .blog-post_title>a,
.blog-style-standard .stl_col-3 .blog-post_title>a {
    display: block;
    font: inherit;
    line-height: inherit
}

.blog-style-standard .stl_col-6 .read-more-wrap,
.blog-style-standard .stl_col-4 .read-more-wrap,
.blog-style-standard .stl_col-3 .read-more-wrap {
    padding-top: 4px
}

.blog-style-standard .stl_col-6 .blog-post_footer,
.blog-style-standard .stl_col-4 .blog-post_footer,
.blog-style-standard .stl_col-3 .blog-post_footer {
    margin-top: 0
}

.blog-style-standard .stl_col-6 .format-quote::before,
.blog-style-standard .stl_col-4 .format-quote::before,
.blog-style-standard .stl_col-3 .format-quote::before {
    font-size: 280px;
    right: -55px
}

.blog-style-standard .stl_col-6 .format-quote .blog-post_media,
.blog-style-standard .stl_col-4 .format-quote .blog-post_media,
.blog-style-standard .stl_col-3 .format-quote .blog-post_media {
    margin-bottom: 20px
}

.blog-style-standard .stl_col-6 .format-quote .blog-post_quote-text,
.blog-style-standard .stl_col-4 .format-quote .blog-post_quote-text,
.blog-style-standard .stl_col-3 .format-quote .blog-post_quote-text {
    font-size: 20px
}

.blog-style-standard .stl_col-6 .format-quote .blog-post_quote-text::before,
.blog-style-standard .stl_col-4 .format-quote .blog-post_quote-text::before,
.blog-style-standard .stl_col-3 .format-quote .blog-post_quote-text::before {
    font-size: 54px
}

.blog-style-standard .stl_col-6 .format-quote .blog-post_quote-author,
.blog-style-standard .stl_col-4 .format-quote .blog-post_quote-author,
.blog-style-standard .stl_col-3 .format-quote .blog-post_quote-author {
    margin-top: 10px
}

.blog-style-standard .stl_col-6 .format-link::before,
.blog-style-standard .stl_col-4 .format-link::before,
.blog-style-standard .stl_col-3 .format-link::before {
    font-size: 150px;
    right: -5px
}

.blog-style-standard .stl_col-6 .format-link .blog-post_media,
.blog-style-standard .stl_col-4 .format-link .blog-post_media,
.blog-style-standard .stl_col-3 .format-link .blog-post_media {
    margin-bottom: 15px
}

.blog-style-standard .stl_col-6 .format-link .blog-post_link .link_post,
.blog-style-standard .stl_col-4 .format-link .blog-post_link .link_post,
.blog-style-standard .stl_col-3 .format-link .blog-post_link .link_post {
    font-size: 20px
}

.blog-style-standard .stl_col-6 .format-link .blog-post_link .link_post::before,
.blog-style-standard .stl_col-4 .format-link .blog-post_link .link_post::before,
.blog-style-standard .stl_col-3 .format-link .blog-post_link .link_post::before {
    font-size: 32px
}

.blog-style-standard .stl_col-6 .format-video .blog-post_media_part .videobox_link,
.blog-style-standard .stl_col-4 .format-video .blog-post_media_part .videobox_link,
.blog-style-standard .stl_col-3 .format-video .blog-post_media_part .videobox_link {
    width: 70px;
    height: 70px
}

.blog-style-standard .stl_col-6 .format-gallery .blog-post_media .stl-navigation_wrapper,
.blog-style-standard .stl_col-4 .format-gallery .blog-post_media .stl-navigation_wrapper,
.blog-style-standard .stl_col-3 .format-gallery .blog-post_media .stl-navigation_wrapper {
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 20px 7px
}

.blog-style-standard .stl_col-6 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .stl_col-6 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-prev,
.blog-style-standard .stl_col-4 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .stl_col-4 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-prev,
.blog-style-standard .stl_col-3 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .stl_col-3 .format-gallery .blog-post_media .stl-navigation_wrapper .elementor-swiper-button-prev {
    transform: translate(0, 0)
}

.blog-style-standard .stl_col-6 .format-gallery .blog-post_media .stl-navigation_wrapper .title,
.blog-style-standard .stl_col-4 .format-gallery .blog-post_media .stl-navigation_wrapper .title,
.blog-style-standard .stl_col-3 .format-gallery .blog-post_media .stl-navigation_wrapper .title {
    display: none
}

.blog-style-standard .stl_col-6 .format-audio .blog-post_media_part,
.blog-style-standard .stl_col-4 .format-audio .blog-post_media_part,
.blog-style-standard .stl_col-3 .format-audio .blog-post_media_part {
    margin-bottom: 25px
}

.blog-style-standard .stl_col-6 .elementor-swiper-button-prev,
.blog-style-standard .stl_col-6 .elementor-swiper-button-next,
.blog-style-standard .stl_col-4 .elementor-swiper-button-prev,
.blog-style-standard .stl_col-4 .elementor-swiper-button-next,
.blog-style-standard .stl_col-3 .elementor-swiper-button-prev,
.blog-style-standard .stl_col-3 .elementor-swiper-button-next {
    --stl-swiper-button-diameter: 40px
}

.blog-style-standard .blog-post {
    transition: 0.4s;
    border-radius: 0
}

.blog-style-standard .blog-post .blog-post_wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog-style-standard .blog-post .post_meta-wrap {
    margin-top: 21px
}

.blog-style-standard .blog-post.hide_media .blog-post_content {
    padding: 40px
}

@media (max-width:767px) {
    .blog-style-standard .blog-post.hide_media .blog-post_content {
        padding: 20px
    }
}

.blog-style-standard .blog-post.hide_media .blog-post_content .post_meta-wrap {
    margin-top: 0
}

.blog-style-standard .blog-post.hide_media .blog-post_content .post_categories+.post_meta-wrap {
    margin-top: 21px
}

.blog-style-standard .blog-post blockquote cite {
    padding-left: 0;
    text-align: inherit
}

.blog-style-standard .blog-post::after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.blog-style-standard .blog-post.format-no_featured {
    background: var(--sparknex-light-bg-color);
    border-radius: 5px
}

.blog-style-standard.blog_carousel .swiper-slide {
    margin-bottom: 0
}

.blog-style-standard.blog_carousel .swiper-slide.swiper-slide {
    margin-bottom: 0
}

.blog-style-standard .blog-post_text {
    font-size: 16px;
    margin-top: 10px
}

.blog-style-standard .blog-post_text blockquote {
    margin-bottom: 20px
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background) {
    padding: 15px 0
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background) blockquote {
    margin-bottom: 0
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background).is-style-solid-color blockquote p:first-of-type {
    margin-top: -.225em
}

.blog-style-standard .blog-post_text .wp-block-archives-list,
.blog-style-standard .blog-post_text .wp-block-latest-posts {
    list-style: none
}

.blog-style-standard .blog-post_text .wp-block-categories-list .children li {
    padding-left: 0
}

.blog-style-standard .blog-post_text .more-link {
    display: none
}

.blog-style-standard .blog-post_text .wp-block-search {
    margin-bottom: 20px
}

.blog-style-standard .blog-post_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px
}

@media (max-width:767px) {
    .blog-style-standard .blog-post_footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 16px;
        gap: 10px
    }

    .blog-style-standard .blog-post_footer .read-more-wrap {
        width: 100%;
        flex: unset
    }
}

.blog-style-standard .blog-post_footer .post_meta-wrap {
    margin-top: 0
}

.blog-style-standard .blog-post_footer .post_meta-wrap:empty {
    display: none
}

.blog-style-standard .blog-post_footer .meta-data {
    font-size: 15px
}

.blog-style-standard .blog-post_footer .meta-data>*:not(:last-child) {
    margin-right: 18px
}

.blog-style-standard.acenter .meta-data {
    justify-content: center
}

.blog-style-standard.aright .meta-data {
    justify-content: flex-end
}

.blog-post {
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

.blog-post .blog-post_media {
    position: relative;
    z-index: 1
}

.blog-post .blog-post_media .post_categories {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 40px
}

@media (max-width:767px) {
    .blog-post .blog-post_media .post_categories {
        top: 20px;
        right: 20px
    }
}

.blog-post .blog-post_media .blog-post_media_part {
    position: relative;
    line-height: 0;
    border-radius: 0;
    transition: 0.4s
}

.blog-post .blog-post_media .blog-post_media_part img {
    border-radius: inherit
}

.blog-post.format-gallery .blog-post_media .blog-post_media_part {
    overflow: hidden
}

.blog-post.format-gallery .blog-post_media .stl-carousel .swiper-slide:not(:only-child) {
    cursor: e-resize
}

.blog-post.format-gallery .blog-post_media .stl-navigation_wrapper {
    align-items: center;
    justify-content: space-between;
    margin: 0 40px
}

@media (max-width:767px) {
    .blog-post.format-gallery .blog-post_media .stl-navigation_wrapper {
        margin: 0 15px
    }
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev {
    --stl-swiper-button-diameter: 42px;
    color: #fff;
    font-size: 42px;
    transform: translate(0, 15px)
}

@media (max-width:767px) {

    .blog-post.format-gallery .blog-post_media .elementor-swiper-button-next,
    .blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev {
        font-size: 32px
    }
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next.swiper-button-disabled,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev.swiper-button-disabled {
    pointer-events: none
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next:hover,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev:hover {
    color: var(--sparknex-secondary-color)
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button .title {
    display: block
}

.blog-post.standard .blog-post_media,
.blog-post.format-standard .blog-post_media {
    margin-bottom: 12px
}

.blog-post.format-standard-image .blog-post_content>.share_post-container,
.blog-post.format-image .blog-post_content>.share_post-container,
.blog-post.format-gallery .blog-post_content>.share_post-container,
.blog-post.format-video .blog-post_content>.share_post-container {
    top: -26px
}

.blog-post.format-standard-image .blog-post_content>.share_post-container>a::after,
.blog-post.format-image .blog-post_content>.share_post-container>a::after,
.blog-post.format-gallery .blog-post_content>.share_post-container>a::after,
.blog-post.format-video .blog-post_content>.share_post-container>a::after {
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(44deg)
}

.blog-post.format-standard-image .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-image .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-gallery .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-video .blog-post_content>.share_post-container:hover>a::after {
    transform: rotate(44deg) scale(.2)
}

.blog-post.format-standard-image .blog-post_media,
.blog-post.format-image .blog-post_media {
    position: relative;
    z-index: 1
}

.blog-post.format-standard-image .blog-post_media .image-overlay,
.blog-post.format-image .blog-post_media .image-overlay {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: inherit;
    filter: grayscale(0%)
}

.blog-post.format-standard-image .blog-post_media .image-overlay::before,
.blog-post.format-standard-image .blog-post_media .image-overlay::after,
.blog-post.format-image .blog-post_media .image-overlay::before,
.blog-post.format-image .blog-post_media .image-overlay::after {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.3s
}

.blog-post.format-standard-image .blog-post_media .image-overlay::after,
.blog-post.format-image .blog-post_media .image-overlay::after {
    opacity: 0
}

.blog-post.format-standard-image .blog-post_media .image-overlay img,
.blog-post.format-image .blog-post_media .image-overlay img {
    border-radius: inherit
}

.blog-post.format-standard-image:hover .image-overlay::after,
.blog-post.format-image:hover .image-overlay::after {
    opacity: 1
}

.blog-post.format-quote {
    overflow: hidden
}

.blog-post.format-quote::before {
    content: "\f110";
    font-family: flaticon;
    font-style: normal;
    font-size: 326px;
    display: block;
    line-height: .6;
    color: #fff;
    position: absolute;
    right: 28px;
    top: -27px
}

.blog-post.format-quote .blog-post_media {
    margin-bottom: 30px
}

.blog-post.format-quote .blog-post_quote-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 9px;
    margin-right: 21%;
    position: relative;
    z-index: 1;
    font-family: var(--sparknex-content-font-family);
    letter-spacing: 0
}

@media (max-width:1200px) {
    .blog-post.format-quote .blog-post_quote-text {
        margin-right: 0
    }
}

.blog-post.format-quote .blog-post_quote-text::before {
    content: "\f110";
    font-family: flaticon;
    font-style: normal;
    font-size: 62px;
    display: block;
    line-height: .6;
    color: var(--sparknex-primary-color);
    margin: -1px 0 14px -2px
}

.blog-post.format-quote .blog-post_quote-author {
    display: block;
    position: relative;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    font-style: normal;
    font-family: var(--sparknex-content-font-family);
    color: var(--sparknex-primary-color);
    letter-spacing: 0
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-image {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-author-name,
.blog-post.format-quote .blog-post_quote-author .blog-post_quote-author-pos {
    vertical-align: middle
}

.blog-post.format-link {
    overflow: hidden
}

.blog-post.format-link::before {
    content: "\f136";
    font-family: flaticon;
    font-style: normal;
    font-size: 180px;
    display: block;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 41px;
    top: -21px
}

.blog-post.format-link .blog-post_link {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    line-height: inherit;
    font-size: inherit
}

.blog-post.format-link .blog-post_link .link_post {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    display: block;
    font-family: var(--sparknex-content-font-family);
    font-weight: 400
}

.blog-post.format-link .blog-post_link .link_post::before {
    content: "\f136";
    font-family: flaticon;
    font-style: normal;
    font-size: 38px;
    display: block;
    line-height: 1;
    margin: 0 0 16px 0;
    color: var(--sparknex-primary-color)
}

.related_posts .format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 87.5%
}

.related_posts .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0
}

#main-content>.blog-posts .elementor {
    margin-left: -15px;
    margin-right: -15px
}

.format-video .blog-post_media .blog-post_media_part {
    width: 100%;
    overflow: hidden
}

.format-video .blog-post_media .blog-post_media_part .videobox_content {
    justify-content: center
}

.format-video .blog-post_media .blog-post_media_part .videobox_link_wrapper {
    top: auto
}

.format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 73.5%
}

.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0
}

.format-video .blog-post_media iframe {
    position: absolute;
    z-index: 1;
    height: 100%
}

.format-video .blog-post_media .videobox_link_wrapper .videobox_link {
    color: #fff
}

.format-video .blog-post_media .videobox_link_wrapper .videobox_link::before {
    background: transparent
}

.format-audio .blog-post_wrapper .blog-post_media_part {
    margin-bottom: 27px
}

.format-audio iframe {
    border-radius: inherit
}

.blog-post.sticky-post.format-no_featured {
    border: 3px solid #dde5f2
}

.blog-posts .blog-post_title {
    font-size: 36px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    margin-top: 6px;
    word-wrap: break-word;
    clear: both;
    line-height: 1.333em
}

@media (max-width:767px) {
    .blog-posts .blog-post_title {
        font-size: 20px;
        line-height: 1.4
    }
}

.blog-posts .blog-post_title:last-child {
    margin-bottom: 0
}

.blog-posts .blog-post_title>a {
    font: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.blog-post_content .page-link {
    margin-top: 30px
}

.blog-post_content::after {
    content: "";
    display: block;
    clear: both
}

.blog-post_content .read-more-wrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 50%
}

.blog-post_content .blog-post_title+.read-more-wrap {
    padding-top: 0
}

.blog-post_content p,
.blog-post_content p+address,
#comments .comment_content>p,
#comments .comment_content>p+address {
    margin-bottom: 16px
}

.blog-post_content p:last-child,
#comments .comment_content>p:last-child {
    margin-bottom: 0
}

.blog-post_content p:empty,
#comments .comment_content>p:empty {
    display: none
}

.blog-post_content h1,
.blog-post_content h2,
.blog-post_content h3,
.blog-post_content h4,
.blog-post_content h5,
.blog-post_content h6,
.row>div>h1,
.row>div>h2,
.row>div>h3,
.row>div>h4,
.row>div>h5,
.row>div>h6,
#comments .comment_content h1,
#comments .comment_content h2,
#comments .comment_content h3,
#comments .comment_content h4,
#comments .comment_content h5,
#comments .comment_content h6 {
    margin-bottom: 22px
}

.blog-posts-list+.stl-pagination {
    margin-bottom: 30px
}

.blog-posts-list::after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.archive .blog-posts-list {
    margin-top: 0
}

.home .sidebar_none>.stl_col-12>.blog-posts,
.archive .sidebar_none>.stl_col-12>.blog-posts {
    margin-top: 50px
}

.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
    margin-top: 0
}

.elementor-widget-stl-blog .elementor-widget-container {
    margin-bottom: 40px
}

.elementor-widget-stl-blog.nav-left .stl-pagination {
    text-align: left
}

.elementor-widget-stl-blog.nav-center .stl-pagination {
    text-align: center
}

.elementor-widget-stl-blog.nav-right .stl-pagination {
    text-align: right
}

.home .row.sidebar_right,
.home .row.sidebar_left {
    margin-top: 50px
}

.mega-ajax-content .item .blog-post_media {
    margin-bottom: 14px
}

.mega-ajax-content .item .blog-post_title {
    margin-bottom: 5px
}

.mega-ajax-content .item .blog-post_content {
    white-space: normal
}

.mega-ajax-content .item .meta-data {
    background: none;
    padding-left: 0;
    padding-right: 0
}

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 70.272%
}

.blog_carousel .stl-carousel .swiper-pagination {
    margin-top: 0
}

.blog_carousel .stl-carousel-wrapper {
    overflow: visible
}

.blog_carousel .stl-carousel {
    margin-top: -20px
}

.blog_carousel .swiper-wrapper {
    padding-top: 20px
}

.blog_carousel_title-arrow .stl-carousel .elementor-swiper-button-prev.elementor-swiper-button,
.blog_carousel_title-arrow .stl-carousel .elementor-swiper-button-next.elementor-swiper-button {
    display: none !important
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper {
    height: 100%
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper .swiper-slide {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper .swiper-slide span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 1s cubic-bezier(.7, 0, .3, 1);
    overflow: hidden
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper .swiper-slide span img {
    transform: scale(1.25, 1.25);
    transition: 500ms ease-in-out
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper .swiper-slide.swiper-slide-active span img {
    transform: scale(1, 1)
}

.slider-wrapper.stl-carousel .blog-post_media-slider_swiper .swiper-wrapper {
    height: 100%
}

.slider-wrapper.stl-carousel .swiper-container {
    z-index: auto;
    backface-visibility: hidden
}

.slider-wrapper.stl-carousel .swiper-container .elementor-swiper-button {
    z-index: 100
}

.meta_wrapper,
.post_meta-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start
}

.meta_wrapper.post_meta-top:not(:first-child),
.post_meta-wrap.post_meta-top:not(:first-child) {
    margin-top: 18px;
    margin-bottom: 20px
}

.meta_wrapper .meta-data>span:not(:last-child)::after,
.post_meta-wrap .meta-data>span:not(:last-child)::after {
    content: "\f122";
    font-family: Flaticon;
    font-style: normal;
    display: inline-block;
    margin: 0 9px;
    font-size: .7em;
    color: var(--sparknex-primary-color);
    letter-spacing: 0
}

.meta_wrapper .meta-data+.meta-data,
.post_meta-wrap .meta-data+.meta-data {
    flex-shrink: 0;
    font-style: normal
}

.meta_wrapper .meta-data+.meta-data span,
.post_meta-wrap .meta-data+.meta-data span {
    display: inline-block;
    vertical-align: baseline
}

.meta_wrapper .meta-data+.meta-data i,
.post_meta-wrap .meta-data+.meta-data i {
    font-size: 14px
}

.meta_wrapper .meta-data+.meta-data .comments_post i,
.post_meta-wrap .meta-data+.meta-data .comments_post i {
    margin-right: 5px
}

.meta_wrapper .meta-data+.meta-data>*,
.post_meta-wrap .meta-data+.meta-data>* {
    margin-right: 15px;
    display: inline-block
}

.meta_wrapper .meta-data+.meta-data>*::after,
.post_meta-wrap .meta-data+.meta-data>*::after {
    display: none
}

.meta_wrapper .meta-data+.meta-data>*:last-child,
.post_meta-wrap .meta-data+.meta-data>*:last-child {
    margin-right: 0
}

.meta_wrapper .meta-data+.meta-data .sl-count-text,
.post_meta-wrap .meta-data+.meta-data .sl-count-text {
    margin-left: 5px
}

.stl-portfolio-single_item .meta-data,
.blog-post_content .meta-data {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase
}

.stl-portfolio-single_item .meta-data a,
.blog-post_content .meta-data a {
    color: inherit
}

.stl-portfolio-single_item .meta-data a:hover,
.blog-post_content .meta-data a:hover {
    color: var(--sparknex-primary-color)
}

.stl-portfolio-single_item .meta-data .post_author,
.blog-post_content .meta-data .post_author {
    white-space: nowrap
}

.stl-portfolio-single_item .meta-data .post_author img,
.blog-post_content .meta-data .post_author img {
    border-radius: 50%;
    margin-right: 6px
}

.stl-portfolio-single_item .meta-data:first-child>*,
.blog-post_content .meta-data:first-child>* {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: inherit
}

.stl-portfolio-single_item .meta-data:first-child>*:last-child,
.blog-post_content .meta-data:first-child>*:last-child {
    margin-right: 0
}

.stl-portfolio-single_item .meta-data:first-child>* a:not(:hover),
.blog-post_content .meta-data:first-child>* a:not(:hover) {
    color: inherit
}

.stl-portfolio-single_item .meta-data:first-child>*.stl-views:first-child::after,
.blog-post_content .meta-data:first-child>*.stl-views:first-child::after {
    content: unset
}

@media (max-width:479px) {

    .meta-data .views_text,
    .meta-data .sl-count-text {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:992px) {

    .blog_columns-2 .meta-data .views_text,
    .blog_columns-2 .meta-data .sl-count-text {
        display: none !important
    }
}

@media (min-width:768px) {

    .blog_columns-3 .meta-data .views_text,
    .blog_columns-3 .meta-data .sl-count-text,
    .blog_columns-4 .meta-data .views_text,
    .blog_columns-4 .meta-data .sl-count-text {
        display: none !important
    }
}

.post_categories {
    --post-catigories-gap: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 28px;
    font-family: var(--sparknex-header-font-family);
    font-weight: var(--sparknex-header-font-weight);
    font-size: 15px;
    margin-bottom: calc(var(--post-catigories-gap) * -1)
}

.post_categories span {
    display: inline-block;
    position: relative;
    line-height: inherit;
    transition: 0.4s;
    margin-bottom: var(--post-catigories-gap)
}

.post_categories span:not(:last-child) {
    margin-right: var(--post-catigories-gap)
}

.post_categories a {
    display: inline-block;
    padding: 4px 12px 2px;
    color: var(--sparknex-header-font-color);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px
}

.post_categories a:hover {
    color: #fff;
    background-color: var(--sparknex-primary-color);
    border: 1px solid var(--sparknex-primary-color)
}

.single_meta .item_wrapper .blog-post_content>.post_categories a,
.hide_media .post_categories a {
    border: 1px solid #dcdcdc
}

.single_meta .item_wrapper .blog-post_content>.post_categories a:hover,
.hide_media .post_categories a:hover {
    border: 1px solid var(--sparknex-primary-color)
}

.blog-post_text+.page-link,
.blog-post_text+.page-link+.clear+.button-read-more,
.blog-post_text+.clear+.button-read-more {
    margin-bottom: 21px
}

.blog-post_text .alignleft:last-child,
.blog-post_text .alignright:last-child {
    margin-bottom: 10px
}

.read-more-wrap {
    clear: both;
    line-height: 1
}

.button-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--sparknex-content-font-family);
    white-space: nowrap;
    padding: 13px 0;
    max-width: 100%;
    color: var(--sparknex-primary-color);
    transition: 0.4s;
    gap: 0
}

.button-read-more>span {
    white-space: normal;
    transition: transform 0.4s;
    display: inline-block
}

.button-read-more:hover,
.stl-cases__link:hover~.case_items__inner_wrapper .button-read-more,
.stl-infobox__link:hover~.stl-infobox_wrapper .button-read-more {
    color: var(--sparknex-primary-color)
}

.button-read-more.no_text {
    padding-left: 0 !important;
    margin-right: 0 !important
}

.button-read-more.no_text::before {
    display: none
}

.tagcloud-wrapper .title_tags {
    font-size: 15px;
    margin-right: 18px
}

.meta-data+.post_info-divider {
    margin-top: 4px
}

.blog-post_excerpt {
    margin: 0 0 38px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400
}

.blog-post_excerpt>p:last-child {
    margin-bottom: 0
}

.blog-post_wrapper {
    position: relative;
    transition: inherit
}

.blog-post_wrapper .blog-post_media .sparknex_module_videobox img {
    box-shadow: none
}

.blog-post_wrapper .blog-post_media .sparknex_module_videobox .videobox_link {
    border-color: transparent;
    opacity: .9
}

.blog-post_wrapper .blog-post_content .sparknex_module_videobox .videobox_wrapper_link::before {
    display: none
}

.blog-post_wrapper .blog-post_content>.post_meta-wrap .meta-data:first-child>* {
    display: contents
}

.blog-post_wrapper .blog-post_content .sparknex_module_videobox {
    margin-bottom: 50px
}

.row.sidebar_left .content-container {
    float: right
}

.container-grid.row>.stl-carousel {
    margin-left: 0;
    margin-right: 0
}

.container-grid.row>.stl-carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden
}

.container-grid.row>.stl-carousel.navigation_offset_element>.swiper-container {
    overflow: visible
}

.container-grid.row>.stl-carousel.navigation_offset_element .swiper-wrapper {
    overflow: hidden
}

.blog_subtitle {
    font-size: 18px;
    line-height: 1.4
}

.attachment_media .meta-data {
    margin-bottom: 10px;
    font-weight: 600
}

.attachment_media .meta-data>span {
    position: relative;
    padding-left: 23px
}

.attachment_media .meta-data>span:first-child {
    padding-left: 0
}

.attachment_media .meta-data>span:first-child::before {
    display: none
}

.parallax-video {
    position: absolute !important;
    z-index: 2 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover
}

.archive__heading {
    margin-bottom: 45px;
    text-align: center
}

.archive__heading .archive__tax_description {
    margin-top: 10px
}

.archive__heading .archive__tax_title {
    max-width: 530px;
    display: inline-block
}

.archive__heading .archive__tax_title,
.archive__heading .archive__tax_title>span {
    font-size: 36px;
    line-height: 48px
}

.archive .stl_blog_list {
    margin-bottom: 30px
}

.blog_columns-2:not(.masonry) .item:nth-child(2n+1),
.blog_columns-3:not(.masonry) .stl_col-4:nth-child(3n+1),
.blog_columns-4:not(.masonry) .stl_col-3:nth-child(4n+1) {
    clear: left
}

@media (max-width:1024px) {
    .blog_columns-3:not(.masonry) .stl_col-4:nth-child(3n+1) {
        clear: none
    }

    .blog_columns-3:not(.masonry) .stl_col-4:nth-child(3n+1) {
        clear: left
    }

    .blog_columns-4:not(.masonry) .stl_col-3:nth-child(4n+1) {
        clear: none
    }

    .sparknex-post-navigation {
        margin-bottom: 0
    }
}

.single.related_posts+.row #comments {
    margin-top: 44px;
    margin-bottom: 72px;
    padding-top: 0
}

#comments .form-submit .submit,
#review_form_wrapper .form-submit .submit {
    color: var(--sparknex-button-color-idle);
    background-color: var(--sparknex-button-bg-idle);
    border: 1px solid var(--sparknex-button-border-idle)
}

#comments .form-submit .submit:hover,
#review_form_wrapper .form-submit .submit:hover {
    color: var(--sparknex-button-color-hover);
    background-color: var(--sparknex-button-bg-hover);
    border: 1px solid var(--sparknex-button-border-hover)
}

#comments {
    padding-top: 50px;
    margin-bottom: 44px;
    clear: both
}

#comments::before {
    content: "";
    display: block;
    clear: both
}

#comments ul ul.children,
#comments ol ul.children {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    list-style: none
}

#comments #respond,
#comments~#review_form_wrapper #respond {
    position: relative;
    z-index: 1;
    margin: 20px 0 50px;
    padding: 44px 50px 50px;
    background: var(--sparknex-light-bg-color);
    overflow: hidden
}

@media (max-width:600px) {

    #comments #respond,
    #comments~#review_form_wrapper #respond {
        padding: 30px 30px 35px
    }
}

#comments>#respond {
    margin-bottom: 0;
    margin-top: 45px
}

#comments>h4 {
    position: relative;
    z-index: 10
}

#comments .comments-title {
    font-size: 36px;
    margin-bottom: 22px
}

@media (max-width:767px) {
    #comments .comments-title {
        font-size: 26px
    }
}

#comments .comments-title .number-comments {
    margin-left: .37em;
    color: #ababab;
    font-size: inherit
}

#comments .pingback .edit-link .comment-edit-link,
#comments .trackback .edit-link .comment-edit-link {
    font-size: .75em;
    color: #7e7676;
    margin-left: .3133em
}

#comments .pingback .edit-link .comment-edit-link:hover,
#comments .trackback .edit-link .comment-edit-link:hover {
    color: #b9a9cd
}

#comments .pingback+.comment,
#comments .trackback+.comment {
    margin-top: 30px
}

#comments .comment-notes,
#comments .logged-in-as {
    margin-bottom: 20px
}

#comments .comment-notes,
#comments .comment-form-cookies-consent {
    font-size: 14px
}

#comments .form-submit {
    margin-bottom: 0;
    clear: both
}

#comments .form-submit input.submit {
    min-width: 200px
}

#comments .commentlist {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: inherit;
    list-style: none
}

#comments .commentlist li.pingback,
#comments .commentlist li.trackback {
    padding: 0
}

#comments .commentlist li.pingback .comment-body,
#comments .commentlist li.trackback .comment-body {
    display: inline
}

#comments .commentlist li.pingback::before,
#comments .commentlist li.trackback::before {
    display: none
}

#comments .commentlist+* {
    margin-top: 46px
}

#comments .commentlist .comment-respond {
    margin: 20px 0
}

#comments .commentlist .comment {
    padding: 0
}

#comments .commentlist .comment::before,
#comments .commentlist .comment::after {
    display: none
}

#comments .commentlist .comment .stand_comment {
    min-height: 100px;
    margin-bottom: 0;
    padding: 0 0 23px 110px
}

#comments .commentlist .comment .stand_comment .thiscommentbody {
    position: relative;
    z-index: 1;
    min-height: 80px
}

#comments .commentlist .comment .stand_comment .meta-data>span,
#comments .commentlist .comment .stand_comment .meta-data>time {
    line-height: inherit;
    text-transform: unset
}

#comments .commentlist .comment .commentava {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: -110px;
    width: 80px;
    height: 80px
}

#comments .commentlist .comment .commentava img {
    border-radius: 50%
}

#comments .commentlist .comment.pingback .stand_comment {
    padding-left: 0
}

#comments .commentlist .comment .children .comment {
    margin-left: 80px
}

#comments .commentlist .comment .children .stand_comment {
    padding-left: 110px
}

#comments .commentlist .comment .children .stand_comment .commentava {
    left: -110px
}

#comments .commentlist>.comment>.children>.comment {
    margin-left: 110px
}

#comments .commentlist>.comment:last-child {
    margin-bottom: -1px
}

#comments .commentlist>.comment:last-child .stand_comment:last-child {
    border-bottom: 0
}

#comments .commentlist .comment_info {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--sparknex-header-font-color)
}

#comments .commentlist .comment_info>* {
    display: inline-block
}

#comments .commentlist .comment_info .meta-data {
    float: none;
    margin-bottom: 0;
    padding: 0;
    background: none;
    opacity: 1;
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--sparknex-content-font-family);
    text-transform: none
}

#comments .commentlist .comment_info .meta-data .comment-edit-link {
    padding-left: 5px;
    color: inherit
}

#comments .commentlist .comment_info .meta-data .comment-edit-link:hover {
    color: var(--sparknex-primary-color)
}

.woocommerce-Reviews #comments .commentlist .comment_info .meta-data,
#comments .commentlist .comment_info .meta-data~.meta-data {
    float: right;
    transform: translateY(4px)
}

@media (max-width:992px) {

    .woocommerce-Reviews #comments .commentlist .comment_info .meta-data,
    #comments .commentlist .comment_info .meta-data~.meta-data {
        float: none;
        width: 100%
    }
}

#comments .commentlist .comment_author_says {
    line-height: 1.5;
    font-size: 18px;
    font-family: var(--sparknex-content-font-family);
    font-weight: 500;
    letter-spacing: 0
}

#comments .commentlist .comment_author_says a,
#comments .commentlist .comment_author_says span {
    color: var(--sparknex-header-font-color);
    font: inherit;
    transition: all 0.4s;
    letter-spacing: inherit
}

#comments .commentlist .comment_author_says a:hover {
    color: var(--sparknex-primary-color)
}

#comments .commentlist .comment_content {
    margin-top: 0;
    line-height: 30px;
    font-size: 16px
}

#comments .commentlist .comment_content:last-child {
    margin-bottom: 11px
}

#comments .commentlist .comment_content>ul,
#comments .commentlist .comment_content>ol {
    padding-bottom: 20px
}

#comments .commentlist .comment_content p:last-child {
    margin-bottom: 0
}

#comments .comment-reply-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--sparknex-content-font-family);
    white-space: nowrap;
    letter-spacing: 0;
    padding: 10px 0;
    max-width: 100%;
    color: var(--sparknex-primary-color);
    transition: 0.4s;
    overflow: hidden;
    margin-top: 7px
}

#comments .comment-reply-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--sparknex-primary-color);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

#comments .comment-reply-link:hover {
    color: var(--sparknex-primary-color)
}

#comments .comment-reply-link:hover::before {
    transform-origin: left;
    transform: scaleX(1)
}

#comments #cancel-comment-reply-link {
    text-transform: capitalize;
    opacity: .8
}

#comments small #cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 10px;
    line-height: inherit
}

#comments ol.commentlist>li.trackback:first-child,
#comments ol.commentlist>li.pingback:first-child {
    margin-top: 26px
}

body .comment-respond .comment-reply-title {
    font-size: 30px;
    line-height: 1.333em;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media (max-width:767px) {
    body .comment-respond .comment-reply-title {
        font-size: 22px
    }
}

body .comment-respond .comment-form {
    margin-left: -15px;
    margin-right: -15px
}

body .comment-respond .comment-form [class*="stl_col-"],
body .comment-respond .comment-form>p {
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

body .comment-respond .comment-form [class*="stl_col-"]+.form-submit {
    padding-top: 8px
}

body .comment-respond .comment-form .logged-in-as {
    margin-bottom: 13px;
    font-size: 14px
}

body .comment-respond label {
    position: relative;
    margin: 0;
    font-size: 14px
}

body .comment-respond .form_field {
    width: 100%
}

body .comment-respond textarea.form_field {
    resize: none
}

body .comment-respond#respond .form-submit .stl-button {
    pointer-events: none;
    border-style: solid
}

body .comment-respond#respond .form-submit .stl-button input.submit,
body .comment-respond#respond .form-submit .stl-button input#submit {
    position: relative;
    pointer-events: auto;
    color: inherit;
    z-index: 4
}

body .comment-respond#respond .form-submit .stl-button:hover {
    color: #fff
}

body .comment-form-cookies-consent {
    padding-top: 5px;
    clear: both;
    padding-bottom: 10px
}

body .comment-form-cookies-consent>input,
body .comment-form-cookies-consent>label,
body .comment-form-cookies-consent>span {
    display: inline-block
}

body .comment-form-cookies-consent>input {
    margin-right: 7px
}

body .comment-form-cookies-consent>input[type="checkbox"]+label {
    display: inline
}

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

.blog-post_content ol.wp-block-latest-comments.has-avatars {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.blog-post_content ol.wp-block-latest-comments.has-avatars li::before {
    display: none
}

.blog-post_content ol.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) li article {
    display: inline-block
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 5px 0
}

.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="time"],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=range],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%
}

.wpcf7 .ajax-loader {
    display: none !important
}

.wpcf7-not-valid {
    border-color: red
}

.wpcf7 input+.wpcf7-not-valid-tip,
.wpcf7 textarea+.wpcf7-not-valid-tip,
.wpcf7 select+.wpcf7-not-valid-tip {
    margin-top: -15px;
    font-size: 13px
}

.wpcf7 .form-icon {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 35px;
    font-size: 14px;
    color: #bababa
}

.wpcf7 .wpcf7-spinner {
    display: none
}

.wpcf7 .wpcf7-submit {
    padding: 8px 40px
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
    width: auto;
    height: auto
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input+.wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label {
    padding-left: .5em;
    display: inline-block
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio
}

.wpcf7 .row {
    margin-left: -15px;
    margin-right: -15px
}

.wpcf7 .row [class*="stl_col-"] {
    padding-right: 15px;
    padding-left: 15px
}

.wpcf7 .row.coming-soon .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top
}

@media (min-width:600px) {
    .wpcf7 .row.coming-soon .wpcf7-form-control-wrap {
        margin-right: 20px
    }
}

.wpcf7 .row.coming-soon .wpcf7-form-control-wrap+br {
    display: none
}

.wpcf7 .row.coming-soon input[type="submit"] {
    padding: 6px 32px;
    min-width: 135px
}

.wpcf7 .row.coming-soon+.wpcf7-mail-sent-ok {
    margin-top: -15px
}

.wpcf7 .row.home-4 input[type="submit"],
.wpcf7 .row.services input[type="submit"] {
    min-width: 150px
}

.wpcf7 .row.home-1 input[type="text"],
.wpcf7 .row.home-1 input[type="url"],
.wpcf7 .row.home-1 input[type="search"],
.wpcf7 .row.home-1 input[type="email"],
.wpcf7 .row.home-1 input[type="password"],
.wpcf7 .row.home-1 input[type="tel"],
.wpcf7 .row.home-1 input[type="time"],
.wpcf7 .row.home-1 select,
.wpcf7 .row.home-4 input[type="text"],
.wpcf7 .row.home-4 input[type="url"],
.wpcf7 .row.home-4 input[type="search"],
.wpcf7 .row.home-4 input[type="email"],
.wpcf7 .row.home-4 input[type="password"],
.wpcf7 .row.home-4 input[type="tel"],
.wpcf7 .row.home-4 input[type="time"],
.wpcf7 .row.home-4 select,
.wpcf7 .row.coming-soon input[type="text"],
.wpcf7 .row.coming-soon input[type="url"],
.wpcf7 .row.coming-soon input[type="search"],
.wpcf7 .row.coming-soon input[type="email"],
.wpcf7 .row.coming-soon input[type="password"],
.wpcf7 .row.coming-soon input[type="tel"],
.wpcf7 .row.coming-soon input[type="time"],
.wpcf7 .row.coming-soon select,
.wpcf7 .row.services input[type="text"],
.wpcf7 .row.services input[type="url"],
.wpcf7 .row.services input[type="search"],
.wpcf7 .row.services input[type="email"],
.wpcf7 .row.services input[type="password"],
.wpcf7 .row.services input[type="tel"],
.wpcf7 .row.services input[type="time"],
.wpcf7 .row.services select,
.wpcf7 .row.faq input[type="text"],
.wpcf7 .row.faq input[type="url"],
.wpcf7 .row.faq input[type="search"],
.wpcf7 .row.faq input[type="email"],
.wpcf7 .row.faq input[type="password"],
.wpcf7 .row.faq input[type="tel"],
.wpcf7 .row.faq input[type="time"],
.wpcf7 .row.faq select {
    border: unset;
    height: 56px;
    box-shadow: 0 15px 38px 0 rgba(46, 63, 38, .15)
}

.wpcf7 .row.home-1 textarea,
.wpcf7 .row.home-4 textarea,
.wpcf7 .row.coming-soon textarea,
.wpcf7 .row.services textarea,
.wpcf7 .row.faq textarea {
    border: unset
}

.wpcf7 .row.home-1 .label-mail::before,
.wpcf7 .row.home-1 .label-name::before,
.wpcf7 .row.home-1 .label-url::before,
.wpcf7 .row.home-1 .label-textarea::before,
.wpcf7 .row.home-4 .label-mail::before,
.wpcf7 .row.home-4 .label-name::before,
.wpcf7 .row.home-4 .label-url::before,
.wpcf7 .row.home-4 .label-textarea::before,
.wpcf7 .row.coming-soon .label-mail::before,
.wpcf7 .row.coming-soon .label-name::before,
.wpcf7 .row.coming-soon .label-url::before,
.wpcf7 .row.coming-soon .label-textarea::before,
.wpcf7 .row.services .label-mail::before,
.wpcf7 .row.services .label-name::before,
.wpcf7 .row.services .label-url::before,
.wpcf7 .row.services .label-textarea::before,
.wpcf7 .row.faq .label-mail::before,
.wpcf7 .row.faq .label-name::before,
.wpcf7 .row.faq .label-url::before,
.wpcf7 .row.faq .label-textarea::before {
    height: 56px;
    line-height: 56px
}

.wpcf7 .row.home-1 input[type="submit"],
.wpcf7 .row.home-4 input[type="submit"],
.wpcf7 .row.coming-soon input[type="submit"],
.wpcf7 .row.services input[type="submit"],
.wpcf7 .row.faq input[type="submit"] {
    height: 56px
}

.wpcf7 .wpcf7-list-item {
    margin: 0
}

.sign_up {
    display: flex;
    justify-content: center;
    margin-right: -20px
}

.sign_up input[type="submit"] {
    margin-left: 20px;
    height: 56px
}

.sign_up input[type="email"] {
    width: 350px
}

.sign_up .ajax-loader {
    display: none
}

.stl-filter_wrapper {
    pointer-events: none
}

.isotope-filter {
    --stl-filtet-categories-gap: 60px
}

.isotope-filter:not(.swiper-container-initialized) {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px
}

.isotope-filter:not(.swiper-container-initialized).filter-left {
    margin-right: auto;
    text-align: left
}

.isotope-filter:not(.swiper-container-initialized).filter-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.isotope-filter:not(.swiper-container-initialized).filter-right {
    margin-left: auto;
    text-align: right
}

.isotope-filter.filter-left .swiper-wrapper {
    justify-content: flex-start
}

.isotope-filter.filter-center .swiper-wrapper {
    justify-content: center
}

.isotope-filter.filter-right .swiper-wrapper {
    justify-content: flex-end
}

.isotope-filter.max_width_enabled {
    overflow: hidden
}

@media (max-width:767px) {
    .isotope-filter {
        --stl-filtet-categories-gap: 35px
    }
}

.isotope-filter .stl-filter_swiper_wrapper {
    width: calc(100% + var(--stl-filtet-categories-gap));
    margin: 0 calc(-0.5 * var(--stl-filtet-categories-gap))
}

.isotope-filter .swiper-wrapper {
    min-width: max-content;
    width: auto
}

.isotope-filter .swiper-slide {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    pointer-events: all
}

.isotope-filter.stl-filter_wrapper a {
    display: inline-block;
    position: relative;
    margin: 0 calc(0.5 * var(--stl-filtet-categories-gap));
    padding: 0;
    border-radius: unset;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: 0.4s;
    color: var(--sparknex-header-font-color);
    text-transform: uppercase;
    font-family: var(--sparknex-content-font-family)
}

.isotope-filter.stl-filter_wrapper a .cat_title {
    position: relative;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 14px
}

.isotope-filter.stl-filter_wrapper a.active {
    color: var(--sparknex-primary-color)
}

.isotope-filter.stl-filter_wrapper a.active .cat_title::before {
    transition: 0.5s cubic-bezier(0, 0, 1, 0), opacity 0.5s cubic-bezier(.19, .46, .47, .78);
    transform: skewX(0);
    opacity: 1
}

.isotope-filter.stl-filter_wrapper a.active .filter_counter {
    color: var(--sparknex-primary-color)
}

.isotope-filter.stl-filter_wrapper a .filter_counter,
.isotope-filter.stl-filter_wrapper a.empty {
    display: none
}

.isotope-filter.has_filter_counter .filter_counter {
    display: inline-block !important;
    z-index: 1;
    text-align: center;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    transition: 0.3s;
    letter-spacing: 0;
    color: #bbb;
    vertical-align: text-top;
    margin-left: 6px
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s
}

.isotope {
    transition-property: height, width
}

.isotope .isotope-item {
    transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s
}

.stl-likes {
    display: inline-block;
    flex-shrink: 0
}

.stl-likes .sl-button {
    color: inherit;
    cursor: pointer;
    transition: 0.4s;
    display: inline-block
}

.stl-likes .sl-button .sl-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    font-size: 16px
}

.stl-likes .sl-button .sl-icon.liked {
    font-weight: 600
}

.stl-likes .sl-button .sl-icon::before {
    color: inherit;
    transition: 0s;
    display: inline-block;
    vertical-align: middle
}

.post_featured_bg .stl-likes .sl-button .sl-icon {
    padding: 0 12px
}

.post_featured_bg .stl-likes .sl-button .sl-icon::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .2;
    pointer-events: none;
    z-index: -1
}

.stl-likes .sl-count {
    display: inline-block;
    margin-left: 6px
}

.stl-likes .sl-count-text {
    display: none !important
}

body ul,
body ol {
    margin-left: 0;
    padding-left: 1.1em
}

body ul li,
body ol li {
    position: relative;
    z-index: 1;
    margin-bottom: 11px
}

body ul>li:last-child,
body ol>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

body ol {
    list-style: none;
    padding-left: .9em
}

ol li,
ul[class*="sparknex_"] li {
    --sparknex-list-icon-color: currentColor
}

ol li::before,
ul[class*="sparknex_"] li::before {
    color: var(--sparknex-list-icon-color)
}

ol.list_primary_color li,
ul[class*="sparknex_"].list_primary_color li {
    --sparknex-list-icon-color: var(--sparknex-primary-color)
}

ol.list_secondary_color li,
ul[class*="sparknex_"].list_secondary_color li {
    --sparknex-list-icon-color: var(--sparknex-secondary-color)
}

ol.list_accent_color li,
ul[class*="sparknex_"].list_accent_color li {
    --sparknex-list-icon-color: var(--sparknex-accent-color)
}

ol.list_heading_color li,
ul[class*="sparknex_"].list_heading_color li {
    --sparknex-list-icon-color: var(--sparknex-header-font-color)
}

ol .sparknex_disabled_item,
ol .sparknex_disabled_item::before,
ol .sparknex_disabled_item::after,
ol .sparknex_disabled_item span,
ol .sparknex_disabled_item div,
ol .sparknex_disabled_item b,
ol .sparknex_disabled_item strong,
ol .sparknex_disabled_item i,
ul[class*="sparknex_"] .sparknex_disabled_item,
ul[class*="sparknex_"] .sparknex_disabled_item::before,
ul[class*="sparknex_"] .sparknex_disabled_item::after,
ul[class*="sparknex_"] .sparknex_disabled_item span,
ul[class*="sparknex_"] .sparknex_disabled_item div,
ul[class*="sparknex_"] .sparknex_disabled_item b,
ul[class*="sparknex_"] .sparknex_disabled_item strong,
ul[class*="sparknex_"] .sparknex_disabled_item i {
    color: #858585;
    --sparknex-list-icon-color: currentColor
}

ol .sparknex_disabled_item::before,
ol .sparknex_disabled_item::after,
ul[class*="sparknex_"] .sparknex_disabled_item::before,
ul[class*="sparknex_"] .sparknex_disabled_item::after {
    opacity: .7
}

ul[class*="sparknex_"] {
    --icon-size: 1em;
    --icon-position: calc(0px);
    --sparknex-list-padding: calc(1em + 6px);
    margin-left: 0;
    padding-left: 0
}

ul[class*="sparknex_"] li {
    list-style: none;
    padding-left: var(--sparknex-list-padding)
}

ul[class*="sparknex_"] li::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    box-sizing: border-box;
    transform: translateY(var(--icon-position))
}

ul[class*="sparknex_"].icon_right li {
    padding-left: 0;
    padding-right: var(--sparknex-list-padding)
}

ul[class*="sparknex_"].icon_right li::before {
    left: unset;
    right: 0
}

ul.sparknex_dot li {
    --icon-size: 0.5em;
    --sparknex-list-padding: calc(1em + 5px)
}

ul.sparknex_dot li::before {
    top: .6em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    background-color: var(--sparknex-list-icon-color)
}

ul.sparknex_hyphen {
    --icon-size: 1em;
    --sparknex-list-padding: calc(1em + 8px)
}

ul.sparknex_hyphen li::before {
    content: "-";
    top: -.15em;
    left: .1em;
    font-size: var(--icon-size)
}

ul.sparknex_plus {
    --icon-size: 0.75em;
    --sparknex-list-padding: calc(1em + 8px)
}

ul.sparknex_plus li::before {
    content: "\f118";
    top: .28em;
    left: .1em;
    font-size: var(--icon-size);
    font-family: flaticon
}

ul.sparknex_line {
    --icon-size: calc(1em - 2px);
    --sparknex-list-padding: calc(1em + 12px)
}

ul.sparknex_line li::before {
    top: .9em;
    left: 0;
    width: var(--icon-size);
    height: 2px;
    background-color: var(--sparknex-list-icon-color)
}

ul.sparknex_circle {
    --icon-size: 7px;
    --sparknex-list-padding: calc(1em + 5px)
}

ul.sparknex_circle li::before {
    top: .7em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    border: 1px solid var(--sparknex-list-icon-color);
    background-color: transparent
}

ul.sparknex_square {
    --icon-size: 7px
}

ul.sparknex_square li::before {
    top: .7em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: var(--sparknex-list-icon-color)
}

ul.sparknex_rhombus {
    --icon-size: 5px;
    --sparknex-list-padding: calc(1em + 5px)
}

ul.sparknex_rhombus li::before {
    top: .8em;
    left: 1px;
    width: var(--icon-size);
    height: var(--icon-size);
    transform: rotate(45deg);
    background: var(--sparknex-list-icon-color)
}

ul.sparknex_check {
    --icon-size: 0.9375em;
    --sparknex-list-padding: calc(1em + 10px)
}

ul.sparknex_check li::before {
    content: "\f10b";
    font-family: flaticon;
    top: .5em;
    left: 0;
    font-size: var(--icon-size);
    line-height: 1;
    background: transparent
}

ul.sparknex_arrow {
    --icon-size: 1em;
    --sparknex-list-padding: calc(1em + 8px)
}

ul.sparknex_arrow li::before {
    content: "\f114";
    font-family: flaticon;
    top: .45em;
    left: 0;
    line-height: 1;
    font-size: var(--icon-size);
    background: transparent;
    font-weight: 400
}

ul.sparknex_star {
    --icon-size: 1.5em;
    --sparknex-list-padding: calc(1em + 8px)
}

ul.sparknex_star li::before {
    content: "*";
    font-family: var(--sparknex-header-font-family);
    top: .15em;
    left: 0;
    font-size: var(--icon-size);
    font-weight: 700;
    line-height: 1.25;
    background: transparent
}

ul.no-list-style {
    padding: 0
}

ul.no-list-style li {
    padding: 0;
    list-style: none
}

ul.no-list-style li::before {
    display: none
}

ul.icon_inline li {
    padding: 0
}

ul.icon_inline li::before,
ul.icon_inline li::after {
    margin-right: 10px;
    margin-bottom: 1px;
    display: inline-block;
    position: initial
}

ul.icon_inline.sparknex_star li::before {
    transform: translateY(6px);
    line-height: 0
}

body ol {
    counter-reset: li
}

body ol[start="1"] {
    counter-reset: li 0
}

body ol[start="2"] {
    counter-reset: li 1
}

body ol[start="3"] {
    counter-reset: li 2
}

body ol[start="4"] {
    counter-reset: li 3
}

body ol[start="5"] {
    counter-reset: li 4
}

body ol[start="6"] {
    counter-reset: li 5
}

body ol[start="7"] {
    counter-reset: li 6
}

body ol[start="8"] {
    counter-reset: li 7
}

body ol[start="9"] {
    counter-reset: li 8
}

body ol[start="10"] {
    counter-reset: li 9
}

body ol[start="11"] {
    counter-reset: li 10
}

body ol[start="12"] {
    counter-reset: li 11
}

body ol[start="13"] {
    counter-reset: li 12
}

body ol[start="14"] {
    counter-reset: li 13
}

body ol[start="15"] {
    counter-reset: li 14
}

body ol[start="16"] {
    counter-reset: li 15
}

body ol[start="17"] {
    counter-reset: li 16
}

body ol[start="18"] {
    counter-reset: li 17
}

body ol[start="19"] {
    counter-reset: li 18
}

body ol[start="20"] {
    counter-reset: li 19
}

body ol[start="21"] {
    counter-reset: li 20
}

body ol[start="22"] {
    counter-reset: li 21
}

body ol[start="23"] {
    counter-reset: li 22
}

body ol[start="24"] {
    counter-reset: li 23
}

body ol[start="25"] {
    counter-reset: li 24
}

body ol[start="26"] {
    counter-reset: li 25
}

body ol[start="27"] {
    counter-reset: li 26
}

body ol[start="28"] {
    counter-reset: li 27
}

body ol[start="29"] {
    counter-reset: li 28
}

body ol[start="30"] {
    counter-reset: li 29
}

body ol>li {
    position: relative;
    counter-increment: li
}

body ol>li::before {
    content: "." counter(li);
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    margin-left: -.9em;
    margin-right: calc(0.25em + 6px);
    line-height: inherit;
    font-weight: 500;
    direction: rtl
}

body ul ol>li::before {
    top: 0;
    background-color: transparent !important
}

body li ul {
    margin-top: 10px;
    margin-bottom: 10px
}

body li ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0
}

.load_more_wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 60px
}

.load_more_wrapper .button_wrapper {
    display: inline-block;
    position: relative
}

.load_more_wrapper .load_more_item {
    white-space: nowrap
}

.load_more_wrapper .load_more_item .stl_loading_icon {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 1;
    font-size: 19px;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: all 0.4s, color 0s;
    animation: rotating 2s linear infinite
}

.load_more_wrapper .load_more_item .load_more__icon {
    line-height: 0;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px)
}

.load_more_wrapper .load_more_item span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s 0.3s;
    letter-spacing: inherit
}

.load_more_wrapper .load_more_item.loading .stl_loading_icon {
    color: inherit;
    opacity: 1;
    transition: all 0.4s 0.2s, color 0s
}

.load_more_wrapper .load_more_item.loading span {
    opacity: 0;
    transition: opacity 0.3s 0s
}

.load_more_wrapper .load_more_item.full_width_btn .load_more_item {
    width: 100%
}

@keyframes rotating {
    0% {
        transform: rotate(0turn)
    }

    100% {
        transform: rotate(1turn)
    }
}

.stl-pagination {
    margin: -5px;
    padding: 0 0 35px;
    list-style: none;
    clear: both;
    text-align: center
}

.stl-pagination .page,
.stl-pagination .post-page-numbers {
    display: inline-block;
    margin: 5px 5px;
    line-height: 1
}

.stl-pagination .page .page-numbers,
.stl-pagination .page .post-page-link,
.stl-pagination .post-page-numbers .page-numbers,
.stl-pagination .post-page-numbers .post-page-link {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 40px;
    min-width: 40px;
    padding: 0 5px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s;
    color: var(--sparknex-header-font-color);
    border: 1px solid var(--sparknex-primary-color);
    border-radius: 8px;
    overflow: hidden
}

.stl-pagination .page .page-numbers i,
.stl-pagination .page .post-page-link i,
.stl-pagination .post-page-numbers .page-numbers i,
.stl-pagination .post-page-numbers .post-page-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s, color 0s
}

.stl-pagination .page .page-numbers:hover,
.stl-pagination .page .post-page-link:hover,
.stl-pagination .post-page-numbers .page-numbers:hover,
.stl-pagination .post-page-numbers .post-page-link:hover {
    color: #fff;
    background-color: var(--sparknex-primary-color);
    border: 1px solid var(--sparknex-primary-color)
}

.stl-pagination .page .page-numbers.prev,
.stl-pagination .page .page-numbers.next,
.stl-pagination .page .post-page-link.prev,
.stl-pagination .page .post-page-link.next,
.stl-pagination .post-page-numbers .page-numbers.prev,
.stl-pagination .post-page-numbers .page-numbers.next,
.stl-pagination .post-page-numbers .post-page-link.prev,
.stl-pagination .post-page-numbers .post-page-link.next {
    padding: 0;
    font-size: 19px;
    line-height: 42px;
    font-weight: 700
}

.stl-pagination .page .page-numbers.prev:hover,
.stl-pagination .page .page-numbers.next:hover,
.stl-pagination .page .post-page-link.prev:hover,
.stl-pagination .page .post-page-link.next:hover,
.stl-pagination .post-page-numbers .page-numbers.prev:hover,
.stl-pagination .post-page-numbers .page-numbers.next:hover,
.stl-pagination .post-page-numbers .post-page-link.prev:hover,
.stl-pagination .post-page-numbers .post-page-link.next:hover {
    color: #fff;
    background-color: var(--sparknex-primary-color);
    border: 1px solid var(--sparknex-primary-color)
}

.stl-pagination .page .page-numbers.prev i,
.stl-pagination .page .post-page-link.prev i,
.stl-pagination .post-page-numbers .page-numbers.prev i,
.stl-pagination .post-page-numbers .post-page-link.prev i {
    transform: scaleX(-1) translateY(1px)
}

.stl-pagination .page .page-numbers.current,
.stl-pagination .page .post-page-link.current,
.stl-pagination .post-page-numbers .page-numbers.current,
.stl-pagination .post-page-numbers .post-page-link.current {
    pointer-events: none;
    color: #fff;
    background-color: var(--sparknex-primary-color);
    border: 1px solid var(--sparknex-primary-color)
}

.stl-pagination .page .page-numbers.dots,
.stl-pagination .page .post-page-link.dots,
.stl-pagination .post-page-numbers .page-numbers.dots,
.stl-pagination .post-page-numbers .post-page-link.dots {
    pointer-events: none;
    min-width: unset;
    border: unset
}

.stl-pagination .page.current span.page-link,
.stl-pagination .post-page-numbers.current span.page-link {
    border-color: var(--sparknex-accent-color)
}

.stl-pagination .page.current,
.stl-pagination .page span.current,
.stl-pagination .post-page-numbers.current,
.stl-pagination .post-page-numbers span.current {
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.stl-pagination .page-numbers.dots,
.stl-pagination .post-page-numbers.dots {
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.stl-pagination .page-numbers.dots::after,
.stl-pagination .page-numbers.next::after,
.stl-pagination .page-numbers.prev::after,
.stl-pagination .post-page-numbers.dots::after,
.stl-pagination .post-page-numbers.next::after,
.stl-pagination .post-page-numbers.prev::after {
    display: none
}

.blog-post_content .stl-pagination {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 0
}

.blog-post_content .stl-pagination .page:not(:last-child),
.blog-post_content .stl-pagination .post-page-numbers:not(:last-child) {
    margin-right: 7px
}

.blog-post_content .stl-pagination .post-page-link {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 5px;
    margin: 25px 0 0 0
}

.stl-container rs-module [class*="fab fa-"],
.stl-container .rb-modal-wrapper [class*="fab fa-"],
.stl-container #rs_overview [class*="fab fa-"],
.stl-container #objectlibrary [class*="fab fa-"],
.stl-container #waitaminute [class*="fab fa-"],
.stl-container #rs_overview_menu [class*="fab fa-"],
.stl-container #builderView [class*="fab fa-"] {
    font-weight: 400;
    font-family: "Font Awesome 5 Brands"
}

.stl-container rs-module [class*="fab fa-"]::before,
.stl-container .rb-modal-wrapper [class*="fab fa-"]::before,
.stl-container #rs_overview [class*="fab fa-"]::before,
.stl-container #objectlibrary [class*="fab fa-"]::before,
.stl-container #waitaminute [class*="fab fa-"]::before,
.stl-container #rs_overview_menu [class*="fab fa-"]::before,
.stl-container #builderView [class*="fab fa-"]::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: inherit
}

.stl-container rs-module [class*="far fa-"],
.stl-container rs-module [class*="fal fa-"],
.stl-container rs-module [class*="fas fa-"],
.stl-container .rb-modal-wrapper [class*="far fa-"],
.stl-container .rb-modal-wrapper [class*="fal fa-"],
.stl-container .rb-modal-wrapper [class*="fas fa-"],
.stl-container #rs_overview [class*="far fa-"],
.stl-container #rs_overview [class*="fal fa-"],
.stl-container #rs_overview [class*="fas fa-"],
.stl-container #objectlibrary [class*="far fa-"],
.stl-container #objectlibrary [class*="fal fa-"],
.stl-container #objectlibrary [class*="fas fa-"],
.stl-container #waitaminute [class*="far fa-"],
.stl-container #waitaminute [class*="fal fa-"],
.stl-container #waitaminute [class*="fas fa-"],
.stl-container #rs_overview_menu [class*="far fa-"],
.stl-container #rs_overview_menu [class*="fal fa-"],
.stl-container #rs_overview_menu [class*="fas fa-"],
.stl-container #builderView [class*="far fa-"],
.stl-container #builderView [class*="fal fa-"],
.stl-container #builderView [class*="fas fa-"] {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.stl-container rs-module [class*="far fa-"]::before,
.stl-container rs-module [class*="fal fa-"]::before,
.stl-container rs-module [class*="fas fa-"]::before,
.stl-container .rb-modal-wrapper [class*="far fa-"]::before,
.stl-container .rb-modal-wrapper [class*="fal fa-"]::before,
.stl-container .rb-modal-wrapper [class*="fas fa-"]::before,
.stl-container #rs_overview [class*="far fa-"]::before,
.stl-container #rs_overview [class*="fal fa-"]::before,
.stl-container #rs_overview [class*="fas fa-"]::before,
.stl-container #objectlibrary [class*="far fa-"]::before,
.stl-container #objectlibrary [class*="fal fa-"]::before,
.stl-container #objectlibrary [class*="fas fa-"]::before,
.stl-container #waitaminute [class*="far fa-"]::before,
.stl-container #waitaminute [class*="fal fa-"]::before,
.stl-container #waitaminute [class*="fas fa-"]::before,
.stl-container #rs_overview_menu [class*="far fa-"]::before,
.stl-container #rs_overview_menu [class*="fal fa-"]::before,
.stl-container #rs_overview_menu [class*="fas fa-"]::before,
.stl-container #builderView [class*="far fa-"]::before,
.stl-container #builderView [class*="fal fa-"]::before,
.stl-container #builderView [class*="fas fa-"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.stl-container rs-module [class*="far fa-"],
.stl-container .rb-modal-wrapper [class*="far fa-"],
.stl-container #rs_overview [class*="far fa-"],
.stl-container #objectlibrary [class*="far fa-"],
.stl-container #waitaminute [class*="far fa-"],
.stl-container #rs_overview_menu [class*="far fa-"],
.stl-container #builderView [class*="far fa-"] {
    font-weight: 900
}

.stl-container rs-module [class*="far fa-"]::before,
.stl-container .rb-modal-wrapper [class*="far fa-"]::before,
.stl-container #rs_overview [class*="far fa-"]::before,
.stl-container #objectlibrary [class*="far fa-"]::before,
.stl-container #waitaminute [class*="far fa-"]::before,
.stl-container #rs_overview_menu [class*="far fa-"]::before,
.stl-container #builderView [class*="far fa-"]::before {
    font-weight: 900
}

.stl-container .rs-layer.stl-button,
.stl-container .rev_slider_button {
    transition: all 0.4s
}

.elementor-social-icon-instagram.elementor-icon {
    background-color: #c52ea7
}

.blog-post_wrapper .share_post-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper,
.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li {
    opacity: 1;
    visibility: visible
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(1) {
    transition-delay: 0s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(2) {
    transition-delay: 0.08s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(3) {
    transition-delay: 0.16s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(4) {
    transition-delay: 0.24s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(5) {
    transition-delay: 0.32s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(6) {
    transition-delay: 0.4s
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(7) {
    transition-delay: 0.48s
}

.blog-post_wrapper .share_post-container:hover>a::after {
    transform: scale(.2)
}

.blog-post_wrapper .share_post-container::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% + 12px)
}

.blog-post_wrapper .share_post-container .share_post {
    display: block
}

.blog-post_wrapper .share_post-container span {
    display: block;
    line-height: inherit;
    border-radius: 50%;
    transition: all 0.45s
}

.blog-post_wrapper .share_post-container>i {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: color 0.3s
}

.blog-post_wrapper .share_post-container .share_reddit .fab {
    background-color: #ff5700
}

.blog-post_wrapper .share_post-container .share_twitter .fab {
    background-color: #1b82c4
}

.blog-post_wrapper .share_post-container .share_facebook .fab {
    background-color: #354cd9
}

.blog-post_wrapper .share_post-container .share_linkedin .fab {
    background-color: #007bb5
}

.blog-post_wrapper .share_post-container .share_whatsapp .fab {
    background-color: #25d366
}

.blog-post_wrapper .share_post-container .share_telegram .fab {
    background-color: #08c
}

.blog-post_wrapper .share_post-container .share_pinterest .fab {
    background-color: #ff1226
}

.blog-post_wrapper .share_post-container .share_social-wpapper {
    display: block;
    position: absolute;
    right: -8px;
    bottom: calc(100% + 8px);
    min-width: unset;
    z-index: 2;
    box-shadow: none;
    margin: 0;
    padding: 2px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background: var(--sparknex-primary-color)
}

.blog-post_wrapper .share_post-container .share_social-wpapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: currentColor transparent transparent transparent;
    right: 10px;
    bottom: -5px;
    color: var(--sparknex-primary-color)
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link {
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    transition: 0.4s;
    opacity: 1;
    background: unset !important;
    visibility: hidden;
    pointer-events: all;
    margin: 0;
    border-radius: unset
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:first-of-type {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:last-of-type {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link::before {
    display: none
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    border-radius: inherit;
    background-color: transparent;
    font-weight: 400;
    color: #fff
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:hover span {
    background-color: rgba(255, 255, 255, .13)
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper a.share_link {
    visibility: visible
}

.share_social-wpapper {
    display: flex;
    justify-content: flex-end
}

.share_social-wpapper:not(:last-child) {
    margin-right: 10px
}

.share_social-wpapper .share_facebook>span {
    color: #354cd9
}

.share_social-wpapper .share_twitter>span {
    color: #1b82c4
}

.share_social-wpapper .share_pinterest>span {
    color: #ff1226
}

.share_social-wpapper .share_linkedin>span {
    color: #007bb5
}

.share_social-wpapper .share_whatsapp>span {
    color: #25d366
}

.share_social-wpapper .share_reddit>span {
    color: #ff5700
}

.share_social-wpapper .share_telegram>span {
    color: #08c
}

.share_social-wpapper .share_link:hover[class*="share"]>span {
    color: #fff
}

.share_social-wpapper .share_link:hover.share_facebook>span {
    background-color: #354cd9;
    border-color: #354cd9
}

.share_social-wpapper .share_link:hover.share_twitter>span {
    background-color: #1b82c4;
    border-color: #1b82c4
}

.share_social-wpapper .share_link:hover.share_pinterest>span {
    background-color: #ff1226;
    border-color: #ff1226
}

.share_social-wpapper .share_link:hover.share_linkedin>span {
    background-color: #007bb5;
    border-color: #007bb5
}

.share_social-wpapper .share_link:hover.share_whatsapp>span {
    background-color: #25d366;
    border-color: #25d366
}

.share_social-wpapper .share_link:hover.share_reddit>span {
    background-color: #ff5700;
    border-color: #ff5700
}

.share_social-wpapper .share_link:hover.share_telegram>span {
    background-color: #08c;
    border-color: #08c
}

.share_social-wpapper .share_link {
    border-radius: 30px;
    text-align: center;
    overflow: hidden
}

.share_social-wpapper .share_link>span {
    display: flex;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: 8px;
    white-space: nowrap;
    max-width: 30px;
    transition: 0.65s
}

.share_social-wpapper .share_link>span::before {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    flex-shrink: 0
}

.share_social-wpapper .share_link .share_name {
    display: none
}

.share_social-wpapper .share_link:not(:last-of-type) {
    padding-right: 10px
}

.author-info_social-wrapper .author-info_social-link {
    line-height: 30px
}

.author-info_social-wrapper .author-info_social-link.fa {
    color: #9cafbe
}

.stl-page-socials {
    position: absolute;
    z-index: 90;
    left: 50px
}

.stl-page-socials.fixed {
    position: fixed;
    z-index: 90
}

.stl-page-socials li {
    padding-bottom: 17px;
    line-height: 27px
}

.stl-page-socials .social__link {
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    transition: all 0.4s, width 0s 1s
}

.stl-page-socials .social__link .social__name {
    display: inline-block;
    width: 0;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    opacity: 0;
    transform-origin: -25px 50%;
    transform: translateY(-1px) rotateY(0.25turn);
    transition: inherit
}

.stl-page-socials .social__link .social__icon {
    padding-right: 1.2em
}

.stl-page-socials .social__link:hover {
    transition: all 0.4s
}

.stl-page-socials .social__link:hover .social__name {
    width: auto;
    opacity: 1;
    transform: translateY(-1px) rotateY(0turn)
}

.stl-page-socials .socials__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.stl-page-socials.appearence-hovered {
    padding-top: 35px;
    height: 0
}

.stl-page-socials.appearence-hovered .socials__desc {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px -5px 0;
    padding: 5px 5px 0;
    cursor: pointer
}

.stl-page-socials.appearence-hovered .socials__desc .social__icon {
    color: #fff
}

.stl-page-socials.appearence-hovered .socials__desc .social__name {
    display: none
}

.stl-page-socials.appearence-hovered .socials__list {
    visibility: hidden
}

.stl-page-socials.appearence-hovered .socials__list li {
    transform: translateX(-150%);
    opacity: 0;
    visibility: hidden;
    transition: 0.45s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(1) {
    transition-delay: 0.05s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(2) {
    transition-delay: 0.1s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(3) {
    transition-delay: 0.15s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(4) {
    transition-delay: 0.2s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(5) {
    transition-delay: 0.25s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(6) {
    transition-delay: 0.3s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(7) {
    transition-delay: 0.35s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(8) {
    transition-delay: 0.4s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(9) {
    transition-delay: 0.45s
}

.stl-page-socials.appearence-hovered .socials__list li:nth-child(10) {
    transition-delay: 0.5s
}

.stl-page-socials.appearence-hovered .socials__desc:hover+.socials__list {
    visibility: visible
}

.stl-page-socials.appearence-hovered .socials__desc:hover+.socials__list li,
.stl-page-socials.appearence-hovered .socials__list:hover li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.stl-page-socials:not(.appearence-hovered) .socials__list li {
    opacity: 0;
    transform: translateX(-150%);
    animation: soc_slide_right 0.5s forwards
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(1) {
    animation-delay: 5.1s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(2) {
    animation-delay: 5.2s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(3) {
    animation-delay: 5.3s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(4) {
    animation-delay: 5.4s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(5) {
    animation-delay: 5.5s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(6) {
    animation-delay: 5.6s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(7) {
    animation-delay: 5.7s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(8) {
    animation-delay: 5.8s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(9) {
    animation-delay: 5.9s
}

.stl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(10) {
    animation-delay: 6s
}

@keyframes soc_slide_right {
    0% {
        transform: translateX(-150%);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.stl-social-icons .elementor-icon i,
.stl-social-icons .elementor-icon svg {
    transition: 0.3s
}

.single_post_info>* {
    margin-bottom: 20px
}

.single_post_info .share_post-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center
}

.single_post_info .share_post-container::after {
    display: none
}

.single_post_info .share_post-container:hover>a {
    color: #888
}

.single_post_info .share_post-container:hover .share_social-wpapper {
    opacity: 1;
    visibility: visible
}

.single_post_info .share_post-container>a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    z-index: 3;
    margin: 0;
    transition: all 0.45s;
    font-size: 16px;
    display: block;
    text-align: center;
    background: #232323;
    color: #fff
}

.single_post_info .share_post-container>a::before {
    content: "\f115";
    font-family: Flaticon
}

.single_post_info .share_post-container .share_social-wpapper::after {
    display: none
}

.single_post_info .share_post-container .share_post-title {
    font-size: 14px;
    font-weight: 700;
    margin-right: 26px;
    color: var(--sparknex-header-font-color)
}

.single_post_info .share_post-container .share_link {
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: visible;
    border-radius: 50%;
    text-align: center
}

.single_post_info .share_post-container .share_link>span {
    font-size: 14px;
    transition: 0.4s;
    width: 100%;
    height: inherit;
    line-height: inherit;
    max-width: unset;
    color: var(--sparknex-header-font-color);
    background-color: transparent;
    border: 1px solid var(--sparknex-primary-color)
}

.single_post_info .share_post-container .share_link>span::before {
    width: inherit
}

.single_post_info .share_post-container .share_link:hover[class*="share"]>span {
    color: #fff;
    background-color: var(--sparknex-primary-color);
    border: 1px solid var(--sparknex-primary-color)
}

.single_post_info .share_post-container .share_link:not(:last-child) {
    margin-right: 12px
}

@media (max-width:767px) {
    .single_post_info .share_post-container>a {
        display: none
    }

    .single_post_info .share_post-container .share_social-wpapper {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding: 0
    }
}

.woocommerce div.product .share_social-wpapper .share_link {
    margin-right: 20px;
    font-size: 12px;
    color: #c2c2c2
}

.woocommerce div.product .share_social-wpapper .share_link span.fa {
    transition: 0.45s ease-in-out
}

.woocommerce div.product .share_social-wpapper .share_link:last-child {
    margin-right: 0
}

.stl-team {
    position: relative;
    -webkit-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out
}

.stl-team .team_link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.stl-team .team_info-holder {
    display: flex;
    flex-direction: column
}

.elementor-widget-stl-team.center .team_hover-info .team_hover-content {
    text-align: center
}

.elementor-widget-stl-team.flex-start .team_hover-info .team_hover-content {
    text-align: left
}

.elementor-widget-stl-team.flex-end .team_hover-info .team_hover-content {
    text-align: right
}

.team_info-holder .team_subtitle {
    margin-bottom: 0
}

.stl-team .team_image-holder {
    position: relative
}

.stl-team .team_image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out;
    pointer-events: none
}

.stl-team:hover .team_image-holder:after {
    opacity: .9
}

.stl-team .team_image-holder .team_hover-info {
    padding: 15px 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.stl-team .team_hover-info .team_hover-content {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 20px;
    position: relative;
    font-size: 17px
}

.stl-team:hover .team_image-holder .team_hover-content {
    transition-delay: .1s;
    opacity: 1;
    top: 0
}

.stl-team .team_image-holder .team_hover-content+.team_hover-social-icons-list {
    margin-top: 1.5em
}

.stl-team .team_hover-info .team_hover-social-icons-list .team_social-item {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.stl-team .team_hover-info .team_social-item .team_hover-social-icon {
    display: flex;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item {
    opacity: 1;
    top: 0
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(1) {
    transition-delay: .2s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(2) {
    transition-delay: .25s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(3) {
    transition-delay: .3s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(4) {
    transition-delay: .35s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(5) {
    transition-delay: .4s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(6) {
    transition-delay: .45s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(7) {
    transition-delay: .5s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(8) {
    transition-delay: .55s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(9) {
    transition-delay: .6s
}

.stl-team:hover .team_hover-info .team_hover-social-icons-list .team_social-item:nth-child(10) {
    transition-delay: .65s
}

.stl-views {
    display: inline-block
}

.stl-views .post_views_inner {
    color: inherit;
    transition: 0.45s
}

.stl-views .sl-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px
}

.post_featured_bg .stl-views .sl-icon {
    padding: 0 12px
}

.post_featured_bg .stl-views .sl-icon::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .2;
    pointer-events: none;
    z-index: -1
}

.stl-views .sl-count {
    display: inline-block;
    margin-left: 8px;
    transition: inherit
}

.stl-views .sl-count-text {
    display: none !important
}

.widget_block h2,
.title-wrapper .title,
.sidebar [class*="berocket_"] h3 {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 20px;
    line-height: 1.3;
    color: var(--sparknex-primary-color);
    font-family: var(--sparknex-header-font-family);
    font-weight: var(--sparknex-header-font-weight);
    text-transform: uppercase
}

.sidebar [class*="berocket_"] h3 {
    text-align: left
}

.widget {
    position: relative
}

.widget:not(:first-child) {
    padding-top: 40px
}

.widget:last-child {
    margin-bottom: 40px
}

.widget .wp-block-group h2,
.widget .title-wrapper {
    margin: 0 0 20px;
    line-height: 1.3;
    font-weight: 500
}

.widget .wp-block-group h2 .rsswidget img,
.widget .title-wrapper .rsswidget img {
    margin-top: 4px
}

.widget ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1px;
    transition: 0.3s
}

.widget ul li a {
    line-height: 24px;
    color: inherit
}

.widget>ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0
}

.widget>ul>li ul,
.widget>div>ul>li ul,
.widget>div>div>ul>li ul {
    padding-left: 15px
}

.widget ul li a {
    position: relative;
    line-height: 24px;
    z-index: 1
}

.widget ul li a .post_count {
    z-index: 1;
    transition: inherit;
    padding: 0 !important;
    color: #888;
    letter-spacing: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin-left: 4px
}

.widget ul li a:hover>.post_count {
    color: var(--sparknex-primary-color)
}

.widget ul li.current-cat>a .post_count {
    color: var(--sparknex-primary-color)
}

.widget.widget_categories ul,
.widget.widget_product_categories ul,
.widget.widget_layered_nav ul,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul,
.widget.widget_archive ul {
    position: relative;
    margin-bottom: -8px
}

.widget.widget_categories ul li,
.widget.widget_product_categories ul li,
.widget.widget_layered_nav ul li,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li,
.widget.widget_archive ul li {
    margin: 0
}

.widget.widget_categories ul li a,
.widget.widget_categories ul li label,
.widget.widget_product_categories ul li a,
.widget.widget_product_categories ul li label,
.widget.widget_layered_nav ul li a,
.widget.widget_layered_nav ul li label,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li label,
.widget.widget_archive ul li a,
.widget.widget_archive ul li label {
    font-size: 16px;
    letter-spacing: 0;
    color: var(--sparknex-header-font-color)
}

.widget.widget_categories ul li.current-cat>a,
.widget.widget_categories ul li.chosen>a,
.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li.checked label,
.widget.widget_categories ul li label:hover,
.widget.widget_product_categories ul li.current-cat>a,
.widget.widget_product_categories ul li.chosen>a,
.widget.widget_product_categories ul li a:hover,
.widget.widget_product_categories ul li.checked label,
.widget.widget_product_categories ul li label:hover,
.widget.widget_layered_nav ul li.current-cat>a,
.widget.widget_layered_nav ul li.chosen>a,
.widget.widget_layered_nav ul li a:hover,
.widget.widget_layered_nav ul li.checked label,
.widget.widget_layered_nav ul li label:hover,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.current-cat>a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.chosen>a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a:hover,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.checked label,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li label:hover,
.widget.widget_archive ul li.current-cat>a,
.widget.widget_archive ul li.chosen>a,
.widget.widget_archive ul li a:hover,
.widget.widget_archive ul li.checked label,
.widget.widget_archive ul li label:hover {
    color: var(--sparknex-primary-color);
    padding-right: 0
}

.widget.widget_categories ul li.current-cat>a::before,
.widget.widget_categories ul li.chosen>a::before,
.widget.widget_categories ul li a:hover::before,
.widget.widget_categories ul li.checked label::before,
.widget.widget_categories ul li label:hover::before,
.widget.widget_product_categories ul li.current-cat>a::before,
.widget.widget_product_categories ul li.chosen>a::before,
.widget.widget_product_categories ul li a:hover::before,
.widget.widget_product_categories ul li.checked label::before,
.widget.widget_product_categories ul li label:hover::before,
.widget.widget_layered_nav ul li.current-cat>a::before,
.widget.widget_layered_nav ul li.chosen>a::before,
.widget.widget_layered_nav ul li a:hover::before,
.widget.widget_layered_nav ul li.checked label::before,
.widget.widget_layered_nav ul li label:hover::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.current-cat>a::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.chosen>a::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a:hover::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li.checked label::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li label:hover::before,
.widget.widget_archive ul li.current-cat>a::before,
.widget.widget_archive ul li.chosen>a::before,
.widget.widget_archive ul li a:hover::before,
.widget.widget_archive ul li.checked label::before,
.widget.widget_archive ul li label:hover::before {
    color: var(--sparknex-primary-color)
}

.widget.widget_categories ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_layered_nav ul li a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a,
.widget.widget_archive ul li a {
    padding: 5px 10px 6px 0;
    display: inline-block
}

.widget.widget_categories ul li a::before,
.widget.widget_product_categories ul li a::before,
.widget.widget_layered_nav ul li a::before,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a::before,
.widget.widget_archive ul li a::before {
    content: "\f13c";
    font-family: Flaticon;
    font-size: .65em;
    display: inline-block;
    vertical-align: middle;
    transition: 0.4s;
    color: #888;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

.widget.widget_categories ul li ul,
.widget.widget_product_categories ul li ul,
.widget.widget_layered_nav ul li ul,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li ul,
.widget.widget_archive ul li ul {
    margin-bottom: 0
}

.widget.widget_categories .title-wrapper+ul,
.widget.widget_product_categories .title-wrapper+ul,
.widget.widget_layered_nav .title-wrapper+ul,
.widget.widget_layered_nav.woocommerce-widget-layered-nav .title-wrapper+ul,
.widget.widget_archive .title-wrapper+ul {
    margin-top: -7px
}

.widget_product_categories ul li img {
    margin-right: 13px
}

.widget_shopping_cart .widget_shopping_cart_content {
    margin-top: 24px;
    margin-bottom: 6px
}

.widget_recent_entries>ul>li>a {
    position: relative
}

.widget_recent_entries>ul>li>a::before {
    content: "\f13c";
    font-family: Flaticon;
    font-size: .65em;
    display: inline-block;
    vertical-align: middle;
    transition: 0.4s;
    color: #888;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: .8em
}

.widget_rss .title-wrapper>a {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize
}

.widget_rss .title-wrapper>a img {
    display: none
}

.widget_rss ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.widget_rss li {
    padding: 18px 0 0 0
}

.widget_rss li:first-child {
    padding-top: 0
}

.widget_rss li .rsswidget {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px
}

.widget_rss li .rss-date {
    display: block;
    margin: 0 0 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #7b7b7b;
    font-style: normal
}

.widget_rss li .rssSummary {
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px
}

.widget_rss li cite {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--sparknex-primary-color)
}

.widget_rss li cite::before {
    content: "–";
    margin-right: 5px
}

.widget_text .textwidget {
    margin-top: -9px
}

.widget ul.wp-block-latest-posts li {
    padding-left: 0
}

ul[class*="wp-block-"] li a {
    color: inherit
}

.wp-block-rss {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-weight: 600
}

.wp-block-rss a {
    color: inherit
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 100%
}

.widget_comments>ul>li::before,
.widget_meta>ul>li::before,
.widget_archive>ul>li::before,
.widget_recent_comments>ul>li::before,
ul.wp-block-archives>li::before {
    font-family: flaticon;
    transition: inherit
}

.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_meta ul,
ul.wp-block-archives {
    list-style: none
}

.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_meta ul ul,
ul.wp-block-archives ul {
    margin: 0;
    padding: 0
}

.widget_archive ul li ul li:last-child,
.widget_recent_entries ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_product_categories ul li ul li:last-child,
.widget_layered_nav ul li ul li:last-child,
.widget_meta ul li ul li:last-child,
ul.wp-block-archives li ul li:last-child {
    border-bottom: 0
}

.widget_categories ul li img,
.widget_product_categories ul li img,
.widget_layered_nav ul li img,
.widget_meta ul li img,
.widget_archive ul li img,
ul.wp-block-archives li img {
    max-width: 40px;
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle
}

.widget_categories ul li ul li img,
.widget_product_categories ul li ul li img,
.widget_layered_nav ul li ul li img,
.widget_meta ul li ul li img,
.widget_archive ul li ul li img,
ul.wp-block-archives li ul li img {
    display: none
}

.widget_meta.widget>ul li a {
    position: relative;
    padding-left: 20px
}

.widget_meta.widget>ul li a::before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    position: absolute;
    line-height: 1;
    top: 4px;
    left: 0;
    transition: color 0.3s
}

.widget_recent_comments>ul {
    margin-top: -10px;
    margin-bottom: -6px;
    list-style: none
}

.widget_recent_comments>ul>li::before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1
}

.widget_recent_comments ul li {
    position: relative;
    padding: 3px 0 3px 20px;
    line-height: 1.5
}

.widget_recent_comments a {
    display: inline !important
}

.widget_recent_comments a[rel~="external"] {
    text-decoration: underline
}

.widget .wp-block-latest-comments {
    margin-top: 5px;
    padding-bottom: 0
}

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

.wp-block-latest-comments>li {
    padding-left: 0;
    line-height: 1.3em
}

.wp-block-latest-comments>li article {
    display: inline
}

.wp-block-latest-comments__comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.wp-block-latest-comments__comment::before {
    display: none
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: var(--sparknex-header-font-color);
    display: inline;
    margin-left: 0 !important
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: inherit
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
    color: var(--sparknex-primary-color)
}

.wp-block-latest-comments__comment .avatar,
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
    width: auto;
    height: auto;
    float: none
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
    font-size: 14px;
    line-height: 22px;
    color: #6e777e;
    margin-top: 9px;
    margin-bottom: 11px
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0 !important
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px;
    line-height: 22px;
    color: #6e777e;
    margin-top: 5px
}

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

ul.wp-block-latest-posts li {
    position: relative
}

ul.wp-block-latest-posts li:not(:first-child) {
    margin-top: 15px
}

ul.wp-block-latest-posts li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    padding-left: 20px
}

ul.wp-block-latest-posts li a::before {
    content: "\f13c";
    font-family: Flaticon;
    font-size: .65em;
    font-weight: 600;
    color: #888;
    position: absolute;
    line-height: 1;
    top: 6px;
    left: 0;
    transition: color 0.3s
}

ul.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 10px
}

ul.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    margin-bottom: 25px
}

ul.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0
}

ul.wp-block-archives li,
ul.wp-block-categories li {
    margin: 0
}

ul.wp-block-archives li a,
ul.wp-block-categories li a {
    font-size: 16px;
    padding: 5px 10px 6px 0;
    letter-spacing: 0;
    color: var(--sparknex-header-font-color);
    display: inline-block
}

ul.wp-block-archives li a::before,
ul.wp-block-categories li a::before {
    content: "\f13c";
    font-family: Flaticon;
    font-size: .65em;
    display: inline-block;
    vertical-align: middle;
    transition: 0.4s;
    color: #888;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: -2px
}

ul.wp-block-archives li.current-cat>a,
ul.wp-block-archives li.chosen>a,
ul.wp-block-archives li a:hover,
ul.wp-block-categories li.current-cat>a,
ul.wp-block-categories li.chosen>a,
ul.wp-block-categories li a:hover {
    color: var(--sparknex-primary-color);
    padding-right: 0
}

ul.wp-block-archives li.current-cat>a::before,
ul.wp-block-archives li.chosen>a::before,
ul.wp-block-archives li a:hover::before,
ul.wp-block-categories li.current-cat>a::before,
ul.wp-block-categories li.chosen>a::before,
ul.wp-block-categories li a:hover::before {
    color: var(--sparknex-primary-color)
}

ul.wp-block-archives li a,
ul.wp-block-categories li a {
    position: relative;
    line-height: 24px;
    z-index: 1
}

ul.wp-block-archives li a .post_count,
ul.wp-block-categories li a .post_count {
    z-index: 1;
    transition: inherit;
    padding: 0 !important;
    color: #888;
    letter-spacing: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin-left: 4px
}

ul.wp-block-archives li a:hover>.post_count,
ul.wp-block-categories li a:hover>.post_count {
    color: var(--sparknex-primary-color)
}

ul.wp-block-archives li.current-cat>a .post_count,
ul.wp-block-categories li.current-cat>a .post_count {
    color: var(--sparknex-primary-color)
}

.widget ul.wp-block-archives {
    padding: 0
}

ul.wp-block-archives {
    padding: 0;
    padding-bottom: 20px;
    position: relative
}

ul.wp-block-categories {
    position: relative
}

ul.wp-block-categories,
ul.wp-block-categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside select,
footer select {
    margin-bottom: 0
}

aside .widget_calendar,
footer .widget_calendar {
    margin-bottom: -13px
}

body .widget_calendar .calendar_wrap {
    width: 100%
}

body .widget_calendar .calendar_wrap table td {
    position: relative;
    z-index: 1;
    padding: 4px 0;
    text-align: center;
    font-size: 14px
}

body .widget_calendar .calendar_wrap table td>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff
}

body .widget_calendar .calendar_wrap table td#today {
    color: #fff
}

body .widget_calendar .calendar_wrap table tr {
    border: 0
}

body .widget_calendar .calendar_wrap table th {
    padding: 5px 0;
    text-align: center
}

body .widget_calendar .calendar_wrap table caption {
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: unset
}

body .widget_calendar .calendar_wrap table tfoot {
    display: none
}

body .widget_calendar .calendar_wrap table td#today::before,
body .widget_calendar .calendar_wrap tbody td>a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s
}

body .widget_calendar .calendar_wrap .wp-calendar-nav {
    margin-bottom: -7px
}

.footer .calendar_wrap .wp-calendar-nav span a,
.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
    color: #fff
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4px 0;
    font-size: 14px
}

.wp-block-calendar tbody td#today,
.wp-block-calendar tbody td a,
.wp-block-calendar th#today,
.wp-block-calendar th a {
    color: #fff
}

.wp-block-calendar tbody td#today::before,
.wp-block-calendar tbody td a::before,
.wp-block-calendar th#today::before,
.wp-block-calendar th a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s
}

.wp-block-calendar tfoot #next {
    text-align: right
}

.wp-block-calendar table tbody,
.wp-block-calendar table caption {
    color: inherit
}

.wp-block-calendar table caption {
    padding: 7px;
    font-size: 16px;
    font-weight: 600
}

.wp-block-calendar table caption,
.wp-block-calendar table #today>a {
    color: #fff
}

.wp-block-calendar table th {
    padding: 5px 0;
    text-align: center;
    background-color: transparent
}

.wp-block-calendar a {
    text-decoration: none
}

.widget_calendar table th,
.wp-block-calendar table th {
    font-weight: 700;
    font-size: 16px
}

.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 0
}

.widget_calendar .wp-calendar-nav span a,
.wp-block-calendar .wp-calendar-nav span a {
    display: inline-block;
    margin-top: -1em;
    margin-bottom: 21px;
    line-height: 1
}

.widget_media_gallery .title-wrapper {
    margin-bottom: 26px
}

[class*="widget"][class*="media_gallery"] .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -8px -5px -5px -5px
}

[class*="widget"][class*="media_gallery"] .gallery-item {
    margin: 0
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon {
    position: relative;
    z-index: 1;
    margin: 5px
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon>a {
    display: block;
    border-radius: 0
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon>a::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    background-color: rgba(var(--sparknex-primary-rgb), .7)
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon>a::after {
    content: "\f1a1";
    font-family: flaticon;
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 16px;
    transition: 0.3s
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon>a:hover::before {
    opacity: 1
}

[class*="widget"][class*="media_gallery"] .gallery-item .gallery-icon>a:hover::after {
    opacity: 1
}

[class*="widget"][class*="media_gallery"] .gallery-item img {
    border: 0;
    border-radius: inherit
}

[class*="widget"][class*="media_gallery"] .gallery-columns-1 .gallery-item {
    width: calc(100% / 1)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-2 .gallery-item {
    width: calc(100% / 2)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-3 .gallery-item {
    width: calc(100% / 3)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-4 .gallery-item {
    width: calc(100% / 4)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-5 .gallery-item {
    width: calc(100% / 5)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-6 .gallery-item {
    width: calc(100% / 6)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-7 .gallery-item {
    width: calc(100% / 7)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-8 .gallery-item {
    width: calc(100% / 8)
}

[class*="widget"][class*="media_gallery"] .gallery-columns-9 .gallery-item {
    width: calc(100% / 9)
}

[class*="widget"][class*="media_gallery"] .gallery .gallery-caption {
    display: none
}

.blog-post_content .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px -5px 20px
}

.blog-post_content .gallery-item {
    margin: 0
}

.blog-post_content .gallery-item .gallery-icon {
    margin: 5px;
    text-align: center
}

.blog-post_content .gallery-columns-1 .gallery-item {
    width: calc(100% / 1)
}

.blog-post_content .gallery-columns-2 .gallery-item {
    width: calc(100% / 2)
}

.blog-post_content .gallery-columns-3 .gallery-item {
    width: calc(100% / 3)
}

.blog-post_content .gallery-columns-4 .gallery-item {
    width: calc(100% / 4)
}

.blog-post_content .gallery-columns-5 .gallery-item {
    width: calc(100% / 5)
}

.blog-post_content .gallery-columns-6 .gallery-item {
    width: calc(100% / 6)
}

.blog-post_content .gallery-columns-7 .gallery-item {
    width: calc(100% / 7)
}

.blog-post_content .gallery-columns-8 .gallery-item {
    width: calc(100% / 8)
}

.blog-post_content .gallery-columns-9 .gallery-item {
    width: calc(100% / 9)
}

.blog-post_content .gallery-caption {
    margin-left: 0
}

.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_pages .menu,
.widget_pages>ul {
    padding: 0;
    margin: 0
}

.widget_nav_menu .menu li,
.widget_nav_menu>ul li,
.widget_pages .menu li,
.widget_pages>ul li {
    padding-right: 0;
    margin-bottom: 10px
}

.widget_nav_menu .menu,
.widget_nav_menu .menu ul,
.widget_nav_menu>ul,
.widget_nav_menu>ul ul,
.widget_pages .menu,
.widget_pages .menu ul,
.widget_pages>ul,
.widget_pages>ul ul {
    list-style: none
}

.widget_nav_menu .menu a,
.widget_nav_menu>ul a,
.widget_pages .menu a,
.widget_pages>ul a {
    display: block;
    position: relative;
    padding-left: 17px
}

.widget_nav_menu .menu a::before,
.widget_nav_menu>ul a::before,
.widget_pages .menu a::before,
.widget_pages>ul a::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: currentColor;
    color: #c2c2c2;
    transition: background-color 0.3s
}

.widget_nav_menu .menu a:hover::before,
.widget_nav_menu>ul a:hover::before,
.widget_pages .menu a:hover::before,
.widget_pages>ul a:hover::before {
    background-color: var(--sparknex-secondary-color)
}

.widget_nav_menu .current-menu-item>a::before,
.widget_pages .current-menu-item>a::before {
    color: inherit
}

.widget .recent-posts-widget {
    margin: 0 0 6px;
    padding: 0;
    list-style: none
}

.widget .recent-posts-widget li {
    padding: 0;
    line-height: inherit
}

.widget .recent-posts-widget li img {
    min-width: 70px;
    width: 70px
}

.widget .recent-posts-widget li:not(:first-child) {
    margin-top: 30px
}

.widget .recent-posts-widget li a {
    margin: 0;
    display: flex
}

.widget .recent-posts-widget li a:hover .post__title {
    text-decoration: underline
}

.widget .recent-posts-widget .recent-posts-image_wrapper {
    margin: 0 19px 0 0
}

.widget .recent-posts-widget .recent-posts-image_wrapper img {
    border-radius: 0
}

.widget .recent-posts-widget .meta-data {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #888;
    margin-top: -1px;
    text-transform: uppercase
}

.widget .recent-posts-widget .meta-data span {
    line-height: inherit;
    font: inherit;
    letter-spacing: inherit
}

.widget .recent-posts-widget .recent-posts-content_wrapper {
    width: calc(100% - 20px);
    align-self: center
}

.widget .recent-posts-widget .recent-posts-content_wrapper:first-child {
    margin-top: -4px
}

.widget .recent-posts-widget .recent-post-content {
    margin-top: 3px;
    font-size: .9rem;
    line-height: 1.8
}

.widget .recent-posts-widget .post__title {
    font-size: 18px;
    line-height: 1.444em;
    transition: 0.4s;
    margin-top: 11px;
    margin-bottom: -6px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-transform: uppercase
}

.widget_stl_posts .recent-posts-widget {
    margin-top: 0;
    margin-bottom: -7px
}

.widget_search,
.widget_product_search {
    margin-bottom: 5px
}

body .widget_search .search-form,
body .widget_product_search .woocommerce-product-search,
body .wc-block-product-search__fields {
    position: relative;
    z-index: 1;
    margin-top: 2px
}

body .widget_search .search-form .search-field,
body .widget_product_search .woocommerce-product-search .search-field,
body .wc-block-product-search__fields .search-field {
    width: 100%;
    margin-bottom: 0;
    padding-right: 36px;
    outline: none;
    overflow: hidden
}

body .widget_search .search-form .search-field::placeholder,
body .widget_product_search .woocommerce-product-search .search-field::placeholder,
body .wc-block-product-search__fields .search-field::placeholder {
    font: inherit;
    line-height: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
    transition: 0.4s;
    transform: translateY(0) scale(1);
    transform-origin: left bottom
}

body .widget_search .search-form .search-field:active,
body .widget_search .search-form .search-field:focus,
body .widget_product_search .woocommerce-product-search .search-field:active,
body .widget_product_search .woocommerce-product-search .search-field:focus,
body .wc-block-product-search__fields .search-field:active,
body .wc-block-product-search__fields .search-field:focus {
    border-color: var(--sparknex-header-font-color)
}

body .widget_search .search-form .search-field:active::placeholder,
body .widget_search .search-form .search-field:focus::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:active::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder,
body .wc-block-product-search__fields .search-field:active::placeholder,
body .wc-block-product-search__fields .search-field:focus::placeholder {
    opacity: 0
}

body .widget_search .search-form .search__icon,
body .widget_search .search-form .wc-block-product-search__button,
body .widget_product_search .woocommerce-product-search .search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button,
body .wc-block-product-search__fields .search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button {
    color: var(--sparknex-primary-color)
}

body .widget_search .search-form .search-button:hover~.search__icon,
body .widget_search .search-form .wc-block-product-search__button:hover,
body .widget_product_search .woocommerce-product-search .search-button:hover~.search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button:hover,
body .wc-block-product-search__fields .search-button:hover~.search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button:hover {
    color: var(--sparknex-accent-color)
}

body .widget_search .search-form .search-button,
body .widget_product_search .woocommerce-product-search .search-button,
body .wc-block-product-search__fields .search-button {
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 42px;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    cursor: pointer;
    background: transparent
}

body .widget_search .search-form .search-button:focus,
body .widget_search .search-form .search-button:active,
body .widget_product_search .woocommerce-product-search .search-button:focus,
body .widget_product_search .woocommerce-product-search .search-button:active,
body .wc-block-product-search__fields .search-button:focus,
body .wc-block-product-search__fields .search-button:active {
    box-shadow: none
}

body .widget_search .search-form .search__icon,
body .widget_search .search-form .wc-block-product-search__button,
body .widget_product_search .woocommerce-product-search .search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button,
body .wc-block-product-search__fields .search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 10px;
    height: 42px;
    width: 20px;
    font-size: 19px;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    pointer-events: none;
    border-radius: 0
}

body .wc-block-product-search__fields .wc-block-product-search__field {
    margin: 0
}

body .wc-block-product-search__fields .wc-block-product-search__button {
    display: block;
    margin: 0;
    padding: 0;
    overflow: unset;
    border: unset;
    pointer-events: auto;
    background: unset
}

body .wc-block-product-search__fields .wc-block-product-search__button::before {
    content: "\f161";
    font-family: "Flaticon";
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

body .wc-block-product-search__fields .wc-block-product-search__button svg {
    display: none
}

.wp-block-search .wp-block-search__inside-wrapper {
    border: 0;
    padding: 0;
    position: relative
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    border-color: var(--sparknex-header-font-color)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 0;
    padding: 0;
    position: relative
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-left: 15px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button {
    margin-left: 10px
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__button {
    font-size: 14px;
    padding: 5px 20px
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__input {
    padding-right: 95px
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button {
    padding: 0
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button::before,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button::before {
    content: "\f161";
    font-family: "flaticon";
    display: block;
    top: 0;
    left: 12px;
    height: 42px;
    width: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: none
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button .search-icon,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button .search-icon {
    display: none
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__input {
    padding-right: 50px
}

.tagcloud,
.wp-block-tag-cloud {
    font-size: 0;
    margin-bottom: -10px
}

.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 14px !important;
    line-height: 1.143;
    font-weight: 500;
    color: var(--sparknex-header-font-color);
    background-color: var(--sparknex-light-bg-color);
    transition: 0.4s;
    border-radius: 8px
}

.format-no_featured .tagcloud a,
.format-no_featured .wp-block-tag-cloud a {
    background-color: #fff
}

.tagcloud a:not(:last-child),
.wp-block-tag-cloud a:not(:last-child) {
    margin-right: 10px
}

.tagcloud a:hover,
.format-no_featured .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.format-no_featured .wp-block-tag-cloud a:hover {
    color: #fff;
    background-color: var(--sparknex-primary-color)
}

.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 15px
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: -20px
}

.widget_tag_cloud .title-wrapper,
.widget_product_tag_cloud .title-wrapper {
    margin-bottom: 23px
}

.textwidget p:last-child {
    margin-bottom: 0
}

.stl-header-date {
    font-size: 11px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    display: flex
}

.stl-header-date.stl-default-format {
    align-items: center
}

.stl-header-date.stl-default-format>span:first-child {
    font-size: 28px;
    margin-right: 8px
}

.stl-header-date.stl-default-format>span:last-child {
    font-weight: 400
}

.stl-header-date.stl-default-format>span:last-child span {
    display: block
}

.stl-header-date>span:first-child {
    color: var(--sparknex-primary-color)
}

.stl-header-date>span:last-child {
    color: var(--sparknex-header-font-color)
}

.elementor-element.elementor-widget.elementor-widget-stl-header-logo,
.elementor-element.elementor-widget.elementor-widget-stl-header-search,
.elementor-element.elementor-widget.elementor-widget-stl-header-delimiter,
.elementor-element.elementor-widget.elementor-widget-stl-header-cart,
.elementor-element.elementor-widget.elementor-widget-stl-header-wishlist,
.elementor-element.elementor-widget.elementor-widget-stl-header-login,
.elementor-element.elementor-widget.elementor-widget-stl-date,
.elementor-element.elementor-widget.elementor-widget-stl-menu {
    margin-bottom: 0
}

.elementor-element.elementor-widget.elementor-widget-stl-header-logo,
.elementor-element.elementor-widget.elementor-widget-stl-header-date,
.elementor-element.elementor-widget.elementor-widget-stl-header-search,
.elementor-element.elementor-widget.elementor-widget-stl-header-delimiter,
.elementor-element.elementor-widget.elementor-widget-stl-header-side_panel,
.elementor-element.elementor-widget.elementor-widget-stl-header-cart,
.elementor-element.elementor-widget.elementor-widget-stl-header-wishlist,
.elementor-element.elementor-widget.elementor-widget-stl-header-login {
    width: auto
}

.elementor-element.elementor-widget.elementor-widget-stl-date {
    width: auto
}

.elementor-element.elementor-widget.elementor-widget-stl-header-delimiter .delimiter {
    background: #e5e5e5
}

.stl-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border: 1px solid;
    border-radius: 0;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    color: var(--sparknex-button-color-idle);
    transition: 0.4s
}

.stl-button.btn-style-1 {
    background-color: transparent
}

.stl-button:not(.btn-style-1) {
    background-color: var(--sparknex-button-bg-idle)
}

.stl-button:focus,
.stl-button:hover,
.stl-button:active {
    color: var(--sparknex-button-color-hover);
    background-color: var(--sparknex-button-bg-hover)
}

.stl-button:focus .elementor-icon,
.stl-button:hover .elementor-icon,
.stl-button:active .elementor-icon {
    color: var(--sparknex-button-color-hover)
}

body .elementor-widget-stl-button.aleft .stl-button,
body .elementor-widget-stl-button.acenter .stl-button,
body .elementor-widget-stl-button.aright .stl-button {
    width: auto
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletleft .stl-button,
body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletcenter .stl-button,
body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletright .stl-button {
    width: auto
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletleft .button__content,
body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletcenter .button__content,
body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-button.a-tabletright .button__content {
    justify-content: center;
    width: auto
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobileleft .stl-button,
body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobilecenter .stl-button,
body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobileright .stl-button {
    width: auto
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobileleft .button__content,
body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobilecenter .button__content,
body[data-elementor-device-mode="mobile"] .elementor-widget-stl-button.a-mobileright .button__content {
    justify-content: center;
    width: auto
}

.stl-button.btn-style-1 {
    padding-left: 56px
}

.stl-button.btn-style-1 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    border: 0;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    padding: 0 30px 5px 56px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer
}

.stl-button.btn-style-1.btn-size-sm {
    height: 45px;
    line-height: 45px
}

.stl-button.btn-style-1.btn-size-md {
    height: 60px;
    line-height: 60px
}

.stl-button.btn-style-1.btn-size-lg {
    height: 70px;
    line-height: 70px
}

.stl-button.btn-style-1.btn-size-sm.align-icon-left {
    padding: 0 20px 0 45px
}

.stl-button.btn-style-1.btn-size-sm.align-icon-right {
    padding: 0 45px 0 20px
}

.stl-button.btn-style-1.btn-size-md.align-icon-left {
    padding: 0 30px 5px 56px
}

.stl-button.btn-style-1.btn-size-md.align-icon-right {
    padding: 0 56px 5px 30px
}

.stl-button.btn-style-1.btn-size-lg.align-icon-left {
    padding: 5px 40px 5px 75px
}

.stl-button.btn-style-1.btn-size-lg.align-icon-right {
    padding: 5px 75px 5px 40px
}

.stl-button.btn-style-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    border-radius: 64px;
    background-color: #eeeceb;
    transition: all 600ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform
}

.stl-button.btn-style-1:hover:before {
    transform: scale(1.12);
    transition: all 400ms cubic-bezier(.16, 1, .3, 1)
}

.stl-button.btn-style-1:hover .button__content:before {
    opacity: 1;
    transform: translateX(0%);
    transition: all 400ms cubic-bezier(.16, 1, .3, 1)
}

.stl-button.btn-style-1 .button__content {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    background-color: var(--sparknex-primary-color);
    top: 0;
    bottom: 0;
    border-radius: 100%;
    transform: scale(.3225) translateX(0);
    transition: all 600ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
    margin: auto
}

.stl-button.btn-style-1.btn-size-sm .button__content {
    width: 35px;
    height: 35px
}

.stl-button.btn-style-1.btn-size-md .button__content {
    width: 48px;
    height: 48px
}

.stl-button.btn-style-1.btn-size-lg .button__content {
    width: 60px;
    height: 60px
}

.stl-button.btn-style-1.align-icon-left .button__content {
    left: 8px
}

.stl-button.btn-style-1.align-icon-right .button__content {
    right: 8px
}

.stl-button.btn-style-1 .button__content img,
.stl-button.btn-style-1 .button__content .icon {
    position: absolute;
    font-size: 1.5em;
    height: 100%;
    top: 8px;
    left: 8px;
    opacity: .0001;
    transform: translateX(-100%);
    transition: all 600ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform
}

.stl-button.btn-style-1 .button__content img {
    max-width: 1.5em
}

.stl-button.btn-style-1 .button__content .icon {
    font-size: 1.5em
}

.stl-button.btn-style-1:hover .button__content {
    transition: all 400ms cubic-bezier(.16, 1, .3, 1)
}

.stl-button.btn-style-1.align-icon-left:hover .button__content {
    transform: scale(1) translateX(-8px)
}

.stl-button.btn-style-1.align-icon-right:hover .button__content {
    transform: scale(1) translateX(8px)
}

.stl-button.btn-style-1:hover .button__content img,
.stl-button.btn-style-1:hover .button__content .icon {
    opacity: 1;
    transform: translateX(0%);
    transition: all 400ms cubic-bezier(.16, 1, .3, 1)
}

.stl-button.btn-style-1 .button__text {
    position: relative;
    color: var(--sparknex-primary-color);
    transform: translateX(0);
    transition: all 600ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform
}

.stl-button.btn-style-1:hover .button__text {
    transition: all 400ms cubic-bezier(.16, 1, .3, 1)
}

.stl-button.btn-style-1.align-icon-left:hover .button__text {
    transform: translateX(8px)
}

.stl-button.btn-style-1.align-icon-right:hover .button__text {
    transform: translateX(-8px)
}

.stl-button.btn-style-2 {
    border-radius: 50px;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    background: 0 0;
    width: 500px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: none
}

.stl-button.btn-style-2.btn-size-sm {
    height: 55px
}

.stl-button.btn-style-2.btn-size-md {
    height: 70px
}

.stl-button.btn-style-2.btn-size-lg {
    height: 85px
}

.stl-button.btn-style-2 .button__text {
    background: var(--sparknex-primary-color);
    flex: 0 0 100%;
    padding: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.15s;
    height: 100%;
    display: flex;
    align-items: center
}

.stl-button.btn-style-2.btn-size-sm .button__text {
    padding: 0 0 0 25px
}

.stl-button.btn-style-2.btn-size-md .button__text {
    padding: 0 0 0 30px
}

.stl-button.btn-style-2.btn-size-lg .button__text {
    padding: 0 0 0 40px
}

.stl-button.btn-style-2 .button__text span {
    display: block;
    transition: 0.15s
}

.stl-button.btn-style-2 .button__content {
    background: var(--sparknex-primary-color);
    border-radius: 50px;
    transition: 0.15s;
    display: flex;
    flex: 1;
    align-items: center;
    height: inherit;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0
}

.stl-button.btn-style-2.btn-size-sm .button__content {
    width: 55px
}

.stl-button.btn-style-2.btn-size-md .button__content {
    width: 70px
}

.stl-button.btn-style-2.btn-size-lg .button__content {
    width: 85px
}

.stl-button.btn-style-2 .button__content .media-wrapper.icon-wrapper {
    padding: 0 20px 0 0;
    transition-duration: 100ms
}

.stl-button.btn-style-2.btn-size-sm:hover .button__text {
    transform: translate(calc(-65px))
}

.stl-button.btn-style-2.btn-size-sm:hover .button__text span {
    transform: translate(65px, 0)
}

.stl-button.btn-style-2.btn-size-md:hover .button__text {
    transform: translate(calc(-80px))
}

.stl-button.btn-style-2.btn-size-md:hover .button__text span {
    transform: translate(80px, 0)
}

.stl-button.btn-style-2.btn-size-lg:hover .button__text {
    transform: translate(calc(-95px))
}

.stl-button.btn-style-2.btn-size-lg:hover .button__text span {
    transform: translate(95px, 0)
}

.stl-button.btn-style-2:hover .button__content .media-wrapper.icon-wrapper {
    transform: translateX(10px)
}

.stl-button.btn-style-2 .icon-wrapper img {
    width: clamp(24px, 1.875vw, 36px);
    height: auto;
    filter: invert(1)
}

.stl-button.btn-style-3 {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    white-space: nowrap;
    background: 0;
    border: 0
}

.stl-button.btn-style-3 span.button__content {
    background: var(--sparknex-primary-color);
    color: #cbf6ff;
    flex-shrink: 0;
    overflow: hidden;
    pointer-events: none;
    transform-origin: 0 50%;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.stl-button.btn-style-3.btn-size-sm span.button__content {
    height: 50px;
    width: 50px
}

.stl-button.btn-style-3.btn-size-md span.button__content {
    height: 65px;
    width: 65px
}

.stl-button.btn-style-3.btn-size-lg span.button__content {
    height: 80px;
    width: 80px
}

.stl-button.btn-style-3 .button__content .media-wrapper img {
    max-width: 30px
}

.stl-button.btn-style-3.align-icon-right .button__content:first-child {
    left: 0;
    position: absolute;
    top: 0;
    scale: 0;
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-right .button__content:last-child {
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-left .button__content:last-child {
    right: 0;
    position: absolute;
    top: 0;
    scale: 0;
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-left .button__content:first-child {
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3 span.button__text {
    color: #cbf6ff;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: transform 0.2s ease-in-out
}

.stl-button.btn-style-3.btn-size-sm span.button__text {
    min-width: 50px;
    height: 50px
}

.stl-button.btn-style-3.btn-size-md span.button__text {
    min-width: 65px;
    height: 65px
}

.stl-button.btn-style-3.btn-size-lg span.button__text {
    min-width: 80px;
    height: 80px
}

.stl-button.btn-style-3 .button__text-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 50%;
    width: 100%;
    transform: translate(0, 0);
    background: #001d38;
    bottom: 0;
    right: 0;
    border-radius: 50px
}

.stl-button.btn-style-3 span.button__text-inner {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px
}

.stl-button.btn-style-3.align-icon-right:hover .button__content:first-child {
    transform: translate(0, 0);
    scale: 1;
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-right:hover .button__text {
    transition: transform 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-right.btn-size-sm:hover .button__text {
    transform: translate(50px, 0)
}

.stl-button.btn-style-3.align-icon-right.btn-size-md:hover .button__text {
    transform: translate(65px, 0)
}

.stl-button.btn-style-3.align-icon-right.btn-size-lg:hover .button__text {
    transform: translate(80px, 0)
}

.stl-button.btn-style-3.align-icon-right:hover .button__content:last-child {
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-right.btn-size-sm:hover .button__content:last-child {
    transform: translate(50px, 0) scale(0, 0)
}

.stl-button.btn-style-3.align-icon-right.btn-size-md:hover .button__content:last-child {
    transform: translate(65px, 0) scale(0, 0)
}

.stl-button.btn-style-3.align-icon-right.btn-size-lg:hover .button__content:last-child {
    transform: translate(80px, 0) scale(0, 0)
}

.stl-button.btn-style-3.align-icon-left:hover .button__content:last-child {
    transform: translate(0, 0);
    scale: 1;
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-left:hover .button__text {
    transition: transform 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-left.btn-size-sm:hover .button__text {
    transform: translate(-50px, 0)
}

.stl-button.btn-style-3.align-icon-left.btn-size-md:hover .button__text {
    transform: translate(-65px, 0)
}

.stl-button.btn-style-3.align-icon-left.btn-size-lg:hover .button__text {
    transform: translate(-80px, 0)
}

.stl-button.btn-style-3.align-icon-left:hover .button__content:first-child {
    transition: transform 0.2s ease-in-out, scale 0.2s ease-in-out
}

.stl-button.btn-style-3.align-icon-left.btn-size-sm:hover .button__content:first-child {
    transform: translate(50px, 0) scale(0, 0)
}

.stl-button.btn-style-3.align-icon-left.btn-size-md:hover .button__content:first-child {
    transform: translate(65px, 0) scale(0, 0)
}

.stl-button.btn-style-3.align-icon-left.btn-size-lg:hover .button__content:first-child {
    transform: translate(80px, 0) scale(0, 0)
}

.stl-line-button {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px
}

.ajustify .stl-line-button {
    display: flex;
    justify-content: space-between
}

.stl-line-button.has-underline:before {
    content: "";
    height: 3px;
    width: 0;
    background: #7D94B7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 2
}

.stl-line-button.has-underline:after {
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #334A73
}

.stl-line-button.has-underline:hover:before {
    width: 100%
}

.stl-line-button.has-icon .button__content {
    background: #7D94B7;
    padding: 5px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

.stl-line-button.has-icon .button__content .media-wrapper.icon-wrapper {
    position: absolute;
    transition: .3s ease-out
}

.stl-line-button.has-icon .stl-icon {
    display: flex
}

.stl-line-button.has-icon .stl-icon img {
    width: 12px
}

.stl-line-button.has-icon .stl-icon .elementor-icon {
    font-size: 10px
}

.stl-line-button.has-icon .button__content .media-wrapper.icon-wrapper:last-of-type {
    transform: translate(-35px, 0);
    visibility: hidden;
    opacity: 0
}

.stl-line-button.has-icon:hover .button__content .media-wrapper.icon-wrapper:last-of-type {
    transform: translate(0);
    visibility: visible;
    opacity: 1
}

.stl-line-button.has-icon:hover .button__content .media-wrapper.icon-wrapper:first-of-type {
    transform: translate(35px, 0);
    visibility: hidden;
    opacity: 0
}

.stl-animated-clients {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.animated-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(.8);
    transition: opacity 1s, transform 1s
}

.animated-image-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.animated-image-wrapper.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1
}

.animated-image-inner img {
    width: 200px
}

.stl-carousel_wrapper {
    position: relative
}

.stl-carousel_wrapper .elementor-swiper-button,
.stl-carousel_wrapper .motion-arrow {
    --stl-swiper-button-diameter: 46px;
    display: block;
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    margin: unset;
    width: var(--stl-swiper-button-diameter);
    height: var(--stl-swiper-button-diameter);
    padding: 0;
    line-height: .5em;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: unset;
    border: unset;
    text-align: center;
    text-indent: unset;
    background-color: unset;
    box-shadow: unset;
    cursor: pointer;
    transition: all 0.4s, transform 0.15s;
    transform: unset;
    border-radius: 0;
    color: var(--sparknex-primary-color);
    box-sizing: content-box
}

@media (max-width:767px) {

    .stl-carousel_wrapper .elementor-swiper-button,
    .stl-carousel_wrapper .motion-arrow {
        --stl-swiper-button-diameter: 30px;
        font-size: 25px
    }
}

.stl-carousel_wrapper .elementor-swiper-button.swiper-button-disabled,
.stl-carousel_wrapper .motion-arrow.swiper-button-disabled {
    opacity: .5
}

.stl-carousel_wrapper .elementor-swiper-button:not(.swiper-button-disabled):hover,
.stl-carousel_wrapper .motion-arrow:not(.swiper-button-disabled):hover {
    background-color: transparent
}

.stl-carousel_wrapper .elementor-swiper-button svg,
.stl-carousel_wrapper .motion-arrow svg {
    fill: currentColor
}

.stl-carousel_wrapper .elementor-swiper-button span,
.stl-carousel_wrapper .motion-arrow span {
    display: none;
    position: absolute;
    bottom: 100%;
    color: inherit;
    font-family: var(--sparknex-header-font-family);
    font-size: 14px;
    font-weight: var(--sparknex-header-font-weight);
    letter-spacing: .12em;
    text-align: center;
    left: -100px;
    right: -100px;
    pointer-events: none;
    margin-bottom: 10px
}

.stl-carousel_wrapper .elementor-swiper-button span::before,
.stl-carousel_wrapper .motion-arrow span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: var(--stl-swiper-button-diameter);
    pointer-events: auto;
    margin: auto
}

.stl-carousel_wrapper .elementor-swiper-button-next i,
.stl-carousel_wrapper .motion-next i {
    display: inline-block;
    transform: rotate(90deg)
}

.stl-carousel_wrapper .elementor-swiper-button-prev i,
.stl-carousel_wrapper .motion-prev i {
    display: inline-block;
    transform: rotate(90deg) scale(-1)
}

.stl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction {
    font-size: 16px;
    line-height: 1.35;
    color: var(--sparknex-header-font-color);
    font-family: var(--sparknex-header-font-family);
    font-weight: var(--sparknex-header-font-weight)
}

.stl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    margin-right: -1px
}

.stl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    margin-left: -2px
}

.stl-carousel_wrapper .sparknex_carousel_list {
    overflow: hidden
}

.stl-carousel_wrapper .stl-navigation_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px;
    z-index: 1
}

.stl-carousel_wrapper .stl-navigation_wrapper .elementor-swiper-button,
.stl-carousel_wrapper .stl-navigation_wrapper .motion-arrow {
    pointer-events: auto
}

.stl-carousel_wrapper .stl-carousel_inner_wrapper {
    overflow: hidden
}

div.swiper-pagination .swiper-pagination-bullet button {
    display: none
}

body .stl-carousel.swiper-container:not(.swiper-container-initialized) .swiper-wrapper,
body .stl-carousel.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: unset;
    overflow: unset
}

body .stl-carousel .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: initial;
    opacity: 1
}

body .stl-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    width: max-content
}

body .stl-carousel .swiper-pagination {
    position: relative;
    z-index: 2;
    width: max-content;
    margin: 30px 0 0;
    padding: 0 15px;
    min-height: 20px;
    max-width: 100%;
    bottom: unset;
    left: unset
}

body .stl-carousel .swiper-pagination:not(.swiper-pagination-fraction) {
    line-height: 0;
    font-size: 0
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 6px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    opacity: 1;
    cursor: pointer;
    transition: 0.4s
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet button {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: inherit;
    background-color: #cecece
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet button:focus {
    outline: none
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet button::before {
    transition: 0.4s
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet-active button {
    background-color: var(--sparknex-primary-color)
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

body .stl-carousel .swiper-pagination .swiper-pagination-bullet:only-child {
    display: none
}

body .stl-carousel .swiper-pagination-fraction {
    font-size: 16px;
    font-weight: var(--sparknex-header-font-weight);
    font-family: var(--sparknex-header-font-family);
    min-height: 1em;
    line-height: 1;
    color: #9e9eca
}

body .stl-carousel .swiper-pagination-fraction .swiper-pagination-current {
    margin-right: -.25em
}

body .stl-carousel .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: -.25em
}

body .stl-carousel.pagination_circle .swiper-pagination li {
    padding: 5px
}

body .stl-carousel.pagination_circle .swiper-pagination li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--sparknex-primary-color)
}

body .stl-carousel.pagination_circle .swiper-pagination li.swiper-pagination-bullet {
    margin: 6px
}

body .stl-carousel.pagination_circle .swiper-pagination li.swiper-pagination-bullet-active button {
    background-color: var(--sparknex-primary-color);
    transform: scale(1.5)
}

body .stl-carousel.pagination_circle_border .swiper-pagination li {
    margin: 0;
    padding: 0
}

body .stl-carousel.pagination_circle_border .swiper-pagination li button {
    border-radius: 50%;
    width: 29px;
    height: 29px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent;
    opacity: 1
}

body .stl-carousel.pagination_circle_border .swiper-pagination li button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
    background-color: var(--sparknex-primary-color)
}

body .stl-carousel.pagination_circle_border .swiper-pagination li:hover button,
body .stl-carousel.pagination_circle_border .swiper-pagination li.swiper-pagination-bullet-active button {
    border-color: var(--sparknex-primary-color)
}

body .stl-carousel.pagination_square_border .swiper-pagination li {
    margin: 0;
    padding: 0
}

body .stl-carousel.pagination_square_border .swiper-pagination li button {
    width: 31px;
    height: 31px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: unset;
    background-color: transparent
}

body .stl-carousel.pagination_square_border .swiper-pagination li button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: unset;
    background-color: #cecece
}

body .stl-carousel.pagination_square_border .swiper-pagination li:hover button::before,
body .stl-carousel.pagination_square_border .swiper-pagination li.swiper-pagination-bullet-active button::before {
    background-color: var(--sparknex-primary-color)
}

body .stl-carousel.pagination_square_border .swiper-pagination li.swiper-pagination-bullet-active button {
    border-color: var(--sparknex-primary-color)
}

body .stl-carousel.pagination_line .swiper-pagination {
    min-height: unset;
    padding: 0 calc(0.5 * var(--gap));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1.01
}

body .stl-carousel.pagination_line .swiper-pagination li {
    margin: 0;
    padding: 5px
}

body .stl-carousel.pagination_line .swiper-pagination li:first-child {
    margin-left: -5px
}

body .stl-carousel.pagination_line .swiper-pagination li:last-child {
    margin-right: -5px
}

body .stl-carousel.pagination_line .swiper-pagination li button {
    width: 30px;
    height: 1px;
    opacity: 1;
    background-color: var(--sparknex-accent-color)
}

body .stl-carousel.pagination_line .swiper-pagination li.swiper-pagination-bullet-active button {
    width: 45px
}

body .stl-carousel.pagination_square .swiper-pagination li button {
    width: 8px;
    height: 8px;
    border-radius: unset
}

body .stl-carousel.pagination_line_circle .swiper-pagination li {
    margin: 0;
    padding: 10px 5px;
    zoom: 1.01
}

body .stl-carousel.pagination_line_circle .swiper-pagination li button {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

body .stl-carousel.pagination_line_circle .swiper-pagination li.swiper-pagination-bullet-active button {
    width: 25px
}

.stl-carousel.animation-style-3d.animation-direction-vertical {
    height: 600px;
    perspective: 1000px
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap {
    height: 100%;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: transform 0.7s, opacity 1s;
    pointer-events: none
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper .testimonial__item,
.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper .author__thumbnail {
    pointer-events: auto;
    cursor: pointer
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper.active {
    opacity: .6
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper.current {
    opacity: 1
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper.current .testimonial__item,
.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper.current .author__thumbnail {
    cursor: default
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(1) {
    transform: rotateX(0deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(2) {
    transform: rotateX(40deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(3) {
    transform: rotateX(80deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(4) {
    transform: rotateX(120deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(5) {
    transform: rotateX(160deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(6) {
    transform: rotateX(200deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(7) {
    transform: rotateX(240deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(8) {
    transform: rotateX(280deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper:nth-child(9) {
    transform: rotateX(320deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .stl-carousel_wrap .testimonials__wrapper>div {
    background-color: #fff
}

.stl-carousel.animation-style-3d.animation-direction-vertical .motion-prev {
    transform: rotate(-90deg)
}

.stl-carousel.animation-style-3d.animation-direction-vertical .motion-next {
    transform: rotate(-90deg);
    order: -1
}

.stl-carousel.animation-style-3d.animation-direction-horizontal {
    height: 600px;
    perspective: 1000px
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap {
    height: 100%;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    width: 700px;
    max-width: 100%;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: transform 0.7s, opacity 1s;
    pointer-events: none
}

@media (min-width:600px) {
    .stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper {
        max-width: 75%
    }

    .stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper.active {
        opacity: .6
    }
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper.current {
    opacity: 1
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper.current .testimonial__item {
    cursor: default
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px)
}

.stl-carousel.animation-style-3d.animation-direction-horizontal .stl-carousel_wrap .testimonials__wrapper>div {
    background-color: #fff
}

body[data-elementor-device-mode="mobile"] .stl-carousel.animation-style-3d.animation-direction-vertical .motion-arrow {
    display: none
}

.stl-cases {
    display: flex;
    flex-wrap: wrap
}

.stl-cases:not([data-carousel="yes"]) {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.stl-cases__link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.stl-cases__button_wrapper {
    width: 100%
}

.stl-cases .button-read-more {
    font-family: var(--sparknex-header-font-family);
    font-size: 32px;
    letter-spacing: .02em;
    flex-grow: 1
}

.stl-cases .button-read-more::before {
    display: none
}

body[data-elementor-device-mode="tablet_extra"] .stl-cases .button-read-more,
body[data-elementor-device-mode="tablet"] .stl-cases .button-read-more {
    font-size: 28px
}

body[data-elementor-device-mode="mobile_extra"] .stl-cases .button-read-more,
body[data-elementor-device-mode="mobile"] .stl-cases .button-read-more {
    font-size: 26px
}

.stl-cases .read-more-icon {
    font-weight: 400;
    letter-spacing: 0
}

.stl-cases .image_wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.stl-cases .image_wrapper .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.stl-cases .image_wrapper .icon-wrapper .stl-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.stl-cases .image_wrapper .icon-wrapper .stl-icon .elementor-icon {
    color: inherit;
    fill: inherit;
    font-size: inherit;
    transition: unset
}

.stl-cases .image_wrapper .icon-wrapper .stl-text_over_image {
    font-family: var(--sparknex-content-font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: inherit
}

.stl-cases .image_wrapper .stl-image-box_img {
    transition: box-shadow 0.5s
}

.stl-cases .icon_wrapper .elementor-icon {
    position: relative
}

.stl-cases .icon_wrapper .elementor-icon::after {
    --bubble-top: 0;
    --bubble-left: 0;
    display: none;
    content: "";
    position: absolute;
    top: -1000px;
    left: -1000px;
    right: -1000px;
    bottom: -1000px;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
    background-color: #fff;
    transform: translate(var(--bubble-left), var(--bubble-top))
}

.stl-cases div.case_bg_text {
    font-family: var(--sparknex-additional-font-family);
    font-weight: var(--sparknex-additional-font-weight);
    font-size: 200px;
    letter-spacing: 0;
    line-height: 1em;
    transition: 0.4s;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    pointer-events: none
}

.stl-cases .case_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--sparknex-header-font-color);
    text-transform: uppercase;
    transition: 0.4s
}

.stl-cases .case_title span {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.stl-cases .stl-carousel_wrapper {
    width: 100%;
    overflow: visible
}

.stl-cases .case_items {
    float: left;
    pointer-events: none;
    overflow: hidden
}

.stl-cases .case_items__inner_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    pointer-events: auto;
    overflow: hidden
}

.stl-cases .case_items__inner_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit
}

.stl-cases .case_items__inner_wrapper>div {
    position: relative;
    z-index: 1
}

.stl-cases .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden
}

.stl-cases img {
    transition: inherit
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-stl-cases .stl-carousel .swiper-container {
    overflow: visible
}

.stl-clients {
    display: flex;
    flex-wrap: wrap
}

.stl-clients:not([data-carousel="yes"]) {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.stl-clients .stl-carousel_wrapper {
    width: 100%;
    overflow: visible
}

.stl-clients .clients_image {
    display: flex;
    transition: 0.4s;
    flex-wrap: nowrap;
    flex-direction: row
}

.stl-clients .clients_image .image_wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    width: auto;
    justify-content: center;
    align-self: stretch;
    width: 100%
}

.stl-clients .clients_image .image_wrapper,
.stl-clients .clients_image .image_wrapper>img {
    border-radius: inherit
}

.link_on-wrapper .stl-clients .clients_image .image_wrapper {
    height: 100%;
    width: 100%
}

.link_on-wrapper .stl-clients .clients_image {
    align-items: center;
    justify-content: center
}

.link_on-image .stl-clients .clients_image {
    align-items: center;
    justify-content: center
}

.stl-clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden
}

.stl-clients img {
    transition: 0.3s
}

.link_on-wrapper .stl-clients.anim-zoom .clients_image img,
.link_on-image .stl-clients.anim-zoom .image_wrapper img {
    transform: scale(.95)
}

.link_on-wrapper .stl-clients.anim-zoom .clients_image:hover img,
.link_on-image .stl-clients.anim-zoom .image_wrapper:hover img {
    transform: scale(1)
}

.link_on-wrapper .stl-clients.anim-opacity .clients_image img,
.link_on-image .stl-clients.anim-opacity .image_wrapper img {
    opacity: .5
}

.link_on-wrapper .stl-clients.anim-opacity .clients_image:hover img,
.link_on-image .stl-clients.anim-opacity .image_wrapper:hover img {
    opacity: 1
}

.link_on-wrapper .stl-clients.anim-grayscale .clients_image img,
.link_on-image .stl-clients.anim-grayscale .image_wrapper img {
    filter: grayscale(100%);
    opacity: .6
}

.link_on-wrapper .stl-clients.anim-grayscale .clients_image:hover img,
.link_on-image .stl-clients.anim-grayscale .image_wrapper:hover img {
    filter: grayscale(0);
    opacity: 1
}

.link_on-wrapper .stl-clients.anim-contrast .clients_image:hover img,
.link_on-image .stl-clients.anim-contrast .image_wrapper:hover img {
    filter: contrast(300%)
}

.link_on-wrapper .stl-clients.anim-blur-1 .clients_image:hover img,
.link_on-image .stl-clients.anim-blur-1 .image_wrapper:hover img {
    filter: blur(1px)
}

.link_on-wrapper .stl-clients.anim-blur-2 .clients_image img,
.link_on-image .stl-clients.anim-blur-2 .image_wrapper img {
    filter: blur(1px)
}

.link_on-wrapper .stl-clients.anim-blur-2 .clients_image:hover img,
.link_on-image .stl-clients.anim-blur-2 .image_wrapper:hover img {
    filter: blur(0)
}

.link_on-wrapper .stl-clients.anim-invert .clients_image img,
.link_on-image .stl-clients.anim-invert .image_wrapper img {
    filter: invert(100%)
}

.link_on-wrapper .stl-clients.anim-ex_images .clients_image .hover_image,
.link_on-image .stl-clients.anim-ex_images .image_wrapper .hover_image {
    display: block;
    opacity: 0
}

.link_on-wrapper .stl-clients.anim-ex_images .clients_image:hover .hover_image,
.link_on-image .stl-clients.anim-ex_images .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible
}

.link_on-wrapper .stl-clients.anim-ex_images .clients_image:hover .hover_image+.main_image,
.link_on-image .stl-clients.anim-ex_images .image_wrapper:hover .hover_image+.main_image {
    opacity: 0
}

.link_on-wrapper .stl-clients.anim-ex_images_ver .clients_image,
.link_on-image .stl-clients.anim-ex_images_ver .image_wrapper {
    overflow: hidden
}

.link_on-wrapper .stl-clients.anim-ex_images_ver .clients_image .hover_image,
.link_on-image .stl-clients.anim-ex_images_ver .image_wrapper .hover_image {
    opacity: 0;
    display: block;
    transform: translateY(-100%)
}

.link_on-wrapper .stl-clients.anim-ex_images_ver .clients_image:hover .hover_image,
.link_on-image .stl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.link_on-wrapper .stl-clients.anim-ex_images_ver .clients_image:hover .hover_image~.main_image,
.link_on-image .stl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image~.main_image {
    opacity: 0;
    transform: translateY(100%)
}

.stl-clients.anim-mask_image .clients_image {
    justify-content: center
}

.stl-clients.anim-mask_image .image_wrapper {
    height: auto !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
    transition: 0.4s
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-stl-clients .stl-carousel .swiper-container {
    overflow: visible
}

.stl-combo-menu .menu-item {
    display: flex;
    align-items: center
}

.stl-combo-menu .menu-item:first-child {
    margin-top: 0 !important
}

.stl-combo-menu .menu-item:last-child {
    margin-bottom: 0 !important
}

.stl-combo-menu .menu-item:hover .menu-item_title {
    color: var(--sparknex-header-font-color)
}

.stl-combo-menu .menu-item_title {
    font-family: var(--sparknex-header-font-family);
    order: 1;
    margin-right: 20px;
    font-size: 24px;
    font-weight: var(--sparknex-header-font-weight);
    line-height: 1.333;
    transition: 0.4s;
    color: var(--sparknex-header-font-color);
    letter-spacing: .02em
}

.stl-combo-menu .menu-item_price {
    order: 3;
    margin-left: 20px;
    font-size: 24px;
    font-weight: var(--sparknex-header-font-weight);
    line-height: 1.333;
    font-family: var(--sparknex-header-font-family);
    color: var(--sparknex-primary-color)
}

.stl-combo-menu .menu-item_desc {
    font-size: 16px;
    line-height: 1.5em
}

.stl-combo-menu .menu-item_content {
    display: flex;
    align-items: baseline
}

.stl-combo-menu .menu-item_content::after {
    content: "";
    width: 100%;
    min-width: 20px;
    height: 1px;
    flex: 1;
    order: 2;
    border-bottom: 1px solid;
    border-color: var(--sparknex-primary-color)
}

.stl-combo-menu .menu-item_content-wrap {
    flex: 1
}

.stl-combo-menu .menu-item_image-wrap {
    align-self: flex-start
}

.stl-countdown .countdown-row {
    display: flex;
    align-items: center
}

.stl-countdown .countdown-section {
    position: relative;
    color: inherit
}

.stl-countdown .countdown-section .countdown-amount {
    --dots-size: 10px;
    --dots-interval: 20px;
    --dots-v-pos: 20%;
    --dots-h-pos: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    font-family: var(--sparknex-header-font-family);
    box-sizing: border-box;
    color: var(--sparknex-primary-color);
    letter-spacing: 0
}

.stl-countdown .countdown-section .countdown-amount span {
    display: inline-block
}

.stl-countdown .countdown-section .countdown-period {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-transform: uppercase;
    min-width: 100%;
    margin: auto;
    padding-top: 4px;
    font-weight: 700;
    font-family: var(--sparknex-content-font-family)
}

.elementor-widget-stl-countdown.aleft .countdown-row {
    justify-content: flex-start
}

.elementor-widget-stl-countdown.acenter .countdown-row {
    justify-content: center
}

.elementor-widget-stl-countdown.aright .countdown-row {
    justify-content: flex-end
}

.elementor-widget-stl-countdown.ajustify .countdown-section {
    flex: 1
}

.elementor-widget-stl-countdown:not(.show_title_yes) .countdown-period {
    display: none !important
}

.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-stl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    content: "";
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: var(--dots-v-pos);
    right: var(--dots-h-pos);
    width: var(--dots-size);
    height: var(--dots-size);
    background: currentColor;
    color: var(--sparknex-primary-color)
}

.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before {
    margin-top: 0;
    transform: translateX(50%) translateY(-50%) rotate(45deg)
}

.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-stl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    margin-top: calc(var(--dots-interval) + var(--dots-size));
    transform: translateX(50%) translateY(50%) rotate(45deg)
}

.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    border-radius: 0;
    transform: translateX(50%) translateY(-50%) rotate(0deg)
}

.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-stl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after {
    border-radius: 50%
}

.elementor-widget-stl-countdown.dots_style-font .countdown-section:not(:last-child) .countdown-amount::after {
    content: ":";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0;
    transform: translateX(50%)
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-countdown.a-tabletleft .countdown-row {
    justify-content: flex-start
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-countdown.a-tabletcenter .countdown-row {
    justify-content: center
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-countdown.a-tabletright .countdown-row {
    justify-content: flex-end
}

body:not([data-elementor-device-mode="desktop"]) .elementor-widget-stl-countdown.a-tabletjustify .countdown-section {
    flex: 1
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-countdown.a-mobileleft .countdown-row {
    justify-content: flex-start
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-countdown.a-mobilecenter .countdown-row {
    justify-content: center
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-countdown.a-mobileright .countdown-row {
    justify-content: flex-end
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-countdown.a-mobilejustify .countdown-section {
    flex: 1
}

.stl-counter {
    position: relative;
    z-index: 1
}

.stl-counter .media-wrap {
    display: inline-block
}

.stl-counter_value-wrap {
    margin-top: 5px;
    display: inline-flex;
    font-size: 56px;
    line-height: 1;
    font-weight: var(--sparknex-header-font-weight);
    justify-content: center;
    font-family: var(--sparknex-header-font-family);
    color: var(--sparknex-primary-color);
    letter-spacing: 0
}

.stl-counter__placeholder-wrap {
    font-weight: inherit;
    position: relative;
    white-space: nowrap
}

.stl-counter__value {
    position: absolute;
    z-index: 2;
    right: 0
}

.stl-counter__placeholder {
    visibility: hidden
}

.stl-counter__prefix {
    text-align: right
}

.stl-counter__suffix {
    text-align: left
}

.stl-counter_title {
    font-size: 14px;
    width: 100%;
    color: var(--sparknex-header-font-color);
    font-family: var(--sparknex-content-font-family);
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 10px
}

.stl-counter_content {
    font-size: 15px;
    margin-top: 6px
}

.stl-counter_divider {
    width: 20px;
    height: 2px;
    background: var(--sparknex-primary-color);
    flex-shrink: 0;
    margin: 16px 0 21px
}

.stl-counter.title-inline .content-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.stl-counter.title-inline .stl-counter_value-wrap {
    font-size: 48px
}

.stl-counter.title-inline .stl-counter_title {
    margin-top: 0;
    margin-left: 20px
}

.stl-counter.title-inline .stl-counter_divider {
    width: 2px;
    height: 20px;
    margin: 0 -2px 0 18px
}

.stl-counter.title-top .content-wrap {
    display: flex;
    flex-direction: column-reverse
}

.stl-counter .elementor-icon {
    color: var(--sparknex-primary-color)
}

.stl-counter .elementor-icon:hover {
    color: var(--sparknex-primary-color)
}

body .elementor-widget-stl-counter.aleft .stl-counter_title {
    text-align: left
}

body .elementor-widget-stl-counter.aleft .title-inline .content-wrap {
    justify-content: flex-start
}

body .elementor-widget-stl-counter.aright .stl-counter_title {
    text-align: right
}

body .elementor-widget-stl-counter.aright .title-inline .content-wrap {
    justify-content: flex-end
}

body .elementor-widget-stl-counter.acenter .stl-counter_title {
    text-align: center
}

body .elementor-widget-stl-counter.acenter .title-inline .content-wrap {
    justify-content: center
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletleft .stl-counter_title {
    text-align: left
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletleft .title-inline .content-wrap {
    justify-content: flex-start
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletright .stl-counter_title {
    text-align: right
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletright .title-inline .content-wrap {
    justify-content: flex-end
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletcenter .stl-counter_title {
    text-align: center
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-counter.a-tabletcenter .title-inline .content-wrap {
    justify-content: center
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobileleft .stl-counter_title {
    text-align: left
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobileleft .title-inline .content-wrap {
    justify-content: flex-start
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobileright .stl-counter_title {
    text-align: right
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobileright .title-inline .content-wrap {
    justify-content: flex-end
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobilecenter .stl-counter_title {
    text-align: center
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-counter.a-mobilecenter .title-inline .content-wrap {
    justify-content: center
}

.stl-demo-item {
    text-align: center
}

.stl-demo-item .demo-item {
    transition: 0.4s;
    display: block
}

.stl-demo-item .demo-item_title {
    font-size: 24px;
    line-height: 1.25em;
    transition: 0.4s;
    color: var(--sparknex-header-font-color);
    font-weight: 400;
    display: inline-block;
    position: relative
}

.stl-demo-item .demo-item_title>* {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.stl-demo-item:hover .demo-item_title {
    color: var(--sparknex-primary-color)
}

.stl-demo-item.lift_on_hover:hover .demo-item_image-wrap {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 10px 70px rgb(51 74 115 / 15%)
}

.stl-demo-item .demo-item_image-wrap {
    transition: 0.4s
}

.stl-demo-item .demo-item_title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #7c93b6;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.stl-demo-item.lift_on_hover:hover .demo-item_title:before {
    transform-origin: left;
    transform: scaleX(1)
}

.stl-animated-heading_word {
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    --highlight-offset: 0%;
    background-image: linear-gradient(90deg, var(--color2) var(--highlight-offset), var(--color1) var(--highlight-offset))
}

.stl-animated-heading_wrapper .stl-animated-heading_indent {
    height: 10px;
    display: inline-block;
    width: 0
}

.elementor-widget-stl-sliding-text .slide-text-wrapper.animate {
    will-change: auto;
    visibility: visible;
    opacity: 1
}

.elementor-widget-stl-sliding-text .slide-text-wrapper:not(.animate) {
    visibility: hidden;
    opacity: 0
}

.elementor-widget-stl-sliding-text .slide-text-container {
    overflow-y: hidden;
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    white-space: nowrap
}

.elementor-widget-stl-sliding-text .stl-sliding-text.appear-animation.slide-text .slide-text-wrapper .stl-sliding-item {
    transition-property: transform, opacity;
    display: inline-block;
    -webkit-animation: none;
    animation: none;
    visibility: visible !important;
    transform-style: flat;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform: translateY(1.4em);
    overflow: visible;
    transition-duration: 0.8s
}

.elementor-widget-stl-sliding-text .stl-sliding-text.appear-animation.slide-text .slide-text-wrapper.animate .stl-sliding-item {
    opacity: 1 !important;
    transform: none
}

.elementor-widget-stl-sliding-text .stl-sliding-text.appear-animation.slide-text .slide-text-wrapper:not(.animate) .stl-sliding-item {
    opacity: 0;
    transition-property: transform !important;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(.13, .91, .42, 1);
    will-change: auto
}

.elementor-widget-stl-marquee .stl-marquee-element {
    display: flex
}

.stl-marquee-element .stl-marquee {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    --offset: 20vw;
    --move-initial: 0%;
    --move-final: -100%;
    display: inline-block;
    pointer-events: none;
    padding-bottom: 200px;
    margin-bottom: -200px;
    padding-top: 200px;
    margin-top: -200px
}

.stl-marquee-element .stl-marquee.stl-fade-sides {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%)
}

.stl-marquee-element .stl-marquee .marquee__inner {
    pointer-events: auto;
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation-name: pixMarquee;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
    align-items: center;
    animation-fill-mode: both
}

.stl-marquee-element .stl-marquee .marquee__inner.stl-reversed {
    animation-direction: reverse
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item {
    padding: 0 4vw;
    white-space: nowrap;
    display: block;
    align-items: center;
    transition: all 0.3s
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item.text-bold {
    font-weight: 600
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item.text-italic {
    font-style: italic
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item .marquee-icon-holder {
    transition: all 0.3s
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item img {
    max-width: initial;
    height: auto;
    display: inline-block;
    position: relative;
    object-fit: cover
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item.stl-text-image {
    background: #333;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item.text-gradient-primary {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.stl-marquee-element .stl-marquee .marquee__inner .stl-marquee-item svg {
    width: auto;
    backface-visibility: hidden
}

.stl-marquee-element .stl-marquee.stl-gray-effect .stl-marquee-item {
    filter: grayscale(1);
    will-change: filter
}

.stl-marquee-element .stl-marquee.stl-gray-effect.stl-colored-hover .stl-marquee-item {
    transition: all 0.5s cubic-bezier(.19, .29, .32, .99) !important
}

.stl-marquee-element .stl-marquee.stl-gray-effect.stl-colored-hover .stl-marquee-item:hover {
    filter: grayscale(0)
}

.stl-marquee-element .stl-marquee.stl-pause-hover .marquee__inner:hover {
    animation-play-state: paused
}

@keyframes pixMarquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0)
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0)
    }
}

.stl-is-safari .stl-marquee .stl-marquee-item.text-gradient-primary.stl-text-image {
    display: inline-block !important;
    vertical-align: middle
}

.stl-image-animate {
    position: relative;
    line-height: 0;
    max-width: 100%
}

.stl-image-animate .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%
}

.stl-image-animate .img-layer_image-wrapper img {
    pointer-events: none
}

.stl-image-animate .img-layer_image-wrapper:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0
}

.stl-image-animate .img-layer_image-wrapper .img-layer_image {
    transition: all 0.5s
}

.stl-image-animate .img-layer_image-wrapper.up_down1 .img-layer_image {
    animation: image_upDown1 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.up_down2 .img-layer_image {
    animation: image_upDown2 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.up_down3 .img-layer_image {
    animation: image_upDown3 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.left_right1 .img-layer_image {
    animation: image_leftRight1 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.left_right2 .img-layer_image {
    animation: image_leftRight2 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.left_right3 .img-layer_image {
    animation: image_leftRight3 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.scale1 .img-layer_image {
    animation: image_scale1 2s infinite alternate
}

.stl-image-animate .img-layer_image-wrapper.scale2 .img-layer_image {
    animation: image_scale2 2s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.scale3 .img-layer_image {
    animation: image_scale3 2s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move1 .img-layer_image {
    animation: image_move1 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move2 .img-layer_image {
    animation: image_move2 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move3 .img-layer_image {
    animation: image_move3 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move4 .img-layer_image {
    animation: image_move4 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move-rotate1 .img-layer_image {
    animation: image_move_rotate1 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move-rotate2 .img-layer_image {
    animation: image_move_rotate2 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move-rotate3 .img-layer_image {
    animation: image_move_rotate3 4s infinite linear
}

.stl-image-animate .img-layer_image-wrapper.move-rotate4 .img-layer_image {
    animation: image_move_rotate4 4s infinite linear
}

@keyframes image_upDown1 {
    0% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(5px)
    }
}

@keyframes image_upDown2 {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

@keyframes image_upDown3 {
    0% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(15px)
    }
}

@keyframes image_leftRight1 {
    0% {
        transform: translateX(-5px)
    }

    100% {
        transform: translateX(5px)
    }
}

@keyframes image_leftRight2 {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(10px)
    }
}

@keyframes image_leftRight3 {
    0% {
        transform: translateX(-15px)
    }

    100% {
        transform: translateX(15px)
    }
}

@keyframes image_scale1 {
    0% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes image_scale2 {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes image_scale3 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes image_move1 {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(10px, 20px)
    }

    50% {
        transform: translate(30px, 30px)
    }

    75% {
        transform: translate(20px, 10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes image_move2 {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(20px, -20px)
    }

    50% {
        transform: translate(0, -40px)
    }

    75% {
        transform: translate(20px, -20px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes image_move3 {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(20px, 0)
    }

    50% {
        transform: translate(30px, -20px)
    }

    75% {
        transform: translate(20px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes image_move4 {
    0% {
        transform: translate(0, 0)
    }

    15% {
        transform: translate(0, 20px)
    }

    30% {
        transform: translate(-20px, 20px)
    }

    45% {
        transform: translate(-20px, 40px)
    }

    60% {
        transform: translate(-25px, 30px)
    }

    75% {
        transform: translate(-20px, 20px)
    }

    90% {
        transform: translate(0, 20px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes image_move_rotate1 {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    25% {
        transform: translate(-10px, -10px) rotate(5deg)
    }

    50% {
        transform: translate(-20px, 0) rotate(0)
    }

    75% {
        transform: translate(-10px, -10px) rotate(-2deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes image_move_rotate2 {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    25% {
        transform: translate(10px, 10px) rotate(-5deg)
    }

    50% {
        transform: translate(-5px, 15px) rotate(-10deg)
    }

    75% {
        transform: translate(-10px, 5px) rotate(-5deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes image_move_rotate3 {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    20% {
        transform: translate(0, -10px) rotate(-5deg)
    }

    40% {
        transform: translate(15px, -15px) rotate(0deg)
    }

    60% {
        transform: translate(25px, 0) rotate(7deg)
    }

    80% {
        transform: translate(10px, 10px) rotate(-2deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes image_move_rotate4 {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    15% {
        transform: translate(-10px, 10px) rotate(5deg)
    }

    30% {
        transform: translate(-25px, 15px) rotate(10deg)
    }

    45% {
        transform: translate(-25px, 25px) rotate(13deg)
    }

    60% {
        transform: translate(-5px, 20px) rotate(16deg)
    }

    75% {
        transform: translate(5px, 5px) rotate(13deg)
    }

    90% {
        transform: translate(15px, -10px) rotate(8deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

.stl-image_comparison.cocoen {
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 0
}

.stl-image_comparison.cocoen img.comp-image {
    max-width: none;
    display: block;
    width: 100%
}

.stl-image_comparison.cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.stl-image_comparison.cocoen .cocoen-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #fff;
    cursor: ew-resize
}

.stl-image_comparison.cocoen .cocoen-drag::before,
.stl-image_comparison.cocoen .cocoen-drag::after {
    content: "\f102";
    font-family: "Flaticon";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    color: var(--sparknex-primary-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    margin-top: -40px;
    border-radius: 0;
    padding-top: 38px;
    transform: rotate(90deg)
}

.stl-image_comparison.cocoen .cocoen-drag::before {
    z-index: 1;
    left: 50%;
    margin-left: -40px;
    background-color: #fff;
    border-radius: 40px;
    transform: scaleX(-1) rotate(90deg);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1)
}

.stl-image_comparison.cocoen .cocoen-drag::after {
    z-index: 2;
    right: 50%;
    margin-right: -40px;
    background: transparent !important
}

.stl-image-layers {
    position: relative;
    line-height: 0;
    max-width: 100%
}

.stl-image-layers .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%
}

.stl-image-layers .img-layer_image-wrapper:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0
}

.stl-image-layers .img-layer_image-wrapper .img-layer_image {
    transition: all 0.5s
}

.stl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image,
.stl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 0;
    visibility: hidden
}

.stl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
    transform: translateY(100%)
}

.stl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
    transform: translateY(-100%)
}

.stl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
    transform: translateX(100%)
}

.stl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
    transform: translateX(-100%)
}

.stl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
    transform: translateY(50%)
}

.stl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
    transform: translateY(-50%)
}

.stl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
    transform: translateX(50%)
}

.stl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
    transform: translateX(-50%)
}

.stl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
    transform: rotateX(-100deg)
}

.stl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
    transform: rotateY(-100deg)
}

.stl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
    transform: scale3d(.2, .2, .2)
}

.stl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 1;
    visibility: visible
}

.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
    transform: translateY(0)
}

.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
    transform: translateX(0)
}

.stl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image,
.stl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
    transform: rotate(0)
}

.stl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    transform: scale3d(1, 1, 1)
}

.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .elementor-icon {
    color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-icon .icon,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-icon .number,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-number .icon,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-number .number {
    z-index: 1
}

.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-icon .icon::after,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-icon .number::after,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-number .icon::after,
.elementor-widget-stl-info-box.elementor-view-bubble .stl-infobox .stl-number .number::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
    background-color: var(--sparknex-secondary-color)
}

.elementor-widget-stl-info-box.elementor-view-bubble:hover .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box.elementor-view-stacked .stl-infobox .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    background-color: #fcf8f4
}

.elementor-widget-stl-info-box.elementor-view-stacked:hover .elementor-icon {
    background-color: var(--sparknex-primary-color);
    fill: #fff;
    color: #fff
}

.elementor-widget-stl-info-box.elementor-view-framed .stl-infobox .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-primary-color);
    background-color: transparent
}

.elementor-widget-stl-info-box.elementor-view-framed:hover .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box.elementor-view-default .stl-infobox .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box.elementor-view-default:hover .elementor-icon {
    fill: var(--sparknex-primary-color);
    color: var(--sparknex-primary-color);
    border-color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box .elementor-icon {
    width: 1em;
    height: 1em;
    box-sizing: content-box
}

.elementor-widget-stl-info-box .elementor-widget-container {
    position: relative
}

.elementor-widget-stl-info-box .elementor-widget-container .stl-infobox__link {
    position: absolute;
    z-index: 2;
    width: auto;
    height: 100%;
    left: 0;
    top: 0
}

.elementor-widget-stl-info-box .elementor-widget-container::before,
.elementor-widget-stl-info-box .elementor-widget-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit
}

.elementor-widget-stl-info-box .elementor-widget-container::before {
    opacity: 0
}

.elementor-widget-stl-info-box .elementor-widget-container:hover::before {
    opacity: 1
}

.elementor-widget-stl-info-box .elementor-widget-container:hover .stl-infobox::before,
.elementor-widget-stl-info-box .elementor-widget-container:hover .stl-infobox::after {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.7s ease-in-out
}

.elementor-widget-stl-info-box .elementor-widget-container .stl-infobox__link+.stl-infobox_wrapper .button-read-more {
    transition: all 0.4s
}

.elementor-widget-stl-info-box .elementor-widget-container:hover .stl-infobox_title {
    border-color: var(--sparknex-primary-color)
}

.elementor-widget-stl-info-box .stl-infobox {
    transition: 0.4s
}

.elementor-widget-stl-info-box .stl-infobox::before,
.elementor-widget-stl-info-box .stl-infobox::after {
    display: none;
    content: "";
    position: absolute;
    opacity: 0;
    border-radius: inherit;
    transition: all 0.6s ease-in-out, opacity 0.4s 0.2s ease-in-out;
    transform: scale(1, 1);
    color: var(--sparknex-primary-color);
    z-index: 3;
    pointer-events: none
}

.elementor-widget-stl-info-box .stl-infobox::before {
    top: -25px;
    right: 25px;
    bottom: -25px;
    left: 25px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: scale(1.15, .85)
}

.elementor-widget-stl-info-box .stl-infobox::after {
    top: -24px;
    right: 25px;
    bottom: -24px;
    left: 25px;
    border-right: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: scale(.85, 1.15)
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button.image {
    padding-left: 0;
    margin-right: 0
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button:not(.button-read-more) {
    padding: 10px;
    display: inline-block;
    transition: all 0.4s
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button:not(.button-read-more)::before {
    line-height: 1em;
    vertical-align: middle
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button .read-more-svg {
    width: 1em;
    height: 1em;
    display: inline-block
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button .read-more-svg svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    transition: all 0.4s
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button .stl-infobox_button__media {
    transition: all 0.4s;
    display: inline-block;
    order: -1
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_button:hover .stl-infobox_button__media {
    opacity: 1
}

.elementor-widget-stl-info-box .stl-infobox .button-read-more {
    gap: 11px
}

.elementor-widget-stl-info-box .stl-infobox .button-read-more>span,
.elementor-widget-stl-info-box .stl-infobox .button-read-more .read-more-icon {
    display: inline-block
}

.elementor-widget-stl-info-box .stl-infobox .button-read-more .read-more-icon {
    position: relative;
    display: inline-flex;
    margin-top: -1px;
    line-height: 1em;
    height: 1em;
    width: 1em;
    font-weight: 400;
    transition: 0.4s
}

.elementor-widget-stl-info-box .stl-infobox .button-read-more .read-more-icon:only-child {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    transform: unset
}

.elementor-widget-stl-info-box .stl-infobox .button-read-more .read-more-icon::before {
    transition: transform 0.4s;
    display: inline-block;
    line-height: inherit
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_wrapper {
    position: relative;
    z-index: 1
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: var(--sparknex-header-font-weight);
    line-height: 1.25;
    word-break: break-word;
    transition: 0.4s;
    color: var(--sparknex-header-font-color);
    letter-spacing: 0
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title a {
    font: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title .stl-infobox_title-idle,
.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title .stl-infobox_bg_text {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title .stl-infobox_bg_text {
    transition: 0.4s
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title::after {
    content: "";
    display: none;
    margin: 25px 0 20px 0;
    background-color: currentColor;
    transition: color 0.3s
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title i {
    display: inline-block;
    vertical-align: middle
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_title i:not(:only-child) {
    margin: 0 .7em
}

.elementor-widget-stl-info-box .stl-infobox .media-wrapper {
    max-width: 100%
}

.elementor-widget-stl-info-box .stl-infobox .stl-image-box_img {
    display: inline-block;
    overflow: hidden;
    max-width: 100%
}

.elementor-widget-stl-info-box .stl-infobox .stl-image-box_img>span {
    display: block
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox-title_wrapper {
    position: relative;
    display: block
}

.elementor-widget-stl-info-box .stl-infobox .content_wrapper {
    width: 100%
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_content {
    transition: 0.4s
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_content p:last-child {
    margin-bottom: 0
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_subtitle {
    font-family: var(--sparknex-header-font-family);
    font-size: 32px;
    font-weight: var(--sparknex-header-font-weight);
    line-height: 1.3em;
    color: var(--sparknex-header-font-color);
    text-transform: uppercase
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox_bg_text {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: var(--sparknex-additional-font-family);
    font-weight: var(--sparknex-additional-font-weight);
    font-size: 150px;
    letter-spacing: 0;
    line-height: 0;
    transition: 0.4s;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    pointer-events: none
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox-button_wrapper .stl-infobox_button.corner-attached {
    position: absolute;
    left: 0;
    bottom: 0
}

.elementor-widget-stl-info-box .stl-infobox .stl-infobox-button_wrapper .stl-infobox_button.corner-attached.corner-position_right {
    left: auto;
    right: 0
}

.elementor-widget-stl-info-box .stl-infobox .number-wrapper::after {
    content: "";
    display: none;
    margin: -8px 0 30px 0;
    background-color: currentColor;
    width: auto;
    height: 1px;
    transition: color 0.3s
}

.elementor-widget-stl-info-box .stl-infobox .stl-layout-left .number-wrapper,
.elementor-widget-stl-info-box .stl-infobox .stl-layout-right .number-wrapper {
    display: flex;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content
}

.elementor-widget-stl-info-box .stl-infobox .stl-layout-left .number-wrapper::after,
.elementor-widget-stl-info-box .stl-infobox .stl-layout-right .number-wrapper::after {
    height: auto;
    width: 1px;
    margin: 0 10px 0 10px
}

.elementor-widget-stl-info-box .stl-infobox .stl-layout-right .number-wrapper::after {
    order: -1
}

.elementor-widget-stl-info-box .stl-infobox .stl-number {
    font-size: 24px;
    font-weight: var(--sparknex-header-font-weight);
    font-family: var(--sparknex-header-font-family)
}

.elementor-widget-stl-info-box .stl-infobox .elementor-icon,
.elementor-widget-stl-info-box .stl-infobox .stl-image-box_img {
    position: relative;
    color: rgba(var(--sparknex-primary-rgb), 1)
}

.elementor-widget-stl-info-box.animation_lifting {
    padding-top: 20px;
    transition: 0.5s
}

.elementor-widget-stl-info-box.animation_lifting>.elementor-widget-container {
    position: relative;
    transform: translateY(0);
    will-change: transform;
    transition: 0.5s
}

.elementor-widget-stl-info-box.animation_lifting:hover>.elementor-widget-container {
    transform: translateY(-10px)
}

.elementor-widget-stl-info-box.animation_toggling .stl-infobox_wrapper,
.elementor-widget-stl-info-box.animation_toggling .media-wrapper {
    transition: 0.6s
}

.elementor-widget-stl-info-box.animation_toggling .stl-infobox_content,
.elementor-widget-stl-info-box.animation_toggling .stl-infobox-button_wrapper {
    opacity: 0
}

.elementor-widget-stl-info-box.animation_toggling .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-stl-info-box.animation_toggling .elementor-widget-container:hover .media-wrapper {
    opacity: 0
}

.elementor-widget-stl-info-box.animation_toggling .elementor-widget-container:hover .stl-infobox_content,
.elementor-widget-stl-info-box.animation_toggling .elementor-widget-container:hover .stl-infobox-button_wrapper {
    opacity: 1
}

.elementor-widget-stl-info-box.animation_toggling_icon .content_wrapper {
    transition: 0.4s
}

.elementor-widget-stl-info-box.animation_toggling_icon .media-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    transition: 0.4s;
    opacity: 0;
    transform: translateX(-10px) scale(.5)
}

.elementor-widget-stl-info-box.animation_toggling_icon .elementor-widget-container:hover .stl-infobox .media-wrapper {
    opacity: 1;
    transform: translateX(0) scale(1)
}

.elementor-widget-stl-info-box.icon_on_image_yes .stl-image-box_img {
    position: relative
}

.elementor-widget-stl-info-box.icon_on_image_yes .stl-image-box_img::after {
    content: "\f112";
    font-family: "Flaticon";
    line-height: 1;
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    font-weight: 400;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 35, 40, .3);
    opacity: 0;
    transition: opacity 0.4s
}

.elementor-widget-stl-info-box.button_left .stl-infobox-button_wrapper {
    text-align: left
}

.elementor-widget-stl-info-box.button_center .stl-infobox-button_wrapper {
    text-align: center
}

.elementor-widget-stl-info-box.button_right .stl-infobox-button_wrapper {
    text-align: right
}

.elementor-widget-stl-info-box.button_justify .stl-infobox-button_wrapper {
    text-align: justify
}

.elementor-widget-stl-info-box.button_justify .stl-infobox_button {
    width: 100%
}

.elementor-widget-stl-info-box.animation-none .button-read-more::before,
.elementor-widget-stl-info-box.animation-style-2 .button-read-more::before {
    display: none !important
}

.elementor-widget-stl-info-box.animation-style-2 .button-read-more::before {
    display: none !important
}

.elementor-widget-stl-info-box.animation-style-2 .stl-infobox__link:hover~.stl-infobox_wrapper .stl-infobox_button>span,
.elementor-widget-stl-info-box.animation-style-2 .button-read-more:hover>span {
    transform: translateX(20px)
}

.elementor-widget-stl-info-box.animation-style-2 .stl-infobox__link:hover~.stl-infobox_wrapper .stl-infobox_button .read-more-icon,
.elementor-widget-stl-info-box.animation-style-2 .button-read-more:hover .read-more-icon {
    transform: translateX(-20px)
}

.stl-servicebox {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px
}

.stl-servicebox .stl-servicebox_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%
}

.stl-servicebox .stl-servicebox_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between
}

.stl-servicebox .stl-servicebox_content {
    position: relative;
    width: 100%;
    max-height: 0em;
    transition: max-height 0.6s;
    transition-timing-function: cubic-bezier(.684, .007, .076, .995);
    overflow: hidden
}

.stl-servicebox:hover .stl-servicebox_content {
    max-height: 30em;
    transition: max-height 0.7s;
    transition-timing-function: cubic-bezier(.684, .007, .076, .995)
}

.stl-servicebox_media-wrap,
.stl-servicebox_content_wrapper {
    z-index: 1
}

.stl-servicebox .stl-revealbox_whole_link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.stl-servicebox .stl-servicebox_hover_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.stl-servicebox .stl-servicebox_hover_wrapper .stl-servicebox_hover_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #a4b6d0;
    transition: transform .8s cubic-bezier(.684, .007, .076, .995), clip-path .8s cubic-bezier(.684, .007, .076, .995);
    will-change: transform
}

.stl-servicebox:hover .stl-servicebox_hover_wrapper .stl-servicebox_hover_bg {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
}

.stl-servicebox .stl-servicebox_media-wrap .elementor-icon,
.stl-servicebox .stl-servicebox_title,
.stl-servicebox .stl-servicebox_subtitle span,
.stl-servicebox .stl-servicebox_media-wrap .stl-image-box_img {
    transition-timing-function: cubic-bezier(.684, .007, .076, .995);
    transition-property: font-size, color, background, width;
    transition-duration: 1s
}

.stl-revealbox {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px
}

.stl-revealbox_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%
}

.stl-revealbox_wrap>* {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: transform .8s cubic-bezier(.22, .6, .36, 1), clip-path .8s cubic-bezier(.22, .6, .36, 1);
    will-change: transform
}

.stl-revealbox_default,
.stl-revealbox_revealed {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: space-between;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0
}

.stl-revealbox_toggle .stl-revealbox_toggle_holder {
    display: inline-flex;
    position: relative;
    cursor: pointer
}

.stl-revealbox_wrap:not(.revealed)>.stl-revealbox_revealed {
    transform: translate3d(50%, 0, 0);
    clip-path: polygon(51% 0, 100% 0, 100% 100%, 50% 100%)
}

.stl-revealbox_wrap.revealed>.stl-revealbox_default {
    transform: translate3d(-50%, 0, 0);
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%)
}

.elementor-editor-active .dev_view-active .stl-revealbox .stl-revealbox_wrap .stl-revealbox_default {
    transform: translate3d(-50%, 0, 0);
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%)
}

.elementor-editor-active:not(.dev_view-active) .stl-revealbox .stl-revealbox_wrap .stl-revealbox_revealed {
    transform: translate3d(50%, 0, 0);
    clip-path: polygon(51% 0, 100% 0, 100% 100%, 50% 100%)
}

.elementor-editor-active .dev_view-active .stl-revealbox .stl-revealbox_wrap .stl-revealbox_revealed {
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.stl-revealbox_wrap .stl-revealbox_button {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    flex-direction: row;
    align-items: center
}

.stl-revealbox_wrap .stl-revealbox_button:after {
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #adadad
}

.stl-revealbox_wrap .stl-revealbox_button:before {
    content: "";
    height: 2px;
    width: 0;
    background: #7D94B7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 2
}

.stl-revealbox_button:hover:before {
    width: 100%
}

.stl-flipbox {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px
}

.stl-flipbox_wrap {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: inherit
}

.stl-flipbox_wrap .media-wrapper.number-wrapper .stl-number {
    font-size: 18px;
    font-weight: 500;
    padding: 19px;
    width: 1em;
    height: 1em;
    background-color: #ff7425;
    box-sizing: content-box;
    border-radius: 50%
}

.stl-flipbox_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    word-break: break-word;
    color: #fff;
    margin-top: 15px;
    transition: 0.4s;
    z-index: 1
}

.stl-flipbox_title span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: inherit
}

.stl-flipbox_subtitle {
    display: inline-block;
    color: #fff;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1
}

.stl-flipbox_subtitle span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: inherit
}

.stl-flipbox_content,
.stl-flipbox_media-wrap {
    z-index: 1
}

.stl-flipbox_content p:last-child {
    margin-bottom: 0
}

.stl-flipbox_button-wrap {
    line-height: 0;
    font-size: 0;
    z-index: 1
}

.stl-flipbox_button-wrap .stl-flipbox_button.icon-read-more {
    line-height: inherit;
    font-size: inherit;
    display: inline-block;
    transition: 0.4s
}

.stl-flipbox_button-wrap .stl-flipbox_button.icon-read-more i,
.stl-flipbox_button-wrap .stl-flipbox_button.icon-read-more span {
    z-index: 1;
    right: 0;
    bottom: 0;
    text-align: center;
    display: inline-block;
    transition: background-color 0.4s, color 0.4s, transform 0.4s;
    color: #fff;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 40px;
    background: unset;
    border-radius: 0
}

.stl-flipbox_button-wrap .stl-flipbox_button.icon-read-more i::before,
.stl-flipbox_button-wrap .stl-flipbox_button.icon-read-more span::before {
    display: block;
    transition: transform 0.4s;
    line-height: inherit
}

.stl-flipbox_item-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.stl-flipbox_front,
.stl-flipbox_back {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sparknex-header-font-color);
    backface-visibility: hidden;
    transform: rotate(0);
    transition: 0.7s;
    perspective: inherit;
    transform-style: preserve-3d;
    border-radius: 0;
    padding: 50px 35px 50px
}

.stl-flipbox_wrap .stl-flipbox_front::before,
.stl-flipbox_wrap .stl-flipbox_front::after,
.stl-flipbox_wrap .stl-flipbox_back::before,
.stl-flipbox_wrap .stl-flipbox_back::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: 0.35s
}

.stl-flipbox_front {
    z-index: 2
}

.stl-flipbox_front .elementor-icon {
    color: #fff;
    fill: #fff
}

.stl-flipbox_back .elementor-icon {
    color: #fff;
    fill: #fff
}

.stl-flipbox_back .stl-flipbox_content {
    color: #fff;
    font-size: 16px;
    margin-bottom: 13px
}

.stl-flipbox.type_flip_right .stl-flipbox_back {
    transform: rotateY(-180deg)
}

.elementor-editor-active .dev_view-active .stl-flipbox.type_flip_right .stl-flipbox_wrap,
.stl-flipbox.type_flip_right:hover .stl-flipbox_wrap {
    transform: rotateY(180deg)
}

.stl-flipbox.type_flip_left .stl-flipbox_back {
    transform: rotateY(180deg)
}

.elementor-editor-active .dev_view-active .stl-flipbox.type_flip_left .stl-flipbox_wrap,
.stl-flipbox.type_flip_left:hover .stl-flipbox_wrap {
    transform: rotateY(-180deg)
}

.stl-flipbox.type_flip_top .stl-flipbox_back {
    transform: rotateX(-180deg)
}

.elementor-editor-active .dev_view-active .stl-flipbox.type_flip_top .stl-flipbox_wrap,
.stl-flipbox.type_flip_top:hover .stl-flipbox_wrap {
    transform: rotateX(180deg)
}

.stl-flipbox.type_flip_bottom .stl-flipbox_back {
    transform: rotateX(180deg)
}

.elementor-editor-active .dev_view-active .stl-flipbox.type_flip_bottom .stl-flipbox_wrap,
.stl-flipbox.type_flip_bottom:hover .stl-flipbox_wrap {
    transform: rotateX(-180deg)
}

.elementor-widget-stl-flipbox.aleft .stl-flipbox .stl-image-box_img {
    margin-right: auto
}

.elementor-widget-stl-flipbox.acenter .stl-flipbox .stl-image-box_img {
    margin-left: auto;
    margin-right: auto
}

.elementor-widget-stl-flipbox.aright .stl-flipbox .stl-image-box_img {
    margin-left: auto
}

.elementor-widget-stl-gallery .stl-gallery_items:not(.gallery-carousel) {
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-stl-gallery .stl-gallery_items.gallery-justified .stl-gallery_item {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%
}

.elementor-widget-stl-gallery .stl-gallery_item-wrapper>a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column
}

.elementor-widget-stl-gallery .stl-gallery_item {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.elementor-widget-stl-gallery .stl-gallery_item::before,
.elementor-widget-stl-gallery .stl-gallery_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s
}

.elementor-widget-stl-gallery .stl-gallery_item::after {
    opacity: 0
}

.elementor-widget-stl-gallery .stl-gallery_image-info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden
}

.elementor-widget-stl-gallery .stl-gallery_image-info.show_until_hover,
.elementor-widget-stl-gallery .stl-gallery_image-info.show_always {
    opacity: 1;
    visibility: visible
}

.elementor-widget-stl-gallery .stl-gallery_image-title {
    line-height: 1.1;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--sparknex-header-font-color)
}

.elementor-widget-stl-gallery .stl-gallery_image-title+.stl-gallery_image-descr {
    margin-top: 5px
}

.elementor-widget-stl-gallery .stl-gallery_image-descr {
    line-height: 1;
    color: var(--sparknex-header-font-color)
}

.elementor-widget-stl-gallery .stl-gallery_item:hover::before {
    opacity: 0
}

.elementor-widget-stl-gallery .stl-gallery_item:hover::after {
    opacity: 1
}

.elementor-widget-stl-gallery .stl-gallery_item:hover .stl-gallery_image-info {
    opacity: 1;
    visibility: visible
}

.elementor-widget-stl-gallery .stl-gallery_item:hover .stl-gallery_image-info.show_until_hover {
    opacity: 0;
    visibility: hidden
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation .stl-gallery_item-wrapper {
    opacity: 0
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.fade-in .stl-gallery_item-wrapper.animate {
    animation: fade_in 0.9s ease forwards
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.slide-top .stl-gallery_item-wrapper.animate {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px)
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.slide-bottom .stl-gallery_item-wrapper.animate {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px)
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.slide-left .stl-gallery_item-wrapper.animate {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px)
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.slide-right .stl-gallery_item-wrapper.animate {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px)
}

.elementor-widget-stl-gallery .stl-gallery_items.appear-animation.zoom .stl-gallery_item-wrapper.animate {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(.5)
}

.elementor-widget-stl-gallery .stl-gallery_item {
    transition-duration: var(--stl-gallery-duration, 300ms) !important
}

.elementor-widget-stl-gallery .swiper-slide {
    --stl-gallery-scale-size: 0.7
}

.elementor-widget-stl-gallery.layout-scale_even .swiper-slide:nth-child(even) .stl-gallery_item {
    transform: scale(var(--stl-gallery-scale-size))
}

.elementor-widget-stl-gallery.layout-scale_odd .swiper-slide:nth-child(odd) .stl-gallery_item {
    transform: scale(var(--stl-gallery-scale-size))
}

.elementor-widget-stl-gallery.layout-scale_active .swiper-slide:not(.swiper-slide-active) .stl-gallery_item {
    transform: scale(var(--stl-gallery-scale-size))
}

.elementor-widget-stl-gallery.col-1 .stl-gallery_item-wrapper {
    width: 100%
}

.elementor-widget-stl-gallery.col-2 .stl-gallery_item-wrapper {
    width: 50%
}

.elementor-widget-stl-gallery.col-3 .stl-gallery_item-wrapper {
    width: 33.333333%
}

.elementor-widget-stl-gallery.col-4 .stl-gallery_item-wrapper {
    width: 25%
}

.elementor-widget-stl-gallery.col-5 .stl-gallery_item-wrapper {
    width: 20%
}

@media (max-width:1024px) {
    .elementor-widget-stl-gallery.col-tablet-1 .stl-gallery_item-wrapper {
        width: 100%
    }

    .elementor-widget-stl-gallery.col-tablet-2 .stl-gallery_item-wrapper {
        width: 50%
    }

    .elementor-widget-stl-gallery.col-tablet-3 .stl-gallery_item-wrapper {
        width: 33.333333%
    }

    .elementor-widget-stl-gallery.col-tablet-4 .stl-gallery_item-wrapper {
        width: 25%
    }

    .elementor-widget-stl-gallery.col-tablet-5 .stl-gallery_item-wrapper {
        width: 20%
    }
}

@media (max-width:767px) {
    .elementor-widget-stl-gallery.col-mobile-1 .stl-gallery_item-wrapper {
        width: 100%
    }

    .elementor-widget-stl-gallery.col-mobile-2 .stl-gallery_item-wrapper {
        width: 50%
    }

    .elementor-widget-stl-gallery.col-mobile-3 .stl-gallery_item-wrapper {
        width: 33.333333%
    }

    .elementor-widget-stl-gallery.col-mobile-4 .stl-gallery_item-wrapper {
        width: 25%
    }

    .elementor-widget-stl-gallery.col-mobile-5 .stl-gallery_item-wrapper {
        width: 20%
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    filter: "alpha(opacity=10)";
    opacity: .1;
    margin: 0;
    padding: 0
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery>.jg-entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none
}

.justified-gallery>.jg-entry-visible>img,
.justified-gallery>.jg-entry-visible>a>img,
.justified-gallery>.jg-entry-visible>svg,
.justified-gallery>.jg-entry-visible>a>svg {
    filter: "alpha(opacity=100)";
    opacity: 1;
    transition: opacity 500ms ease-in
}

.justified-gallery>.jg-spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery>.jg-spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px
}

.stl-link-overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.stl-pie_chart .chart__wrapper {
    position: relative;
    line-height: 0
}

.stl-pie_chart .chart {
    --value-margin: 18px;
    --track-offset: 1px;
    --track-width: 1px;
    position: relative;
    display: inline-block;
    box-sizing: content-box
}

.stl-pie_chart .chart::before {
    content: "";
    display: block;
    position: absolute;
    top: var(--track-offset);
    right: var(--track-offset);
    bottom: var(--track-offset);
    left: var(--track-offset);
    border-radius: 50%;
    border: var(--track-width) solid transparent
}

.stl-pie_chart .chart canvas {
    display: block;
    position: relative;
    z-index: 1
}

.stl-pie_chart .chart__percent {
    --value-margin: 1px;
    font-family: var(--sparknex-header-font-family);
    font-size: 36px;
    line-height: 1;
    font-weight: var(--sparknex-header-font-weight);
    letter-spacing: 0;
    padding-left: 0;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: var(--value-margin);
    left: var(--value-margin);
    width: calc(100% - var(--value-margin) * 2);
    height: calc(100% - var(--value-margin) * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--sparknex-header-font-color);
    font-family: var(--sparknex-header-font-family)
}

.stl-pie_chart .chart__sub_title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 15px;
    color: var(--sparknex-primary-color);
    font-family: var(--sparknex-content-font-family)
}

.stl-pie_chart .chart__sub_title+.chart__title {
    margin-top: 0
}

.stl-pie_chart .chart__sub_title+.chart__description {
    margin-top: 3px
}

.stl-pie_chart .chart__title {
    display: block;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35em;
    color: var(--sparknex-header-font-color);
    margin-top: 19px;
    text-transform: uppercase
}

.stl-pie_chart .chart__title+.chart__description {
    margin-top: 3px
}

.stl-pie_chart .chart__description {
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    color: var(--sparknex-content-color);
    margin-top: 15px
}

body[data-elementor-device-mode="tablet"] .stl-pie_chart .stl-layout-left,
body[data-elementor-device-mode="tablet"] .stl-pie_chart .stl-layout-right,
body[data-elementor-device-mode="mobile"] .stl-pie_chart .stl-layout-left,
body[data-elementor-device-mode="mobile"] .stl-pie_chart .stl-layout-right {
    display: block
}

.row .portfolio__item.swiper-slide {
    display: inline-block
}

body[data-elementor-device-mode="desktop"] .item__wrapper.stl-cursor-text .item__description,
body[data-elementor-device-mode="laptop"] .item__wrapper.stl-cursor-text .item__description,
body[data-elementor-device-mode="widescreen"] .item__wrapper.stl-cursor-text .item__description {
    display: none
}

.portfolio__item .description__wrapper {
    text-align: center;
    width: 100%;
    transition: 0.3s
}

.portfolio__item .item__title .title {
    color: #fff;
    font-size: 32px;
    line-height: 1.333;
    letter-spacing: 0
}

.portfolio__item .item__title .title a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: .1em;
    text-decoration-thickness: .03em;
    letter-spacing: inherit
}

.portfolio__item .item__title .title a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
}

.portfolio__item .item__title span,
.portfolio__item .item__title a {
    color: inherit;
    font: inherit;
    line-height: inherit;
    transition: 0.4s
}

.portfolio__item .overlay {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s
}

.portfolio__item .overlay i {
    color: #fff;
    font-size: 30px;
    margin: auto
}

.portfolio__item .portfolio_link {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    opacity: 0
}

.portfolio__item .portfolio_link,
.portfolio__item .portfolio_link-icon {
    transition: 0.5s
}

.portfolio__item .gallery_mode {
    position: relative;
    overflow: hidden
}

.portfolio__item .gallery_mode .overlay {
    background-color: rgba(var(--sparknex-accent-rgb), .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.portfolio__item .gallery_mode .portfolio_link {
    justify-content: center;
    align-items: center
}

.portfolio__item .gallery_mode:hover .overlay {
    opacity: 1
}

.portfolio__item .gallery_mode .item__image img {
    display: block
}

.portfolio__item .stl-portfolio-item_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
    background: #fff;
    transition: 0.4s
}

.portfolio__item .stl-portfolio-item_icon:hover a,
.portfolio__item .stl-portfolio-item_icon:hover i {
    color: #fff
}

.portfolio__item .stl-portfolio-item_icon:hover .icon_plus {
    background: #fff
}

.portfolio__item .stl-portfolio-item_icon .icon_plus::before,
.portfolio__item .stl-portfolio-item_icon .icon_plus::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -1px;
    background: currentColor;
    transition: 0s, background-color 0.4s
}

.portfolio__item .stl-portfolio-item_icon .icon_plus::after {
    transform: rotate(90deg)
}

.portfolio__item .stl-portfolio-item_icon a {
    display: inline-block;
    transition: 0s
}

.portfolio__item .stl-portfolio-item_icon>a,
.portfolio__item .stl-portfolio-item_icon>i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    padding: 20px
}

.portfolio__item .stl-portfolio-item_icon:empty {
    display: none
}

.portfolio__item .item__image img {
    border-radius: inherit;
    transition: 0.4s
}

.portfolio__item .item__wrapper {
    position: relative;
    z-index: 1
}

.portfolio__item .item__wrapper .item__image {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.portfolio__item .item__wrapper .item__image::before,
.portfolio__item .item__wrapper .item__image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: 0.35s
}

.portfolio__item .item__wrapper .item__image::after {
    opacity: 0
}

.portfolio__item .item__wrapper:hover .item__image::after {
    opacity: 1
}

.portfolio__item .item__wrapper:hover .item__image::before {
    opacity: 0
}

.portfolio__item .item__wrapper.description_under_image .item__image {
    position: relative
}

.portfolio__item .item__wrapper.description_under_image .item__image::after {
    background: rgba(34, 35, 40, .3)
}

.portfolio__item .item__wrapper.description_under_image.description_cursor_tooltip .item__image {
    position: relative
}

.portfolio__item .item__wrapper.description_under_image.description_cursor_tooltip .item__image::after {
    background: transparent
}

.portfolio__item .item__wrapper.description_under_image .post_cats {
    color: var(--sparknex-primary-color)
}

.portfolio__item .item__wrapper.description_under_image:hover .overlay {
    opacity: 1
}

.portfolio__item .item__description:empty {
    display: none
}

.portfolio__item.additional-post .item__wrapper {
    display: flex;
    height: 100%
}

.portfolio__item.additional-post .item__button {
    position: absolute;
    z-index: 1;
    border: solid 2px var(--sparknex-primary-color);
    border-radius: 0;
    padding: 13px 40px;
    font-size: 14px;
    font-weight: 700
}

.portfolio__item.additional-post .item__button:hover {
    color: #fff;
    background-color: var(--sparknex-primary-color)
}

.post_cats {
    font-size: 14px;
    font-weight: 700;
    margin-top: 11px;
    line-height: 1;
    letter-spacing: .1em;
    margin-bottom: -5px;
    text-transform: uppercase
}

.post_cats .portfolio-category {
    color: #fff;
    letter-spacing: inherit;
    margin-bottom: 5px;
    display: inline-block;
    padding: 8px
}

.post_cats .portfolio-category:hover {
    color: rgba(255, 255, 255, .5)
}

.description_under_image {
    position: relative;
    z-index: 1
}

.description_under_image .item__image {
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out
}

.description_under_image .item__image img {
    transform: translateY(0);
    transition: 0.5s
}

.description_under_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.description_under_image .item__description {
    z-index: 3;
    padding-top: 28px;
    padding-bottom: 23px;
    transition: 0.4s
}

.description_under_image .overlay {
    background: transparent;
    z-index: 2
}

.description_under_image .overlay::before,
.description_under_image .overlay::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%
}

.description_under_image .overlay::before {
    width: 30px;
    height: 2px;
    transform: translate(-15px, -1px)
}

.description_under_image .overlay::after {
    height: 30px;
    width: 2px;
    transform: translate(-1px, -15px)
}

.description_inside_image {
    position: relative
}

.description_inside_image .item__image:empty {
    height: 320px;
    background: currentColor
}

.description_inside_image .item__description {
    display: flex;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
    visibility: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 18px 20px 25px;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s
}

.description_inside_image .description__wrapper a {
    position: relative;
    z-index: 2
}

.description_inside_image.animation_simple {
    overflow: hidden
}

.description_inside_image.animation_simple .description__wrapper {
    pointer-events: none
}

.description_inside_image.animation_simple .description__wrapper a {
    pointer-events: auto
}

.description_inside_image.animation_simple .description__wrapper>div,
.description_inside_image.animation_simple .description__wrapper>span,
.description_inside_image.animation_simple .description__wrapper>a {
    transition: 0.5s;
    opacity: 0
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(2),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(2),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(2) {
    transition: 0.7s
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(3),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(3),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(3) {
    transition: 0.9s
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(4),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(4),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(4) {
    transition: 1.1s
}

.description_inside_image.animation_simple>.portfolio_link {
    z-index: 1
}

.description_inside_image.animation_simple:hover .description__wrapper>div,
.description_inside_image.animation_simple:hover .description__wrapper>span,
.description_inside_image.animation_simple:hover .description__wrapper>a {
    opacity: 1
}

.description_inside_image.animation_sub_layer {
    overflow: hidden;
    border-radius: 0;
    perspective: 300px
}

.description_inside_image.animation_sub_layer .item__description {
    top: initial;
    left: 0;
    bottom: 25px;
    height: auto;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
    word-break: break-word;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    transition: opacity 0.5s, transform 0.5s;
    transform-origin: left center
}

.description_inside_image.animation_sub_layer .stl-portfolio-item_icon {
    margin-top: 28px
}

.description_inside_image.animation_sub_layer .portfolio_link {
    z-index: 1
}

.description_inside_image.animation_sub_layer .item__image::after {
    background: transparent
}

.description_inside_image.animation_sub_layer:hover .item__description {
    transition: opacity 0.2s, transform 0.5s;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

.description_inside_image.animation_sub_layer:hover .item__image img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.description_inside_image.animation_zoom_in .item__description {
    top: 0
}

.description_inside_image.animation_zoom_in .item__description {
    transform: scale(1);
    justify-content: center
}

.description_inside_image.animation_zoom_in:hover .item__description {
    transform: scale(1)
}

.description_inside_image.animation_until_hover>.portfolio_link {
    z-index: 1
}

.description_inside_image.animation_until_hover .description__wrapper>div,
.description_inside_image.animation_until_hover .description__wrapper>span,
.description_inside_image.animation_until_hover .description__wrapper>a {
    transition: 0.5s;
    opacity: 1
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(2),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(2),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(2) {
    transition: opacity 0.7s, transform 0.7s
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(3),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(3),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(3) {
    transition: opacity 0.9s, transform 0.9s
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(4),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(4),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(4) {
    transition: opacity 1.1s, transform 1.1s
}

.description_inside_image.animation_until_hover:hover .description__wrapper>div,
.description_inside_image.animation_until_hover:hover .description__wrapper>span,
.description_inside_image.animation_until_hover:hover .description__wrapper>a {
    opacity: 0
}

.description_inside_image:hover .item__description,
.description_inside_image:hover .item__description::before,
.description_inside_image:hover .overlay,
.description_inside_image:hover .portfolio_link,
.description_inside_image.animation_until_hover .item__description,
.description_inside_image.animation_until_hover .item__description::before,
.description_inside_image.animation_until_hover .overlay,
.description_inside_image.animation_until_hover .portfolio_link {
    opacity: 1;
    transform: unset;
    visibility: visible;
    top: 0
}

.description_inside_image:hover .item__image img {
    transform: scale(1.1)
}

.description_inside_image.animation_until_hover:hover .item__description,
.description_inside_image.animation_until_hover:hover .item__description::before,
.description_inside_image.animation_until_hover:hover .description__wrapper,
.description_inside_image.animation_until_hover:hover .description_content,
.description_inside_image.animation_until_hover:hover .overlay {
    opacity: 0;
    visibility: hidden
}

.description_cursor_tooltip .portfolio_link {
    z-index: 1
}

.elementor-widget-stl-portfolio.layout-scale .portfolio__item:nth-child(even) {
    --stl-portfolio-scale-size: 0.7357
}

.elementor-widget-stl-portfolio.layout-scale .portfolio__item:nth-child(even) .item__wrapper {
    transform: scale(var(--stl-portfolio-scale-size))
}

.elementor-widget-stl-portfolio.layout-scale .portfolio__item:nth-child(even) .overlay {
    pointer-events: none
}

.elementor-widget-stl-portfolio.layout-scale .portfolio__item:nth-child(even) .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(var(--stl-portfolio-scale-size));
    pointer-events: auto
}

.stl-portfolio .load_more_wrapper {
    margin-top: 60px
}

.stl-portfolio_container .stl-carousel_wrapper .stl-carousel {
    margin-left: 0;
    margin-right: 0
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .item__description,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .item__description::before,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .overlay,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .portfolio_link {
    opacity: 1
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>div,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>span,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>a {
    opacity: 1;
    transform: translateY(0)
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description::before,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_sub_layer .overlay,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_sub_layer .portfolio_link {
    opacity: 1
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description {
    transform: translateY(0)
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description::before,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .overlay,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .portfolio_link {
    opacity: 1
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .overlay,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description {
    transform: scale(1)
}

.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_until_hover .item__description,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_until_hover .item__description::before,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_until_hover .description__wrapper,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_until_hover .description_content,
.stl-portfolio_container .stl-carousel.center-mode .swiper-slide-active .animation_until_hover .overlay {
    opacity: 0;
    visibility: hidden
}

.stl-portfolio_container .stl-carousel.variable-width {
    margin-right: 15px
}

.stl-portfolio_container .stl-carousel.variable-width .portfolio__item {
    width: auto !important
}

.stl-portfolio_container .stl-carousel .stl-carousel_swiper {
    padding-bottom: 5px;
    margin-bottom: 30px
}

.stl-portfolio_container .stl-carousel .portfolio__item {
    width: 1000px
}

@media (max-width:992px) {
    .stl-portfolio_container .stl-carousel .portfolio__item {
        width: 750px
    }
}

@media (max-width:767px) {
    .stl-portfolio_container .stl-carousel .portfolio__item {
        width: 600px
    }
}

@media (max-width:600px) {
    .stl-portfolio_container .stl-carousel .portfolio__item {
        width: 550px
    }
}

.stl-portfolio_container.appear-animation .portfolio__item .item__wrapper {
    opacity: 0
}

.stl-portfolio_container.appear-animation.anim-fade-in .animate .item__wrapper {
    animation: fade_in 0.9s ease forwards
}

.stl-portfolio_container.appear-animation.anim-slide-top .animate .item__wrapper {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px)
}

.stl-portfolio_container.appear-animation.anim-slide-bottom .animate .item__wrapper {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px)
}

.stl-portfolio_container.appear-animation.anim-slide-left .animate .item__wrapper {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px)
}

.stl-portfolio_container.appear-animation.anim-slide-right .animate .item__wrapper {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px)
}

.stl-portfolio_container.appear-animation.anim-zoom .animate .item__wrapper {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(.5)
}

.stl-portfolio_header,
.stl-products_header {
    display: flex;
    margin-bottom: 24px
}

.stl-portfolio {
    --portfolio-columns-gap: 30px
}

.stl-portfolio_header .item_title {
    min-width: 33.333333%
}

.stl-portfolio_header .portfolio_subtitle {
    display: block;
    color: var(--sparknex-primary-color);
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 13px
}

.stl-portfolio_header .portfolio_title {
    font-size: 48px;
    line-height: 1.25em;
    letter-spacing: 0
}

.stl-portfolio_header.filter-left {
    flex-direction: row-reverse
}

.stl-portfolio_header.filter-left .item_title {
    text-align: right
}

.stl-portfolio_header.filter-left .swiper-wrapper {
    justify-content: flex-start
}

.stl-portfolio_header.filter-left .isotope-filter:not(.swiper-container-initialized) {
    margin-right: auto;
    text-align: left
}

.stl-portfolio_header.filter-center {
    flex-direction: column;
    text-align: center
}

.stl-portfolio_header.filter-center .item_title {
    margin-bottom: 30px
}

.stl-portfolio_header.filter-center .swiper-wrapper {
    justify-content: center
}

.stl-portfolio_header.filter-center .isotope-filter:not(.swiper-container-initialized) {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.stl-portfolio_header.filter-right .swiper-wrapper {
    justify-content: flex-end
}

.stl-portfolio_header.filter-right .isotope-filter:not(.swiper-container-initialized) {
    margin-left: auto;
    text-align: right
}

@media (max-width:1200px) {
    .stl-portfolio_header[class*="filter"] {
        flex-direction: column;
        text-align: center
    }

    .stl-portfolio_header[class*="filter"] .item_title {
        margin-bottom: 30px
    }

    .stl-portfolio_header[class*="filter"] .swiper-wrapper {
        justify-content: center
    }

    .stl-portfolio_header[class*="filter"] .isotope-filter:not(.swiper-container-initialized) {
        margin: 0 auto;
        text-align: center
    }
}

.stl-portfolio_container {
    margin-right: calc(var(--portfolio-columns-gap) * -0.5);
    margin-left: calc(var(--portfolio-columns-gap) * -0.5)
}

.stl-portfolio_container:not(.carousel) {
    margin-bottom: calc(var(--portfolio-columns-gap) * -1)
}

.stl-portfolio_container .portfolio__item {
    padding: 0 calc(var(--portfolio-columns-gap) / 2) var(--portfolio-columns-gap)
}

.stl-portfolio_container[style*="height: 0px;"] {
    margin-bottom: 0
}

.stl-portfolio_container:not(.carousel):not([class*="masonry"]) {
    display: flex;
    flex-wrap: wrap
}

.stl-portfolio_container[class*="masonry"] .portfolio__item {
    float: left;
    min-height: 1px
}

.stl-portfolio_container.masonry-2 .portfolio__item {
    width: 100%
}

.stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+2) img,
.stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+6) img {
    max-width: unset;
    width: calc(100%+var(--portfolio-columns-gap) / 2+var(--portfolio-masonry-2-equalizer, 0))
}

@media (min-width:993px) {
    .stl-portfolio_container.masonry-2 .portfolio__item {
        width: 25%
    }

    .stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+1),
    .stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+7) {
        width: 50%
    }
}

@media (min-width:601px) and (max-width:992px) {
    .stl-portfolio_container.masonry-2 .portfolio__item {
        width: 50%
    }

    .stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+1),
    .stl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+7) {
        width: 50%
    }
}

.stl-portfolio_container.masonry-3 .portfolio__item {
    width: 100%
}

@media (min-width:993px) {
    .stl-portfolio_container.masonry-3 .portfolio__item {
        width: 25%
    }

    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+1),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+2),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+5),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+6) {
        width: 50%
    }
}

@media (min-width:769px) and (max-width:992px) {
    .stl-portfolio_container.masonry-3 .portfolio__item {
        width: 50%
    }
}

@media (min-width:601px) and (max-width:768px) {
    .stl-portfolio_container.masonry-3 .portfolio__item {
        width: 50%
    }

    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+1),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+2),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+5),
    .stl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+6) {
        width: 100%
    }
}

.stl-portfolio_container.masonry-4 .portfolio__item {
    width: 100%
}

@media (min-width:993px) {
    .stl-portfolio_container.masonry-4 .portfolio__item {
        width: 25%
    }

    .stl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+1),
    .stl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+6) {
        width: 50%
    }
}

@media (min-width:601px) and (max-width:992px) {
    .stl-portfolio_container.masonry-4 .portfolio__item {
        width: 50%
    }

    .stl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+1),
    .stl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+6) {
        width: 100%
    }
}

.stl-portfolio_container.col-5 .portfolio__item {
    width: 20%
}

.stl-portfolio_container.col-4 .portfolio__item {
    width: 25%
}

.stl-portfolio_container.col-3 .portfolio__item {
    width: 33.333333%
}

.stl-portfolio_container.col-2 .portfolio__item {
    width: 50%
}

.stl-portfolio_container.col-1 .portfolio__item {
    width: 100%
}

@media (max-width:1545px) {
    .stl-portfolio_container.col-5 .portfolio__item {
        width: 25%
    }
}

@media (max-width:1370px) {
    .stl-portfolio_container:is(.col-4, .col-5) .portfolio__item {
        width: 33.333333%
    }
}

@media (max-width:1024px) {
    .stl-portfolio_container:is(.col-3, .col-4, .col-5) .portfolio__item {
        width: 50%
    }
}

@media (max-width:767px) {
    .stl-portfolio_container:is(.col-2, .col-3, .col-4, .col-5) .portfolio__item {
        width: 100%
    }
}

@keyframes fade_in {
    100% {
        opacity: 1
    }
}

@keyframes slide_top {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide_bottom {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide_left {
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slide_right {
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes zoom_in {
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.stl-portfolio .stl-pagination {
    margin-top: 33px
}

.stl-portfolio-single_wrapper {
    margin-top: -10px
}

.stl-portfolio-single_wrapper .portfolio-item__meta-wrap {
    margin-bottom: 20px
}

.stl-portfolio-single_wrapper .portfolio-item__meta-wrap:empty {
    display: none
}

.stl-portfolio-single_wrapper .post_categories {
    margin-bottom: 0
}

.stl-portfolio-single_item .item__image {
    border-radius: 0;
    overflow: hidden
}

.stl-portfolio-single_item .item__image img {
    display: block;
    border-radius: inherit
}

.stl-portfolio-single_item .item__image:first-child {
    margin-top: 0;
    margin-bottom: 40px
}

.stl-portfolio-single_item .item__image:last-child {
    margin-top: 40px;
    margin-bottom: 10px
}

.stl-portfolio-single_item .item__image+.meta_wrapper {
    margin-top: -16px
}

.stl-portfolio-single_item .item__image+.post_categories {
    padding: 0
}

.stl-portfolio-single_item .post_categories+.item__title {
    margin-top: 13px
}

.stl-portfolio-single_item .item__title {
    font-size: 48px;
    line-height: 1.2
}

@media (max-width:600px) {
    .stl-portfolio-single_item .item__title {
        font-size: var(--sparknex-h4-font-size);
        line-height: var(--sparknex-h4-line-height)
    }
}

.stl-portfolio-single_item .item__title+.meta_wrapper {
    margin-bottom: 25px;
    margin-top: 12px
}

.stl-portfolio-single_item .description_content {
    margin-bottom: 34px
}

.stl-portfolio-single_item+.sparknex-post-navigation {
    margin-top: 40px
}

.stl-portfolio-single_item .single_post_info {
    margin-top: 35px
}

.single_portfolio .related_portfolio {
    margin-top: 90px
}

.single_portfolio .related_portfolio .stl-carousel {
    margin: 0
}

.single_portfolio .related_portfolio .sparknex_module_title {
    margin-bottom: 25px
}

.single_portfolio .related_portfolio .sparknex_module_title h3,
.single_portfolio .related_portfolio .sparknex_module_title h4 {
    font-size: 36px
}

@media (max-width:767px) {

    .single_portfolio .related_portfolio .sparknex_module_title h3,
    .single_portfolio .related_portfolio .sparknex_module_title h4 {
        font-size: 24px
    }
}

.single_portfolio .related_portfolio .stl-portfolio_container .stl-carousel .portfolio__item.stl_col-6 {
    width: 600px
}

.single_portfolio .related_portfolio .stl-portfolio_container .stl-carousel .portfolio__item.stl_col-4 {
    width: 400px
}

.single_portfolio .related_portfolio .stl-portfolio_container .stl-carousel .portfolio__item.stl_col-3 {
    width: 300px
}

.single_portfolio #comments {
    margin-top: 60px;
    margin-bottom: 70px;
    padding-top: 0
}

.single_portfolio #comments .comment-respond {
    margin-bottom: 70px
}

.stl-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.stl-ellipsis span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.stl-ellipsis span:nth-child(1) {
    left: 6px;
    animation: stl-ellipsis1 0.6s infinite
}

.stl-ellipsis span:nth-child(2) {
    left: 6px;
    animation: stl-ellipsis2 0.6s infinite
}

.stl-ellipsis span:nth-child(3) {
    left: 26px;
    animation: stl-ellipsis2 0.6s infinite
}

.stl-ellipsis span:nth-child(4) {
    left: 45px;
    animation: stl-ellipsis3 0.6s infinite
}

@keyframes stl-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes stl-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(19px, 0)
    }
}

@keyframes stl-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

.stl-progress-bar {
    display: block;
    border-radius: unset;
    transition: 1.5s
}

.stl-progress-bar .progress__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
    transition: inherit;
    text-transform: uppercase
}

.stl-progress-bar .content__value {
    position: relative;
    margin-left: 8px;
    display: flex
}

.stl-progress-bar .progress__bar {
    position: relative;
    z-index: 0;
    width: auto;
    box-sizing: content-box;
    transition: inherit
}

.stl-progress-bar .bar__empty {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.stl-progress-bar .bar__filled {
    position: relative;
    z-index: 1;
    top: 50%;
    width: 0;
    height: inherit;
    border-radius: inherit;
    transform: translateY(-50%);
    transition: inherit;
    max-width: 100%
}

.stl-progress-bar.layout-fixed .progress__bar,
.stl-progress-bar.layout-dynamic .progress__bar {
    margin-bottom: 2px
}

.stl-progress-bar.layout-dynamic .progress__content {
    width: 0;
    white-space: nowrap
}

.stl-progress-bar.layout-aside {
    display: flex;
    align-items: flex-end;
    margin-top: 7px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700
}

.stl-progress-bar.layout-aside .progress__bar {
    margin-top: 0
}

.stl-progress-bar.layout-aside .aside__wrapper {
    flex-grow: 1;
    transition: inherit
}

.stl-progress-bar.layout-aside .content__value {
    position: relative;
    margin-left: 15px
}

.stl-progress-bar.layout-aside .content__value,
.stl-progress-bar.layout-aside .content__value .value__wrapper {
    text-align: right
}

.stl-progress-bar.layout-aside .content__value .value__wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex
}

.stl-progress-bar.layout-aside .content__value .placeholder__digit,
.stl-progress-bar.layout-aside .content__value .placeholder__unit {
    visibility: hidden
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

div.elementor-widget-stl-social-icons.elementor-grid-0 .elementor-widget-container,
div.elementor-widget-stl-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
div.elementor-widget-stl-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

div.elementor-widget-stl-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

div.elementor-widget-stl-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

div.elementor-widget-stl-social-icons .elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

div.elementor-widget-stl-social-icons .elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

div.elementor-widget-stl-social-icons .elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

div.elementor-widget-stl-social-icons .elementor-social-icon:last-child {
    margin: 0
}

div.elementor-widget-stl-social-icons .elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

div.elementor-widget-stl-social-icons .stl-social-icons .elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em))
}

div.elementor-widget-stl-social-icons .stl-social-icons .icon__wrapper {
    display: inline-block
}

div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:active,
div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:focus,
div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:hover {
    transform: none
}

div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:active .elementor-icon,
div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:focus .elementor-icon,
div.elementor-widget-stl-social-icons .stl-social-icons .elementor-animation-float:hover .elementor-icon {
    transform: translateY(-8px)
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-twitter,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-twitter-square,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-twitter,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-twitter,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-twitter-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-twitter,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-twitter,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-twitter-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-twitter {
    background-color: #1b82c4
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-instagram,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-instagram,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-instagram,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-instagram,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-instagram,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-instagram {
    background-color: #c52ea7
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-telegram,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-telegram-plane,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-telegram,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-telegram-plane,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-telegram,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-telegram-plane {
    background-color: #08c
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-pinterest-p,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-pinterest-square,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-pinterest-round-logo,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-pinterest-p,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-pinterest-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-pinterest-round-logo,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-pinterest-p,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-pinterest-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-pinterest-round-logo {
    background-color: #ff1226
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-facebook,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-f,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-square,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-messenger,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-facebook-circular-logo,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-f,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-messenger,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-facebook-circular-logo,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-facebook,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-facebook-f,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-facebook-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-facebook-messenger,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-facebook-circular-logo {
    background-color: #354cd9
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-reddit,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-reddit-alien,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-reddit-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit-alien,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-reddit,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-reddit-alien,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-reddit-square {
    background-color: #ff5700
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-whatsapp-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-whatsapp-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-whatsapp-square {
    background-color: #25d366
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-youtube,
div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-youtube-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-youtube,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-youtube-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-youtube,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-youtube-square {
    background-color: red
}

div.elementor-widget-stl-social-icons.elementor-shape-circle .elementor-social-icon-dribbble-square,
div.elementor-widget-stl-social-icons.elementor-shape-rounded .elementor-social-icon-dribbble-square,
div.elementor-widget-stl-social-icons.elementor-shape-square .elementor-social-icon-dribbble-square {
    background-color: #ea4c89
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .icon__wrapper:hover i {
    color: var(--sparknex-secondary-color)
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon {
    background-color: transparent
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon i {
    color: var(--sparknex-primary-color)
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-twitter i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-twitter-square i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-twitter i {
    color: #1b82c4
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-instagram i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-instagram i {
    color: #c52ea7
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-telegram i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-telegram-plane i {
    color: #08c
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-pinterest-p i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-pinterest-square i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-pinterest-round-logo i {
    color: #ff1226
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-facebook i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-f i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-square i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-messenger i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-facebook-circular-logo i {
    color: #354cd9
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-reddit i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-reddit-alien i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-reddit-square i {
    color: #ff5700
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-whatsapp i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-whatsapp-square i {
    color: #25d366
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-youtube i,
div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-youtube-square i {
    color: red
}

div.elementor-widget-stl-social-icons.elementor-shape-fill .elementor-social-icon-dribbble-square i {
    color: #ea4c89
}

.socials-official-idle .social__icon:not(:hover)[class*="skype"] {
    background-color: #00aff0
}

.socials-official-idle .social__icon:not(:hover)[class*="tumblr"] {
    background-color: #35465d
}

.socials-official-idle .social__icon:not(:hover)[class*="twitter"] {
    background-color: #1b82c4
}

.socials-official-idle .social__icon:not(:hover)[class*="youtube"] {
    background-color: red
}

.socials-official-idle .social__icon:not(:hover)[class*="facebook"] {
    background-color: #354cd9
}

.socials-official-idle .social__icon:not(:hover)[class*="linkedin"] {
    background-color: #007bb5
}

.socials-official-idle .social__icon:not(:hover)[class*="telegram"] {
    background-color: #08c
}

.socials-official-idle .social__icon:not(:hover)[class*="whatsapp"] {
    background-color: #25d366
}

.socials-official-idle .social__icon:not(:hover)[class*="dribbble"] {
    background-color: #ea4c89
}

.socials-official-idle .social__icon:not(:hover)[class*="pinterest"] {
    background-color: #ff1226
}

.socials-official-idle .social__icon:not(:hover)[class*="instagram"] {
    background-color: #c52ea7
}

.socials-official-hover .social__icon:hover[class*="skype"] {
    background-color: #00aff0
}

.socials-official-hover .social__icon:hover[class*="tumblr"] {
    background-color: #35465d
}

.socials-official-hover .social__icon:hover[class*="twitter"] {
    background-color: #1b82c4
}

.socials-official-hover .social__icon:hover[class*="youtube"] {
    background-color: red
}

.socials-official-hover .social__icon:hover[class*="facebook"] {
    background-color: #354cd9
}

.socials-official-hover .social__icon:hover[class*="linkedin"] {
    background-color: #007bb5
}

.socials-official-hover .social__icon:hover[class*="telegram"] {
    background-color: #08c
}

.socials-official-hover .social__icon:hover[class*="whatsapp"] {
    background-color: #25d366
}

.socials-official-hover .social__icon:hover[class*="dribbble"] {
    background-color: #ea4c89
}

.socials-official-hover .social__icon:hover[class*="pinterest"] {
    background-color: #ff1226
}

.socials-official-hover .social__icon:hover[class*="instagram"] {
    background-color: #c52ea7
}

.stl-tabs .stl-tabs_headings:not(.swiper-wrapper) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    overflow: hidden
}

.stl-tabs .stl-tabs_headings:not(.swiper-wrapper) .stl-tabs_headings {
    flex-direction: column
}

.stl-tabs.stl-tabs_swiper-wrapper {
    overflow: hidden
}

.stl-tabs.has-divider .stl-tabs_header::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    margin-left: 0;
    border-radius: 0;
    transition: all 0.45s;
    transform: scalex(.8) translateY(-15px)
}

.stl-tabs.has-divider .stl-tabs_header.active::after {
    transform: scalex(1) translateY(0);
    background-color: var(--sparknex-primary-color)
}

.stl-tabs .lavalamp {
    position: relative
}

.stl-tabs .lavalamp-object {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto -1px 0;
    opacity: 0;
    font-size: 0;
    line-height: 0
}

.stl-tabs .lavalamp-object::after {
    content: "";
    position: static;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    display: inline-block
}

.stl-tabs .lavalamp_animate .lavalamp-object {
    opacity: 1
}

.stl-tabs .stl-tabs_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-family: var(--sparknex-content-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1;
    color: var(--sparknex-header-font-color);
    border-radius: 0;
    text-transform: uppercase
}

.stl-tabs .stl-tabs_header:first-child {
    margin-left: 0 !important
}

.stl-tabs .stl-tabs_header:last-child {
    margin-right: 0 !important
}

.stl-tabs .stl-tabs_headings.swiper-wrapper .stl-tabs_header {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.stl-tabs .stl-tabs_content {
    padding: 31px 0 15px 0;
    display: block
}

.stl-tabs .stl-tabs_content>.elementor {
    margin: 0
}

.stl-tabs .stl-tabs_content>.elementor .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.stl-tabs .stl-tabs_content>.elementor .elementor-column-gap-default>.elementor-column>.theiaStickySidebar>.elementor-element-populated,
.stl-tabs .stl-tabs_content>.elementor .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-left: 0;
    padding-right: 0
}

.stl-tabs .stl-tabs_content-wrap {
    min-height: -moz-fit-content;
    min-height: fit-content;
    transition: height 0.6s ease-in-out
}

.stl-tabs .stl-tabs_icon {
    line-height: 1;
    color: inherit;
    transition: 0.4s
}

.stl-tabs .stl-tabs_icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: inherit
}

.stl-tabs .stl-tabs_title {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.stl-tabs.icon_position-left .stl-tabs_header {
    flex-direction: row-reverse
}

.stl-tabs.icon_position-right .stl-tabs_header {
    flex-direction: row
}

.stl-tabs.icon_position-top .stl-tabs_header {
    flex-direction: column-reverse
}

.stl-tabs.icon_position-bottom .stl-tabs_header {
    flex-direction: column
}

.stl-tabs.tabs_align-left .stl-tabs_headings {
    justify-content: flex-start
}

.stl-tabs.tabs_align-left .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

.stl-tabs.tabs_align-right .stl-tabs_headings {
    justify-content: flex-end
}

.stl-tabs.tabs_align-right .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

.stl-tabs.tabs_align-center .stl-tabs_headings {
    justify-content: center
}

.stl-tabs.tabs_align-center .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

.stl-tabs.tabs_align-center .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

.stl-tabs.tabs_align-justify .stl-tabs_headings .stl-tabs_header {
    flex: 1
}

.stl-tabs.tabs_align-justify .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

.stl-tabs.tabs_align-justify .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-left .stl-tabs_headings {
    justify-content: flex-start
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-left .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-left .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-right .stl-tabs_headings {
    justify-content: flex-end
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-right .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-right .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-center .stl-tabs_headings {
    justify-content: center
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-center .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-center .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-center .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-justify .stl-tabs_headings .stl-tabs_header {
    flex: 1
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-justify .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-tablet-justify .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-tablet-left .stl-tabs_header {
    flex-direction: row-reverse
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-tablet-right .stl-tabs_header {
    flex-direction: row
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-tablet-top .stl-tabs_header {
    flex-direction: column-reverse
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-tablet-bottom .stl-tabs_header {
    flex-direction: column
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs_headings:not(.swiper-wrapper) {
    flex-direction: column
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs_headings:not(.swiper-wrapper) .lavalamp-object {
    display: none
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-left .stl-tabs_headings {
    justify-content: flex-start
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-left .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-left .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-right .stl-tabs_headings {
    justify-content: flex-end
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-right .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-right .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-center .stl-tabs_headings {
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-center .stl-tabs_headings .stl-tabs_header {
    flex: none
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-center .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-center .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-justify .stl-tabs_headings .stl-tabs_header {
    flex: 1 !important
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-justify .stl-tabs_headings .stl-tabs_header:last-child {
    margin-right: 0 !important
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.tabs_align-mobile-justify .stl-tabs_headings .stl-tabs_header:first-child {
    margin-left: 0 !important
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-mobile-left .stl-tabs_header {
    flex-direction: row-reverse
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-mobile-right .stl-tabs_header {
    flex-direction: row
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-mobile-top .stl-tabs_header {
    flex-direction: column-reverse
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs.icon_position-mobile-bottom .stl-tabs_header {
    flex-direction: column
}

.stl-tabs-horizontal {
    display: flex
}

@media (max-width:767px) {
    .stl-tabs-horizontal {
        flex-direction: column
    }
}

.stl-tabs-horizontal_headings {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .stl-tabs-horizontal_headings {
        width: 100% !important;
        min-width: 100% !important
    }
}

.stl-tabs-horizontal_header {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    transition: 0.4s
}

.stl-tabs-horizontal_header_wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    transition: background-color 0.4s;
    cursor: pointer
}

.stl-tabs-horizontal_content {
    width: 100%;
    display: block
}

.stl-tabs-horizontal_content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto
}

@media (max-width:767px) {
    .stl-tabs-horizontal_content-wrap {
        width: 100% !important
    }
}

.stl-tabs-horizontal_icon {
    line-height: 1;
    color: inherit;
    transition: 0.4s;
    font-weight: 400;
    display: inline-flex
}

.stl-tabs-horizontal_title,
.stl-tabs-horizontal_prefix {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.stl-tabs-horizontal_prefix {
    transition: color 0.4s
}

.stl-tabs-horizontal.icon_position-left .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row-reverse
}

.stl-tabs-horizontal.icon_position-right .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row
}

.stl-tabs-horizontal.icon_position-top .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column-reverse
}

.stl-tabs-horizontal.icon_position-bottom .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-tablet-left .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row-reverse
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-tablet-right .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-tablet-top .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column-reverse
}

body:is([data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-tablet-bottom .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-mobile-left .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row-reverse
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-mobile-right .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: row
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-mobile-top .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column-reverse
}

body:is([data-elementor-device-mode="mobile"]) .stl-tabs-horizontal.icon_position-mobile-bottom .stl-tabs-horizontal_header_wrap .stl-tabs-horizontal_header {
    flex-direction: column
}

.stl-testimonials {
    position: relative;
    --gap: 30px
}

.stl-testimonials>.row {
    margin: calc(-0.5 * var(--gap))
}

.stl-testimonials .testimonials__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: 0.4s;
    padding: calc(0.5 * var(--gap));
    height: auto
}

.stl-testimonials .testimonial__item {
    width: 100%;
    position: relative;
    z-index: 1;
    transform: translate(0);
    transition: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.stl-testimonials.hover_animation .testimonials__wrapper {
    padding-top: 20px
}

.stl-testimonials.hover_animation .testimonials__wrapper:hover .testimonial__item {
    transform: translateY(-20px)
}

.stl-testimonials .item__author {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.stl-testimonials .author__meta {
    display: flex;
    flex-direction: column
}

.stl-testimonials .item__rating {
    display: inline-block;
    position: relative;
    width: 5.35em;
    font-size: 20px;
    line-height: 1;
    color: var(--sparknex-primary-color);
    margin-bottom: 20px
}

.stl-testimonials .item__rating::before,
.stl-testimonials .item__rating ::before {
    content: "\f138\f138\f138\f138\f138";
    font-family: flaticon
}

.stl-testimonials .item__rating::before {
    color: rgba(var(--sparknex-primary-rgb), .4)
}

.stl-testimonials .item__rating span {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1em;
    overflow: hidden
}

.stl-testimonials .item__rating span::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--sparknex-primary-color)
}

.stl-testimonials .author__name {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    transition: 0.4s;
    font-family: var(--sparknex-content-font-family);
    letter-spacing: 0
}

.stl-testimonials .author__name a {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

@media (max-width:767px) {
    .stl-testimonials .author__name {
        font-size: 20px
    }
}

.stl-testimonials .author__position {
    display: block;
    font-family: var(--sparknex-content-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .2em;
    color: var(--sparknex-primary-color);
    text-transform: uppercase;
    margin-top: 10px
}

.stl-testimonials .item__icon {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: var(--sparknex-primary-color);
    font-size: 100px;
    line-height: 1em;
    font-weight: 400;
    vertical-align: text-bottom
}

.stl-testimonials .item__icon::before {
    content: "\f110";
    font-family: flaticon
}

.stl-testimonials .item__title {
    font-size: 22px;
    font-weight: var(--sparknex-header-font-weight);
    color: var(--sparknex-header-font-color);
    font-family: var(--sparknex-header-font-family);
    line-height: 1.36em
}

.stl-testimonials .item__title .item__icon {
    margin-bottom: -6px;
    margin-right: 19px
}

.stl-testimonials .item__quote {
    --corner-size: 35px;
    --corner-width: 1px;
    --corner-pos-x: 80px;
    position: relative;
    font-family: var(--sparknex-header-font-family);
    color: var(--sparknex-content-color);
    font-size: 32px;
    line-height: 1.5em
}

@media (max-width:1024px) {
    .stl-testimonials .item__quote {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .stl-testimonials .item__quote {
        font-size: 22px
    }
}

.stl-testimonials .item__quote p:last-child {
    margin-bottom: 0
}

.stl-testimonials .author__thumbnail {
    display: inline-block;
    --image-width: 130;
    --image-not-active-width: 100;
    padding-right: 30px;
    transition: 0.7s
}

.stl-testimonials .author__thumbnail img {
    display: inline-block;
    width: calc(var(--image-width) * 1px);
    min-width: calc(var(--image-width) * 1px);
    transform: scale(1);
    transition: transform 0.7s
}

@media (max-width:600px) {
    .stl-testimonials .author__thumbnail {
        padding-right: 20px
    }
}

.stl-testimonials .testimonials__wrapper:hover .author__thumbnail img {
    transform: scale(1) !important
}

.stl-testimonials .swiper-slide:not(.swiper-slide-active) .author__thumbnail img {
    transform: scale(calc(var(--image-not-active-width) / var(--image-width)))
}

.stl-testimonials.type-top_block .author__thumbnail {
    margin-bottom: 10px;
    padding-right: 0;
    margin-left: 0
}

.stl-testimonials.type-top_block .item__icon+.author__thumbnail {
    margin-top: 20px
}

.stl-testimonials.type-top_block .item__author {
    margin-top: 28px
}

.stl-testimonials.type-bottom_block .item__author {
    flex-direction: column;
    margin-top: 30px
}

.stl-testimonials.type-bottom_block .author__thumbnail {
    padding: 0 0 11px 0
}

.stl-testimonials.type-top_inline .item__author {
    padding-bottom: 28px
}

.stl-testimonials.type-top_inline .item__quote {
    margin-top: 20px
}

.stl-testimonials.type-top_inline .author__thumbnail {
    padding: 0 0 20px 0
}

.stl-testimonials.type-bottom_inline .item__quote {
    margin-bottom: 26px
}

.stl-testimonials.type-bottom_inline .author__name {
    margin-top: -4px
}

.stl-testimonials.type-left_block .author__thumbnail {
    padding-right: 5.8%
}

body[data-elementor-device-mode="mobile"] .stl-testimonials.type-left_block .testimonials__wrapper {
    display: block
}

body[data-elementor-device-mode="mobile"] .stl-testimonials.type-left_block .testimonials__wrapper .author__thumbnail {
    padding-right: 0;
    padding-bottom: 20px
}

.stl-testimonials .stl-carousel_wrapper .stl-carousel:not(.animation-style-3d) {
    margin: 0 calc(-0.5 * var(--gap));
    padding: 15px 0
}

.stl-testimonials .stl-carousel_wrapper .stl-carousel:not(.animation-style-3d) .swiper-slide {
    padding: 0 calc(0.5 * var(--gap))
}

.stl-testimonials .stl-carousel_wrapper .elementor-swiper-button {
    --stl-swiper-button-diameter: 46px;
    font-size: 46px;
    color: #fff;
    border: unset;
    background-color: transparent
}

.stl-testimonials .stl-carousel_wrapper .elementor-swiper-button:hover {
    background-color: transparent
}

.stl-testimonials .stl-carousel_wrapper .stl-carousel.pagination_circle .swiper-pagination li:hover button,
.stl-testimonials .stl-carousel_wrapper .stl-carousel.pagination_circle .swiper-pagination li.swiper-pagination-bullet-active button,
.stl-testimonials .stl-carousel_wrapper .stl-carousel.pagination_circle .swiper-pagination li button {
    background-color: #fff
}

@media (max-width:600px) {
    .stl-testimonials.type-inline_top .author__thumbnail {
        position: relative;
        margin-left: 0;
        margin-top: 0
    }

    .stl-testimonials.type-inline_top .stl-carousel_wrapper .testimonials__wrapper {
        padding-left: 15px
    }
}

.elementor-widget-stl-testimonials {
    max-width: 100% !important
}

.elementor-widget-stl-testimonials .testimonials__wrapper.no_image .testimonial__item {
    margin: 0;
    padding: 0
}

.elementor-widget-stl-testimonials .testimonials__wrapper.no_image .author__thumbnail {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    transform: unset
}

.elementor-widget-stl-testimonials.aleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.elementor-widget-stl-testimonials.aleft .type-top_block .item__author,
.elementor-widget-stl-testimonials.aleft .type-top_inline .item__author,
.elementor-widget-stl-testimonials.aleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.elementor-widget-stl-testimonials.aleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start
}

.elementor-widget-stl-testimonials.acenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.elementor-widget-stl-testimonials.acenter .type-top_block .item__author,
.elementor-widget-stl-testimonials.acenter .type-top_inline .item__author,
.elementor-widget-stl-testimonials.acenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.elementor-widget-stl-testimonials.acenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.elementor-widget-stl-testimonials.aright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center
}

.elementor-widget-stl-testimonials.aright .type-top_block .item__author,
.elementor-widget-stl-testimonials.aright .type-top_inline .item__author,
.elementor-widget-stl-testimonials.aright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end
}

.elementor-widget-stl-testimonials.aright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletleft .type-top_block .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletleft .type-top_inline .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletcenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletcenter .type-top_block .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletcenter .type-top_inline .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletcenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletcenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletright .type-top_block .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletright .type-top_inline .item__author,
body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end
}

body:is([data-elementor-device-mode="tablet_extra"], [data-elementor-device-mode="tablet"], [data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-tabletright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileleft .type-top_block .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileleft .type-top_inline .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobilecenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobilecenter .type-top_block .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobilecenter .type-top_inline .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobilecenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobilecenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileright .type-top_block .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileright .type-top_inline .item__author,
body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end
}

body:is([data-elementor-device-mode="mobile"], [data-elementor-device-mode="mobile_extra"]) .elementor-widget-stl-testimonials.a-mobileright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end
}

.stl-accordion .stl-accordion_panel::after {
    content: "";
    clear: both;
    display: block
}

.stl-accordion .stl-accordion_panel {
    transition-duration: .3s, .3s, .3s, .6s;
    transition-timing-function: ease, ease, step-start, ease
}

.stl-accordion .stl-accordion_header {
    display: flex;
    align-items: center;
    font-family: var(--sparknex-content-font-family);
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    text-transform: unset;
    transition: 0.4s;
    color: var(--sparknex-header-font-color)
}

.stl-accordion .stl-accordion_header .stl-accordion_icon {
    --icon-size: 16px;
    font-size: var(--icon-size);
    border: unset;
    padding: 0;
    transition: 0.4s, color 0s, --icon-size 0s;
    color: inherit
}

.stl-accordion .stl-accordion_header .stl-accordion_icon::before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: block
}

.stl-accordion .stl-accordion_header .stl-accordion_icon:hover {
    color: inherit
}

.stl-accordion .stl-accordion_title {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.stl-accordion .stl-accordion_title-prefix {
    margin-right: 5px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit
}

.stl-accordion .stl-accordion_content {
    display: none
}

.stl-accordion .stl-accordion_content p:last-child {
    margin-bottom: 0
}

.stl-accordion .stl-accordion_panel:first-child {
    margin-top: 0 !important
}

.stl-accordion .stl-accordion_panel:last-child {
    margin-bottom: 0 !important
}

.stl-accordion.icon-plus .stl-accordion_header .stl-accordion_icon {
    --icon-width: 2px;
    position: relative;
    z-index: 1;
    height: var(--icon-size);
    width: var(--icon-size);
    min-width: var(--icon-size);
    box-sizing: content-box
}

.stl-accordion.icon-plus .stl-accordion_header .stl-accordion_icon::before,
.stl-accordion.icon-plus .stl-accordion_header .stl-accordion_icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg);
    transition: 0.5s ease-in-out, color 0s;
    background-color: currentColor
}

.stl-accordion.icon-plus .stl-accordion_header .stl-accordion_icon::before {
    width: inherit;
    height: var(--icon-width);
    margin: calc(-0.5 * var(--icon-width)) 0 0 calc(-0.5 * var(--icon-size))
}

.stl-accordion.icon-plus .stl-accordion_header .stl-accordion_icon::after {
    width: var(--icon-width);
    height: inherit;
    margin: calc(-0.5 * var(--icon-size)) 0 0 calc(-0.5 * var(--icon-width))
}

.stl-accordion.icon-plus .stl-accordion_header.active .stl-accordion_icon::before,
.stl-accordion.icon-plus .stl-accordion_header.active .stl-accordion_icon::after {
    transform: rotate(-90deg)
}

.stl-accordion.icon-plus .stl-accordion_header.active .stl-accordion_icon::before {
    opacity: 0
}

.stl-accordion.icon-custom .stl-accordion_header .stl-accordion_icon {
    transition: 0.5s ease-in-out, color 0s
}

.elementor-widget-stl-showcase .stl-double-heading .dblh__title-1 {
    color: #fff
}

.elementor-widget-stl-showcase.dbl-heading-right .dblh__subtitle::before {
    display: none
}

.elementor-widget-stl-showcase.dbl-heading-left .dblh__subtitle::after {
    display: none
}

.elementor-widget-stl-showcase .stl-showcase {
    position: relative
}

.elementor-widget-stl-showcase .stl-showcase {
    display: flex;
    flex-direction: column
}

.elementor-widget-stl-showcase .stl-showcase .showcase__wrapper {
    position: relative
}

.elementor-widget-stl-showcase .stl-showcase .showcase__title {
    white-space: nowrap
}

.elementor-widget-stl-showcase .stl-showcase .showcase__title,
.elementor-widget-stl-showcase .stl-showcase .showcase__button {
    position: relative;
    z-index: 2;
    transition: z-index 0s 0.1s
}

.elementor-widget-stl-showcase .stl-showcase .showcase__image {
    width: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.135, .9, .15, 1);
    transition-duration: .7s;
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.elementor-widget-stl-showcase .stl-showcase .showcase__image img {
    width: auto;
    object-fit: cover;
    object-position: center;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.135, .9, .15, 1);
    transition-duration: .9s;
    opacity: 0
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-showcase .stl-showcase .showcase__image img {
    opacity: 1
}

.elementor-widget-stl-showcase .stl-showcase .showcase__title {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    transition-delay: .1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.135, .9, .15, 1);
    transition-duration: .9s
}

.elementor-widget-stl-showcase .stl-showcase .subtitle {
    display: inline-block;
    position: relative;
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 400;
    font-family: var(--sparknex-content-font-family);
    color: var(--sparknex-primary-color);
    margin-right: .4em;
    white-space: normal;
    transition: all 0.4s
}

.elementor-widget-stl-showcase .stl-showcase .title {
    display: inline-block;
    font-size: 90px;
    line-height: 1.222em;
    font-weight: 400;
    color: var(--sparknex-header-font-color);
    white-space: normal;
    transition: all 0.4s
}

.elementor-widget-stl-showcase .stl-showcase .showcase__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper {
    position: relative;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    width: 100%
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper.has-divider:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 2
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper.has-divider:hover:before {
    width: 100%
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper.has-divider:after {
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper .showcase__content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper:hover .subtitle {
    color: var(--sparknex-primary-color)
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content__wrapper:hover .title {
    color: var(--sparknex-primary-color)
}

body[data-elementor-device-mode="desktop"] .elementor-widget-stl-showcase .stl-showcase .showcase__content:hover .showcase__image,
body[data-elementor-device-mode="tablet"] .elementor-widget-stl-showcase .stl-showcase .showcase__content:hover .showcase__image {
    margin-right: 40px
}

body[data-elementor-device-mode="mobile"] .elementor-widget-stl-showcase .stl-showcase .showcase__content .showcase__image {
    margin-right: 25px
}

.elementor-widget-stl-showcase .stl-showcase .showcase__content:hover .showcase__image img {
    opacity: 1
}

.elementor-widget-stl-showcase .stl-showcase .showcase__button {
    position: relative
}

.elementor-widget-stl-showcase .stl-showcase .showcase__button .stl-showcase_button.icon-read-more {
    line-height: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    will-change: transform;
    background-color: transparent;
    color: var(--sparknex-secondary-color);
    border-radius: 50%
}

.elementor-widget-stl-showcase .stl-showcase .showcase__button .stl-showcase_button.icon-read-more i,
.elementor-widget-stl-showcase .stl-showcase .showcase__button .stl-showcase_button.icon-read-more span {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: 0s
}

.elementor-widget-stl-showcase .stl-showcase .showcase__button .stl-showcase_button.icon-read-more i::before,
.elementor-widget-stl-showcase .stl-showcase .showcase__button .stl-showcase_button.icon-read-more span::before {
    display: block;
    transition: transform 0.4s;
    will-change: transform;
    line-height: inherit
}

.elementor-widget-stl-image-box * {
    transition: .3s ease-in-out
}

.elementor-widget-stl-image-box .stl-image-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    transition: .3s ease-in-out;
    position: relative
}

.elementor-widget-stl-image-box .stl-image-box .imagebox_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.elementor-widget-stl-image-box .stl-image-box .imagebox_content {
    margin-bottom: 0
}

.elementor-widget-stl-image-box .stl-image-box.card_hover:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.stl-image-box .imagebox_image-holder {
    position: relative
}

.stl-image-box .imagebox_image-wrap {
    position: relative;
    overflow: hidden
}

.stl-image-box .imagebox_image.square-image {
    aspect-ratio: 1 / 1;
    object-fit: cover
}

.stl-image-box .imagebox_image-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.stl-image-box .imagebox_image-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    transition: all 350ms
}

.imagebox_image-hover .imagebox_icon {
    transform: translateY(-4px);
    opacity: 0;
    transition: all 350ms;
    display: inline-flex
}

.stl-image-box:hover .imagebox_image-wrap:before {
    top: 0
}

.stl-image-box:hover .imagebox_icon {
    transform: translateY(0);
    opacity: 1
}

.elementor-widget-stl-casestudy-card * {
    transition: .3s ease-in-out
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card {
    padding: 20px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    position: relative
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card .casestudy_absolute-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card.card_hover:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card .casestudy_top-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card.button-right .casestudy_title-button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.elementor-widget-stl-casestudy-card .stl-casestudy-card.button-right .casestudy_title-button-wrap .casestudy_title {
    width: 80%
}

.stl-casestudy-card .casestudy_button-wrap.button-bottom {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 15px
}

.stl-casestudy-card .casestudy_button-wrap.button-bottom .casestudy_button-text-wrap {
    position: relative
}

.stl-casestudy-card .casestudy_button-wrap.button-bottom .casestudy_button-text-wrap:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 2
}

.stl-casestudy-card .casestudy_button-wrap.button-bottom .casestudy_button-text-wrap:after {
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: .5
}

.casestudy_button-wrap.button-bottom:hover .casestudy_button-text-wrap:before {
    width: 100%
}

.stl-casestudy-card .casestudy_button-wrap {
    z-index: 1
}

.stl-casestudy-card .casestudy_button-wrap .casestudy_button-icon-wrap,
.stl-casestudy-card .casestudy_external-button .casestudy_external-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden
}

.stl-casestudy-card .casestudy_button-wrap .casestudy_button-icon-wrap .casestudy_button-icon,
.stl-casestudy-card .casestudy_external-button .casestudy_external-icon-wrap .casestudy_external-icon {
    position: absolute;
    display: inline-flex
}

.stl-casestudy-card .casestudy_button-wrap .casestudy_button-icon-wrap .casestudy_button-icon:last-of-type,
.stl-casestudy-card .casestudy_external-button .casestudy_external-icon-wrap .casestudy_external-icon:last-of-type {
    transform: translate(-35px, 0);
    visibility: hidden;
    opacity: 0
}

.stl-casestudy-card .casestudy_button-wrap:hover .casestudy_button-icon-wrap .casestudy_button-icon:first-of-type,
.stl-casestudy-card .casestudy_external-button:hover .casestudy_external-icon-wrap .casestudy_external-icon:first-of-type {
    transform: translate(35px, 0);
    visibility: hidden;
    opacity: 0
}

.stl-casestudy-card .casestudy_button-wrap:hover .casestudy_button-icon-wrap .casestudy_button-icon:last-of-type,
.stl-casestudy-card .casestudy_external-button:hover .casestudy_external-icon-wrap .casestudy_external-icon:last-of-type {
    transform: translate(0);
    visibility: visible;
    opacity: 1
}

.stl-casestudy-card .casestudy_subtitle,
.stl-casestudy-card .casestudy_content {
    margin-bottom: 0
}

.stl-casestudy-card .casestudy_image-wrap {
    position: relative
}

.stl-casestudy-card.external-button .casestudy_external-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: rotate(-45deg);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.stl-awards-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.stl-awards-list.has-underline:after {
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #334A73
}

.stl-awards-list.has-underline:before {
    content: "";
    height: 3px;
    width: 0;
    background: #7D94B7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 2
}

.stl-awards-list.has-underline:hover:before {
    width: 100%
}

.stl-awards-list .stl-award-columns {
    width: 100px
}

.stl-awards-list .stl-award-icon {
    position: relative
}

.stl-awards-list.has-icon .stl-award-column-1 {
    display: flex;
    align-items: center
}

.stl-steps-wrap .steps-single-wrap {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px
}

.stl-steps-wrap .steps-single-wrap .steps-content_wrap {
    font-size: initial
}

.stl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-date {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0;
    transition: 0.4s
}

.stl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-title {
    font-family: var(--sparknex-header-font-family);
    font-size: 18px;
    line-height: 1.333em;
    font-weight: var(--sparknex-header-font-weight);
    text-transform: uppercase;
    transition: 0.4s
}

.stl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-text p:last-child {
    margin-bottom: 0
}

.stl-steps-wrap .steps-single-wrap .steps-icon i {
    line-height: 1em
}

.stl-steps-wrap .steps-single-wrap .steps-image img {
    box-sizing: content-box;
    transition: 0.4s
}

.stl-steps-wrap .steps-single-wrap .steps-same_height {
    display: flex;
    flex-direction: column
}

.stl-steps-wrap .steps-single-wrap.steps-single-invert .steps-image {
    margin-bottom: auto
}

.stl-steps-wrap .steps-single-wrap:not(.steps-single-invert) .steps-image {
    margin-top: auto
}

.stl-steps-wrap .steps-single-wrap.steps-single-invert .steps-same_height.steps-media {
    order: 1
}

.stl-steps-wrap .steps-single-wrap.steps-single-invert .steps-same_height.steps-content_wrap {
    justify-content: flex-end
}

.stl-steps-wrap .steps-single-wrap.steps-single-invert .steps-dot .dot::after {
    top: 100%;
    bottom: auto;
    margin: 10px auto 0
}

.stl-steps-wrap .steps-single-wrap .steps-dot {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important
}

.stl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line {
    --color-1: transparent;
    --color-2: currentColor;
    --line-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.stl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::before,
.stl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::after {
    content: "";
    width: calc(50% + var(--line-size) * 0.5);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat
}

.stl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::before {
    right: 50%;
    background-image: repeating-linear-gradient(90deg, var(--color-1) 0, var(--color-1) var(--line-size), var(--color-2) var(--line-size), var(--color-2) calc(var(--line-size) * 2))
}

.stl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::after {
    left: 50%;
    background-image: repeating-linear-gradient(270deg, var(--color-1) 0, var(--color-1) var(--line-size), var(--color-2) var(--line-size), var(--color-2) calc(var(--line-size) * 2))
}

.stl-steps-wrap .steps-single-wrap .steps-dot .dot {
    --dot-size: 9px;
    display: block;
    line-height: var(--dot-size);
    padding-top: 1px;
    font-size: 14px;
    margin: auto;
    background-size: var(--dot-size);
    background-repeat: no-repeat;
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: var(--dot-size);
    z-index: 2;
    position: relative
}

.stl-steps-wrap .steps-single-wrap .steps-dot .dot::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 2px;
    height: 19px;
    margin: 0 auto 10px
}

.stl-steps-wrap .steps-single-wrap:first-child .steps-dot-line::before {
    width: 100vw
}

.stl-steps-wrap .steps-single-wrap:last-child .steps-dot-line::after {
    width: 100vw
}

.stl-steps.stl-steps-col-1 .steps-single-wrap.steps-single-invert {
    flex-direction: column
}

.stl-steps.stl-steps-col-1 .steps-single-wrap.steps-single-invert .steps-same_height.steps-content_wrap {
    justify-content: flex-start
}

.stl-steps.stl-steps-col-1 .steps-single-wrap.steps-single-invert .steps-same_height.steps-media {
    order: 0
}

.stl-steps.appear_anim .steps-dot,
.stl-steps.appear_anim .steps-content_wrap,
.stl-steps.appear_anim .steps-media {
    opacity: 0
}

.stl-steps.appear_anim .steps-dot {
    transition: all 0.4s, opacity 0.4s 0.3s, transform 0.4s 0.3s
}

.stl-steps.appear_anim .steps-single-wrap:not(.steps-single-invert) .steps-content_wrap {
    transition: all 0.4s, opacity 0.4s 0.5s, transform 0.4s 0.5s;
    transform: translateY(-20px)
}

.stl-steps.appear_anim .steps-single-wrap:not(.steps-single-invert) .steps-media {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    transform: translateY(20px)
}

.stl-steps.appear_anim .steps-single-wrap.steps-single-invert .steps-content_wrap {
    transition: all 0.4s, opacity 0.4s 0.5s, transform 0.4s 0.5s;
    transform: translateY(20px)
}

.stl-steps.appear_anim .steps-single-wrap.steps-single-invert .steps-media {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    transform: translateY(-20px)
}

.stl-steps.appear_anim .show .steps-dot,
.stl-steps.appear_anim .show .steps-media,
.stl-steps.appear_anim .show .steps-content_wrap {
    opacity: 1;
    transform: translateY(0) !important
}

.svg_to_clip {
    width: 50px
}

.stl-video-popup {
    position: relative;
    line-height: 0;
    z-index: 1
}

.stl-video-popup .videobox_content {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s
}

.stl-video-popup .videobox_content-inner {
    display: inline-flex;
    align-items: center
}

.stl-video-popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15)
}

.stl-video-popup .title {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--sparknex-header-font-color);
    overflow: hidden
}

.stl-video-popup .videobox_link {
    display: block;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    transition: all 0.4s
}

.stl-video-popup .videobox_link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    transition: all 350ms
}

.stl-video-popup .videobox_content:hover .videobox_link:before {
    top: 0
}

.stl-video-popup .videobox_content:hover .videobox_content-inner .inner-title {
    display: block;
    position: relative;
    overflow: hidden
}

.stl-video-popup .videobox_content:hover .videobox_content-inner .inner-title {
    animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -105%, 0)
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.stl-video-popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    transition: none
}

.stl-video-popup .videobox_icon.icon_pack {
    width: auto;
    transform: translate(-50%, -50%)
}

.stl-video-popup .videobox_icon.icon_pack::before {
    display: inline-block;
    content: "\f122";
    font-family: "Flaticon";
    vertical-align: middle
}

.stl-video-popup.title_pos-top .videobox_content .videobox_content-inner {
    flex-direction: column
}

.stl-video-popup.title_pos-top .title {
    order: 0;
    margin-bottom: 12px
}

.stl-video-popup.title_pos-right .videobox_content {
    justify-content: flex-start
}

.stl-video-popup.title_pos-right .title {
    margin-left: 12px;
    order: 1
}

.stl-video-popup.title_pos-bot .videobox_content .videobox_content-inner {
    flex-direction: column
}

.stl-video-popup.title_pos-bot .title {
    order: 1;
    margin-top: 12px
}

.stl-video-popup.title_pos-left .title {
    order: 0;
    margin-right: 12px
}

.stl-video-popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%
}

.stl-video-popup.with_image .videobox_link {
    width: 100px;
    height: 100px;
    color: var(--sparknex-primary-color);
    fill: currentColor
}

.stl-video-popup.with_image .videobox_link::before {
    border-radius: 50%;
    background-color: #fff
}

body .elementor-widget-stl-video-popup.button_align-left {
    text-align: left
}

body .elementor-widget-stl-video-popup.button_align-left .videobox_content {
    justify-content: flex-start
}

body .elementor-widget-stl-video-popup.button_align-left.elementor-element {
    display: block;
    width: 100%
}

body .elementor-widget-stl-video-popup.button_align-center {
    text-align: center
}

body .elementor-widget-stl-video-popup.button_align-center .videobox_content {
    justify-content: center
}

body .elementor-widget-stl-video-popup.vertical_align-top .videobox_content {
    align-items: flex-start
}

body .elementor-widget-stl-video-popup.vertical_align-center .videobox_content {
    align-items: center
}

body .elementor-widget-stl-video-popup.vertical_align-bot .videobox_content {
    align-items: flex-end
}

body .elementor-widget-stl-video-popup.button_align-center.elementor-element {
    display: block;
    width: 100%
}

body .elementor-widget-stl-video-popup.button_align-right {
    text-align: right
}

body .elementor-widget-stl-video-popup.button_align-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row
}

body .elementor-widget-stl-video-popup.button_align-right .title_pos-bot .title {
    order: 1
}

body .elementor-widget-stl-video-popup.button_align-right .title_pos-top .title {
    order: 0
}

body .elementor-widget-stl-video-popup.button_align-right.elementor-element {
    display: block;
    width: 100%
}

body .elementor-widget-stl-video-popup.button_align-inline.elementor-element {
    display: inline-block;
    width: auto
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-left {
    text-align: left
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-left .videobox_content {
    justify-content: flex-start
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-left .title_pos-bot .videobox_content,
body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-left .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-start
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-left.elementor-element {
    display: block;
    width: 100%
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-center {
    text-align: center
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-center .videobox_content {
    justify-content: center;
    align-items: center
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-center .title_pos-right .videobox_content {
    justify-content: center;
    align-items: center
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-center.elementor-element {
    display: block;
    width: 100%
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right {
    text-align: right
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right .title_pos-bot .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right .title_pos-bot .title {
    order: 1
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right .title_pos-top .title {
    order: 0
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-right.elementor-element {
    display: block;
    width: 100%
}

body:is(:not([data-elementor-device-mode="widescreen"], [data-elementor-device-mode="desktop"])) .elementor-widget-stl-video-popup.button_align-tablet-inline.elementor-element {
    display: inline-block;
    width: auto
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-left {
    text-align: left
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-left .videobox_content {
    justify-content: flex-start
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-left .title_pos-bot .videobox_content,
body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-left .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-start
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-left.elementor-element {
    display: block;
    width: 100%
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-center {
    text-align: center
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-center .videobox_content {
    justify-content: center;
    align-items: center
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-center .title_pos-right .videobox_content {
    justify-content: center;
    align-items: center
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-center.elementor-element {
    display: block;
    width: 100%
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right {
    text-align: right
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right .title_pos-bot .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right .title_pos-bot .title {
    order: 1
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right .title_pos-top .title {
    order: 0
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-right.elementor-element {
    display: block;
    width: 100%
}

body:is([data-elementor-device-mode="mobile_extra"], [data-elementor-device-mode="mobile"]) .elementor-widget-stl-video-popup.button_align-mobile-inline.elementor-element {
    display: inline-block;
    width: auto
}

.stl-working-hours .working-item {
    display: flex;
    align-items: baseline
}

.stl-working-hours .working-item_day {
    order: 1;
    margin-right: 13px
}

.stl-working-hours .working-item_hours {
    order: 3;
    margin-left: 13px
}

.stl-working-hours .working-item::after {
    content: "";
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    transform: translateY(1px)
}

.stl-working-hours .working-item .working-item_day {
    font-weight: 400
}

.stl-working-hours .working-item .working-item_hours {
    font-weight: 600
}