@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/baloo');
@import url('https://fonts.cdnfonts.com/css/calligraffitti');

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    display: inline-block;
    font-size: 80%
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em 12px
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield
}

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

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

html {
    -webkit-tap-highlight-color: transparent;
    background-attachment: fixed
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
    scroll-behavior: smooth
}

.xdebug-var-dump {
    position: relative;
    z-index: 1000
}

hr {
    border-width: 0;
    border-top: 1px solid;
    margin: 15px 0;
    opacity: .1
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 0
}

pre {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    overflow-x: auto;
    padding: 20px;
    width: 100%
}

p:empty {
    display: none
}

a,
button,
input {
    touch-action: manipulation
}

ins {
    text-decoration: none
}

embed,
iframe,
object {
    max-width: 100%
}

.col,
.columns,
.gallery-item {
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
    width: 100%
}

.col-fit {
    flex: 1
}

.col-first {
    order: -1
}

.col-last {
    order: 1
}

.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%
}

.col-has-radius {
    overflow: hidden
}

@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left: auto;
        margin-right: 0
    }

    .col+.col .col-inner {
        margin-left: 0;
        margin-right: auto
    }
}

@media screen and (max-width: 549px) {
    .small-col-first {
        order: -1
    }
}

@media screen and (min-width: 850px) {
    .large-col-first {
        order: -1
    }
}

@media screen and (max-width: 849px) {
    .medium-col-first {
        order: -1
    }

    .col {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #ececec
    }

    .row-divided.row-reverse>.col+.col:not(.large-12) {
        border-left: 0;
        border-right: 1px solid #ececec
    }

    .col-divided {
        border-right: 1px solid #ececec;
        padding-right: 30px
    }

    .col.col-divided:not(.col-first):last-child {
        border-left: 1px solid #ececec;
        border-right: 0;
        padding-left: 30px;
        padding-right: 0
    }

    .col-border {
        border-right: 1px solid #ececec;
        padding-right: 0
    }

    .col-border+.col,
    .col-divided+.col {
        padding-left: 30px
    }
}

.dark .col-divided {
    border-color: hsla(0, 0%, 100%, .2)
}

.align-equal>.col {
    display: flex
}

.align-middle {
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important
}

.align-bottom {
    align-items: flex-end !important;
    align-self: flex-end !important;
    justify-content: flex-end !important;
    vertical-align: bottom !important
}

.align-top {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    vertical-align: top !important
}

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

.align-right {
    justify-content: flex-end !important
}

.small-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
}

.small-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.small-3 {
    flex-basis: 25%;
    max-width: 25%
}

.small-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.small-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
}

.small-6 {
    flex-basis: 50%;
    max-width: 50%
}

.small-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
}

.small-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

.small-9 {
    flex-basis: 75%;
    max-width: 75%
}

.small-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

.small-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
}

.small-12,
.small-columns-1 .flickity-slider>.col,
.small-columns-1>.col {
    flex-basis: 100%;
    max-width: 100%
}

.small-columns-2 .flickity-slider>.col,
.small-columns-2>.col {
    flex-basis: 50%;
    max-width: 50%
}

.small-columns-3 .flickity-slider>.col,
.small-columns-3>.col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.small-columns-4 .flickity-slider>.col,
.small-columns-4>.col {
    flex-basis: 25%;
    max-width: 25%
}

.small-columns-5 .flickity-slider>.col,
.small-columns-5>.col {
    flex-basis: 20%;
    max-width: 20%
}

.small-columns-6 .flickity-slider>.col,
.small-columns-6>.col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.small-columns-7 .flickity-slider>.col,
.small-columns-7>.col {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%
}

.small-columns-8 .flickity-slider>.col,
.small-columns-8>.col {
    flex-basis: 12.5%;
    max-width: 12.5%
}

@media screen and (min-width: 550px) {
    .medium-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .medium-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .medium-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-12,
    .medium-columns-1 .flickity-slider>.col,
    .medium-columns-1>.col {
        flex-basis: 100%;
        max-width: 100%
    }

    .medium-columns-2 .flickity-slider>.col,
    .medium-columns-2>.col {
        flex-basis: 50%;
        max-width: 50%
    }

    .medium-columns-3 .flickity-slider>.col,
    .medium-columns-3>.col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-columns-4 .flickity-slider>.col,
    .medium-columns-4>.col {
        flex-basis: 25%;
        max-width: 25%
    }

    .medium-columns-5 .flickity-slider>.col,
    .medium-columns-5>.col {
        flex-basis: 20%;
        max-width: 20%
    }

    .medium-columns-6 .flickity-slider>.col,
    .medium-columns-6>.col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-columns-7 .flickity-slider>.col,
    .medium-columns-7>.col {
        flex-basis: 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-columns-8 .flickity-slider>.col,
    .medium-columns-8>.col {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 850px) {
    .large-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .large-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .large-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .large-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .large-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .large-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .large-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .large-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .large-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .gallery-columns-1 .gallery-item,
    .large-12,
    .large-columns-1 .flickity-slider>.col,
    .large-columns-1>.col {
        flex-basis: 100%;
        max-width: 100%
    }

    .gallery-columns-2 .gallery-item,
    .large-columns-2 .flickity-slider>.col,
    .large-columns-2>.col {
        flex-basis: 50%;
        max-width: 50%
    }

    .gallery-columns-3 .gallery-item,
    .large-columns-3 .flickity-slider>.col,
    .large-columns-3>.col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .gallery-columns-4 .gallery-item,
    .large-columns-4 .flickity-slider>.col,
    .large-columns-4>.col {
        flex-basis: 25%;
        max-width: 25%
    }

    .gallery-columns-5 .gallery-item,
    .large-columns-5 .flickity-slider>.col,
    .large-columns-5>.col {
        flex-basis: 20%;
        max-width: 20%
    }

    .gallery-columns-6 .gallery-item,
    .large-columns-6 .flickity-slider>.col,
    .large-columns-6>.col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .gallery-columns-7 .gallery-item,
    .large-columns-7 .flickity-slider>.col,
    .large-columns-7>.col {
        flex-basis: 14.2857142857%;
        max-width: 14.2857142857%
    }

    .gallery-columns-8 .gallery-item,
    .large-columns-8 .flickity-slider>.col,
    .large-columns-8>.col {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
}

.has-shadow>.col>.col-inner {
    background-color: #fff
}

.col-hover-blur .col-inner,
.col-hover-fade .col-inner,
.col-hover-focus .col-inner {
    transition: all, .2s
}

.col-hover-fade .col-inner {
    opacity: .6
}

.col-hover-fade:hover .col-inner {
    opacity: 1
}

.col-hover-blur .col-inner {
    filter: blur(3px)
}

.col-hover-blur:hover .col-inner {
    filter: blur(0)
}

.col-hover-focus:hover .col-inner {
    opacity: 1
}

.row:hover .col-hover-focus .col:not(:hover) {
    opacity: .6
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row,
body {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
    max-width: 1080px
}

.row.row-collapse {
    max-width: 1050px
}

.row.row-small {
    max-width: 1065px
}

.row.row-large {
    max-width: 1110px
}

body.boxed,
body.boxed .header-wrapper,
body.boxed .is-sticky-section,
body.boxed header,
body.framed,
body.framed .header-wrapper,
body.framed header {
    max-width: 1170px
}

@media screen and (min-width: 850px) {
    body.framed {
        margin: 30px auto
    }
}

.flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%
}

.flex-row-start {
    justify-content: flex-start
}

.flex-row-center {
    justify-content: center
}

.flex-row-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.text-center .flex-row {
    justify-content: center
}

.header .flex-row {
    height: 100%
}

.flex-col {
    max-height: 100%
}

.flex-grow {
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    flex: 1
}

.flex-center {
    margin: 0 auto
}

.flex-left {
    margin-right: auto
}

.flex-right {
    margin-left: auto
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-has-center>.flex-col:not(.flex-center),
.flex-has-center>.flex-row>.flex-col:not(.flex-center),
.flex-has-center>.nav-row>.flex-col:not(.flex-center) {
    flex: 1
}

@media (max-width: 849px) {
    .medium-flex-wrap {
        flex-flow: column wrap
    }

    .medium-flex-wrap .flex-col {
        flex-grow: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100%
    }
}

@media (max-width: 549px) {
    .small-flex-wrap {
        flex-flow: column wrap
    }

    .small-flex-wrap .flex-col {
        flex-grow: 0;
        width: 100%
    }
}

@media (min-width: 850px) {

    .col2-set,
    .u-columns {
        display: flex
    }

    .col2-set>div+div,
    .u-columns>div+div {
        padding-left: 30px
    }
}

.row-grid .box .image-cover {
    height: 100%;
    padding: 0
}

.grid-col>.col-inner {
    height: 100%
}

.grid-col .banner,
.grid-col .box,
.grid-col .box-image,
.grid-col .box-image img,
.grid-col .col-inner>.img,
.grid-col .flickity-slider>.img,
.grid-col .image-cover,
.grid-col .image-cover img,
.grid-col .slider,
.grid-col .slider-wrapper,
.grid-col .slider:not(.flickity-enabled),
.grid-col .slider>.img,
.grid-col>.col-inner>.img,
.grid-col>.col-inner>.img .img-inner>img,
.grid-col>.col-inner>.img div {
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%
}

.grid-col .box-image img {
    font-family: "object-fit: cover;"
}

.grid-col .flickity-viewport {
    height: 100% !important
}

.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
    background-color: hsla(0, 0%, 100%, .95);
    bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute
}

@media (prefers-reduced-motion) {
    .grid-col {
        transition: none !important
    }
}

@media (-ms-high-contrast:none) {
    .payment-icon svg {
        max-width: 50px
    }

    .slider-nav-circle .flickity-prev-next-button svg {
        height: 36px !important
    }

    .nav>li>a>i {
        top: -1px
    }
}

.gallery,
.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.row>div:not(.col):not([class^=col-]):not([class*=" col-"]) {
    width: 100% !important
}

.row.row-grid,
.row.row-masonry {
    display: block
}

.row.row-grid>.col,
.row.row-masonry>.col {
    float: left
}

.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto
}

.row .container {
    padding-left: 0;
    padding-right: 0
}

.banner+.row:not(.row-collapse),
.banner-grid-wrapper+.row:not(.row-collapse),
.section+.row:not(.row-collapse),
.slider-wrapper+.row:not(.row-collapse) {
    margin-top: 30px
}

.row-full-width {
    max-width: 100% !important
}

.row-isotope {
    transition: height .3s
}

.row-reverse {
    flex-direction: row-reverse
}

@media screen and (max-width: 549px) {
    .small-row-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 849px) {
    .medium-row-reverse {
        flex-direction: row-reverse
    }
}

.row-collapse {
    padding: 0
}

.row-collapse>.col,
.row-collapse>.flickity-viewport>.flickity-slider>.col {
    padding: 0 !important
}

.row-collapse>.col .container {
    max-width: 100%
}

.container .row-small:not(.row-collapse),
.row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 9.8px 19.6px
}

.container .row-xsmall:not(.row-collapse),
.row .row-xsmall:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -2px;
    margin-right: -2px
}

.row-xsmall>.col,
.row-xsmall>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 2px 3px
}

@media screen and (min-width: 850px) {
    .row-large {
        padding-left: 0;
        padding-right: 0
    }

    .container .row-large:not(.row-collapse),
    .row .row-large:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -30px;
        margin-right: -30px
    }

    .row-large>.col,
    .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 30px 30px
    }
}

.row-dashed,
.row-solid {
    overflow: hidden
}

.row-dashed .col,
.row-solid .col {
    padding: 0;
    position: relative
}

.row-dashed .col-inner,
.row-solid .col-inner {
    padding: 15px
}

.row-dashed .col:before,
.row-solid .col:before {
    border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0
}

.row-dashed .col:after,
.row-solid .col:after {
    border-bottom: 1px dashed #ddd;
    bottom: -1px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%
}

.row-solid .col:before {
    border-left-style: solid
}

.row-solid .col:after {
    border-bottom-style: solid
}

.dark .row-dashed .col:after,
.dark .row-dashed .col:before,
.dark .row-solid .col:after,
.dark .row-solid .col:before {
    border-color: hsla(0, 0%, 100%, .2)
}

.block-html-after-header .row .col {
    padding-bottom: 0
}

.wpb-js-composer .row:before {
    display: block !important
}

.section {
    align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    padding: 30px 0;
    position: relative;
    width: 100%
}

.section.dark {
    background-color: #666
}

.section-bg {
    overflow: hidden
}

.section-bg,
.section-content {
    width: 100%
}

.section-content {
    z-index: 1
}

.has-parallax {
    overflow: hidden
}

.container .section,
.row .section {
    padding-left: 30px;
    padding-right: 30px
}

.is-sticky-section+.sticky-section-helper {
    background-color: #000;
    min-height: 100vh !important
}

.sticky-section-helper+div {
    background-color: #fff;
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    position: relative
}

.sticky-section {
    background-color: #fff;
    height: 100% !important;
    height: 100vh !important;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    right: 0;
    top: 0;
    width: 100% !important
}

.is-sticky-section {
    position: fixed !important
}

.nav-dropdown {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 260px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 9
}

.dark.nav-dropdown {
    color: #f1f1f1
}

.nav-dropdown:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top
}

.nav-dropdown li ul {
    margin: 0;
    padding: 0
}

.nav-dropdown>li.html {
    min-width: 260px
}

.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown,
.no-js li.has-dropdown:hover>.nav-dropdown,
li.current-dropdown>.nav-dropdown {
    left: -15px;
    max-height: inherit;
    opacity: 1;
    visibility: visible
}

.nav-right li.current-dropdown:last-child>.nav-dropdown,
.nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    left: auto;
    right: -15px
}

.nav-column li>a,
.nav-dropdown>li>a {
    display: block;
    line-height: 1.3;
    padding: 10px 20px;
    width: auto
}

.nav-column>li:last-child:not(.nav-dropdown-col)>a,
.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important
}

.dropdown-uppercase.nav-dropdown .nav-column>li>a,
.nav-dropdown.dropdown-uppercase>li>a {
    font-size: 13.6px;
    text-transform: uppercase
}

.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: 160px;
    text-align: left;
    white-space: nowrap;
    width: 160px
}

.nav-dropdown>li.image-column:not(:last-child),
.nav-dropdown>li.nav-dropdown-col:not(:last-child) {
    border-right: 1px solid transparent
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    color: #000;
    font-size: 12.8px;
    font-weight: bolder;
    text-transform: uppercase
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 5px
}

.nav-dropdown li.image-column {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.nav-dropdown li.image-column>a {
    font-size: 0 !important;
    line-height: 0 !important;
    margin: -20px 0 !important;
    padding: 0 !important
}

.nav-dropdown li.image-column>a img {
    display: block;
    margin: 0;
    width: 100%
}

.nav-dropdown li.image-column>a:hover {
    opacity: .8
}

.nav-dropdown-default li.image-column:first-child>a {
    margin-left: -20px !important;
    margin-right: 20px !important
}

.nav-dropdown-default li.image-column:last-child>a {
    margin-right: -20px !important
}

.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,
.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col {
    border-color: #f1f1f1
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0
}

.nav-dropdown-default {
    padding: 20px
}

.nav-dropdown-bold .nav-column li>a,
.nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 10px;
    margin: 0 10px;
    padding-left: 10px;
    padding-right: 5px
}

.nav-dropdown-bold .nav-column li>a:hover,
.nav-dropdown-bold.dark .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
.nav-dropdown.nav-dropdown-bold>li>a:hover {
    background-color: #446084;
    color: #fff !important
}

.nav-dropdown-simple .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgba(0, 0, 0, .03)
}

.nav-dropdown.nav-dropdown-bold li.html,
.nav-dropdown.nav-dropdown-simple li.html {
    padding: 0 20px 10px
}

.menu-item-has-block .nav-dropdown {
    padding: 0
}

li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    display: flex;
    flex-wrap: wrap;
    left: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 1150px !important;
    position: fixed;
    right: auto;
    transform: translateX(-50%);
    transition: opacity .3s !important;
    width: 100%
}

.nav-dropdown-full>li.nav-dropdown-col {
    white-space: normal
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    border: solid transparent;
    bottom: -2px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #fff;
    border-width: 8px;
    margin-left: -8px
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 11px;
    margin-left: -11px;
    z-index: -999
}

.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-custom-size:after,
.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-custom-size:before,
.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:after,
.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:before,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:after,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:before,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:after,
.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:before {
    display: none
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15)
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #ddd
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 1;
    transition: opacity .25s
}

.label-hot.menu-item>a:after,
.label-new.menu-item>a:after,
.label-popular.menu-item>a:after,
.label-sale.menu-item>a:after {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 9px;
    font-weight: bolder;
    letter-spacing: -.1px;
    line-height: 9px;
    margin-left: 4px;
    padding: 2px 3px 3px;
    position: relative;
    text-transform: uppercase;
    top: -2px
}

.label-new.menu-item>a:after {
    background-color: #446084
}

.label-sale.menu-item>a:after {
    background-color: #d26e4b
}

.label-popular.menu-item>a:after {
    background-color: #7a9c59
}

.label-hot.menu-item>a:after {
    background-color: #b20000
}

.nav p {
    margin: 0;
    padding-bottom: 0
}

.nav,
.nav ul:not(.nav-dropdown) {
    margin: 0;
    padding: 0
}

.nav>li>a.button,
.nav>li>button {
    margin-bottom: 0
}

.nav {
    align-items: center;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.nav,
.nav>li {
    position: relative
}

.nav>li {
    list-style: none;
    margin: 0 7px;
    padding: 0;
    transition: background-color .3s
}

.nav>li,
.nav>li>a {
    display: inline-block
}

.nav>li>a {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 0
}

.html .nav>li>a {
    padding-bottom: 0;
    padding-top: 0
}

.nav-small .nav>li>a,
.nav.nav-small>li>a {
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top
}

.nav-small.nav>li.html {
    font-size: 12px
}

.nav-center {
    justify-content: center
}

.nav-fill {
    justify-content: space-between
}

.nav-left {
    justify-content: flex-start
}

.nav-right {
    justify-content: flex-end
}

@media (max-width: 849px) {
    .medium-nav-center {
        justify-content: center
    }
}

@media (max-width: 549px) {
    .small-nav-center {
        justify-content: center
    }
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: hsla(0, 0%, 40%, .85);
    transition: all .2s
}

.nav-column>li>a,
.nav-dropdown>li>a {
    display: block
}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: hsla(0, 0%, 7%, .85)
}

.nav li:first-child {
    margin-left: 0 !important
}

.nav li:last-child {
    margin-right: 0 !important
}

.nav-uppercase>li>a {
    font-weight: bolder;
    letter-spacing: 0.256px;
    text-transform: uppercase
}

.nav-thin>li>a {
    font-weight: thin !important
}

@media (min-width: 850px) {
    .nav-divided>li {
        margin: 0 11.2px
    }

    .nav-divided>li+li>a:after {
        border-left: 1px solid rgba(0, 0, 0, .1);
        content: "";
        height: 15px;
        left: -13px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        width: 1px
    }

    .nav-divided>li+li.icon-top>a:after {
        height: 50px;
        margin-top: -25px
    }
}

li.html .row,
li.html form,
li.html input,
li.html select {
    margin: 0
}

li.html>.button {
    margin-bottom: 0
}

li.hide-title>a {
    display: none !important
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 2px solid;
    border-radius: 99px;
    display: block;
    font-size: 17.6px;
    font-weight: bolder;
    height: 36px;
    line-height: 32px;
    min-width: 36px;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto
}

.nav-pagination>li i {
    font-size: 19.2px;
    top: -1px;
    vertical-align: middle
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff
}

.off-canvas .mobile-sidebar-slide {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%
}

.off-canvas .mobile-sidebar-slide .sidebar-menu {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    transform: translateX(0);
    transition: transform .3s;
    will-change: transform
}

.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu,
.mobile-sidebar-levels-1 .nav-slide>li>ul.children {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 100%;
    opacity: 1;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transform: none;
    width: 100%
}

.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu>li,
.mobile-sidebar-levels-1 .nav-slide>li>ul.children>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-slide,
.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-slide {
    display: block
}

.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-parent,
.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-parent {
    overflow-y: hidden;
    padding-right: 100%;
    width: 200%
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header),
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header) {
    border-top: 1px solid #ececec;
    margin-bottom: 0;
    margin-top: 0;
    transition: background-color .3s
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    color: hsla(0, 0%, 40%, .85);
    font-size: 12.8px;
    letter-spacing: 0.256px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    text-transform: uppercase
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header).active,
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header):hover,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header).active,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header):hover {
    background-color: rgba(0, 0, 0, .05)
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu,
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 200%;
    opacity: 1;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transform: none;
    width: 100%
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu>li,
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children>li,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu>li,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-slide,
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-slide,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-slide,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-slide {
    display: block
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-parent,
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-parent,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-parent,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-parent {
    overflow-y: hidden;
    padding-right: 100%;
    width: 200%
}

.nav-slide {
    -webkit-overflow-scrolling: auto;
    height: 100%;
    overflow: visible;
    overflow-y: auto;
    padding-top: 20px
}

.nav-slide .active>.toggle {
    transform: none
}

.nav-slide>li {
    flex-shrink: 0
}

.nav-slide-header .toggle {
    margin-left: 0 !important;
    padding-left: 5px;
    position: relative !important;
    text-align: left;
    top: 0 !important;
    width: 100%
}

.nav-slide-header .toggle i {
    font-size: 22.4px;
    margin-right: 2px
}

.text-center .nav-slide-header .toggle {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: #446084;
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%
}

.nav-line-bottom>li.active>a:before,
.nav-line-bottom>li:hover>a:before,
.nav-line-grow>li.active>a:before,
.nav-line-grow>li:hover>a:before,
.nav-line>li.active>a:before,
.nav-line>li:hover>a:before {
    opacity: 1
}

.nav:hover>li:not(:hover)>a:before {
    opacity: 0
}

.tabbed-content .nav-line-bottom:before {
    bottom: 0;
    top: auto
}

.nav-line-grow>li>a:before {
    width: 0
}

.nav-line-grow>li.active>a:before,
.nav-line-grow>li:hover>a:before {
    width: 100%
}

.nav-line-bottom>li:after,
.nav-line-bottom>li:before {
    display: none
}

.nav-line-bottom>li>a:before {
    bottom: 0;
    top: auto
}

.nav-box>li.active>a,
.nav-pills>li.active>a {
    background-color: #446084;
    color: #fff;
    opacity: 1
}

.nav-tabs>li.active>a {
    background-color: #fff
}

.nav-dark .nav.nav-tabs>li.active>a {
    color: #000
}

.nav-outline>li.active>a {
    border-color: currentColor;
    color: #446084
}

.tabbed-content {
    display: flex;
    flex-flow: row wrap
}

.tabbed-content .nav,
.tabbed-content .tab-panels {
    width: 100%
}

.tab-panels {
    padding-top: 16px
}

.tab-panels .entry-content {
    padding: 0
}

.tab-panels .panel:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden
}

.tab-panels .panel.active {
    display: block !important
}

.nav-box>li,
.nav-outline>li,
.nav-pills>li,
.nav-tabs>li {
    margin: 0
}

.nav-box>li>a,
.nav-pills>li>a {
    line-height: 40px;
    padding: 0 12px
}

.nav-pills>li>a {
    border-radius: 99px
}

.nav-tabs>li>a {
    background-color: rgba(0, 0, 0, .04);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #ddd;
    padding-left: 15px;
    padding-right: 15px
}

.nav-tabs>li.active>a {
    border-top-color: #446084
}

.nav-dark .nav-tabs>li:not(.active)>a {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: transparent
}

.tabbed-content .nav-tabs>li {
    margin: 0 1.6px -1px
}

.nav-tabs+.tab-panels {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px
}

.nav-outline>li>a {
    border: 2px solid transparent;
    border-radius: 32px;
    line-height: 38.4px;
    padding: 0 12px;
    position: relative;
    z-index: 10
}

@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
        padding-top: 0;
        width: 25%
    }

    .nav-vertical+.tab-panels {
        border-left: 1px solid #ddd;
        flex: 1;
        margin-top: 0 !important;
        padding: 0 30px 30px
    }

    .tabbed-content .nav-vertical.nav-outline {
        padding-right: 15px
    }
}

@media (max-width: 549px) {
    .small-nav-collapse>li {
        margin: 0 !important;
        width: 100%
    }

    .small-nav-collapse>li a {
        display: block;
        width: 100%
    }

    .small-nav-touch {
        -webkit-overflow-scrolling: touch;
        flex-flow: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    .small-nav-touch>li {
        display: inline-block
    }
}

.sidebar-menu-tabs__tab {
    background-color: rgba(0, 0, 0, .02);
    flex: 1 0 50%;
    list-style-type: none;
    max-width: 50%;
    text-align: center
}

.sidebar-menu-tabs__tab.active {
    background-color: rgba(0, 0, 0, .05)
}

.sidebar-menu-tabs__tab-text {
    flex: 1 1 auto
}

.sidebar-menu-tabs.nav>li {
    margin: 0
}

.sidebar-menu-tabs.nav>li>a {
    display: flex;
    padding: 15px 10px
}

.toggle {
    box-shadow: none !important;
    color: currentColor;
    height: auto;
    line-height: 1;
    margin: 0 5px 0 0;
    opacity: .6;
    padding: 0;
    width: 45px
}

.toggle i {
    font-size: 28.8px;
    transition: all .3s
}

.toggle:focus {
    color: currentColor
}

.toggle:hover {
    cursor: pointer;
    opacity: 1
}

.active>.toggle {
    transform: rotate(-180deg)
}

.active>ul.children,
.active>ul.sub-menu:not(.nav-dropdown) {
    display: block !important
}

.widget .toggle {
    margin: 0 0 0 5px;
    min-height: 16px;
    width: 16px
}

.widget .toggle i {
    font-size: 19.2px;
    top: 1px
}

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

.nav.nav-vertical {
    flex-flow: column
}

.nav.nav-vertical li {
    list-style: none;
    margin: 0;
    width: 100%
}

.nav-vertical li li {
    font-size: 16px;
    padding-left: 8px
}

.nav-vertical .image-column {
    display: none !important
}

.nav-vertical>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.nav-vertical>li ul {
    width: 100%
}

.nav-vertical li li.menu-item-has-children {
    margin-bottom: 16px
}

.nav-vertical li li.menu-item-has-children:not(:first-child) {
    margin-top: 16px
}

.nav-vertical>li>a,
.nav-vertical>li>ul>li a {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: auto
}

.nav-vertical li li.menu-item-has-children>a {
    color: #000;
    font-size: 12.8px;
    font-weight: bolder;
    text-transform: uppercase
}

.nav-vertical>li.html {
    padding-bottom: 16px;
    padding-top: 16px
}

.nav-vertical>li>ul li a {
    color: #666;
    transition: color .2s
}

.nav-vertical>li>ul li a:hover {
    color: #111;
    opacity: 1
}

.nav-vertical>li>ul {
    margin: 0 0 32px;
    padding-left: 16px
}

.nav .children {
    left: -99999px;
    opacity: 0;
    position: fixed;
    transform: translateX(-10px);
    transition: background-color .6s, transform .3s, opacity .3s
}

@media (prefers-reduced-motion) {
    .nav .children {
        opacity: 1;
        transform: none
    }
}

.nav:not(.nav-slide) .active>.children {
    left: auto;
    opacity: 1;
    padding-bottom: 30px;
    position: inherit;
    transform: translateX(0)
}

.nav-sidebar.nav-vertical>li.menu-item.active,
.nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: rgba(0, 0, 0, .05)
}

.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #ececec
}

.dark .nav-sidebar.nav-vertical>li+li,
.dark .nav-vertical-fly-out>li+li {
    border-color: hsla(0, 0%, 100%, .2)
}

.nav-vertical>li+li {
    border-top: 1px solid #ececec
}

.nav-vertical-fly-out>li+li {
    border-color: #ececec
}

.nav-vertical.nav-line>li>a:before {
    height: 100%;
    left: auto;
    right: -2px;
    width: 3px;
    z-index: 1
}

.nav-vertical.nav-tabs>li>a {
    border: 0
}

.nav-vertical.nav-tabs>li.active>a {
    border-left: 3px solid #446084
}

.text-center .toggle {
    margin-left: -35px
}

.text-center .nav-vertical li {
    border: 0
}

.text-center .nav-vertical li li,
.text-center.nav-vertical li li {
    padding-left: 0
}

@media screen and (max-width: 549px) {
    .small-nav-vertical {
        flex-flow: column;
        margin-bottom: 20px
    }

    .small-nav-vertical>li {
        border-bottom: 1px solid #ececec;
        list-style: none;
        margin: 0 !important;
        width: 100%
    }
}

.nav-vertical .mega-menu-item {
    width: 100%
}

.nav-vertical .header-button,
.nav-vertical .social-icons {
    display: block;
    width: 100%
}

@media screen and (min-width: 849px) {
    .col-divided>.col-inner>.nav-wrapper>.nav-vertical {
        width: calc(100% + 31px)
    }
}

.header-vertical-menu__opener {
    align-items: center;
    background-color: #446084;
    display: flex;
    flex-direction: row;
    font-size: 14.4px;
    font-weight: 600;
    height: 50px;
    justify-content: space-between;
    padding: 12px 15px;
    width: 250px
}

.header-vertical-menu__opener .icon-menu {
    font-size: 27.2px;
    margin-right: 10px
}

.header-vertical-menu__tagline {
    display: block;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 1.3
}

.header-vertical-menu__title {
    flex: 1 1 auto
}

.header-vertical-menu__fly-out {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 9
}

.header-vertical-menu__fly-out .nav-vertical-fly-out {
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item {
    list-style: none;
    margin: 0;
    position: static
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item[class*=" label-"]>a:after,
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item[class^=label-]>a:after {
    order: 2;
    top: 0
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a>i.icon-angle-down {
    margin-left: auto;
    margin-right: -1.6px;
    order: 3;
    transform: rotate(-90deg)
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    align-items: center;
    display: flex;
    padding: 10px 15px
}

.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>i,
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>img,
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>svg {
    margin-right: 10px
}

.header-vertical-menu__fly-out .nav-top-link {
    font-size: 14.4px;
    order: 1
}

.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
    left: 100% !important;
    top: 0
}

.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
    min-height: 100%
}

.header-vertical-menu__fly-out--open {
    opacity: 1;
    visibility: visible
}

.sticky-hide-on-scroll--active .header-vertical-menu__fly-out,
.stuck .header-vertical-menu__fly-out {
    opacity: 0;
    visibility: hidden
}

.header-wrapper:not(.stuck) .header-vertical-menu__fly-out {
    transition: opacity .25s, visibility .25s
}

.header-vertical-menu__fly-out.has-shadow {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15)
}

.header-vertical-menu:hover .header-vertical-menu__fly-out {
    opacity: 1;
    visibility: visible
}

.badge-container {
    margin: 30px 0 0
}

.badge {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    height: 2.8em;
    pointer-events: none;
    width: 2.8em;
    z-index: 20
}

.badge.top {
    left: 0
}

.badge-inner {
    background-color: #446084;
    color: #fff;
    display: table-cell;
    font-weight: bolder;
    height: 100%;
    line-height: .85;
    padding: 2px;
    text-align: center;
    transition: background-color .3s, color .3s, border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%
}

.badge-small {
    height: 36.8px;
    width: 36.8px
}

.badge-small .badge-inner {
    line-height: .7
}

.badge+.badge {
    height: 40px;
    opacity: .9;
    width: 40px
}

.badge+.badge+.badge {
    opacity: .8
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
    background-color: #fff;
    border: 2px solid;
    color: #446084
}

.has-hover:hover .badge-outline .badge-inner {
    background-color: #446084;
    border-color: #446084;
    color: #fff
}

.badge-circle,
.badge-outline {
    margin-left: -6.4px
}

.badge-circle-inside {
    margin-left: 16px
}

.badge-circle+.badge {
    margin-left: -6.4px;
    margin-top: -6.4px
}

.badge-circle .badge-inner,
.badge-circle-inside .badge-inner {
    border-radius: 999px
}

.badge-frame .badge-inner,
.widget .badge-outline .badge-inner {
    background-color: transparent
}

.badge-frame {
    height: 32px;
    margin-left: -4px
}

.widget .badge {
    margin: 0 !important
}

.dark .widget .badge-outline .badge-inner {
    color: #fff;
    opacity: .7
}

.row-collapse .badge-circle {
    margin-left: 15px
}

.banner {
    background-color: #446084;
    min-height: 30px;
    position: relative;
    width: 100%
}

.banner-bg {
    overflow: hidden
}

.banner-layers {
    height: 100%;
    max-height: 100%;
    position: relative
}

@media (max-width: 549px) {
    .banner-layers {
        -webkit-overflow-scrolling: touch;
        overflow: auto
    }
}

.banner-layers>* {
    position: absolute !important
}

.dark .banner a {
    color: #fff
}

.video-bg {
    font-family: "object-fit: cover; object-position: center center;";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%
}

@media (min-width: 549px) {
    .has-video .bg {
        display: none
    }
}

.box {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.box>a {
    display: block;
    width: 100%
}

.box a {
    display: inline-block
}

.box,
.box-image,
.box-text {
    transition: opacity .3s, transform .3s, background-color .3s
}

.box-image>a,
.box-image>div>a {
    display: block
}

.box-image>a:focus-visible,
.box-image>div>a:focus-visible {
    outline-offset: -2px
}

.box-text {
    font-size: 14.4px;
    padding-bottom: 22.4px;
    padding-top: 11.2px;
    position: relative;
    width: 100%
}

.has-shadow .box-text {
    padding-left: 19.2px;
    padding-right: 19.2px
}

@media (max-width: 549px) {
    .box-text {
        font-size: 85%
    }
}

.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.box-image[style*=-radius] {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.box-image-inner {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px
}

.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.box-label {
    overflow: hidden
}

.box-label .box-text.text-center {
    left: 50%;
    margin: 10% 0;
    transform: translateX(-50%)
}

.box-label .box-text.text-right {
    left: auto;
    right: 0
}

.box-label .box-text {
    background-color: #fff;
    bottom: 0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    margin: 10%;
    opacity: .95;
    padding: 8px 24px .55em;
    position: absolute;
    width: auto
}

.box-label:hover .box-text {
    opacity: 1
}

.box-badge {
    overflow: hidden
}

.box-badge .box-text {
    background-color: hsla(0, 0%, 100%, .95);
    bottom: 15%;
    padding: 12.8px 16px 16px;
    position: absolute;
    transition: background .3s;
    z-index: 1
}

.dark .box-badge .box-text {
    background-color: rgba(0, 0, 0, .95)
}

.box-badge:hover .box-text {
    background-color: #446084
}

.box-bounce .box-text {
    padding: 15px 15px 20px;
    z-index: 1
}

.box-bounce:hover .box-text {
    background-color: #fff;
    transform: translateY(-15px)
}

.dark .box-bounce:hover .box-text {
    background-color: #222
}

.box-bounce:hover .box-image {
    transform: translateY(-5px)
}

.box-push .box-text {
    background-color: hsla(0, 0%, 100%, .95);
    margin: -15% auto 0;
    max-width: 85%;
    padding: 15px 20px
}

.box-overlay .box-text,
.box-shade .box-text {
    bottom: 0;
    max-height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    width: 100%
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.box-none .box-text {
    display: none !important
}

.has-post-icon:hover .box-overlay .box-text,
.has-post-icon:hover .box-shade .box-text {
    opacity: 0 !important
}

.box-text-middle.box-overlay .box-text,
.box-text-middle.box-shade .box-text {
    bottom: auto !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 16
}

.box-text-top.box-overlay .box-text,
.box-text-top.box-shade .box-text {
    bottom: auto !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 16
}

.box-vertical .box-text-middle .box-text {
    bottom: auto;
    position: relative;
    top: auto;
    transform: translateY(0)
}

.has-box-vertical .col {
    max-width: 100% !important;
    width: 100% !important
}

@media screen and (max-width: 549px) {
    .box-vertical .box-image {
        width: 100% !important
    }
}

@media screen and (min-width: 550px) {
    .box-list-view .col {
        flex-basis: 100% !important;
        max-width: 100% !important
    }

    .box-list-view .box,
    .box-vertical {
        display: table;
        width: 100%
    }

    .box-list-view .box .image-right,
    .box-vertical .image-right {
        direction: rtl
    }

    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }

    .box-list-view .box .box-text,
    .box-vertical .box-text {
        padding-left: 24px;
        padding-right: 24px
    }

    .box-list-view .box .box-image,
    .box-vertical .box-image {
        width: 50%
    }

    .box-list-view .box.align-top .box-text,
    .box-vertical.align-top .box-text {
        vertical-align: top
    }
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    text-rendering: optimizeLegibility;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 26px;
    margin-right: 16px;
    margin-top: 0;
    max-width: 100%;
    min-height: 20px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle
}

.button span {
    display: inline-block;
    line-height: 1.6
}

.button.is-outline {
    line-height: 2.19em
}

.nav>li>a.button,
.nav>li>a.button:hover {
    padding-bottom: 0;
    padding-top: 0
}

.nav>li>a.button:hover {
    color: #fff
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0, 0, 0, .05);
    color: #fff
}

.button.is-outline,
input[type=button].is-outline,
input[type=reset].is-outline,
input[type=submit].is-outline {
    background-color: transparent;
    border: 2px solid
}

.button:hover,
.dark .button.is-form:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: none
}

.button.is-link,
.button.is-underline {
    background-color: transparent !important;
    border-color: transparent !important;
    padding-left: 2.4px;
    padding-right: 2.4px
}

.button.is-underline:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 20%;
    opacity: .3;
    position: absolute;
    transition: all .3s;
    width: 60%
}

.button.is-underline:hover:before {
    left: 0;
    opacity: 1;
    width: 100%
}

.is-link,
.is-underline {
    color: #666
}

.dark .button.is-link:hover,
.dark .button.is-underline:hover {
    color: #fff;
    opacity: .8
}

.button.is-link:hover,
.button.is-underline:hover {
    box-shadow: none;
    color: #333
}

.is-form,
button.is-form,
input[type=button].is-form,
input[type=reset].is-form,
input[type=submit].is-form {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none
}

.button.is-form:hover {
    background-color: #f1f1f1;
    color: #000
}

.dark .button,
.dark input[type=button],
.dark input[type=reset],
.dark input[type=submit] {
    color: #fff
}

.dark .button.is-form,
.dark input[type=button].is-form,
.dark input[type=reset].is-form,
.dark input[type=submit].is-form {
    color: #000
}

.is-round {
    border-radius: 99px
}

.is-bevel,
.is-gloss,
.is-shade {
    overflow: hidden
}

.is-bevel:after,
.is-gloss:after,
.is-shade:after {
    box-shadow: inset 0 19.2px 0 0 hsla(0, 0%, 100%, .1);
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    width: 150%
}

.is-shade:after {
    box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 32px 15px 0 hsla(0, 0%, 100%, .2)
}

.is-bevel:after {
    box-shadow: inset -.01em -1.6px 0 0 rgba(0, 0, 0, .15);
    left: 0;
    width: 100%
}

.is-outline {
    color: silver
}

.is-outline:hover {
    box-shadow: none !important
}

.primary,
input[type=submit],
input[type=submit].button {
    background-color: #446084
}

.primary.is-link,
.primary.is-outline,
.primary.is-underline {
    color: #446084
}

.is-outline:hover,
.primary.is-outline:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff
}

.success {
    background-color: #7a9c59
}

.success.is-link,
.success.is-outline,
.success.is-underline {
    color: #7a9c59
}

.success.is-outline:hover {
    background-color: #7a9c59;
    border-color: #7a9c59;
    color: #fff
}

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

.white.button.is-outline {
    background-color: transparent;
    color: currentColor !important
}

.white.is-link,
.white.is-outline,
.white.is-underline {
    background-color: transparent !important;
    color: #fff !important
}

.white.is-outline:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #666 !important
}

.button.alt,
.button.checkout,
.checkout-button,
.secondary {
    background-color: #d26e4b
}

.secondary.is-link,
.secondary.is-outline,
.secondary.is-underline {
    color: #d26e4b
}

.secondary.is-outline:hover {
    background-color: #d26e4b;
    border-color: #d26e4b;
    color: #fff
}

a.primary:not(.button),
a.secondary:not(.button) {
    background-color: transparent
}

.alert {
    background-color: #b20000
}

.alert.is-link,
.alert.is-outline,
.alert.is-underline {
    color: #b20000
}

.alert.is-outline:hover {
    background-color: #b20000;
    border-color: #b20000;
    color: #fff
}

.text-center .button:first-of-type {
    margin-left: 0 !important
}

.text-center .button:last-of-type,
.text-right .button:last-of-type {
    margin-right: 0 !important
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    opacity: .6
}

.header-buttons .button {
    margin-bottom: 0;
    margin-right: .65em
}

.header-button {
    display: inline-block
}

.header-button .plain.is-outline:not(:hover) {
    color: #999
}

.nav-dark .header-button .plain.is-outline:not(:hover) {
    color: #fff
}

.header-button .button {
    margin: 0
}

.scroll-for-more {
    margin-left: 0 !important
}

.scroll-for-more:not(:hover) {
    opacity: .7
}

.flex-col .button,
.flex-col button,
.flex-col input {
    margin-bottom: 0
}

code {
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14.4px;
    margin: 0 0.256px;
    padding: 0.256px 8px
}

pre>code {
    display: block;
    padding: 1rem 18px;
    white-space: pre
}

.dark code {
    background-color: rgba(0, 0, 0, .5);
    border-color: #000
}

.is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 16px 0;
    max-width: 30px;
    width: 100%
}

.widget .is-divider {
    margin-top: .66em
}

.dark .is-divider {
    background-color: hsla(0, 0%, 100%, .3)
}

form {
    margin-bottom: 0
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 12px;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%
}

@media (max-width: 849px) {

    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        font-size: 15.6px;
    }
}

input:hover,
select:hover,
textarea:hover {
    box-shadow: inset 0 -28.8px 16px 0 transparent
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 120px;
    padding-top: 11.2px
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    color: #333;
    opacity: 1 !important;
    outline: 0
}

label,
legend {
    display: block;
    font-size: 14.4px;
    font-weight: 700;
    margin-bottom: 6.4px
}

legend {
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}

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

input[type=checkbox],
input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 10px
}

label>.label-body {
    display: inline-block;
    font-weight: 400;
    margin-left: 8px
}

abbr[title=required] {
    color: #b20000
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-radius: 0;
    box-shadow: inset 0 -22.4px 16px 0 rgba(0, 0, 0, .02);
    display: block;
    padding-right: 22.4px
}

.select-resize-ghost {
    display: inline-block;
    opacity: 0;
    position: absolute;
    width: auto
}

select.resize-select {
    width: 55px
}

.select2-selection__arrow b {
    border-color: transparent !important
}

.select2-container .selection .select2-selection--multiple {
    background-image: none;
    height: auto;
    line-height: 27.2px;
    padding: 10px
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
    padding: 5px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .09);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor !important
}

.form-flat button,
.form-flat input {
    border-radius: 99px
}

.form-flat textarea {
    border-radius: 15px
}

.flex-row.form-flat .flex-col,
.form-flat .flex-row .flex-col {
    padding-right: 4px
}

.dark .form-flat input:not([type=submit]),
.dark .form-flat select,
.dark .form-flat textarea,
.nav-dark .form-flat input:not([type=submit]),
.nav-dark .form-flat select,
.nav-dark .form-flat textarea {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-color: hsla(0, 0%, 100%, .09);
    color: #fff
}

.dark .form-flat select option {
    color: #333
}

.dark .form-flat select,
.nav-dark .form-flat select {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
}

.dark .form-flat input::-webkit-input-placeholder,
.nav-dark .form-flat input::-webkit-input-placeholder {
    color: #fff
}

.form-flat .button.icon {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: currentColor !important
}

.form-minimal input:not([type=submit]),
.form-minimal select,
.form-minimal textarea {
    background-color: transparent;
    box-shadow: none
}

.form-minimal.quantity .qty {
    border-left: 0;
    border-right: 0;
    max-width: 32px
}

.woocommerce-invalid input,
input.wpcf7-not-valid {
    border-color: #b20000;
    color: #b20000
}

.woocommerce-invalid select {
    border-color: #b20000
}

.woocommerce-invalid input.input-checkbox {
    outline: 1px solid #b20000;
    outline-offset: 1px
}

.select2-container {
    text-align: left
}

.form-row .select2-container {
    margin-bottom: 16px
}

.select2-search__field {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
    line-height: 2.507em;
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.507em
}

.fl-wrap {
    position: relative
}

.loading-site .fl-labels label[for]:first-child {
    display: none
}

.fl-labels .fl-wrap label[for]:first-child {
    font-size: 12px;
    font-weight: 400;
    left: 17.6px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 8px;
    transition: all .3s;
    white-space: nowrap
}

.dark .fl-wrap label {
    color: #000
}

.fl-wrap.fl-is-active>label[for]:first-child {
    opacity: .8;
    z-index: 1
}

.fl-labels .form-row input:not([type=checkbox]),
.fl-labels .form-row select,
.fl-labels .form-row textarea {
    height: 3.0084em;
    transition: padding .3s
}

.form-row .fl-is-active input,
.form-row .fl-is-active textarea {
    padding-bottom: 8px;
    padding-top: 17.6px
}

.form-row .fl-is-active select {
    padding-bottom: 6.4px;
    padding-top: 17.6px
}

.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative
}

.flickity-slider>.icon-box,
.slider>.icon-box {
    padding-left: 3% !important;
    padding-right: 3% !important
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0.256px;
    width: 100%
}

.icon-box-img svg {
    fill: currentColor;
    height: 100%;
    transition: all .3s;
    width: 100%
}

.icon-box-img svg path {
    fill: currentColor
}

.icon-box:hover .has-icon-bg i,
.icon-box:hover .has-icon-bg svg,
.icon-box:hover .has-icon-bg svg path {
    fill: #fff
}

.has-icon-bg .icon {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative
}

.has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    color: #446084;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: currentColor
}

.has-icon-bg .icon i,
.has-icon-bg .icon img,
.has-icon-bg .icon svg {
    left: 0;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%
}

.icon-box-left .has-icon-bg .icon {
    position: absolute;
    width: 100%
}

.icon-box-left,
.icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.icon-box-left .icon-box-img,
.icon-box-right .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px
}

.icon-box-left .icon-box-text,
.icon-box-right .icon-box-text {
    flex: 1 1 0px
}

.icon-box-right .icon-box-text {
    order: -1
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 16px
}

.icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 16px
}

.icon-box-center .icon-box-img {
    margin: 0 auto 16px
}

.links>li>a:before,
i[class*=" icon-"],
i[class^=icon-] {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important
}

.widget-title i {
    margin-right: 4px;
    opacity: .35
}

.button i,
button i {
    top: -1.5px;
    vertical-align: middle
}

.button.open-video i {
    top: -.027em
}

a.icon-remove,
a.remove {
    border: 2px solid;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    height: 24px;
    line-height: 19px !important;
    text-align: center;
    width: 24px
}

a.icon:not(.button),
button.icon:not(.button) {
    font-family: sans-serif;
    font-size: 19.2px;
    margin-left: .25em;
    margin-right: .25em
}

.header a.icon:not(.button) {
    margin-left: 2px;
    margin-right: 2px
}

.header .nav-small a.icon:not(.button) {
    font-size: 13px
}

.button.icon {
    display: inline-block;
    margin-left: .12em;
    margin-right: .12em;
    min-width: 40px;
    padding-left: 9.6px;
    padding-right: 9.6px
}

.button.icon i {
    font-size: 19.2px
}

.button.icon i+span {
    padding-right: 8px
}

.button.icon.is-small {
    border-width: 1px
}

.button.icon.is-small i {
    top: -1px
}

.button.icon.circle {
    padding-left: 0;
    padding-right: 0
}

.button.icon.circle>span {
    margin: 0 8px
}

.button.icon.circle>span+i {
    margin-left: -4px
}

.button.icon.circle>i {
    margin: 0 8px
}

.button.icon.circle>i+span {
    margin-left: -4px
}

.button.icon.circle>i:only-child {
    margin: 0
}

.nav>li>a>i {
    font-size: 20px;
    transition: color .3s;
    vertical-align: middle
}

.nav>li>a>i+span {
    margin-left: 5px
}

.nav li.has-icon-left>a>i,
.nav li.has-icon-left>a>img,
.nav li.has-icon-left>a>svg {
    margin-right: 5px
}

.nav>li>a>span+i {
    margin-left: 5px
}

.nav-small>li>a>i {
    font-size: 16px
}

.nav>li>a>i.icon-search {
    font-size: 19.2px
}

.nav>li>a>i.icon-menu {
    font-size: 30.4px
}

.nav>li.has-icon>a>i {
    min-width: 16px
}

.nav-vertical>li>a>i {
    font-size: 16px;
    opacity: .6
}

.header-button a.icon:not(.button) {
    display: inline-block;
    padding: 6px 0
}

.header-button a.icon:not(.button) i {
    font-size: 24px
}

.header-button a.icon:not(.button) i.icon-search {
    font-size: 16px
}

.nav-small .header-button a.icon:not(.button) {
    padding: 3px 0
}

.button:not(.icon)>i {
    margin-left: -2.4px;
    margin-right: 6.4px
}

.button:not(.icon)>span+i {
    margin-left: 6.4px;
    margin-right: -2.4px
}

.menu-item-has-children .fa-angle-down {
    font-size: 16px;
    margin-left: 0.256px;
    opacity: .6;
    margin-left: 3px;
}

.overlay-icon {
    background-color: rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    height: 48px;
    line-height: 2.8em;
    opacity: .8;
    text-align: center;
    transition: transform .2s, opacity .2s;
    width: 48px
}

.overlay-icon i {
    font-size: 20.8px;
    top: 3px;
    transition: color .3s
}

.has-hover:hover .overlay-icon {
    opacity: 1;
    transform: scale(1.15)
}

.box-overlay .overlay-icon,
.box-shade .overlay-icon {
    opacity: 0
}

.image-icon {
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: middle
}

span+.image-icon {
    margin-left: 10px
}

.image-icon img {
    max-width: 32px;
    min-width: 100%
}

.nav-small .image-icon {
    height: 16px;
    margin: 0 5px;
    width: 16px
}

.nav-small .image-icon img {
    vertical-align: top
}

[data-icon-label] {
    position: relative
}

[data-icon-label="0"]:after {
    display: none
}

[data-icon-label]:after {
    background-color: #d26e4b;
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    content: attr(data-icon-label);
    font-family: Arial, Sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    letter-spacing: -.5px;
    line-height: 17px;
    min-width: 17px;
    opacity: .9;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    transition: transform .2s;
    z-index: 1
}

.nav-small [data-icon-label]:after {
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    right: -10px;
    top: -4px
}

.button [data-icon-label]:after {
    right: -12px;
    top: -12px
}

.reveal-icon i {
    width: 16px
}

.reveal-icon i,
.reveal-icon span {
    display: inline-block;
    transition: opacity .3s, transform .3s
}

.reveal-icon span {
    transform: translateX(12px)
}

.reveal-icon i+span {
    transform: translateX(-12px)
}

.reveal-icon:hover>span {
    transform: translateX(0)
}

.reveal-icon:not(:hover) i {
    opacity: 0
}

img {
    opacity: 1;
    transition: opacity 1s
}

.col-inner>.img:not(:last-child),
.col>.img:not(:last-child) {
    margin-bottom: 16px
}

.img,
.img .img-inner {
    position: relative
}

.img .img-inner {
    overflow: hidden
}

.img,
.img img {
    width: 100%
}

.overlay {
    background-color: rgba(0, 0, 0, .15);
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform .3s, opacity .6s
}

.img .caption,
.overlay {
    bottom: 0;
    position: absolute
}

.img .caption {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    max-height: 100% !important;
    overflow-y: auto;
    padding: 4px 10px;
    transform: translateY(100%);
    transition: transform .5s;
    width: 100%
}

.img .caption-show,
.img:hover .caption {
    transform: translateY(0)
}

.lazy-load {
    background-color: rgba(0, 0, 0, .03)
}

.has-format,
.image-cover,
.video-fit {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative
}

.video-fit {
    padding-top: 56.5%
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.has-equal-box-heights .box-image {
    padding-top: 100%
}

.video-fit iframe {
    -o-object-fit: fill;
    object-fit: fill
}

.image-tools {
    padding: 10px;
    position: absolute
}

.image-tools a:last-child {
    margin-bottom: 0
}

.image-tools a.button {
    display: block
}

.image-tools.bottom.left {
    padding-right: 0;
    padding-top: 0
}

.image-tools.top.right {
    padding-bottom: 0;
    padding-left: 0
}

.image-tools .cart-icon {
    bottom: 100%;
    left: 10px;
    margin: 5px;
    position: absolute
}

.image-tools .wishlist-button:hover {
    background-color: #b20000;
    border-color: #b20000
}

@media only screen and (max-device-width: 1024px) {
    .image-tools {
        opacity: 1 !important;
        padding: 5px
    }
}

.overlay-tools {
    margin-top: 10px
}

.overlay-tools a {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 99px;
    display: inline-block;
    font-size: 12.8px;
    margin-right: 5px;
    padding: 2px 10px 3px;
    text-shadow: none;
    transition: all .3s
}

.overlay-tools a:hover {
    background-color: #fff;
    color: #000 !important
}

.tag-label {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: .65em;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1;
    padding: 2px 5px;
    text-transform: uppercase;
    transition: background-color .3s, opacity .3s
}

.has-hover:hover .tag-label {
    background-color: #d26e4b;
    opacity: 1
}

.lightbox-content {
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 875px;
    position: relative
}

.lightbox-content .lightbox-inner {
    padding: 30px 20px
}

.pswp__bg {
    background-color: rgba(0, 0, 0, .6)
}

@media (min-width: 549px) {
    .pswp__top-bar {
        background-color: transparent !important
    }
}

.pswp__item {
    opacity: 0;
    transition: opacity .5s
}

.pswp--visible .pswp__item {
    opacity: 1
}

.pswp__caption__center {
    text-align: center
}

.mfp-bg {
    background: #0b0b0b;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .25s;
    width: 100%;
    z-index: 1042
}

.mfp-bg.mfp-ready {
    opacity: .6
}

.mfp-bg.mfp-removing {
    opacity: 0 !important
}

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

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

.mfp-container {
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    text-align: center
}

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

.mfp-image-holder {
    padding: 40px 6.66%
}

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

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
    position: relative;
    text-align: left;
    transform: translateY(-30px);
    transition: transform .5s, opacity .3s;
    vertical-align: middle;
    z-index: 1045
}

.mfp-content-inner {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}

.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0)
}

.mfp-ready.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

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

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

.mfp-close {
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, monospace;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    min-height: 0;
    mix-blend-mode: difference;
    opacity: 0;
    outline: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transform: translateY(50%) translateZ(1px);
    transition: opacity .6s, transform .6s;
    width: 40px;
    z-index: 1046
}

.mfp-close svg {
    pointer-events: none
}

.mfp-content .mfp-close {
    position: absolute
}

.mfp-ready .mfp-close {
    opacity: .6;
    transform: translateY(0) translateZ(1px)
}

.mfp-removing .mfp-close {
    display: none !important
}

.mfp-close:hover {
    opacity: 1
}

.mfp-close-btn-in .mfp-close {
    color: currentColor;
    top: 0 !important
}

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

.mfp-arrow {
    color: #fff;
    height: 50px;
    margin: 0;
    mix-blend-mode: difference;
    opacity: .6;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 1046
}

.mfp-arrow i {
    font-size: 42px !important;
    pointer-events: none
}

.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:active {
    top: 50.1%
}

.mfp-arrow-left {
    left: 0;
    transform: translateX(100%)
}

.mfp-arrow-right {
    right: 0;
    transform: translateX(-100%)
}

.mfp-ready .mfp-arrow-left,
.mfp-ready .mfp-arrow-right {
    transform: translateX(0)
}

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

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

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

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

.mfp-iframe-scaler iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mfp-iframe-scaler iframe,
.mfp-inline-holder .ux-mfp-inline-content--video {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-inline-holder .ux-mfp-inline-content,
img.mfp-img {
    margin: 0 auto
}

img.mfp-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: auto;
    max-height: calc(100vh - 80px);
    max-width: 100%;
    padding: 0 0 40px;
    width: auto
}

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

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

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

.mfp-figure figure {
    margin: 0
}

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

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

.mfp-title a {
    color: #f3f3f3;
    text-decoration: underline
}

.mfp-title a:hover {
    color: #f3f3f3;
    opacity: .8;
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

@media (max-width: 849px) {
    body.body-scroll-lock--active .mfp-wrap {
        overflow: auto;
        position: fixed !important
    }
}

@media (prefers-reduced-motion) {

    .mfp-bg,
    .mfp-close,
    .mfp-content {
        transition: opacity .3s
    }
}

.loading-spin,
.processing {
    position: relative
}

.loading-spin,
.processing:before {
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0, 0, 0, .1) !important;
    border-left: 3px solid #446084;
    border-radius: 50%;
    border-right: 3px solid rgba(0, 0, 0, .1) !important;
    border-top: 3px solid rgba(0, 0, 0, .1) !important;
    content: "";
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    opacity: .8;
    pointer-events: none;
    text-indent: -9999em;
    width: 30px
}

.box-image.processing:before,
.dark .loading-spin,
.dark .processing:before,
.dark.loading-spin,
.dark.processing:before {
    border: 3px solid rgba(0, 0, 0, .1) !important;
    border-left-color: #fff !important
}

.box-image.processing:after {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0
}

.box-image.processing .image-tools {
    opacity: 0 !important
}

.woocommerce-checkout.processing:before {
    position: fixed
}

.loading-spin.centered,
.processing:before {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    z-index: 99
}

.loading-spin {
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.button.loading {
    color: hsla(0, 0%, 100%, .05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative
}

.button.loading:after {
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.is-outline .button.loading:after {
    border-color: #446084
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.ux-menu-link {
    align-items: center
}

.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
    color: hsla(0, 0%, 7%, .85)
}

.dark .ux-menu-link__link {
    border-bottom-color: hsla(0, 0%, 100%, .2)
}

.dark .ux-menu-link--active .ux-menu-link__link,
.dark .ux-menu-link:hover .ux-menu-link__link {
    color: hsla(0, 0%, 100%, .85)
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: solid
}

.ux-menu-link__link {
    align-items: baseline;
    border-bottom-color: #ececec;
    border-bottom-width: 1px;
    color: currentColor;
    flex: 1;
    min-height: 40px;
    padding-bottom: 4.8px;
    padding-top: 4.8px;
    transition: all .2s
}

.ux-menu-link__icon {
    flex-shrink: 0;
    vertical-align: middle;
    width: 16px
}

.ux-menu-link__icon+.ux-menu-link__text {
    padding-left: 8px
}

.ux-menu-title {
    align-items: center;
    color: #000;
    font-size: 12.8px;
    font-weight: bolder;
    margin-top: 5px;
    min-height: 3.125em;
    padding-bottom: 4.8px;
    padding-top: 4.8px;
    text-transform: uppercase
}

.ux-menu-link+.ux-menu-title {
    margin-top: 5px !important
}

.dark .ux-menu-title {
    color: currentColor
}

.off-canvas .mfp-content {
    -ms-scrollbar-base-color: #000;
    -ms-scrollbar-arrow-color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px
}

.off-canvas .nav-vertical li li>a {
    padding-bottom: 5px;
    padding-top: 5px
}

.off-canvas .hide-for-off-canvas {
    display: none !important
}

.off-canvas .hide-for-medium,
.off-canvas .hide-for-small {
    display: inline-block !important
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    -webkit-overflow-scrolling: touch;
    background-color: hsla(0, 0%, 100%, .95);
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-270px);
    transition: transform .2s;
    width: 260px
}

.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content {
    background-color: rgba(0, 0, 0, .95)
}

.off-canvas-right .mfp-content {
    left: auto;
    right: 0;
    transform: translateX(270px)
}

.off-canvas-center .nav-vertical>li>a,
.off-canvas-center .nav-vertical>li>ul>li a {
    justify-content: center
}

.off-canvas-center .nav-vertical>li>a {
    font-size: 24px
}

.off-canvas-center .mfp-container {
    padding: 0
}

.off-canvas-center .mfp-content {
    -webkit-overflow-scrolling: touch;
    max-width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px
}

.off-canvas-center .mfp-content .searchform {
    margin: 0 auto;
    max-width: 260px
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: .85
}

.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
    opacity: .95
}

.off-canvas-center .nav-sidebar.nav-vertical>li {
    border: 0
}

.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding-left: 30px;
    padding-right: 30px
}

.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
    position: absolute;
    right: 0;
    top: 15px
}

.off-canvas-center:not(.dark) .mfp-close {
    color: currentColor
}

.off-canvas.mfp-removing .mfp-content {
    opacity: 0 !important
}

.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
    opacity: 1;
    transform: translate(0)
}

.has-off-canvas .off-canvas-blur {
    filter: blur(5px)
}

.has-off-canvas .off-canvas-zoom {
    transform: scale(.98)
}

.has-off-canvas .current-lightbox-clicked {
    opacity: 0 !important;
    transform: translateY(-7px)
}

.has-off-canvas.has-off-canvas-left .current-lightbox-clicked,
.has-off-canvas.has-off-canvas-right .current-lightbox-clicked {
    transform: translateX(-7px)
}

.off-canvas .sidebar-menu {
    padding: 30px 0
}

.off-canvas .sidebar-inner {
    padding: 30px 20px
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px
}

.off-canvas:not(.off-canvas-center) li.html {
    padding: 20px
}

@media (prefers-reduced-motion) {

    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        transition: opacity .2s
    }
}

.slider-wrapper {
    position: relative
}

.flickity-slider>.img,
.slider-wrapper:last-child,
.slider>.img {
    margin-bottom: 0
}

.row-slider,
.slider {
    position: relative;
    scrollbar-width: none
}

.slider-full .flickity-slider>.col {
    padding: 0 !important
}

.slider-load-first {
    max-height: 999px;
    transition: max-height 2s
}

.slider-load-first:not(.flickity-enabled) {
    max-height: 500px
}

.slider-load-first:not(.flickity-enabled)>div {
    opacity: 0
}

.slider:not(.flickity-enabled) {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto
}

.row-slider::-webkit-scrollbar,
.slider::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

.row.row-slider:not(.flickity-enabled) {
    display: block
}

.slider:not(.flickity-enabled)>* {
    display: inline-block !important;
    vertical-align: top;
    white-space: normal !important
}

.slider:not(.flickity-enabled)>a,
.slider>a,
.slider>a>img,
.slider>div:not(.col),
.slider>img,
.slider>p {
    width: 100%
}

.flickity-slider>a,
.flickity-slider>a>img,
.flickity-slider>div:not(.col),
.flickity-slider>figure,
.flickity-slider>img,
.flickity-slider>p {
    margin: 0;
    padding: 0;
    transition: transform .6s, opacity .6s, box-shadow .6s;
    width: 100% !important
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 0
}

.flickity-enabled {
    display: block;
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%
}

.slider-has-parallax .bg {
    transition: opacity .3s !important
}

.is-dragging .flickity-viewport .flickity-slider {
    pointer-events: none
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    background-color: transparent;
    border: none;
    bottom: 40%;
    color: #111;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    width: 36px
}

.flickity-prev-next-button.next {
    right: 2%;
    transform: translateX(-20%)
}

.flickity-prev-next-button.previous {
    left: 2%;
    transform: translateX(20%)
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
    opacity: .7;
    transform: translateX(0) !important
}

.slider .flickity-prev-next-button:hover {
    box-shadow: none;
    opacity: 1
}

.slider .flickity-prev-next-button:hover .arrow,
.slider .flickity-prev-next-button:hover svg {
    fill: #446084
}

@media (min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        left: 100%;
        right: auto
    }

    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

.flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
    background: none !important;
    box-shadow: none !important;
    cursor: auto;
    opacity: 0 !important;
    pointer-events: none
}

.flickity-prev-next-button svg {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    padding: 20%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    width: 100%
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: currentColor;
    border-color: currentColor;
    transition: all .3s
}

.animate-height,
.slider-auto-height {
    transition: height .2s
}

.flickity-prev-next-button.no-svg {
    color: #111;
    font-size: 26px
}

.slider-no-arrows .flickity-prev-next-button {
    display: none !important
}

.slider-type-fade .flickity-slider {
    transform: none !important
}

.slider-type-fade .flickity-slider>* {
    left: 0 !important;
    opacity: 0;
    z-index: 1
}

.slider-type-fade .flickity-slider>.is-selected {
    opacity: 1;
    z-index: 2
}

.slider-type-fade .flickity-page-dots,
.slider-type-fade .flickity-prev-next-button {
    z-index: 3
}

@media (prefers-reduced-motion) {

    .flickity-prev-next-button.next,
    .flickity-prev-next-button.previous {
        transform: none !important
    }
}

.flickity-page-dots {
    bottom: 15px;
    left: 20%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20%;
    text-align: center
}

.row-slider .flickity-page-dots,
.slider-nav-outside .flickity-page-dots {
    bottom: 0
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    border: 3px solid #111;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .3s;
    width: 12px
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
    background-color: #111;
    border: 0;
    height: 10px;
    opacity: .2;
    width: 10px
}

.flickity-page-dots .dot:hover {
    opacity: .7
}

.flickity-page-dots .dot:first-child:last-child {
    display: none
}

.flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1 !important
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    border-radius: 0;
    height: 4px;
    margin: 0;
    width: 40px
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    height: 4px;
    width: 40px
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #111
}

.slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid;
    border-radius: 100%
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: #fff !important;
    background-color: #446084;
    border-color: #446084
}

.slider-nav-outside.slider-nav-circle .next {
    transform: translateX(-50%) !important
}

.slider-nav-outside.slider-nav-circle .previous {
    transform: translateX(50%) !important
}

.slider-nav-reveal {
    overflow: hidden;
    padding-top: 0
}

.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, .3);
    height: 100%;
    margin: 0 !important;
    top: -2px;
    width: 30px
}

.dark .slider-nav-reveal .flickity-prev-next-button {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 99px;
    color: #fff
}

.slider-nav-reveal .flickity-prev-next-button.next {
    left: auto !important;
    right: -1px !important;
    transform: translateX(10%)
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    left: -1px !important;
    right: auto !important;
    transform: translateX(-10%)
}

.slider-nav-light .flickity-prev-next-button {
    color: #fff
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
    fill: #fff
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #fff
}

.slider-style-container .flickity-slider>*,
.slider-style-focus .flickity-slider>*,
.slider-style-shadow .flickity-slider>* {
    margin: 0 auto;
    max-width: 1080px
}

.slider-style-container:not(.flickity-enabled) .ux_banner,
.slider-style-focus:not(.flickity-enabled) .ux_banner,
.slider-style-shadow:not(.flickity-enabled) .ux_banner {
    opacity: 0 !important
}

.slider-style-container .ux_banner,
.slider-style-focus .ux_banner,
.slider-style-shadow .ux_banner {
    opacity: 1
}

.slider-style-container .flickity-slider>:not(.is-selected),
.slider-style-focus .flickity-slider>:not(.is-selected),
.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: .5
}

.slider-style-shadow {
    padding: 15px 0 25px
}

.slider-style-shadow .flickity-slider>:before {
    background-image: url(../img/shadow@2x.png);
    background-size: 100% 100%;
    bottom: -6px;
    content: "";
    height: 100px;
    left: -10%;
    position: absolute;
    right: -10%;
    z-index: -2
}

.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1;
    transform: scale(.9);
    z-index: -1
}

.slider-style-shadow .flickity-slider>:not(.is-selected):before {
    height: 200px;
    opacity: .5
}

.slider-style-shadow .flickity-slider>.is-selected {
    transform: scale(.95)
}

.slider-style-focus {
    background-color: transparent;
    padding: 30px 0
}

.slider-style-focus .flickity-page-dots {
    bottom: 6px
}

.slider-style-focus .flickity-slider>* {
    max-width: 1050px
}

.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(.93)
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: none
    }

    .row-slider .flickity-prev-next-button {
        background-color: transparent !important;
        box-shadow: none !important;
        opacity: .8;
        transform: translateX(0) !important;
        width: 20px !important
    }

    .row-slider .flickity-prev-next-button svg {
        border: 0 !important;
        padding: 3px !important
    }

    .flickity-page-dots {
        pointer-events: none
    }

    .flickity-slider .banner-layers {
        overflow: hidden
    }
}

.stack {
    --stack-gap: 0;
    display: flex
}

.stack>.text>:first-child {
    margin-top: 0
}

.stack>.text>:last-child {
    margin-bottom: 0
}

.stack-row {
    flex-direction: row
}

.stack-row>* {
    margin: 0 !important
}

.stack-row>*~* {
    margin-left: var(--stack-gap) !important
}

.stack-col {
    flex-direction: column
}

.stack-col>* {
    margin: 0 !important
}

.stack-col>*~* {
    margin-top: var(--stack-gap) !important
}

.items-stretch {
    align-items: stretch
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-baseline {
    align-items: baseline
}

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

.justify-center {
    justify-content: center
}

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

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

.justify-around {
    justify-content: space-around
}

@media (max-width: 849px) {
    .md\:stack-row {
        flex-direction: row
    }

    .md\:stack-row>* {
        margin: 0 !important
    }

    .md\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .md\:stack-col {
        flex-direction: column
    }

    .md\:stack-col>* {
        margin: 0 !important
    }

    .md\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:items-baseline {
        align-items: baseline
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:justify-around {
        justify-content: space-around
    }
}

@media (max-width: 549px) {
    .sm\:stack-row {
        flex-direction: row
    }

    .sm\:stack-row>* {
        margin: 0 !important
    }

    .sm\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .sm\:stack-col {
        flex-direction: column
    }

    .sm\:stack-col>* {
        margin: 0 !important
    }

    .sm\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .sm\:items-stretch {
        align-items: stretch
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:items-baseline {
        align-items: baseline
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:justify-around {
        justify-content: space-around
    }
}

table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 16px;
    width: 100%
}

td,
th {
    border-bottom: 1px solid #ececec;
    font-size: 14.4px;
    line-height: 1.3;
    padding: 8px;
    text-align: left
}

td {
    color: #666
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

.dark td,
.dark th {
    border-color: hsla(0, 0%, 100%, .08)
}

td .label,
td dl,
td form,
td input,
td label,
td p,
td select {
    margin: 8px 0
}

label {
    color: #222
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 849px) {
    .touch-scroll-table {
        box-shadow: inset -2px 0 18px -5px rgba(0, 0, 0, .5);
        margin-left: -15px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 15px;
        position: relative;
        width: calc(100% + 30px)
    }

    .touch-scroll-table table {
        width: 100%
    }
}

.text-box {
    max-height: 100%
}

.text-box .text-box-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 10
}

.text-box-circle .text,
.text-box-square .text {
    background-color: rgba(0, 0, 0, .9);
    height: 0;
    padding: 100% 0 0 !important
}

.text-box-circle .text-inner,
.text-box-square .text-inner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.text-box-circle .border,
.text-box-circle .text-box-content {
    border-radius: 100% !important
}

a {
    color: #334862;
    text-decoration: none
}

.button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
    outline: none
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px
}

a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s
}

.nav-dark a.plain:hover {
    opacity: .7
}

a.icon-circle:hover,
a.remove:hover,
a:hover {
    color: #000
}

.primary:focus-visible,
.submit-button:focus-visible,
button[type=submit]:focus-visible {
    outline-color: #446084
}

.secondary:focus-visible {
    outline-color: #d26e4b
}

.alt:focus-visible {
    outline-color: #d26e4b
}

.dark .widget a,
.dark a {
    color: currentColor
}

.dark .widget a:hover,
.dark a:hover {
    color: #fff
}

ul.links {
    font-size: 13.6px;
    margin: 5px 0
}

ul.links li {
    display: inline-block;
    margin: 0 6.4px
}

ul.links li a {
    color: currentColor
}

ul.links li:before {
    display: inline-block;
    font-family: fl-icons;
    margin-right: 5px
}

ul.links li:first-child {
    margin-left: 0
}

ul.links li:last-child {
    margin-right: 0
}

.next-prev-nav .flex-col {
    padding: 11.2px 0
}

.next-prev-nav i {
    font-size: 32px;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle
}

.next-prev-nav .flex-col+.flex-col {
    border-left: 1px solid #ececec
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

ol,
ul {
    margin-top: 0;
    padding: 0
}

li {
    margin-bottom: 9.6px
}

dl dd,
dl dt {
    display: inline-block;
    margin: 0 5px 0 0
}

dl dd p,
dl dt p {
    margin: 0;
    padding: 0
}

dl {
    font-size: 13.6px;
    opacity: .8;
    text-transform: uppercase
}

ul.ul-reset,
ul.ul-reset>li {
    margin: 0;
    padding: 0
}

ul.ul-reset>li {
    list-style: none
}

.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
    margin-left: 20.8px
}

.col-inner ol li.tab,
.col-inner ul li.tab,
.entry-content ol li.tab,
.entry-content ul li.tab,
.entry-summary ol li.tab,
.entry-summary ul li.tab {
    margin-left: 0
}

ul li.bullet-arrow,
ul li.bullet-checkmark,
ul li.bullet-star {
    border-bottom: 1px solid #ececec;
    list-style: none;
    margin: 0;
    padding: 7px 0 7px 25px;
    position: relative
}

.dark ul li.bullet-arrow,
.dark ul li.bullet-checkmark,
.dark ul li.bullet-star {
    border-color: hsla(0, 0%, 100%, .2)
}

ul li.bullet-arrow:before,
ul li.bullet-checkmark:before,
ul li.bullet-star:before {
    color: #7a9c59;
    font-family: fl-icons;
    font-size: 16px;
    left: 0;
    position: absolute
}

ul li.bullet-checkmark:before {
    content: "" !important
}

ul li.bullet-arrow:before {
    content: "" !important
}

ul li.bullet-star:before {
    content: "" !important
}

.button,
button,
fieldset,
input,
select,
textarea {
    margin-bottom: 16px
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 20.8px
}

form p {
    margin-bottom: 8px
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeSpeed;
    color: #555;
    margin-bottom: 8px;
    margin-top: 0;
    width: 100%
}

.h1,
h1 {
    font-size: 27.2px
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.3
}

.h2,
h2 {
    font-size: 25.6px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 13.6px;
    opacity: .8
}

h1.entry-title.mb {
    margin-bottom: 30px
}

@media (max-width: 549px) {
    h1 {
        font-size: 22.4px
    }

    h2 {
        font-size: 19.2px
    }

    h3 {
        font-size: 16px
    }
}

h6 span {
    font-weight: 400;
    font-weight: 500
}

h3 label {
    display: inline-block;
    margin-right: 10px
}

p {
    margin-top: 0
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span,
p.headline>span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

a.lead,
p.lead {
    font-size: 20.8px
}

.uppercase,
h6,
span.widget-title,
th {
    letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase
}

.lowercase {
    text-transform: none !important
}

span.widget-title {
    font-size: 16px;
    font-weight: 600
}

.is-normal {
    font-weight: 400
}

.is-bold {
    font-weight: 700
}

.is-thin,
.thin-font {
    font-weight: 300 !important
}

.is-thin strong,
.thin-font strong {
    font-weight: 700 !important
}

.is-italic {
    font-style: italic !important
}

.is-uppercase,
.uppercase {
    line-height: 1.2;
    text-transform: uppercase
}

.alt-font,
.is-alt-font {
    font-family: Georgia
}

.is-xxxlarge {
    font-size: 40px
}

.is-xxlarge {
    font-size: 32px
}

.is-xlarge {
    font-size: 24px
}

.is-larger {
    font-size: 20.8px
}

.is-large {
    font-size: 18.4px
}

.is-small,
.is-small.button {
    font-size: 10px
}

.is-smaller {
    font-size: 12px
}

.is-xsmall {
    font-size: 11.2px
}

.is-xxsmall {
    font-size: 9.6px
}

@media (max-width: 549px) {
    .is-xxlarge {
        font-size: 40px
    }

    .is-xlarge {
        font-size: 28.8px
    }

    .is-larger {
        font-size: 19.2px
    }

    .is-large {
        font-size: 16px
    }
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6 {
    line-height: 1.3;
    margin-bottom: 1.6px;
    margin-top: 1.6px
}

.box-text p {
    margin-bottom: 1.6px;
    margin-top: 1.6px
}

.box-text .button {
    margin-top: 16px
}

.banner .button {
    margin-bottom: 8px;
    margin-top: 8px
}

.banner .is-divider,
.banner .text-center .is-divider {
    margin-bottom: 16px;
    margin-top: 16px
}

.banner h1 {
    font-size: 3.5em
}

.banner h2 {
    font-size: 46.4px
}

.banner h3 {
    font-size: 32px
}

.banner h1,
.banner h2,
.banner h3 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.256px;
    margin-top: 0.256px;
    padding: 0
}

.banner h4 {
    font-size: 24px;
    margin-bottom: 9.6px;
    margin-top: 9.6px;
    padding: 0
}

.banner h5,
.banner h6,
.banner p {
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 0
}

.line-height-small {
    line-height: 22.4px
}

[data-line-height=xs] {
    line-height: .85 !important
}

[data-line-height=s] {
    line-height: 1 !important
}

[data-line-height=m] {
    line-height: 1.2 !important
}

[data-line-height=l] {
    line-height: 1.4 !important
}

[data-line-height=xl] {
    line-height: 1.6 !important
}

.nav>li>a {
    font-size: 12.8px
}

.nav>li.html {
    font-size: 13.6px
}

@media (max-width: 849px) {

    .nav>li.html .searchform-wrapper:not(.form-flat) .submit-button,
    .nav>li.html .widget_search .submit-button {
        font-size: 1rem
    }
}

.nav-size-xsmall>li>a {
    font-size: .65em
}

.nav-size-small>li>a {
    font-size: 11.2px
}

.nav-size-medium>li>a {
    font-size: 14.4px
}

.nav-size-large>li>a {
    font-size: 16px
}

.nav-size-xlarge>li>a {
    font-size: 17.6px
}

.nav-spacing-xsmall>li {
    margin: 0
}

.nav-spacing-small>li {
    margin: 0 5px
}

.nav-spacing-medium>li {
    margin: 0 9px
}

.nav-spacing-large>li {
    margin: 0 11px
}

.nav-spacing-xlarge>li {
    margin: 0 13px
}

.fancy-underline {
    position: relative
}

.fancy-underline:after {
    background: url(../img/underline.png) 50% top no-repeat;
    background-size: 100% 9px;
    border-radius: 999px;
    color: green;
    content: "";
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

span.count-up {
    opacity: 0;
    transition: opacity 2s
}

span.count-up.active {
    opacity: 1
}

[data-text-color=primary] {
    color: #446084 !important
}

[data-text-color=secondary] {
    color: #d26e4b !important
}

[data-text-color=alert] {
    color: #b20000 !important
}

[data-text-color=success] {
    color: #7a9c59 !important
}

[data-text-bg=primary] {
    background-color: #446084
}

[data-text-bg=secondary] {
    background-color: #d26e4b
}

[data-text-bg=alert] {
    background-color: #b20000
}

[data-text-bg=success] {
    background-color: #7a9c59
}

.text-bordered-dark,
.text-bordered-primary,
.text-bordered-white {
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px
}

.text-bordered-dark {
    border-color: #000
}

h1.text-bordered-dark,
h1.text-bordered-primary,
h1.text-bordered-white {
    padding: 15px
}

.text-boarder-top-bottom-dark,
.text-boarder-top-bottom-white {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px
}

.text-boarder-top-bottom-dark {
    border-color: #000
}

blockquote {
    border-left: 2px solid #446084;
    color: #333;
    font-size: 19.2px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0 20px 0 1.875em;
    position: relative
}

.dark blockquote {
    color: #fff
}

.clear:after,
.clearfix:after,
.container:after,
.row:after {
    clear: both;
    content: "";
    display: table
}

@media (max-width: 549px) {

    .hide-for-small,
    [data-show=hide-for-small] {
        display: none !important
    }

    .small-text-center {
        float: none !important;
        text-align: center !important;
        width: 100% !important
    }
}

@media (min-width: 550px) {

    .show-for-small,
    [data-show=show-for-small] {
        display: none !important
    }
}

@media (min-width: 850px) {

    .show-for-medium,
    [data-show=show-for-medium] {
        display: none !important
    }
}

@media (max-width: 849px) {

    .hide-for-medium,
    [data-show=hide-for-medium] {
        display: none !important
    }

    .medium-text-center .pull-left,
    .medium-text-center .pull-right {
        float: none
    }

    .medium-text-center .ml {
        margin-left: auto
    }

    .medium-text-center .mr {
        margin-right: auto
    }

    .medium-text-center {
        float: none !important;
        text-align: center !important;
        width: 100% !important
    }
}

@media (min-width: 850px) {

    .hide-for-large,
    [data-show=hide-for-large] {
        display: none !important
    }
}

.pull-right {
    margin-right: 0 !important
}

.pull-left {
    margin-left: 0 !important
}

.mb {
    margin-bottom: 30px
}

.mt {
    margin-top: 30px
}

.mr {
    margin-right: 30px
}

.ml {
    margin-left: 30px
}

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

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

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

.mb-half {
    margin-bottom: 15px
}

.mt-half {
    margin-top: 15px
}

.mr-half {
    margin-right: 15px
}

.ml-half {
    margin-left: 15px
}

.mb-half:last-child,
.mb:last-child {
    margin-bottom: 0
}

.pb {
    padding-bottom: 30px
}

.pt {
    padding-top: 30px
}

.pb-half {
    padding-bottom: 15px
}

.pt-half {
    padding-top: 15px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.inner-padding {
    padding: 30px
}

.first-reset :first-child {
    margin-top: 0
}

.last-reset :last-child {
    margin-bottom: 0
}

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

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-center .is-divider,
.text-center .is-star-rating,
.text-center .star-rating,
.text-center>div,
.text-center>div>div {
    margin-left: auto;
    margin-right: auto
}

.text-center .pull-left,
.text-center .pull-right {
    float: none !important
}

.text-left .is-divider,
.text-left .is-star-rating,
.text-left .star-rating {
    margin-left: 0;
    margin-right: auto
}

.text-right .is-divider,
.text-right .is-star-rating,
.text-right .star-rating,
.text-right>div,
.text-right>div>div {
    margin-left: auto;
    margin-right: 0
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important;
    z-index: 12
}

.top {
    top: 0
}

.right {
    right: 0
}

.left {
    left: 0
}

.bottom,
.fill {
    bottom: 0
}

.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0
}

.v-center {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.h-center {
    left: 50%;
    transform: translateX(-50%)
}

.h-center.v-center {
    bottom: auto !important;
    left: auto !important;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%)
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.is-full-height {
    height: 100%;
    height: 100vh;
    min-height: 550px;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.bg-fill {
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.bg-top {
    background-position: top;
    -o-object-position: top;
    object-position: top
}

.circle,
.circle img {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.round {
    border-radius: 5px
}

.has-border {
    border: 2px solid #446084;
    padding: 15px 30px 30px
}

.dashed-border {
    border-style: dashed
}

.success-border {
    border-color: #7a9c59
}

.bt {
    border-top: 1px solid #ececec
}

.bb {
    border-bottom: 1px solid #ececec
}

.bl {
    border-left: 1px solid #ececec
}

.br {
    border-right: 1px solid #ececec
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.is-invisible {
    opacity: 0;
    visibility: hidden
}

.z-1 {
    z-index: 21
}

.z-2 {
    z-index: 22
}

.z-3 {
    z-index: 23
}

.z-4 {
    z-index: 24
}

.z-5 {
    z-index: 25
}

.z-top {
    z-index: 9995
}

.z-top-2 {
    z-index: 9996
}

.z-top-3 {
    z-index: 9997
}

.no-click {
    pointer-events: none
}

.no-wrap {
    white-space: nowrap
}

.primary-color {
    color: #446084
}

.secondary-color {
    color: #d26e4b
}

.success-color {
    color: #7a9c59
}

.alert-color {
    color: #b20000
}

.bg-primary-color {
    background-color: #446084
}

.bg-secondary-color {
    background-color: #d26e4b
}

.bg-success-color {
    background-color: #7a9c59
}

.bg-alert-color {
    background-color: #b20000
}

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

.inline {
    display: inline
}

.block {
    display: block
}

.flex {
    display: flex
}

@media (max-width: 549px) {
    .small-block {
        display: block
    }
}

.inline-block {
    display: inline-block
}

.inline-images img,
img.inline {
    display: inline-block !important
}

.is-well {
    background-color: rgba(0, 0, 0, .02);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .07), inset 0 0 0 1px rgba(0, 0, 0, .05);
    padding: 30px
}

.no-overflow {
    overflow: hidden
}

.no-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.strong {
    font-weight: 700
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

@media (max-width: 549px) {
    .sm-touch-scroll {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: none
    }
}

.no-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none
}

.no-scrollbar::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media screen and (max-width: 549px) {
    .x5 {
        left: 5%
    }

    .x15 {
        left: 15%
    }

    .x25 {
        left: 25%
    }

    .x35 {
        left: 35%
    }

    .x45 {
        left: 45%
    }

    .x55 {
        right: 45%
    }

    .x65 {
        right: 35%
    }

    .x75 {
        right: 25%
    }

    .x85 {
        right: 15%
    }

    .x95 {
        right: 5%
    }

    .x0 {
        left: 0
    }

    .x10 {
        left: 10%
    }

    .x20 {
        left: 20%
    }

    .x30 {
        left: 30%
    }

    .x40 {
        left: 40%
    }

    .x60 {
        right: 40%
    }

    .x70 {
        right: 30%
    }

    .x80 {
        right: 20%
    }

    .x90 {
        right: 10%
    }

    .x100 {
        right: 0
    }

    .y0 {
        top: 0
    }

    .y10 {
        top: 10%
    }

    .y20 {
        top: 20%
    }

    .y30 {
        top: 30%
    }

    .y40 {
        top: 40%
    }

    .y60 {
        bottom: 40%
    }

    .y70 {
        bottom: 30%
    }

    .y80 {
        bottom: 20%
    }

    .y90 {
        bottom: 10%
    }

    .y100 {
        bottom: 0
    }

    .y5 {
        top: 5%
    }

    .y15 {
        top: 15%
    }

    .y25 {
        top: 25%
    }

    .y35 {
        top: 35%
    }

    .y45 {
        top: 45%
    }

    .y55 {
        bottom: 45%
    }

    .y65 {
        bottom: 35%
    }

    .y75 {
        bottom: 25%
    }

    .y85 {
        bottom: 15%
    }

    .y95 {
        bottom: 5%
    }

    .x50 {
        left: 50%;
        transform: translateX(-50%)
    }

    .y50 {
        top: 50.3%;
        transform: translateY(-50%)
    }

    .y50.x50 {
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width: 550px) and (max-width:849px) {
    .md-x5 {
        left: 5%
    }

    .md-x15 {
        left: 15%
    }

    .md-x25 {
        left: 25%
    }

    .md-x35 {
        left: 35%
    }

    .md-x45 {
        left: 45%
    }

    .md-x55 {
        right: 45%
    }

    .md-x65 {
        right: 35%
    }

    .md-x75 {
        right: 25%
    }

    .md-x85 {
        right: 15%
    }

    .md-x95 {
        right: 5%
    }

    .md-y5 {
        top: 5%
    }

    .md-y15 {
        top: 15%
    }

    .md-y25 {
        top: 25%
    }

    .md-y35 {
        top: 35%
    }

    .md-y45 {
        top: 45%
    }

    .md-y55 {
        bottom: 45%
    }

    .md-y65 {
        bottom: 35%
    }

    .md-y75 {
        bottom: 25%
    }

    .md-y85 {
        bottom: 15%
    }

    .md-y95 {
        bottom: 5%
    }

    .md-x0 {
        left: 0
    }

    .md-x10 {
        left: 10%
    }

    .md-x20 {
        left: 20%
    }

    .md-x30 {
        left: 30%
    }

    .md-x40 {
        left: 40%
    }

    .md-x60 {
        right: 40%
    }

    .md-x70 {
        right: 30%
    }

    .md-x80 {
        right: 20%
    }

    .md-x90 {
        right: 10%
    }

    .md-x100 {
        right: 0
    }

    .md-y0 {
        top: 0
    }

    .md-y10 {
        top: 10%
    }

    .md-y20 {
        top: 20%
    }

    .md-y30 {
        top: 30%
    }

    .md-y40 {
        top: 40%
    }

    .md-y60 {
        bottom: 40%
    }

    .md-y70 {
        bottom: 30%
    }

    .md-y80 {
        bottom: 20%
    }

    .md-y90 {
        bottom: 10%
    }

    .md-y100 {
        bottom: 0
    }

    .md-x50 {
        left: 50%;
        transform: translateX(-50%) !important
    }

    .md-y50 {
        top: 50%;
        transform: translateY(-50%) !important
    }

    .md-x50.md-y50 {
        transform: translate(-50%, -50%) !important
    }
}

@media screen and (min-width: 850px) {
    .lg-x5 {
        left: 5%
    }

    .lg-x15 {
        left: 15%
    }

    .lg-x25 {
        left: 25%
    }

    .lg-x35 {
        left: 35%
    }

    .lg-x45 {
        left: 45%
    }

    .lg-x55 {
        right: 45%
    }

    .lg-x65 {
        right: 35%
    }

    .lg-x75 {
        right: 25%
    }

    .lg-x85 {
        right: 15%
    }

    .lg-x95 {
        right: 5%
    }

    .lg-y5 {
        top: 5%
    }

    .lg-y15 {
        top: 15%
    }

    .lg-y25 {
        top: 25%
    }

    .lg-y35 {
        top: 35%
    }

    .lg-y45 {
        top: 45%
    }

    .lg-y55 {
        bottom: 45%
    }

    .lg-y65 {
        bottom: 35%
    }

    .lg-y75 {
        bottom: 25%
    }

    .lg-y85 {
        bottom: 15%
    }

    .lg-y95 {
        bottom: 5%
    }

    .lg-x0 {
        left: 0
    }

    .lg-x10 {
        left: 10%
    }

    .lg-x20 {
        left: 20%
    }

    .lg-x30 {
        left: 30%
    }

    .lg-x40 {
        left: 40%
    }

    .lg-x60 {
        right: 40%
    }

    .lg-x70 {
        right: 30%
    }

    .lg-x80 {
        right: 20%
    }

    .lg-x90 {
        right: 10%
    }

    .lg-x100 {
        right: 0
    }

    .lg-y0 {
        top: 0
    }

    .lg-y10 {
        top: 10%
    }

    .lg-y20 {
        top: 20%
    }

    .lg-y30 {
        top: 30%
    }

    .lg-y40 {
        top: 40%
    }

    .lg-y60 {
        bottom: 40%
    }

    .lg-y70 {
        bottom: 30%
    }

    .lg-y80 {
        bottom: 20%
    }

    .lg-y90 {
        bottom: 10%
    }

    .lg-y100 {
        bottom: 0
    }

    .lg-x50 {
        left: 50%;
        transform: translateX(-50%) !important
    }

    .lg-y50 {
        top: 50%;
        transform: translateY(-50%) !important
    }

    .lg-x50.lg-y50 {
        transform: translate(-50%, -50%) !important
    }
}

.res-text {
    font-size: 11px
}

.small-1 .res-text,
.small-2 .res-text,
.small-3 .res-text,
.widget-area .res-text {
    font-size: 8px
}

.small-1 .res-text h6,
.small-2 .res-text h6,
.small-3 .res-text h6 {
    font-size: 10px
}

.small-1 .res-text p.lead,
.small-2 .res-text p.lead,
.small-3 .res-text p.lead {
    font-size: 16px
}

.small-4 .res-text {
    font-size: 8.5px
}

.small-5 .res-text {
    font-size: 9px
}

.small-6 .res-text {
    font-size: 10px
}

.small-7 .res-text {
    font-size: 11px
}

.small-8 .res-text {
    font-size: 12px
}

.small-9 .res-text {
    font-size: 13px
}

.small-10 .res-text {
    font-size: 14px
}

.small-11 .res-text {
    font-size: 15px
}

@media screen and (min-width: 550px) {

    .medium-1 .res-text,
    .medium-2 .res-text,
    .medium-3 .res-text,
    .medium-4 .res-text,
    .medium-5 .res-text,
    .medium-6 .res-text,
    .medium-7 .res-text {
        font-size: .8vw
    }

    .medium-8 .res-text {
        font-size: .9vw
    }

    .medium-9 .res-text {
        font-size: 1.15vw
    }

    .medium-10 .res-text {
        font-size: 1.3vw
    }

    .medium-11 .res-text {
        font-size: 1.5vw
    }

    .res-text {
        font-size: 1.8vw
    }
}

@media screen and (min-width: 850px) {
    .res-text {
        font-size: 16px
    }

    .large-1 .res-text,
    .large-2 .res-text,
    .large-3 .res-text,
    .widget-area .res-text {
        font-size: 8px
    }

    .large-1 .res-text h6,
    .large-2 .res-text h6,
    .large-3 .res-text h6 {
        font-size: 10px
    }

    .large-1 .res-text p.lead,
    .large-2 .res-text p.lead,
    .large-3 .res-text p.lead {
        font-size: 16px
    }

    .large-4 .res-text {
        font-size: 8.5px
    }

    .large-5 .res-text {
        font-size: 9px
    }

    .large-6 .res-text {
        font-size: 10px
    }

    .large-7 .res-text {
        font-size: 11px
    }

    .large-8 .res-text {
        font-size: 12px
    }

    .large-9 .res-text {
        font-size: 13px
    }

    .large-10 .res-text {
        font-size: 14px
    }

    .large-11 .res-text {
        font-size: 15px
    }
}

@media (prefers-reduced-motion:no-preference) {

    .slider [data-animate],
    [data-animate] {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        opacity: 0 !important;
        transition: filter 1.3s, transform 1.6s, opacity .7s ease-in;
        will-change: filter, transform, opacity
    }

    .slider [data-animate=bounceInDown],
    .slider [data-animate=bounceInLeft],
    .slider [data-animate=bounceInRight],
    .slider [data-animate=bounceInUp],
    [data-animate=bounceInDown],
    [data-animate=bounceInLeft],
    [data-animate=bounceInRight],
    [data-animate=bounceInUp] {
        transition: transform .8s cubic-bezier(0, .195, 0, 1.465), opacity .5s ease-in
    }

    .slider [data-animate=bounceInLeft],
    [data-animate=bounceInLeft] {
        transform: translate3d(-300px, 0, 0)
    }

    .slider [data-animate=blurIn],
    [data-animate=blurIn] {
        filter: blur(15px)
    }

    .slider [data-animate=fadeInLeft],
    [data-animate=fadeInLeft] {
        transform: translate3d(-70px, 0, 0)
    }

    .slider [data-animate=fadeInRight],
    [data-animate=fadeInRight] {
        transform: translate3d(70px, 0, 0)
    }

    .slider [data-animate=bounceInUp],
    .slider [data-animate=fadeInUp],
    [data-animate=bounceInUp],
    [data-animate=fadeInUp] {
        transform: translate3d(0, 70px, 0)
    }

    .slider [data-animate=bounceInRight],
    [data-animate=bounceInRight] {
        transform: translate3d(300px, 0, 0)
    }

    .slider [data-animate=bounceIn],
    [data-animate=bounceIn] {
        transform: scale(1.3)
    }

    .slider [data-animate=bounceInDown],
    .slider [data-animate=fadeInDown],
    [data-animate=bounceInDown],
    [data-animate=fadeInDown] {
        transform: translate3d(0, -70px, 0)
    }

    .slider [data-animate=flipInY],
    [data-animate=flipInY] {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transform: perspective(400px) rotateY(-90deg) translate3d(15px, 0, 0)
    }

    .slider [data-animate=flipInX],
    [data-animate=flipInX] {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transform: perspective(400px) rotateX(90deg) translate3d(0, -15px, 0)
    }

    .row-slider.slider [data-animated=true],
    .slider .is-selected [data-animated=true],
    [data-animated=true] {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        opacity: 1 !important;
        transform: translateZ(0) scale(1)
    }

    .flickity-slider>:not(.is-selected) [data-animated=true] {
        transition: transform .7s, opacity .3s !important
    }

    .slider [data-animate=none],
    [data-animate=none] {
        opacity: 1 !important
    }

    .slider [data-animate=blurIn][data-animated=true],
    [data-animated=true][data-animate=blurIn] {
        filter: blur(0)
    }

    [data-animated=false] {
        transition: none !important
    }

    .has-shadow [data-animate],
    [data-animate]:hover {
        transition-delay: 0s !important
    }

    [data-animate-delay="100"] {
        transition-delay: .1s
    }

    .nav-anim>li {
        opacity: 0;
        transform: translateY(-15px);
        transition: transform .3s, opacity .3s
    }

    .active .nav-anim>li,
    .mfp-ready .nav-anim>li,
    .nav-anim.active>li {
        opacity: 1;
        transform: none
    }

    .col+.col [data-animate],
    .nav-anim>li,
    [data-animate-delay="200"],
    [data-animate]+[data-animate] {
        transition-delay: .2s
    }

    .nav-anim>li+li,
    [data-animate-delay="300"] {
        transition-delay: .3s
    }

    .col+.col+.col [data-animate],
    .nav-anim>li+li+li,
    [data-animate-delay="400"],
    [data-animate]+[data-animate]+[data-animate] {
        transition-delay: .4s
    }

    .nav-anim>li+li+li+li,
    [data-animate-delay="500"] {
        transition-delay: .5s
    }

    .col+.col+.col+.col [data-animate],
    .nav-anim>li+li+li+li+li,
    [data-animate-delay="600"],
    [data-animate]+[data-animate]+[data-animate]+[data-animate] {
        transition-delay: .6s
    }

    .nav-anim>li+li+li+li+li+li,
    [data-animate-delay="700"] {
        transition-delay: .7s
    }

    .col+.col+.col+.col+.col [data-animate],
    .nav-anim>li+li+li+li+li+li+li,
    [data-animate-delay="800"],
    [data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate] {
        transition-delay: .8s
    }

    .col+.col+.col+.col+.col+.col [data-animate],
    .nav-anim>li+li+li+li+li+li+li+li,
    [data-animate-delay="900"] {
        transition-delay: .9s
    }

    .col+.col+.col+.col+.col+.col+.col [data-animate],
    .nav-anim>li+li+li+li+li+li+li+li+li,
    [data-animate-delay="1000"] {
        transition-delay: 1s
    }

    .slider-type-fade .flickity-slider>:not(.is-selected) [data-animate] {
        opacity: 0 !important;
        transition: none !important
    }
}

@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.is-border {
    border: 1px solid #ececec;
    border-radius: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-dashed {
    border-style: dashed
}

.is-dotted {
    border-style: dotted
}

.has-shadow .box:not(.box-overlay):not(.box-shade),
.has-shadow.box:not(.box-overlay):not(.box-shade) {
    background-color: #fff
}

.dark .has-shadow .box:not(.box-overlay):not(.box-shade),
.dark .has-shadow.box:not(.box-overlay):not(.box-shade) {
    background-color: #333
}

.box-shadow-1,
.box-shadow-1-hover,
.box-shadow-2,
.box-shadow-2-hover,
.box-shadow-3,
.box-shadow-3-hover,
.box-shadow-4,
.box-shadow-4-hover,
.box-shadow-5,
.box-shadow-5-hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner,
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner,
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner,
.row-box-shadow-5 .col-inner,
.row-box-shadow-5-hover .col-inner {
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.box-shadow,
.box-shadow-2,
.box-shadow-2-hover:hover,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.box-shadow-3,
.box-shadow-3-hover:hover,
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22)
}

.box-shadow-4,
.box-shadow-4-hover:hover,
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1)
}

.box-shadow-5,
.box-shadow-5-hover:hover,
.row-box-shadow-5 .col-inner,
.row-box-shadow-5-hover .col-inner:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2)
}

.box-shadow-4-hover:hover,
.box-shadow-5-hover:hover,
.row-box-shadow-4-hover .col-inner:hover,
.row-box-shadow-5-hover .col-inner:hover {
    transform: translateY(-6px)
}

.text-shadow,
.text-shadow-1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.text-shadow-2 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .4)
}

.text-shadow-3 {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, .4)
}

.text-shadow-4 {
    text-shadow: 3px 3px 12px rgba(0, 0, 0, .5)
}

.text-shadow-5 {
    text-shadow: 5px 5px 16px rgba(0, 0, 0, .6)
}

a.hotspot {
    background-color: #000;
    border-radius: 99px;
    color: #fff;
    display: block;
    font-weight: bolder;
    height: 24px;
    line-height: 24px;
    opacity: .8;
    padding: 0;
    text-align: center;
    transition: all .3s;
    width: 24px
}

a.hotspot i {
    font-size: 12.8px
}

a.hotspot:hover {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1
}

.has-hover .bg,
.has-hover [class*=image-] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

.bg-color .bg,
.bg-grayscale:hover .bg,
.has-hover .image-color img,
.has-hover:hover .image-grayscale img {
    filter: grayscale(100%)
}

.bg-color:hover .bg,
.has-hover:hover .image-color img {
    filter: grayscale(0)
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
    transform: scale(1.1)
}

.bg-zoom-long .bg,
.has-hover .image-zoom-long img {
    transition: transform 5s !important
}

.bg-zoom-long .bg,
.has-hover:hover .image-zoom-long img {
    transform: scale(1.3)
}

.bg-zoom-fade:hover .bg,
.has-hover:hover .image-zoom-fade img {
    opacity: .7;
    transform: scale(1.1)
}

.bg-glow:hover .bg,
.has-hover:hover .image-glow img {
    filter: brightness(1.1)
}

.bg-fade-out:hover .bg,
.has-hover:hover .image-fade-out img {
    opacity: .7
}

.has-hover:hover .image-fade img,
.image-fade:hover .bg {
    opacity: .6
}

.bg-fade-in .bg,
.image-fade-in img {
    opacity: .7
}

.bg-fade-in:hover .bg,
.has-hover:hover .image-fade-in img {
    opacity: 1
}

.bg-blur:hover .bg,
.has-hover:hover .image-blur img {
    filter: blur(5px)
}

.bg-overlay-add:not(:hover) .overlay,
.bg-overlay-remove:hover .overlay,
.has-hover:hover .image-overlay-remove .overlay,
.has-hover:not(:hover) .image-overlay-add .overlay {
    opacity: 0
}

.bg-overlay-add-50:not(:hover) .overlay,
.bg-overlay-remove-50:hover .overlay,
.has-hover:hover .image-overlay-remove-50 .overlay,
.has-hover:not(:hover) .image-overlay-add-50 .overlay {
    opacity: .5
}

.has-mask {
    overflow: hidden;
    transform: translateZ(0)
}

.mask-circle {
    -webkit-clip-path: circle(50% at center);
    clip-path: circle(50% at center)
}

.mask-angled {
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%)
}

.mask-angled-right {
    -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%)
}

.mask-arrow {
    -webkit-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 30px, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 30px, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%)
}

.mask-angled-large {
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%)
}

.mask-angled-right-large {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%)
}

.mask-arrow-large {
    -webkit-clip-path: polygon(0 0, calc(50% - 60px) 0, 50% 60px, calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(50% - 60px) 0, 50% 60px, calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%)
}

.mask-angled,
.mask-angled-right,
.mask-arrow {
    margin-top: -30px
}

.mask-angled-large,
.mask-angled-right-large,
.mask-arrow-large {
    margin-top: -60px
}

[data-parallax-container] {
    overflow: hidden
}

@media (prefers-reduced-motion:no-preference) {
    [data-parallax] {
        will-change: transform !important
    }

    [data-parallax]:not(.parallax-active),
    [data-parallax]:not(.parallax-active) .bg {
        opacity: 0
    }
}

.shade {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(0deg, #323232 0, rgba(50, 50, 50, 0) 33%);
    bottom: 0;
    content: " ";
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s
}

.shade-top {
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #000 0, transparent 70%);
    opacity: .4
}

.box:hover .shade {
    opacity: .5
}

.box-shade:not(.dark) .shade {
    background: hsla(0, 0%, 100%, .2);
    background: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0) 33%);
    opacity: .8
}

.hover-slide,
.hover-slide-in,
.hover-zoom,
.hover-zoom-in,
.show-on-hover {
    filter: blur(0);
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s
}

.hover-slide {
    transform: translateY(15%) translateZ(0)
}

.hover-slide-in {
    transform: translateY(100%) translateZ(0)
}

.box-text-middle .box-text.hover-slide {
    transform: translateY(-40%) translateZ(0)
}

.hover-fade-in {
    opacity: 0;
    transition: opacity .3s
}

.has-hover:hover .hover-fade-in {
    opacity: 1
}

.hover-fade-out {
    transition: opacity .3s
}

.has-hover:hover .hover-fade-out {
    opacity: 0
}

.hover-invert {
    filter: invert(0);
    opacity: 1 !important
}

.has-hover:hover .hover-invert {
    filter: invert(100%)
}

.hover-reveal {
    max-height: 0;
    opacity: 0;
    transform: translateY(15%) translateZ(0);
    transition: all .6s
}

.has-hover:hover .hover-reveal {
    max-height: 150px;
    opacity: 1
}

.has-hover:hover .hover-reveal.reveal-small {
    max-height: 30px
}

.hover-blur {
    filter: blur(10px);
    opacity: 0;
    transition: filter .3s, opacity .3s
}

.has-hover:hover .hover-blur {
    filter: blur(0) !important;
    opacity: 1
}

.hover-zoom {
    transform: scale(1.1) translateZ(0)
}

.box-text-middle .box-text.hover-zoom {
    transform: scale(1.1) translateZ(0) translateY(-50%)
}

.hover-zoom-in {
    transform: scale(.9) translateZ(0)
}

.box-text-middle .box-text.hover-zoom-in {
    transform: scale(.9) translateZ(0) translateY(-50%)
}

.hover-bounce {
    opacity: 1 !important;
    transform: scale(1) translateZ(0) translateY(10px) !important;
    transition: transform .3s
}

.has-hover:hover .hover-bounce {
    transform: scale(1) translateZ(0) translateY(0) !important
}

.box-text-middle .hover-bounce {
    transform: scale(1) translateZ(0) translateY(-40%) !important
}

.box-text-middle:hover .box-text.hover-bounce {
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

.has-hover:hover img.show-on-hover {
    opacity: 1
}

.has-hover .box-image:focus-within .show-on-hover,
.has-hover:hover .hover-slide,
.has-hover:hover .hover-slide-in,
.has-hover:hover .hover-zoom,
.has-hover:hover .hover-zoom-in,
.has-hover:hover .show-on-hover {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important
}

.box-text-middle:hover .show-on-hover.box-text,
.has-hover:hover .show-on-hover.center {
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

@media (prefers-reduced-motion) {

    .box-text-middle .box-text.hover-slide,
    .box-text-middle:hover .show-on-hover.box-text,
    .has-hover:hover .hover-bounce,
    .has-hover:hover .hover-slide,
    .has-hover:hover .hover-slide-in,
    .has-hover:hover .hover-zoom,
    .has-hover:hover .hover-zoom-in,
    .has-hover:hover .show-on-hover,
    .has-hover:hover .show-on-hover.center,
    .hover-bounce,
    .hover-reveal,
    .hover-slide,
    .hover-slide-in,
    .hover-zoom,
    .hover-zoom-in {
        transform: translateZ(0)
    }
}

.slider .has-slide-effect {
    background-color: transparent !important;
    overflow: hidden
}

.slider .has-slide-effect .bg {
    opacity: 0;
    transition: opacity 1s
}

.slide-zoom-in .bg,
.slide-zoom-in-fast .bg {
    transform: scale(1)
}

.slide-zoom-out .bg,
.slide-zoom-out-fast .bg {
    transform: scale(1.2)
}

.has-slide-effect.is-selected .bg {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s, transform 20s ease-out
}

.slide-fade-in.is-selected .bg {
    transition: opacity 3.5s
}

.slide-fade-in-fast.is-selected .bg {
    transition: opacity 1.5s
}

.slide-zoom-in-fast.is-selected .bg,
.slide-zoom-in.is-selected .bg {
    transform: scale(1.2)
}

.slide-zoom-out-fast.is-selected .bg {
    transition: opacity 1s, transform 5s ease-out
}

.button.tooltip {
    opacity: 1
}

.tooltipster-default {
    background: #111;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s
}

.tooltipster-default a {
    color: #eee
}

.tooltipster-default:hover {
    color: #fff
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 10px
}

.tooltipster-base {
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 9999999
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
    border-bottom: 8px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-bottom: 9px solid;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
    left: 0;
    margin: 0 auto;
    right: 0
}

.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    border-top: 8px solid transparent !important;
    margin-top: -7px;
    right: -7px;
    top: 50%
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    border-top: 9px solid transparent !important;
    margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    border-top: 8px solid transparent !important;
    left: -7px;
    margin-top: -7px;
    top: 50%
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    border-top: 9px solid transparent !important;
    margin-top: -8px
}

.dark,
.dark p,
.dark td {
    color: #f1f1f1
}

.dark .heading-font,
.dark a.lead,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark label,
.hover-dark:hover a,
.hover-dark:hover h1,
.hover-dark:hover h2,
.hover-dark:hover h3,
.hover-dark:hover h4,
.hover-dark:hover h5,
.hover-dark:hover h6,
.hover-dark:hover p {
    color: #fff
}

.dark .product-footer .woocommerce-tabs,
.dark .product-section,
.dark .stars a+a {
    border-color: hsla(0, 0%, 100%, .2)
}

.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: hsla(0, 0%, 100%, .8)
}

.dark .nav-vertical-fly-out>li>a:hover,
.dark .nav>li.active>a,
.dark .nav>li>a.active,
.dark .nav>li>a:hover,
.nav-dark .nav>li.active>a,
.nav-dark .nav>li.current>a,
.nav-dark .nav>li>a.active,
.nav-dark .nav>li>a:hover,
.nav-dark a.plain:hover,
.nav-dropdown.dark .nav-column>li>a:hover,
.nav-dropdown.dark>li>a:hover {
    color: #fff
}

.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,
.dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col,
.nav-dark .header-divider:after,
.nav-dark .nav-divided>li+li>a:after,
.nav-dark .nav>li.header-divider,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    border-color: hsla(0, 0%, 100%, .2)
}

.dark .nav-vertical li li.menu-item-has-children>a,
.nav-dark .header-button,
.nav-dark .nav-vertical li li.menu-item-has-children>a,
.nav-dark .nav>li.html {
    color: #fff
}

.nav-box a:hover span.amount,
.nav-dark span.amount {
    color: currentColor
}

html {
    overflow-x: hidden
}

@media (max-width: 849px) {
    body {
        overflow-x: hidden
    }
}

#main,
#wrapper {
    background-color: #fff;
    position: relative
}

#main.dark {
    background-color: #333
}

.page-wrapper {
    padding-bottom: 30px;
    padding-top: 30px
}

.page-wrapper-full {
    padding-top: 0
}

.is-sticky-column {
    will-change: min-height
}

.is-sticky-column__inner {
    display: flow-root;
    transform: translate(0);
    transform: translateZ(0);
    will-change: position, transform
}

.ux-body-overlay {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .3s, opacity .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 29
}

.ux-body-overlay--click-active,
.ux-body-overlay--hover-active {
    opacity: 1;
    visibility: visible
}

.header,
.header-wrapper {
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    transition: background-color .3s, opacity .3s;
    width: 100%;
    z-index: 99999
}

.header-bg-color {
    background-color: hsla(0, 0%, 100%, .9)
}

.header-bottom,
.header-top {
    align-items: center;
    display: flex;
    flex-wrap: no-wrap
}

.header.has-transparent,
.header.show-on-scroll,
.header.transparent {
    position: absolute
}

.header.show-on-scroll:not(.stuck),
.header.transparent:not(.stuck) {
    left: auto;
    right: auto
}

.header.show-on-scroll .header-wrapper {
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden
}

.header.show-on-scroll .header-wrapper.stuck {
    opacity: 1;
    visibility: visible
}

.header.transparent .header-bg-color,
.header.transparent .header-bg-image,
.header.transparent .header-bottom,
.header.transparent .header-wrapper {
    background-color: transparent;
    background-image: none !important;
    box-shadow: none
}

.header-bg-color,
.header-bg-image {
    background-position: 50% 0;
    transition: background .4s
}

.header-top {
    background-color: #446084;
    min-height: 20px;
    position: relative;
    z-index: 10
}

.header-main {
    position: relative;
    z-index: 10
}

.header-bottom {
    min-height: 35px;
    position: relative;
    z-index: 9
}

.top-divider {
    border-top: 1px solid;
    margin-bottom: -1px;
    opacity: .1
}

.nav-dark .top-divider {
    display: none
}

.stuck {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0
}

.sticky-jump .stuck {
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s
}

.sticky-fade .stuck {
    -webkit-animation: stuckFadeIn .6s;
    animation: stuckFadeIn .6s
}

.sticky-shrink .stuck .header-main {
    transition: height .8s
}

.stuck .header-inner,
.stuck .logo,
.stuck .logo img {
    margin-top: 0;
    padding-top: 0
}

.header-wrapper:not(.stuck) .logo img {
    transition: max-height .5s
}

.header.show-on-scroll .hide-for-sticky,
.stuck .hide-for-sticky {
    display: none
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15)
}

.nav>li.header-divider {
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 30px;
    margin: 0 7.5px;
    position: relative;
    vertical-align: middle
}

.nav-dark .nav>li.header-divider {
    border-color: hsla(0, 0%, 100%, .1)
}

.header-block {
    min-height: 15px;
    width: 100%
}

.header-full-width .container {
    max-width: 100% !important
}

@media (max-width: 849px) {
    .header-main li.html.custom {
        display: none
    }
}

@media (prefers-reduced-motion) {
    .sticky-jump .stuck {
        -webkit-animation-name: stuckFadeIn;
        animation-name: stuckFadeIn
    }
}

@media (max-width: 549px) {
    .nav-mobile>li>a:not(.button) {
        line-height: 5em
    }
}

.post {
    margin: 0 0 30px
}

.masonery .post {
    margin-bottom: 0
}

.entry-header-text {
    padding: 24px 0
}

.entry-header-text.text-center {
    padding-left: 24px;
    padding-right: 24px
}

.entry-header-text-top {
    padding-top: 0
}

.entry-header-text-bottom {
    padding-bottom: 0
}

.entry-content {
    padding-bottom: 24px;
    padding-top: 24px
}

.masonery .article-inner .box {
    margin-bottom: 24px
}

.article-inner {
    transition: opacity .3s, box-shadow .5s, transform .3s
}

.blog-featured-title+#main .post-sidebar {
    padding-top: 30px
}

.from_the_blog_comments {
    opacity: .8;
    padding-top: 7px
}

.article-inner.has-shadow {
    background-color: #fff
}

.article-inner.has-shadow .author-box,
.article-inner.has-shadow .entry-content,
.article-inner.has-shadow .entry-header-text,
.article-inner.has-shadow footer.entry-meta {
    padding-left: 24px;
    padding-right: 24px
}

.article-inner.has-shadow .entry-header-text-top {
    padding-top: 24px
}

.entry-author {
    padding: 32px 0
}

.banner h2.entry-title {
    font-size: 32px
}

.badge.post-date {
    top: 7%
}

.entry-image img {
    width: 100%
}

.entry-image-float {
    position: relative
}

@media (min-width: 850px) {
    .entry-image-float {
        float: left;
        margin-right: 32px;
        max-width: 50%
    }

    .entry-image-float+.entry-content {
        padding-top: 0
    }
}

.post .entry-summary p:last-of-type {
    margin-bottom: 0
}

footer.entry-meta {
    border-bottom: 2px solid #ececec;
    border-top: 1px solid #ececec;
    font-size: 12.8px;
    padding: 8px 0 9.6px
}

li.recentcomments {
    padding: 7px 0
}

li.recentcomments a {
    display: inline !important
}

.box-blog-post .is-divider {
    height: 2px;
    margin-bottom: 8px;
    margin-top: 8px
}

.bypostauthor {
    display: block
}

.more-link {
    margin-top: 24px
}

.updated:not(.published) {
    display: none
}

@media (min-width: 850px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 24px
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 24px
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto
    }
}

.wp-caption {
    margin-bottom: 32px;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, .05);
    font-size: 14.4px;
    font-style: italic;
    padding: 6.4px
}

.wp-caption-text {
    text-align: center
}

img.size-full.alignnone {
    margin-bottom: 32px
}

.row .entry-content .gallery {
    padding: 0
}

.gallery-caption {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.widget {
    margin-bottom: 24px
}

.widget ul {
    margin: 0
}

.widget li {
    list-style: none
}

.widgets-boxed .widget,
.widgets-framed .widget {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .05);
    padding: 15px 20px
}

.widgets-boxed .widget h3 {
    background-color: #446084;
    color: #fff;
    margin-left: -21px;
    margin-top: -16px;
    padding: 10px 20px;
    width: calc(100% + 42px)
}

.widgets-boxed h3+.is-divider {
    display: none
}

.widget>ul>li,
ul.menu>li {
    list-style: none;
    margin: 0;
    text-align: left
}

.widget>ul>li li,
ul.menu>li li {
    list-style: none
}

.widget>ul>li>a,
.widget>ul>li>span:first-child,
ul.menu>li>a,
ul.menu>li>span:first-child {
    display: inline-block;
    flex: 1;
    padding: 6px 0
}

.widget>ul>li:before,
ul.menu>li:before {
    display: inline-block;
    font-family: fl-icons;
    margin-right: 6px;
    opacity: .6
}

.widget>ul>li li>a,
ul.menu>li li>a {
    display: inline-block;
    font-size: 14.4px;
    padding: 3px 0
}

.widget>ul>li+li,
ul.menu>li+li {
    border-top: 1px solid #ececec
}

.dark .widget>ul>li+li,
.dark ul.menu>li+li {
    border-color: hsla(0, 0%, 100%, .08)
}

.widget>ul>li ul,
ul.menu>li ul {
    border-left: 1px solid #ddd;
    display: none;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%
}

.widget>ul>li ul li,
ul.menu>li ul li {
    border: 0;
    margin: 0
}

.dark .widget>ul>li ul,
.dark ul.menu>li ul {
    border-color: hsla(0, 0%, 100%, .08)
}

.dark .widget>ul>li.active>a,
.dark .widget>ul>li.current-cat>a,
.dark .widget>ul>li>a:hover,
.dark ul.menu>li.active>a,
.dark ul.menu>li.current-cat>a,
.dark ul.menu>li>a:hover {
    color: #fff
}

.widget>ul>li.has-child,
ul.menu>li.has-child {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.widget>ul>li .count {
    font-size: 11.2px;
    line-height: 48px;
    opacity: .5
}

.widget .current-cat-parent>ul,
.widget .current>ul {
    display: block
}

.widget .current-cat>a {
    color: #000;
    font-weight: bolder
}

.recent-blog-posts {
    padding: 10px 0
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px
}

.widget .instagram-pics:after {
    clear: both;
    content: "";
    display: table
}

.widget .instagram-pics>li {
    border: 0;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.333333%
}

.widget .instagram-pics>li a {
    display: block;
    margin: 0;
    padding: 0
}

.widget .instagram-pics>li img {
    display: block;
    width: 100%
}

.widget_layered_nav li {
    align-items: center;
    display: flex
}

.widget_display-latest-tweets li {
    font-size: 14.4px;
    font-style: italic
}

.widget_display-latest-tweets a {
    display: inline !important
}

.widget_display-latest-tweets span {
    display: block;
    font-weight: bolder
}

.wpcf7 {
    color: #333;
    position: relative
}

.wpcf7 .ajax-loader {
    display: none !important
}

.dark .wpcf7 {
    color: #fff
}

.wpcf7 p {
    margin: 0;
    padding: 0
}

.wpcf7 br {
    display: none
}

.wpcf7 label {
    display: inline-block;
    width: 100%
}

.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 19.2px
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .ajax-loader {
    background-color: #fff;
    border-radius: 99px;
    position: absolute;
    right: 0
}

.wpcf7 .wpcf7-not-valid-tip {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #b20000;
    line-height: 19.2px;
    margin-top: -10px;
    opacity: .8;
    padding: 5px 8px;
    position: relative
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border: 10px solid rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 30px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.wpcf7 .wpcf7-validation-errors {
    display: none !important
}

.wpcf7 .flex-col .wpcf7-not-valid-tip {
    margin-top: 5px;
    position: absolute;
    width: 100%;
    z-index: 99
}

.wpcf7 .wpcf7-response-output {
    border-radius: 10px;
    margin: 5px 0 0
}

.wpcf7-form .processing * {
    opacity: .8
}

.password-required form.post-password-form {
    margin: 0 auto;
    max-width: 620px;
    padding: 30px 15px
}

.portfolio-inner img {
    width: 100%
}

.portfolio-bottom {
    margin-bottom: -1px
}

.row+.portfolio-related .portfolio-element-wrapper {
    margin-top: 30px
}

.accordion-inner {
    display: none;
    padding: 16px 36.8px
}

.accordion-title {
    border-top: 1px solid #ddd;
    display: block;
    font-size: 110%;
    padding: 9.6px 36.8px;
    position: relative;
    transition: border .2s ease-out, background-color .3s
}

.dark .accordion-title {
    border-color: hsla(0, 0%, 100%, .2)
}

.accordion-title.active {
    background-color: rgba(0, 0, 0, .03);
    border-color: #446084;
    color: #446084;
    font-weight: 700
}

.dark .accordion-title.active {
    color: #fff
}

.accordion .toggle {
    border-radius: 999px;
    height: 24px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 4.8px;
    transform-origin: 50% 47%;
    width: 36.8px
}

.accordion .active .toggle {
    color: currentColor;
    opacity: 1
}

.breadcrumbs {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0
}

.product-info .breadcrumbs {
    font-size: 13.6px;
    margin: 0 0 8px
}

.breadcrumbs .divider,
.breadcrumbs .separator {
    font-weight: 300;
    margin: 0 4.8px;
    opacity: .35;
    position: relative;
    top: 0
}

.dark .breadcrumbs {
    color: #fff
}

.breadcrumbs a {
    color: hsla(0, 0%, 40%, .7);
    font-weight: 400
}

.breadcrumbs a:first-of-type {
    margin-left: 0
}

.breadcrumbs a.current,
.breadcrumbs a:hover {
    color: #111
}

.dark .breadcrumbs a {
    color: #fff
}

.checkout-breadcrumbs {
    padding: 15px 0
}

.checkout-breadcrumbs a {
    align-items: center;
    color: #ccc;
    display: inline-flex
}

.checkout-breadcrumbs .divider {
    margin: 0 8px;
    top: 2px
}

.breadcrumb-step {
    background-color: #ccc;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 11.2px;
    font-weight: bolder;
    height: 24px;
    line-height: 24px;
    margin: 0 8px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 24px
}

.current .breadcrumb-step {
    background-color: #d26e4b
}

@media (min-width: 850px) {
    .comment-form {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .comment-form>div,
    .comment-form>p {
        padding: 0 15px;
        width: 100%
    }

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email,
    .comment-form p.comment-form-url {
        flex: 1
    }
}

.comment-inner:target {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 15px
}

.comment-list li,
.commentlist li {
    list-style: none;
    padding: 16px 0 0
}

.comment-list li .meta,
.commentlist li .meta {
    margin-bottom: 0
}

.comment-list li .avatar,
.commentlist li .avatar {
    border-radius: 100%
}

.comment-list li .description,
.commentlist li .description {
    font-style: italic
}

.comment-list li .comment-text,
.commentlist li .comment-text {
    padding: 0 24px
}

.comment-list>li:not(:first-child),
.commentlist>li:not(:first-child) {
    border-top: 1px dashed #ddd
}

#comments .comment-respond {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px 0
}

#comments .comment-respond .comment-reply-title {
    font-size: 19.2px
}

#comments .comment-respond small {
    font-size: 9.6px;
    margin-left: 10px;
    text-transform: uppercase
}

.footer-wrapper {
    position: relative;
    width: 100%
}

.footer {
    padding: 30px 0 0
}

.footer-1 {
    background-color: #fff
}

.footer-2 {
    background-color: #777
}

.footer-1,
.footer-2 {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.footer-secondary {
    padding: 7.5px 0
}

.absolute-footer,
html {
    background-color: #5b5b5b
}

.footer ul {
    margin: 0
}

.absolute-footer {
    color: rgba(0, 0, 0, .5);
    font-size: 14.4px;
    padding: 10px 0 15px
}

.absolute-footer.dark {
    color: hsla(0, 0%, 100%, .5)
}

.absolute-footer.fixed {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 7.5px 15px;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    z-index: 101
}

.absolute-footer ul {
    border-bottom: 1px solid #ddd;
    opacity: .8;
    padding-bottom: 5px
}

.absolute-footer.dark ul {
    border-color: hsla(0, 0%, 100%, .08)
}

.absolute-footer.text-center ul {
    border: 0;
    padding-top: 5px
}

.reveal-footer {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    margin-bottom: 100px;
    position: relative;
    z-index: 1
}

.reveal-footer+.footer-wrapper {
    bottom: 0;
    position: fixed;
    z-index: 0
}

.back-to-top {
    bottom: 20px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    right: 20px;
    transform: translateY(30%)
}

.back-to-top.left {
    left: 20px;
    right: unset
}

.back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0)
}

.instagram-image-container {
    display: block;
    padding-bottom: 100%
}

.instagram-image-container a>img {
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.logo {
    line-height: 1;
    margin: 0
}

.logo-tagline {
    font-size: 14.4px;
    font-style: italic;
    line-height: 1;
    margin: 13.6px 0
}

.logo a {
    color: #446084;
    display: block;
    font-size: 32px;
    font-weight: bolder;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase
}

.logo img {
    display: block;
    width: auto
}

.header-logo-dark,
.header-logo-sticky,
.nav-dark .header-logo,
.sticky .dark .header-logo-dark,
.sticky .has-sticky-logo .header-logo {
    display: none !important
}

.nav-dark .header-logo-dark,
.stuck .header-logo-sticky {
    display: block !important
}

.stuck .header-logo-sticky+img,
.stuck .header-logo-sticky+img+img {
    display: none !important
}

.nav-dark .logo a {
    color: #fff
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 30px
}

.logo-center .flex-left {
    flex: 1 1 0;
    order: 1
}

.logo-center .logo {
    margin: 0 30px;
    order: 2;
    text-align: center
}

.logo-center .logo img {
    margin: 0 auto
}

.logo-center .flex-right {
    flex: 1 1 0;
    order: 3
}

@media screen and (max-width: 849px) {
    .header-inner .nav {
        flex-wrap: nowrap
    }

    .medium-logo-left .flex-left {
        flex: 0;
        order: -1
    }

    .medium-logo-left .logo {
        flex: 1
    }

    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1
    }

    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center
    }

    .medium-logo-center .logo img {
        margin: 0 auto
    }

    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3
    }
}

.map-height {
    height: 400px
}

.map-inner {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    padding: 20px
}

.message-box {
    background-color: #f1f1f1;
    padding-left: 30px;
    padding-right: 30px
}

.message-box.dark {
    background-color: #333
}

.message-box .col,
.message-box .col-inner,
.message-box .row {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.next-prev-thumbs li {
    display: inline-block;
    margin: 0 1px !important;
    position: relative
}

.next-prev-thumbs li .button {
    margin-bottom: 0
}

.next-prev-thumbs .nav-dropdown {
    min-width: 90px;
    padding: 2px;
    width: 90px
}

.page-title {
    position: relative
}

.page-title .widget {
    margin: 0 4.8px;
    vertical-align: middle
}

.page-title-bg {
    overflow: hidden
}

.title-bg {
    transition: opacity .6s
}

.title-overlay {
    background-color: rgba(0, 0, 0, .25)
}

.page-title-inner {
    min-height: 60px;
    padding-top: 20px;
    position: relative
}

.page-title-inner button,
.page-title-inner form,
.page-title-inner p,
.page-title-inner select,
.page-title-inner ul {
    margin-bottom: 0;
    margin-top: 0
}

.normal-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec
}

.normal-title .page-title-inner {
    padding-bottom: 15px;
    padding-top: 15px
}

.featured-title {
    background-color: #446084;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.featured-title .page-title-inner {
    padding-bottom: 20px
}

.featured-title .page-title-bg {
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .1)
}

.featured-title .overlay {
    background-color: rgba(0, 0, 0, .4)
}

.payment-icons .payment-icon {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 5px;
    display: inline-block;
    margin: 3px 3px 0;
    opacity: .6;
    padding: 3px 5px 5px;
    transition: opacity .3s
}

.payment-icons .payment-icon svg {
    height: 20px;
    vertical-align: middle;
    width: auto !important
}

.payment-icons .payment-icon:hover {
    opacity: 1
}

.dark .payment-icons .payment-icon {
    background-color: hsla(0, 0%, 100%, .1)
}

.dark .payment-icons .payment-icon svg {
    fill: #fff
}

.pricing-table {
    background-color: #fff;
    border: 1px solid #ececec;
    overflow: hidden;
    padding-bottom: 15px
}

.dark .pricing-table {
    border-color: hsla(0, 0%, 100%, .2)
}

.pricing-table .title {
    border-bottom: 1px solid #ececec;
    padding: 8px 15%
}

.dark .pricing-table .title {
    border-color: hsla(0, 0%, 100%, .2)
}

.pricing-table .price {
    color: #000;
    font-weight: 300;
    padding: 9.6px 15% 0
}

.pricing-table .description {
    padding: 15px 15px 0
}

.pricing-table .items {
    padding: 10px 15%
}

.pricing-table .is-disabled {
    opacity: .6;
    text-decoration: line-through
}

.pricing-table .items .button:last-child {
    margin: 30px 0 0
}

.pricing-table .bullet-more-info {
    font-size: 14px;
    margin-left: 10px
}

.pricing-table .items>div {
    border-bottom: 1px solid #ececec;
    padding: 7.5px 0
}

.dark .pricing-table .items>div {
    border-color: hsla(0, 0%, 100%, .08)
}

.dark .pricing-table {
    background-color: #333
}

.pricing-table .title {
    background-color: rgba(0, 0, 0, .02)
}

.featured-table {
    border-color: #446084;
    border-width: 2px;
    margin-top: -15px
}

.featured-table .title {
    background-color: #446084;
    border-color: #446084;
    color: #fff
}

.scroll-to {
    width: 100%
}

.scroll-to-bullets {
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999
}

.scroll-to-bullets a {
    background-color: #446084;
    border: 3px solid transparent;
    border-radius: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    display: block;
    height: 15px;
    margin: 10px 15px;
    transition: all .3s;
    width: 15px
}

.scroll-to-bullets a.active,
.scroll-to-bullets a:hover {
    background-color: #fff;
    opacity: 1
}

.scroll-to-bullets a.active {
    border-color: #446084
}

.sidebar-menu .search-form {
    display: block !important
}

.searchform-wrapper form {
    margin-bottom: 0
}

.mobile-nav>.search-form,
.sidebar-menu .search-form {
    padding: 5px 0;
    width: 100%
}

.form-flat .search-form-categories {
    padding-right: 5px
}

.searchform-wrapper:not(.form-flat) .submit-button,
.widget_search .submit-button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.searchform {
    position: relative
}

.searchform .button.icon {
    margin: 0
}

.searchform .button.icon i {
    font-size: 19.2px
}

.searchform-wrapper {
    width: 100%
}

.searchform-wrapper.form-flat .submit-button.loading .icon-search {
    opacity: 0
}

.searchform-wrapper.form-flat .submit-button.loading:after {
    border-color: currentColor
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -46.4px
}

.searchform-wrapper .autocomplete-suggestions {
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-y: auto
}

.header .search-form .autocomplete-suggestions,
.header-block .autocomplete-suggestions {
    max-height: 80vh
}

.col .live-search-results,
.header .search-form .live-search-results,
.header-block .live-search-results {
    background-color: hsla(0, 0%, 100%, .95);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #111;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 105%
}

.header li .html .live-search-results {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: 0
}

.autocomplete-suggestion {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    cursor: default;
    display: flex;
    padding: 10px 12px
}

.autocomplete-suggestion .search-name {
    flex: 1
}

.autocomplete-suggestion img {
    border-radius: 99px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.autocomplete-suggestion img+.search-name {
    margin-top: -2.4px;
    padding-left: 8px
}

.autocomplete-suggestion .search-price {
    font-size: 12.8px;
    margin-left: 5px;
    padding-top: 3px
}

.autocomplete-suggestion:last-child {
    border-bottom: none
}

.autocomplete-selected {
    background-color: rgba(0, 0, 0, .05)
}

#search-lightbox {
    font-size: 24px;
    margin: 0 auto;
    max-width: 600px
}

.section-title-container {
    margin-bottom: 24px
}

.banner+.section-title-container,
.row-collapse+.section-title-container,
.slider-wrapper+.section-title-container {
    margin-top: 30px
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.section-title i {
    margin-right: 8px;
    opacity: .6
}

.section-title i.icon-angle-right {
    margin-left: 10px;
    margin-right: 0
}

.section-title span {
    text-transform: uppercase
}

.section-title small {
    font-size: 16px;
    font-weight: 400;
    opacity: .7;
    padding-left: 15px;
    text-transform: none
}

.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1
}

.section-title a {
    display: block;
    font-size: 12.8px;
    margin-left: auto;
    padding-left: 15px
}

.section-title-normal {
    border-bottom: 2px solid #ececec
}

.section-title-normal span {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px
}

.dark .section-title-normal,
.dark .section-title-normal span {
    border-color: hsla(0, 0%, 100%, .2)
}

.section-title-normal b {
    display: none
}

.section-title-center span {
    margin: 0 15px
}

.section-title-bold-center span,
.section-title-center span {
    text-align: center
}

.section-title-bold-center small,
.section-title-center small {
    display: block;
    padding: 0 15px
}

.section-title-bold span,
.section-title-bold-center span {
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 4.8px 12.8px
}

.section-title-bold b:first-of-type {
    display: none
}

.flatsome-cookies {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, .14);
    left: 0;
    padding: 15px 30px;
    position: fixed;
    right: 0;
    top: auto;
    transform: translate3d(0, 100%, 0);
    transition: transform .35s ease;
    z-index: 999
}

.flatsome-cookies__inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.flatsome-cookies__text {
    flex: 1 1 auto;
    padding-right: 30px
}

.flatsome-cookies__buttons {
    flex: 0 0 auto
}

.flatsome-cookies__buttons>a {
    margin-bottom: 0;
    margin-right: 20px
}

.flatsome-cookies__buttons>a:last-child {
    margin-right: 0
}

.flatsome-cookies--inactive {
    transform: translate3d(0, 100%, 0)
}

.flatsome-cookies--active {
    transform: none
}

@media (max-width: 849px) {
    .flatsome-cookies__inner {
        align-items: stretch;
        flex-direction: column;
        font-size: 14.4px;
        text-align: center
    }

    .flatsome-cookies__buttons {
        margin-top: 15px
    }

    .flatsome-cookies__text {
        padding-right: 0
    }
}

.icon-lock:before {
    content: ""
}

.icon-user-o:before {
    content: ""
}

.icon-chat:before,
.icon-line:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-tumblr:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-equalizer:before {
    content: ""
}

.icon-shopping-basket:before {
    content: ""
}

.icon-shopping-bag:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-heart-o:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-500px:before {
    content: ""
}

.icon-vk:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-envelop:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-o:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-feed:before {
    content: ""
}

.icon-checkmark:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-tiktok:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-skype:before {
    content: ""
}

.icon-dribbble:before {
    content: ""
}

.icon-certificate:before {
    content: ""
}

.icon-expand:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-map-pin-fill:before {
    content: ""
}

.icon-pen-alt-fill:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-snapchat:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-twitch:before {
    content: ""
}

.icon-discord:before {
    content: ""
}

.ux-shape-divider {
    --divider-top-width: 100%;
    --divider-width: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.ux-shape-divider svg {
    display: block;
    height: 150px;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.ux-shape-divider--top {
    top: -1px;
    transform: rotate(180deg)
}

.ux-shape-divider--top svg {
    width: calc(var(--divider-top-width) + 2px)
}

.ux-shape-divider--bottom {
    bottom: -1px
}

.ux-shape-divider--bottom svg {
    width: calc(var(--divider-width) + 2px)
}

.ux-shape-divider--flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.ux-shape-divider--to-front {
    z-index: 2
}

.ux-shape-divider .ux-shape-fill {
    fill: #fff
}

.text-center .social-icons {
    margin-left: auto;
    margin-right: auto
}

.social-icons {
    color: #999;
    display: inline-block;
    font-size: 13.6px;
}

.html .social-icons {
    font-size: 16px
}

.html .social-icons .button {
    margin-bottom: 0
}

.social-icons span {
    font-weight: 700;
    padding-right: 10px
}

.social-icons i {
    min-width: 0px
}

.dark .social-icons,
.nav-dark .social-icons {
    color: #fff
}

.dark .social-icons .button.is-outline,
.nav-dark .social-icons .button.is-outline {
    border-color: hsla(0, 0%, 100%, .5)
}

.social-button,
.social-icons .button.icon:hover,
.social-icons .button.icon:not(.is-outline) {
    background-color: currentColor !important;
    border-color: currentColor !important
}

.social-button>i,
.social-button>span,
.social-icons .button.icon:hover>i,
.social-icons .button.icon:hover>span,
.social-icons .button.icon:not(.is-outline)>i,
.social-icons .button.icon:not(.is-outline)>span {
    color: #fff !important
}

.button.facebook:hover,
.button.facebook:not(.is-outline) {
    color: #3a589d !important
}

.button.instagram:hover,
.button.instagram:not(.is-outline) {
    color: #3b6994 !important
}

.button.whatsapp:hover,
.button.whatsapp:not(.is-outline) {
    color: #51cb5a !important
}

.button.twitter:hover,
.button.twitter:not(.is-outline) {
    color: #2478ba !important
}

.button.email:hover,
.button.email:not(.is-outline),
.button.tiktok:hover,
.button.tiktok:not(.is-outline) {
    color: #111 !important
}

.button.phone:hover,
.button.phone:not(.is-outline) {
    color: #51cb5a !important
}

.button.pinterest:hover,
.button.pinterest:not(.is-outline) {
    color: #cb2320 !important
}

.button.rss:hover,
.button.rss:not(.is-outline) {
    color: #fc7600 !important
}

.button.tumblr:hover,
.button.tumblr:not(.is-outline) {
    color: #36455d !important
}

.button.vk:hover,
.button.vk:not(.is-outline) {
    color: #527498 !important
}

.button.google-plus:hover,
.button.google-plus:not(.is-outline) {
    color: #dd4e31 !important
}

.button.linkedin:hover,
.button.linkedin:not(.is-outline) {
    color: #0072b7 !important
}

.button.youtube:hover,
.button.youtube:not(.is-outline) {
    color: #c33223 !important
}

.button.flickr:hover,
.button.flickr:not(.is-outline) {
    color: #e5086f !important
}

.button.snapchat:hover,
.button.snapchat:not(.is-outline) {
    color: #fff600 !important
}

.button.snapchat:hover i,
.button.snapchat:not(.is-outline) i {
    text-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.button.px500:hover,
.button.px500:not(.is-outline) {
    color: #0099e5 !important
}

.button.telegram:hover,
.button.telegram:not(.is-outline) {
    color: #54a9ea !important
}

.button.twitch:hover,
.button.twitch:not(.is-outline) {
    color: #9146fe !important
}

.button.discord:hover,
.button.discord:not(.is-outline) {
    color: #7189d9 !important
}

.woocommerce-product-rating {
    position: relative;
    visibility: visible
}

.star-rating {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-family: fl-icons !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 16px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 8px 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80.96px
}

.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #d26e4b;
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.star-rating span {
    float: left;
    font-family: fl-icons !important;
    font-weight: 400 !important;
    height: 10px;
    left: 0;
    overflow: hidden;
    padding-top: 24px;
    position: absolute;
    top: 0;
    width: 10px
}

.star-rating span:before {
    color: #d26e4b;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.star-rating--inline {
    display: inline-block;
    height: 18px;
    vertical-align: middle
}

.woocommerce-review-link {
    font-size: 90%
}

li.wc-layered-nav-rating {
    font-size: 12.8px
}

li.wc-layered-nav-rating .star-rating {
    display: inline-block;
    margin-bottom: 0
}

.stars a {
    color: transparent !important;
    display: inline-block;
    font-family: fl-icons;
    font-size: 16px;
    margin-left: -10px;
    overflow: hidden
}

.stars a+a {
    border-left: 1px solid #ececec;
    margin-left: 4.8px
}

.stars a.active:after,
.stars a:hover:after {
    color: #d26e4b
}

.stars a:after {
    color: #ddd;
    content: ""
}

.stars a.star-2:after {
    content: ""
}

.stars a.star-3:after {
    content: ""
}

.stars a.star-4:after {
    content: ""
}

.stars a.star-5:after {
    content: ""
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 7.04px;
    --wp--preset--spacing--30: 10.72px;
    --wp--preset--spacing--40: 16px;
    --wp--preset--spacing--50: 24px;
    --wp--preset--spacing--60: 36px;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 8px;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 32px;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 32px;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 32px;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 32px;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 32px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:root {
    --primary-color: #156cfa;
}

.header-main {
    height: 71px
}

#logo img {
    max-height: 71px;
    max-width: 169px;
}

#logo {
    width: 240px;
}

.header-bottom {
    min-height: 30px
}

.header-top {
    min-height: 23px
}

.transparent .header-main {
    height: 30px
}

.transparent #logo img {
    max-height: 30px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 110px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.search-form {
    width: 72%;
}

.header-bg-color {
    background-color: rgba(255, 255, 255, 0.9)
}

.header-bottom {
    background-color: rgba(0, 0, 0, 0.1)
}

.stuck .header-main .nav>li>a {
    line-height: 40px
}

.header-bottom-nav>li>a {
    line-height: 16px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.nav-dropdown {
    font-size: 100%
}

.header-top {
    background-color: rgba(45, 45, 45, 0.7) !important;
}

/* Color */
.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline>li.active>a,
.nav-outline>li.active>a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: #156cfa;
}

/* Color !important */
[data-text-color="primary"] {
    color: #156cfa !important;
}

/* Background Color */
[data-text-bg="primary"] {
    background-color: #156cfa;
}

/* Background */
.scroll-to-bullets a,
.featured-title,
.label-new.menu-item>a:after,
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold>li>a:hover,
.nav-dropdown-bold.dark .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
.header-vertical-menu__opener,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type='submit']:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box>li>a:hover,
.nav-box>li.active>a,
.nav-pills>li.active>a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before,
.banner,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type='submit'].primary,
input[type='submit'].primary,
input[type='reset'].button,
input[type='button'].primary,
.badge-inner {
    background-color: #156cfa;
}

/* Border */
.nav-vertical.nav-tabs>li.active>a,
.scroll-to-bullets a.active,
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.has-hover:hover .badge-outline .badge-inner,
.accordion-title.active,
.featured-table,
.is-outline:hover,
.tagcloud a:hover,
blockquote,
.has-border,
.cart-icon strong:after,
.cart-icon strong,
.blockUI:before,
.processing:before,
.loading-spin,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover {
    border-color: #156cfa
}

.nav-tabs>li.active>a {
    border-top-color: #156cfa
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #156cfa
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: #156cfa
}

/* Fill */
.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #156cfa;
}

/* Focus */
.primary:focus-visible,
.submit-button:focus-visible,
button[type="submit"]:focus-visible {
    outline-color: #156cfa !important;
}

/* Background Color */
[data-icon-label]:after,
.secondary.is-underline:hover,
.secondary.is-outline:hover,
.icon-label,
.button.secondary:not(.is-outline),
.button.alt:not(.is-outline),
.badge-inner.on-sale,
.button.checkout,
.single_add_to_cart_button,
.current .breadcrumb-step {
    background-color: #027373;
}

[data-text-bg="secondary"] {
    background-color: #027373;
}

/* Color */
.secondary.is-underline,
.secondary.is-link,
.secondary.is-outline,
.stars a.active,
.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before,
.color-secondary {
    color: #027373
}

/* Color !important */
[data-text-color="secondary"] {
    color: #027373 !important;
}

/* Border */
.secondary.is-outline:hover {
    border-color: #027373
}

/* Focus */
.secondary:focus-visible,
.alt:focus-visible {
    outline-color: #027373 !important;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: 'Roboto', sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: 'Roboto', sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #2d2d2d;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a,
.header:not(.transparent) .header-bottom-nav.nav>li.current>a,
.header:not(.transparent) .header-bottom-nav.nav>li>a.active,
.header:not(.transparent) .header-bottom-nav.nav>li>a.current {
    color: #156cfa;
}

.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #156cfa;
}

a {
    color: #353535;
}

a:hover {
    color: #156cfa;
}

.tagcloud a:hover {
    border-color: #156cfa;
    background-color: #156cfa;
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff) format('woff');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff) format('woff');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Rep6hNX6pmRMjLo.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3ROp6hNX6pmRMjLo.woff) format('woff');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://ahamedia.vn/wp-content/fonts/dancing-script/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup6hNX6pmRM.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.vp-pswp .pswp__bg {
    background-color: #1e1e1e;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

.has-regular-font-size {
    font-size: 16px
}

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

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

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

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

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

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

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

.aligncenter {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0 0 16px
}

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

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

.menu_top_logo li .level1 {
    border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    font-size: 100%;
    background-color: #fff;
    color: #777;
    display: table;
    left: -15px;
    margin: 0;
    max-height: 0;
    min-width: 260px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 9999;
}

.menu_top_logo li:hover>.level1 {
    opacity: 1;
    visibility: visible;
}

.menu_top_logo li .level1 li:first-child {
    margin-left: 0 !important;
}

.menu_top_logo li .level1 li {
    display: block;
    margin: 0;
    vertical-align: top;
}

.menu_top_logo li .level1 li a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    color: hsla(0, 0%, 40%, .85);
    transition: all .2s;
    line-height: 1.3;
    padding: 10px 20px;
    width: auto;
    font-size: 16px;
}

.menu_top_logo li .level1 li:last-child a {
    border-bottom: 0 !important;
}

.menu_top_logo li.menu-item-has-children::after {
    border-bottom: 120px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #fff;
    border-width: 8px;
    margin-left: -8px;
    bottom: -2px;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.menu_top_logo li.menu-item-has-children::before {

    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
    z-index: -999;
    border: solid transparent;
    bottom: -2px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10;
    background: #9c393900;
}

.menu_top_logo li:hover::after {
    opacity: 1;
    visibility: visible;
}

.menu_top_logo li:hover::before {
    opacity: 1;
    visibility: visible;
}

.nav>li>a:hover {
    background: transparent;
}

.search-icon,
.search-bar-submit {
    width: 22px;
    height: 22px;
    position: unset !important;
    border: none !important;
}

.is-dropdown.menu-item::after {
    border-left: 1px solid rgba(0, 0, 0, .1);
    content: "";
    height: 15px;
    left: -13px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 1px
}

.searchform-wrapper .processing::before {
    right: 200px !important;
}

.nav-dropdown.nav-dropdown-default.level1 {
    padding: 20px !important;
}

.is-search-icon {
    background: #23aadf !important;
}

.is-search-submit {
    min-height: 36px !important;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
    background: #0b6363 !important;
}

.is-form-style .is-search-submit path {
    fill: #fff;
}

.header-search-dropdown i.fa-angle-down {
    display: none;
}

.nav-dropdown-default.active {
    opacity: 1 !important;
    visibility: visible !important;
}

div.is-ajax-search-result {
    max-width: 290px !important;
    border: 2px solid #ddd;
    background: #fff !important;
    margin-top: 19px;
    border-top: none;
}

.mobile-nav .header-search:hover .nav-dropdown.nav-dropdown-default {
    opacity: 1 !important;
    visibility: visible !important;
    border: 2px solid #ddd;
}

@media screen and (min-width: 849px) {
    div.is-ajax-search-result {
        margin-left: -21px;
    }
}

/* ========= font-end ============= */



/*! elementor - v2.9.11 - 02-06-2020 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

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

@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

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

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

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

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

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

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

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

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

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

.flatpickr-calendar {
    width: 280px
}

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

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

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

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

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width: 1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width: 1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__logo i {
    font-size: 10px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
    display: none
}

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

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

.elementor-gradient-logo {
    background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
    background-image: -o-linear-gradient(225deg, #f2295b, #434363);
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    display: inline-block;
    padding: .6em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

.elementor-gradient-logo i {
    color: #fff;
    display: block
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

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

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

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

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

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

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

.elementor .elementor-custom-embed {
    line-height: 0
}

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

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

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

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

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

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

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

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width: 767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

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

.elementor-align-right .elementor-button {
    width: auto
}

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

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-stretch .e-form__buttons__wrapper,
.elementor-button-align-stretch .e-form__buttons__wrapper__button,
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

@media screen and (max-width: 1024px) {

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper,
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper,
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width: 767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width: 767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-border-color: $gray-darkest;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
    display: inline-block
}

.elementor-widget-divider .elementor-divider {
    line-height: 0;
    font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
    width: 100%;
    min-height: var(--divider-pattern-height);
    background-image: var(--divider-pattern-url);
    -webkit-background-size: var(--divider-pattern-size) 100%;
    background-size: var(--divider-pattern-size) 100%;
    background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
    background-image: none
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media (min-width: 768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width: 480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width: 479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width: 768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
    width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width: 1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width: 768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width: 767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-social-icons-wrapper {
    font-size: 0
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #df2029
}

.elementor-social-icon-weixin {
    background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width: 1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width: 767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width: 768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

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

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 15px)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline: none
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width: 767px) {

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i {
    font-size: inherit;
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>i:first-of-type {
    margin-left: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em;
    margin-right: .75em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

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

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

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

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}


.elementor-154 .elementor-element.elementor-element-3eabc1d {
    margin-top: -30px;
    margin-bottom: 0px;
}

.elementor-154 .elementor-element.elementor-element-9ad7d5b>.elementor-widget-container {
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-154 .elementor-element.elementor-element-255aabe {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-154 .elementor-element.elementor-element-c972765 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-f13f309 {
    text-align: right;
}

.elementor-154 .elementor-element.elementor-element-f13f309 .elementor-image img {
    width: 200px;
}

.elementor-154 .elementor-element.elementor-element-2542e94 {
    text-align: left;
}

.elementor-154 .elementor-element.elementor-element-2542e94 .elementor-image img {
    width: 200px;
}

.elementor-154 .elementor-element.elementor-element-215c100 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-3974328 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-5797446 {
    text-align: right;
}

.elementor-154 .elementor-element.elementor-element-5797446 .elementor-image img {
    width: 180px;
}

.elementor-154 .elementor-element.elementor-element-8b12031 {
    text-align: left;
}

.elementor-154 .elementor-element.elementor-element-8b12031 .elementor-image img {
    width: 200px;
}

.elementor-154 .elementor-element.elementor-element-08e9fdb .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-0d97448 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-95823e2 {
    text-align: right;
}

.elementor-154 .elementor-element.elementor-element-95823e2 .elementor-image img {
    width: 200px;
}

.elementor-154 .elementor-element.elementor-element-5e8cd9d {
    text-align: left;
}

.elementor-154 .elementor-element.elementor-element-5e8cd9d .elementor-image img {
    width: 200px;
}

.elementor-154 .elementor-element.elementor-element-8f1a286 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-67712fb .elementor-spacer-inner {
    height: 20px;
}

.elementor-154 .elementor-element.elementor-element-f648070 {
    text-align: center;
}

.elementor-154 .elementor-element.elementor-element-f648070 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.elementor-154 .elementor-element.elementor-element-8eebafb {
    --image-transition-duration: 800ms;
    --overlay-transition-duration: 800ms;
    --content-text-align: center;
    --content-padding: 20px;
    --content-transition-duration: 800ms;
    --content-transition-delay: 800ms;
}

.elementor-154 .elementor-element.elementor-element-8eebafb .e-gallery-item:hover .elementor-gallery-item__overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

@media(min-width: 768px) {
    .elementor-154 .elementor-element.elementor-element-52dcbee {
        width: 69.905%;
    }

    .elementor-154 .elementor-element.elementor-element-0d18cf8 {
        width: 29.998%;
    }

    .elementor-154 .elementor-element.elementor-element-986bb93 {
        width: 30%;
    }

    .elementor-154 .elementor-element.elementor-element-6372841 {
        width: 69.665%;
    }

    .elementor-154 .elementor-element.elementor-element-820ba95 {
        width: 69.81%;
    }

    .elementor-154 .elementor-element.elementor-element-8ffa270 {
        width: 29.997%;
    }

    .elementor-154 .elementor-element.elementor-element-6034eca {
        width: 30%;
    }

    .elementor-154 .elementor-element.elementor-element-f828b1f {
        width: 70%;
    }

    .elementor-154 .elementor-element.elementor-element-9112e28 {
        width: 69.81%;
    }

    .elementor-154 .elementor-element.elementor-element-8ec2043 {
        width: 29.997%;
    }

    .elementor-154 .elementor-element.elementor-element-00ac626 {
        width: 30%;
    }

    .elementor-154 .elementor-element.elementor-element-7cf87d8 {
        width: 70%;
    }
}

.elementor-text-editor.elementor-clearfix p {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .col-lg-1-7 {
        width: 14.28571429%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .col-lg-1-7.col-md-3 {
        width: 25%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-lg-1-7.col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .col-lg-1-7.col-12 {
        width: 100%;
    }
}

#album {
    padding: 0;
}

.col-lg-1-7.col-md-3.col-sm-6.col-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    justify-content: center;
}

.wap-album.gallery .item-image:hover .elementor-gallery-item__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-icon .mm-toggle {
    color: hsla(0, 0%, 40%, .85);
    transition: all .2s;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    position: unset;
}

.footer-wrapper .block_widget li a {
    padding: 0;
    margin-bottom: 1.3em;
    font-size: 15.2px;
    line-height: 9.12px;
}

.footer-wrapper .block_widget li {
    border-top: none !important;
}

.modal-dialog {
    height: 100vh;
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-open {
    padding: 0 !important;
}

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

.is-small {
    cursor: pointer;
}

.modal-content {
    width: 100%;
}

.modal.fade.in {}

.modal-dialog.modal-dialog-centered {
    z-index: 999999;
}

.modal .close.feather.feather-x {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99999;
    font-size: 40px;
    margin: 0;
    color: #c4c3c3;
    opacity: 1;
}

.modal .lead {
    color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-size: 20.8px;
    line-height: 33.28px;
    margin: 20.8px 0px;
    text-align: left;
}

.modal input {
    background-color: #ffffff;
    box-shadow: #000000 0px 0px 3px 0px;
    color: #333333;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15.52px;
    line-height: 24.832px;
    margin: 0px 0px 15.52px;
    padding: 0px 11.64px;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
    clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
    padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%
}

.eael-contact-form input[type=submit] {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
    background: #999;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
    border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%
}

.eael-post-elements-readmore-btn {
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.elementor-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto
}

.eael-dual-header {
    display: block;
    margin-bottom: 50px
}

.eael-dual-header .title,
.eael-dual-header .title span {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 10px 0px
}

.eael-dual-header .subtext {
    font-size: 16px;
    display: block
}

.eael-dual-header i {
    display: block;
    padding: 0px;
    margin: 20px 0px 10px 0px;
    font-size: 36px
}

.eael-dual-header .title span.lead {
    color: #1abc9c
}

.eael-dual-header .title span.lead.gradient-color {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.eael-dual-header-content-align-center {
    text-align: center
}

.eael-dual-header-content-align-left {
    text-align: left
}

.eael-dual-header-content-align-right {
    text-align: right
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    .eael-dual-header-content-tablet-align-center {
        text-align: center
    }

    .eael-dual-header-content-tablet-align-left {
        text-align: left
    }

    .eael-dual-header-content-tablet-align-right {
        text-align: right
    }
}

@media screen and (max-width: 767px) {
    .eael-dual-header-content-mobile-align-center {
        text-align: center
    }

    .eael-dual-header-content-mobile-align-left {
        text-align: left
    }

    .eael-dual-header-content-mobile-align-right {
        text-align: right
    }
}

.eael-dch-separator-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eael-dch-separator-wrap .separator-one,
.eael-dch-separator-wrap .separator-two {
    display: inline-block;
    width: 15%;
    height: 5px
}

.eael-dch-separator-wrap .separator-one {
    background: #207eff
}

.eael-dch-separator-wrap .separator-two {
    background: #4f6592
}

.elementor-181 .elementor-element.elementor-element-b860f6b .eael-dual-header i {
    font-size: 36px;
    color: #4d4d4d;
}

.elementor-181 .elementor-element.elementor-element-b860f6b .eael-dual-header img {
    height: 36px;
    width: 36px;
}

.elementor-181 .elementor-element.elementor-element-b860f6b .eael-dual-header .title {
    color: #156cfa;
}

.elementor-181 .elementor-element.elementor-element-b860f6b .eael-dual-header .title span.lead {
    color: #23aadf;
}

.elementor-181 .elementor-element.elementor-element-b860f6b .eael-dual-header .subtext {
    color: #4d4d4d;
}

.elementor-181 .elementor-element.elementor-element-12b7c03 .elementor-image img {
    width: 282px;
    max-width: 290%;
}

.elementor-181 .elementor-element.elementor-element-671465a .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-181 .elementor-element.elementor-element-8bdda5f .elementor-icon-list-item:hover .elementor-icon-list-icon i {
    color: #156cfa;
}

.elementor-181 .elementor-element.elementor-element-8bdda5f .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: #156cfa;
}

.elementor-181 .elementor-element.elementor-element-8bdda5f .elementor-icon-list-icon i {
    font-size: 14px;
}

.elementor-181 .elementor-element.elementor-element-8bdda5f .elementor-icon-list-icon svg {
    width: 14px;
}

.elementor-181 .elementor-element.elementor-element-8bdda5f .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #027373;
}

.elementor-181 .elementor-element.elementor-element-14b1cfb .elementor-image img {
    width: 200px;
    max-width: 250%;
}

.elementor-181 .elementor-element.elementor-element-b37bf0c .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-181 .elementor-element.elementor-element-a56aa40 .elementor-icon-list-item:hover .elementor-icon-list-icon i {
    color: #156cfa;
}

.elementor-181 .elementor-element.elementor-element-a56aa40 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: #156cfa;
}

.elementor-181 .elementor-element.elementor-element-a56aa40 .elementor-icon-list-icon i {
    font-size: 14px;
}

.elementor-181 .elementor-element.elementor-element-a56aa40 .elementor-icon-list-icon svg {
    width: 14px;
}

.elementor-181 .elementor-element.elementor-element-a56aa40 .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #027373;
}

.elementor-icon-list-text {
    line-height: 25.6px;
    padding: 0px 0px 0px 5px;
    text-align: left;
    font-size: 16px;
}

.elementor-844 .elementor-element.elementor-element-2d6e0f1 .elementor-headline {
    text-align: center;
    font-family: "Arial", Sans-serif;
    font-size: 32px;
}

.elementor-844 .elementor-element.elementor-element-2d6e0f1 .elementor-headline-dynamic-text {
    font-family: "Baloo", Sans-serif;
}

.elementor-msie .elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio-item {
    width: calc(100% / 3);
    border-style: solid;
    border-color: transparent;
    border-right-width: calc(25px / 2);
    border-left-width: calc(25px / 2);
    border-bottom-width: 25px;
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-posts-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.elementor-msie .elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio {
    margin: 0 -25px;
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio__filter.elementor-active {
    color: #156cfa;
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio__filter {
    font-family: "Amita", Sans-serif;
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio__filter:not(:last-child) {
    margin-right: calc(10px/2);
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio__filter:not(:first-child) {
    margin-left: calc(10px/2);
}

.elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio__filters {
    margin-bottom: 10px;
}

@media(max-width: 1024px) {
    .elementor-msie .elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio-item {
        width: calc(100% / 2);
    }
}

@media(max-width: 767px) {
    .elementor-msie .elementor-844 .elementor-element.elementor-element-dd749ba .elementor-portfolio-item {
        width: calc(100% / 1);
    }
}

/*! elementor-pro - v2.9.2 - 25-03-2020 */
@charset "UTF-8";

.elementor-bg-transform .elementor-bg {
    will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
    -webkit-transform: scale(1.2) translateX(-8%);
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
    -webkit-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
    --translate: 0, 0
}

.elementor-animated-content:hover .elementor-animated-item--grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
    opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
    -webkit-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
    --translate: 8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
    --translate: -8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
    --translate: 0, -8%
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
    --translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
    will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
    opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
    -webkit-transform: scale(1.2) translate(var(--translate));
    -ms-transform: scale(1.2) translate(var(--translate));
    transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
    outline: 1px solid #fec449
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
    background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
    background-image: -o-linear-gradient(bottom, #feb416, #fec449);
    background-image: linear-gradient(0deg, #feb416, #fec449)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
    background-color: #feb416
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save,
.elementor-widget-archive-posts:after,
.elementor-widget-posts:after {
    display: none
}

.elementor-posts-container.elementor-posts-masonry {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-posts-container:not(.elementor-posts-masonry) {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.elementor-posts-container .elementor-post {
    padding: 0;
    margin: 0
}

.elementor-posts-container .elementor-post__thumbnail {
    overflow: hidden
}

.elementor-posts-container .elementor-post__thumbnail img {
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.elementor-posts-container .elementor-post__thumbnail__link {
    position: relative;
    display: block;
    width: 100%
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%, -50%);
    -ms-transform: scale(1.01) translate(-50%, -50%);
    transform: scale(1.01) translate(-50%, -50%)
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: 100%;
    width: auto
}

.elementor-posts .elementor-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    -o-transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

.elementor-posts .elementor-post__title {
    font-size: 18px;
    margin: 0
}

.elementor-posts .elementor-post__excerpt {
    margin-bottom: 10px
}

.elementor-posts .elementor-post__excerpt p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777
}

.elementor-posts .elementor-post__meta-data {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad
}

.elementor-posts .elementor-post__read-more {
    font-size: 12px;
    font-weight: 700
}

.elementor-posts .elementor-post__thumbnail {
    position: relative
}

.elementor-posts--skin-classic {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.elementor-posts--skin-classic .elementor-post {
    overflow: hidden
}

.elementor-posts--skin-classic .elementor-post__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-posts--align-left .elementor-post {
    text-align: left
}

.elementor-posts--align-right .elementor-post {
    text-align: right
}

.elementor-posts--align-center .elementor-post {
    text-align: center
}

.elementor-posts--thumbnail-top .elementor-post {
    display: block
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 20px
}

.elementor-posts--thumbnail-top .elementor-post__text {
    width: 100%
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
    margin-right: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
    margin-left: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
    margin-right: auto;
    margin-left: auto
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 20px
}

.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-left: 20px
}

.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
    display: none
}

.elementor-posts .elementor-post__card {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
    width: calc(100% + 1px)
}

.elementor-posts .elementor-post__card .elementor-post__text {
    padding: 0 30px;
    margin-bottom: 0;
    margin-top: 20px
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
    margin-bottom: 20px;
    display: inline-block
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea
}

.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
    margin: 0 5px
}

.elementor-posts .elementor-post__card .elementor-post__title {
    font-size: 21px
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
    line-height: 1.7
}

.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
    margin-bottom: 25px
}

.elementor-posts .elementor-post__card .elementor-post__badge,
.elementor-posts .elementor-post__card .elementor-post__read-more {
    text-transform: uppercase
}

.elementor-posts .elementor-post__badge {
    position: absolute;
    top: 0;
    background: #818a91;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    margin: 20px;
    border-radius: 999px
}

.elementor-posts .elementor-post__avatar {
    position: relative;
    padding: 0 30px;
    width: 100%;
    top: -25px;
    height: 0;
    pointer-events: none
}

.elementor-posts .elementor-post__avatar img {
    border-radius: 50%;
    width: 60px;
    pointer-events: all;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
    margin-top: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
    padding-top: 0;
    position: static;
    height: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: bottom
}

.elementor-posts--show-avatar .elementor-post__thumbnail__link {
    margin-bottom: 25px
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
    display: block;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
    opacity: .5
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
    height: 100%
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
    width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
    height: 115%
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
    width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
    height: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
    width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
    height: 100%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
    width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
    -webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
    transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
    -o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
    transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
    transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s
}

.elementor-card-shadow-yes .elementor-post__card {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.elementor-card-shadow-yes .elementor-post__card:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.elementor-posts--skin-full_content article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.elementor-posts--skin-full_content article .elementor-post__thumbnail {
    padding-bottom: 0
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content,
body.elementor-editor-active .elementor-posts--skin-full_content {
    pointer-events: none
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
    display: none
}

body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
    display: block
}

.elementor-portfolio {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor-portfolio,
.elementor-portfolio__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-portfolio__filters {
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.elementor-portfolio__filter {
    margin: 0;
    cursor: pointer;
    padding: 8px
}

.elementor-portfolio-item {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
    margin: 0
}

.elementor-portfolio-item__title {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    color: #fff
}

.elementor-portfolio-item__tags__separator:before {
    content: ", "
}

.elementor-portfolio-item__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: hsla(206, 7%, 54%, .8)
}

.elementor-portfolio-item__overlay:hover {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.elementor-portfolio-item__img img[src=""] {
    background-color: rgba(0, 0, 0, .1);
    height: 100%
}

.elementor-portfolio.elementor-has-item-ratio {
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
    position: absolute;
    background-color: rgba(0, 0, 0, .1)
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
    padding-bottom: 56.25%
}

.elementor ul li.elementor-portfolio__filter {
    list-style-type: none
}

.elementor-field-type-hidden {
    display: none
}

.elementor-field-type-html {
    display: inline-block
}

.elementor-login .elementor-lost-password,
.elementor-login .elementor-remember-me {
    font-size: .85em
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
    display: none
}

.elementor-button .elementor-form-spinner {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-form .elementor-button .elementor-button-text {
    white-space: normal;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.elementor-widget-price-list .elementor-price-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.elementor-widget-price-list .elementor-price-list li {
    margin: 0
}

.elementor-price-list li:not(:last-child) {
    margin-bottom: 20px
}

.elementor-price-list .elementor-price-list-image {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 25px
}

.elementor-price-list .elementor-price-list-image img {
    width: 100%
}

.elementor-price-list .elementor-price-list-header,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-price-list .elementor-price-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
    max-width: 80%
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin: 0
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0
}

.elementor-price-table {
    text-align: center
}

.elementor-price-table .elementor-price-table__header {
    background: #555;
    padding: 20px 0
}

.elementor-price-table .elementor-price-table__heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.elementor-price-table .elementor-price-table__subheading {
    font-size: 13px;
    font-weight: 400;
    color: #fff
}

.elementor-price-table .elementor-price-table__original-price {
    margin-right: 15px;
    text-decoration: line-through;
    font-size: .5em;
    line-height: 1;
    font-weight: 400;
    -ms-flex-item-align: center;
    align-self: center
}

.elementor-price-table .elementor-price-table__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #555;
    font-weight: 800;
    font-size: 65px;
    padding: 40px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-size: medium;
    font-style: normal
}

.elementor-price-table .elementor-price-table__after-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-price-table .elementor-price-table__integer-part {
    line-height: .8
}

.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
    line-height: 1;
    font-size: .3em
}

.elementor-price-table .elementor-price-table__currency {
    margin-right: 3px
}

.elementor-price-table .elementor-price-table__period {
    width: 100%;
    font-size: 13px;
    font-weight: 400
}

.elementor-price-table .elementor-price-table__features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

.elementor-price-table .elementor-price-table__features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    content: "";
    display: block;
    border: 0 solid hsla(0, 0%, 48%, .3);
    margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
    margin-right: 10px;
    font-size: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg {
    margin-right: 10px;
    width: 1.3em
}

.elementor-price-table .elementor-price-table__footer {
    padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.elementor-price-table__ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-price-table__ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000
}

.elementor-price-table__ribbon.elementor-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-price-table__ribbon.elementor-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.elementor-widget-price-table .elementor-widget-container {
    overflow: hidden;
    background-color: #f7f7f7
}

.elementor-flip-box {
    height: 280px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media (max-device-width: 1024px) {
    .elementor-flip-box {
        cursor: pointer
    }
}

.elementor-flip-box__front {
    background-color: #1abc9c
}

.elementor-flip-box__back {
    background-color: #4054b2;
    display: block
}

.elementor-flip-box__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.elementor-flip-box__layer__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 35px
}

.elementor-flip-box__layer__title {
    font-size: 21px
}

.elementor-flip-box__layer__description {
    font-size: 14px
}

.elementor-flip-box__layer__description,
.elementor-flip-box__layer__title {
    color: #fff
}

.elementor-flip-box__layer__description:not(:last-child),
.elementor-flip-box__layer__title:not(:last-child) {
    margin: 0 0 20px;
    padding: 0
}

.elementor-flip-box__layer__title {
    line-height: 1;
    font-weight: 600
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
    color: #fff
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
    border-color: #fff
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-flip-box__button.elementor-button {
    cursor: pointer;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    color: #fff;
    background: transparent
}

.elementor-flip-box__button.elementor-button:hover {
    background: transparent;
    text-decoration: none
}

.elementor-flip-box__image {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%
}

.elementor-flip-box__image img {
    width: 50%
}

.elementor-flip-box .elementor-icon-wrapper {
    margin-bottom: 20px
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91)
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px)
}

.elementor-flip-box--effect-flip .elementor-flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push .elementor-flip-box,
.elementor-flip-box--effect-slide .elementor-flip-box {
    overflow: hidden
}

.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
    -webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
    transition: opacity .35s, width .1ms, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .35s, width .1ms;
    transition: transform .7s, opacity .35s, width .1ms;
    transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    width: 100%
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
    transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
    transition: transform .8s, opacity .7s .1s, width .1ms .7s;
    transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
    -webkit-transition: opacity .5s .2s, -webkit-transform .7s;
    transition: opacity .5s .2s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .5s .2s;
    transition: transform .7s, opacity .5s .2s;
    transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transition: opacity .5s, -webkit-transform .7s;
    transition: opacity .5s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .5s;
    transition: transform .7s, opacity .5s;
    transition: transform .7s, opacity .5s, -webkit-transform .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
    opacity: 0
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
    opacity: 1
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
    display: none
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
    overflow: hidden
}

.elementor-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.elementor-cta--skin-classic .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
    position: relative;
    min-height: 200px;
    width: 100%
}

.elementor-cta--skin-classic .elementor-cta__content {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
    background-color: #f7f7f7
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
    color: #55595c;
    border-color: #55595c
}

.elementor-cta--skin-cover .elementor-cta {
    display: block
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%
}

.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 280px
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
    color: #fff;
    border-color: #fff
}

.elementor-cta--layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
    width: 100%
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden
}

.elementor-cta__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.elementor-cta__bg-overlay {
    z-index: 2
}

.elementor-cta__button.elementor-button {
    cursor: pointer;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    background: transparent
}

.elementor-cta__button.elementor-button:hover {
    background: transparent;
    text-decoration: none
}

.elementor-cta__title {
    font-size: 23px
}

.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 35px;
    width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff
}

.elementor-cta__content-item {
    width: 100%;
    margin: 0
}

.elementor-cta__content-item:not(:last-child) {
    margin-bottom: 15px
}

.elementor-cta__content-item .elementor-icon {
    color: #fff
}

.elementor-cta--valign-top .elementor-cta__content {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-cta--valign-middle .elementor-cta__content {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-cta--valign-bottom .elementor-cta__content {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-cta:hover .elementor-cta__bg-overlay {
    background-color: rgba(0, 0, 0, .3)
}

@media (max-device-width: 1024px) {
    .elementor-cta {
        cursor: pointer
    }
}

@media (min-width: 1025px) {
    .elementor-cta--desktop-layout-image-above .elementor-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta,
    .elementor-cta--desktop-layout-image-right .elementor-cta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta__content,
    .elementor-cta--desktop-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--desktop-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 1024px) {
    .elementor-cta--tablet-layout-image-above .elementor-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta,
    .elementor-cta--tablet-layout-image-right .elementor-cta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta__content,
    .elementor-cta--tablet-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--tablet-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 767px) {
    .elementor-cta--mobile-layout-image-above .elementor-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta,
    .elementor-cta--mobile-layout-image-right .elementor-cta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta__content,
    .elementor-cta--mobile-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--mobile-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.elementor-ribbon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

.elementor-ribbon.elementor-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-ribbon.elementor-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.elementor-widget-countdown .elementor-countdown-expire--message {
    display: none;
    padding: 20px;
    text-align: center
}

.elementor-widget-countdown .elementor-countdown-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-widget-countdown .elementor-countdown-item {
    padding: 20px 0;
    text-align: center;
    background-color: #818a91;
    color: #fff
}

.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
    line-height: 1
}

.elementor-widget-countdown .elementor-countdown-digits {
    font-size: 69px
}

.elementor-widget-countdown .elementor-countdown-label {
    font-size: 19px
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
    display: block
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-countdown.elementor-countdown--label-inline {
    text-align: center
}

.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.elementor-slides .swiper-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%
}

.elementor-slides .swiper-slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: auto
}

.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-slides .swiper-slide-inner .elementor-background-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.elementor-slides .swiper-slide-inner .elementor-slide-content {
    position: relative;
    z-index: 1;
    width: 100%
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 17px;
    line-height: 1.4
}

.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 30px
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    display: inline-block
}

.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    background: transparent;
    color: inherit;
    text-decoration: none
}

.elementor--v-position-top .swiper-slide-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor--v-position-bottom .swiper-slide-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor--v-position-middle .swiper-slide-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor--h-position-left .swiper-slide-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor--h-position-right .swiper-slide-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor--h-position-center .swiper-slide-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
    left: 10px;
    right: auto
}

body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
    right: 10px;
    left: auto
}

.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner {
    display: none
}

@media (max-width: 767px) {
    .elementor-slides .swiper-slide-inner {
        padding: 30px
    }

    .elementor-slides .swiper-slide-inner .elementor-slide-heading {
        font-size: 23px;
        line-height: 1;
        margin-bottom: 15px
    }

    .elementor-slides .swiper-slide-inner .elementor-slide-description {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 15px
    }
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
    background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
    color: #ea4335;
    border-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
    background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
    color: #fff
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2)
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_delicious {
    background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
    background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
    background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
    background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
    background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
    background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
    background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
    background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
    background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
    background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
    background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
    background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
    background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
    background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
    background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
    background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
    background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
    background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
    background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
    background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
    background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
    background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
    background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_delicious {
    color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
    color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
    color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
    color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
    color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
    color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
    color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
    color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
    color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
    color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
    color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
    color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
    color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
    color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
    color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix {
    color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
    color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
    color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
    color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
    color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
    color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
    color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
    color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
    color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
    color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_delicious .elementor-share-btn__icon {
    background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
    background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
    background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
    background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
    background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
    background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
    background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
    background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
    background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
    background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
    background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
    background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
    background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
    background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
    background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
    background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
    background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
    background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
    background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
    background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
    background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
    background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
    background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
    color: #fff
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
    margin-left: -.2em
}

.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--skin-framed .elementor-share-btn {
    border-style: solid
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent)
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
    padding-left: .9em
}

.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
    color: #fff
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
    border-radius: .5em
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
    border-radius: 99.9em
}

.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
    color: #222
}

.elementor-share-buttons--view-text .elementor-share-btn__text {
    padding-left: 1em
}

.elementor-share-buttons--view-icon .elementor-share-btn,
.elementor-share-buttons--view-text .elementor-share-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text,
.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-share-buttons--shape-rounded .elementor-share-btn {
    border-radius: .5em
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
    border-radius: 99.9em
}

.elementor-share-buttons--align-right .elementor-grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-share-buttons--align-left .elementor-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-share-buttons--align-center .elementor-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-share-buttons--align-justify .elementor-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .elementor-share-buttons-tablet--align-right .elementor-grid {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-share-buttons-tablet--align-left .elementor-grid {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-share-buttons-tablet--align-center .elementor-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-share-buttons-tablet--align-justify .elementor-grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .elementor-share-buttons-mobile--align-right .elementor-grid {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-share-buttons-mobile--align-left .elementor-grid {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-share-buttons-mobile--align-center .elementor-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-share-buttons-mobile--align-justify .elementor-grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.elementor-share-btn {
    overflow: hidden;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition-property: background-color, border-color, -webkit-filter;
    transition-property: background-color, border-color, -webkit-filter;
    -o-transition-property: filter, background-color, border-color;
    transition-property: filter, background-color, border-color;
    transition-property: filter, background-color, border-color, -webkit-filter;
    height: 4.5em;
    cursor: pointer
}

.elementor-share-btn,
.elementor-share-btn__icon,
.elementor-share-btn__text {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.elementor-share-btn__icon,
.elementor-share-btn__text {
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color
}

.elementor-share-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4.5em;
    position: relative
}

.elementor-share-btn__icon i {
    font-size: 1.7em
}

.elementor-share-btn__text {
    font-size: 1.5em;
    padding-right: 1em;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100
}

.elementor-share-btn__title {
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-share-buttons .elementor-widget-container {
    overflow: hidden
}

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
    float: none;
    width: 100%;
    padding: 0
}

body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
    float: none;
    padding: 0
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.woocommerce div.product.elementor form.cart table.variations {
    --variation-select-width: 75%
}

.woocommerce div.product.elementor form.cart table.variations tbody {
    display: block
}

.woocommerce div.product.elementor form.cart table.variations tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce div.product.elementor form.cart table.variations tr:not(:last-child) {
    margin-bottom: 10px
}

.woocommerce div.product.elementor form.cart table.variations td {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.woocommerce div.product.elementor form.cart table.variations td.label {
    width: 25%
}

.woocommerce div.product.elementor form.cart table.variations td.value {
    position: relative;
    width: 75%
}

.woocommerce div.product.elementor form.cart table.variations td.value:before,
.woocommerce div.product.elementor form.cart table.variations td.value select {
    display: block;
    font-size: 1em;
    height: 2em
}

.woocommerce div.product.elementor form.cart table.variations td.value:before {
    content: "-";
    color: transparent;
    background-color: #fff;
    position: relative;
    max-width: 100%;
    width: var(--variation-select-width);
    margin-right: 1em
}

.woocommerce div.product.elementor form.cart table.variations td.value select {
    border: 0;
    position: absolute;
    background: transparent;
    top: 0;
    padding: 0;
    width: var(--variation-select-width)
}

.woocommerce div.product.elementor .quantity .qty {
    vertical-align: top;
    margin-right: 0
}

.woocommerce div.product.elementor .quantity+.button {
    margin-left: 10px
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
    height: 100%
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
    margin-right: 0
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
    margin-right: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (max-width: 1024px) {

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
        margin-right: 0
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
        margin-right: auto
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width: 767px) {

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
        margin-right: 0
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
        margin-right: auto
    }

    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
    .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
    background-color: #5bc0de
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
    background-color: #5cb85c
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
    background-color: #f0ad4e
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
    background-color: #d9534f
}

.elementor-widget-wc-add-to-cart .quantity {
    display: inline-block
}

.elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,
.elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.woocommerce div.product.elementor ul.tabs:before {
    position: static;
    content: none;
    width: auto;
    bottom: auto;
    left: auto;
    border-bottom: 0;
    z-index: auto
}

.woocommerce div.product.elementor ul.tabs {
    margin: 0
}

.woocommerce div.product.elementor ul.tabs li {
    padding: 0
}

.woocommerce div.product.elementor ul.tabs li a {
    padding: .8em 1.2em;
    line-height: 1
}

.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
    border: 0;
    position: static;
    bottom: auto;
    width: auto;
    height: auto;
    content: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    margin: 0;
    padding: 20px;
    border-radius: 0;
    border-width: 0;
    border-top: 1px solid #d3ced2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -1px
}

.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
    display: block
}

.elementor-widget-woocommerce-product-meta .detail-container {
    position: relative
}

.elementor-widget-woocommerce-product-meta .detail-container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.elementor-widget-woocommerce-product-meta .detail-label {
    font-weight: 700
}

.elementor-woo-meta--view-inline .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-woo-meta--view-inline .product_meta .detail-container:after {
    width: auto;
    left: auto;
    right: auto;
    position: absolute;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-woo-meta--view-table .product_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-woo-meta--view-table .product_meta,
.elementor-woo-meta--view-table .product_meta .detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-woo-meta--view-table .product_meta .detail-label {
    min-width: 108px
}

.elementor-woo-meta--view-stacked .product_meta .detail-container {
    display: block
}

.woocommerce div.product.elementor .woocommerce-product-rating {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce div.product.elementor .star-rating {
    margin-top: 0
}

.elementor-product-rating--align-left .woocommerce-product-rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-product-rating--align-right .woocommerce-product-rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-product-rating--align-center .woocommerce-product-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
    margin-left: auto
}

@media (min-width: 1025px) {

    .elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-9 {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-10 {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-11 {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,
    .elementor-element.elementor-products-grid ul.products.columns-12 {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-element.elementor-products-grid ul.products {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 767px) {
    .elementor-element.elementor-products-grid ul.products {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1025px) {
    .elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: 767px) {
    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products {
        grid-template-columns: repeat(12, 1fr)
    }
}

.elementor-element.elementor-products-grid ul.products {
    display: grid;
    margin: 0;
    grid-column-gap: 20px;
    grid-row-gap: 40px
}

.elementor-element.elementor-products-grid ul.products:after,
.elementor-element.elementor-products-grid ul.products:before {
    content: none;
    display: none
}

.elementor-element.elementor-products-grid ul.products li.product {
    width: auto;
    padding: 0;
    margin: 0;
    float: none
}

.elementor-element.elementor-products-grid ul.products li.product .onsale {
    padding: 0;
    display: none
}

.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    position: relative
}

.elementor-products-grid:not(.show-heading-yes) .products>h2 {
    display: none
}

.elementor-products-grid nav.woocommerce-pagination {
    margin-top: 40px
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
    border: 0 none
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
    border-right: 0 none;
    border-left: 0 none
}

.elementor-product-loop-item--align-left ul.products li.product .star-rating {
    margin-right: auto
}

.elementor-product-loop-item--align-right ul.products li.product .star-rating {
    margin-left: auto
}

.elementor-product-loop-item--align-center ul.products li.product .star-rating {
    margin-right: auto;
    margin-left: auto
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
    width: auto
}

.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
    overflow: hidden
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 0
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
    display: none
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal {
    border-bottom: none
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e3"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e4"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e5"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e6"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e7"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e8"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8e9"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8ea"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e8eb"
}

.elementor-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-menu-cart__toggle .elementor-button-text {
    margin-right: .3em
}

.elementor-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: 400
}

.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
    content: none
}

.elementor-menu-cart__container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .25);
    -webkit-transition: background-color .4s, -webkit-transform 0s;
    transition: background-color .4s, -webkit-transform 0s;
    -o-transition: background-color .4s, transform 0s;
    transition: background-color .4s, transform 0s;
    transition: background-color .4s, transform 0s, -webkit-transform 0s
}

.elementor-menu-cart__container .elementor-menu-cart__main {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    top: 0;
    width: 350px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) {
    background-color: transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color .4s, -webkit-transform 0s .4s;
    transition: background-color .4s, -webkit-transform 0s .4s;
    -o-transition: background-color .4s, transform 0s .4s;
    transition: background-color .4s, transform 0s .4s;
    transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button {
    display: none
}

.elementor-menu-cart__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px
}

.elementor-menu-cart__close-button {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 20px 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer
}

.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #818a91;
    border-radius: 1px
}

.elementor-menu-cart__close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.elementor-menu-cart__close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.elementor-menu-cart__products {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.elementor-menu-cart__product {
    display: grid;
    grid-template-columns: 25% auto 50px;
    grid-template-rows: 75% auto
}

.elementor-menu-cart__product-image {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%
}

.elementor-menu-cart__product-image a,
.elementor-menu-cart__product-image img {
    display: block
}

.elementor-menu-cart__product-name {
    grid-column-start: 2;
    grid-column-end: 4;
    margin: 0
}

.elementor-menu-cart__product-price {
    -ms-flex-item-align: end;
    align-self: end;
    color: #d4d4d4;
    font-weight: 300
}

.elementor-menu-cart__product-price .amount {
    font-weight: 600
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
    font-size: 14px;
    padding-left: 20px
}

.elementor-menu-cart__product-remove {
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: end;
    color: #818a91;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    text-align: center;
    overflow: hidden;
    position: relative
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 25%;
    margin-top: -1px;
    background: #d4d4d4;
    z-index: 1
}

.elementor-menu-cart__product-remove:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.elementor-menu-cart__product-remove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.elementor-menu-cart__product-remove>a {
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute
}

.elementor-menu-cart__product:not(:last-of-type),
.elementor-menu-cart__products,
.elementor-menu-cart__subtotal {
    border-bottom: 1px solid #d4d4d4
}

.elementor-menu-cart__footer-buttons,
.elementor-menu-cart__product:not(:first-of-type),
.elementor-menu-cart__subtotal {
    padding-top: 20px
}

.elementor-menu-cart__product,
.elementor-menu-cart__subtotal {
    padding-bottom: 20px
}

.elementor-menu-cart__subtotal {
    font-size: 20px;
    text-align: center;
    font-weight: 600
}

.elementor-menu-cart__footer-buttons {
    font-size: 20px;
    text-align: center;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.elementor-menu-cart__footer-buttons .elementor-button {
    border-radius: 0
}

.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr 1fr
}

.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr
}

.product .count {
    background-color: inherit
}

.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
    display: none
}

.woocommerce div.product.elementor form.cart div.product-addon {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
    height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
    height: 450px;
    position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
    font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
    cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3)
}

.elementor-carousel-image {
    background: no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative
}

.elementor-carousel-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: hsla(206, 7%, 54%, .8);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.elementor-carousel-image-overlay i {
    font-size: 21px
}

.elementor-testimonial__image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-testimonial__image img {
    border-radius: 999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-testimonial__footer,
.elementor-testimonial__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5
}

.elementor-testimonial__name {
    font-weight: 700
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
    margin-left: 20px
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite {
    margin-right: 20px;
    margin-left: 0
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite {
    margin-right: 0;
    margin-left: 20px
}

.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin-top: 25px
}

.elementor-testimonial--layout-image_above .elementor-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    margin-bottom: 25px
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,
.elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
    margin-top: 15px;
    width: 100%
}

.elementor-testimonial--layout-image_left .elementor-testimonial,
.elementor-testimonial--layout-image_right .elementor-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite {
    margin-top: 15px
}

.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
    padding-right: 20px
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    padding-left: 20px
}

.elementor-testimonial--align-right .elementor-testimonial {
    text-align: right
}

.elementor-testimonial--align-left .elementor-testimonial {
    text-align: left
}

.elementor-testimonial--align-center .elementor-testimonial {
    text-align: center
}

.elementor-testimonial--align-center .elementor-testimonial__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
    text-align: left
}

.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    background-color: #e6e9ec;
    padding: 20px;
    position: relative
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e6e9ec;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
    bottom: calc(100% - 7px);
    -webkit-transform: scaleX(.75) rotate(-135deg);
    -ms-transform: scaleX(.75) rotate(-135deg);
    transform: scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
    top: calc(100% - 7px)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after {
    left: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after {
    right: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
    -webkit-transform: scaleY(.75) rotate(135deg);
    -ms-transform: scaleY(.75) rotate(135deg);
    transform: scaleY(.75) rotate(135deg);
    left: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
    -webkit-transform: scaleY(.75) rotate(-45deg);
    -ms-transform: scaleY(.75) rotate(-45deg);
    transform: scaleY(.75) rotate(-45deg);
    right: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
    top: 45px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    padding-top: 20px
}

.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 20px
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 50px;
    height: 50px
}

.elementor-widget-reviews .swiper-slide {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    padding: 0
}

.elementor-widget-reviews .elementor-testimonial__text {
    font-size: 14px;
    line-height: 20px
}

.elementor-widget-reviews .elementor-testimonial__name {
    color: #1c2022
}

.elementor-widget-reviews .elementor-testimonial__title {
    color: #697882;
    font-size: 12.5px;
    font-weight: 400;
    font-family: inherit
}

.elementor-widget-reviews .elementor-testimonial__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-reviews .elementor-testimonial__image img {
    width: 36px;
    height: 36px
}

.elementor-widget-reviews .elementor-testimonial__icon {
    margin-left: auto;
    font-size: 17px
}

.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa {
    margin-left: .15em
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
    color: #a4c639
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
    color: #999
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
    color: #1769ff
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
    color: #205081
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
    color: #000
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
    color: #39f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
    color: #005be2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
    color: #ea4c89
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
    color: #ea4335
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
    color: #3b5998
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
    color: #0063dc
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
    color: #2d5be3
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
    color: #333
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
    color: #dd4b39
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
    color: #7ac142
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
    color: #262626
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
    color: #487aa2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
    color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
    color: #00ab6b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
    color: #ec1c40
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
    color: #273a4b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
    color: #f4731c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
    color: #bd081c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
    color: #da552f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
    color: #ff4500
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
    color: #f26522
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
    color: #4caf50
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
    color: #00aff0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
    color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
    color: #fffc00
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
    color: #f80
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
    color: #2ebd59
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
    color: #fe7a15
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
    color: #00adee
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
    color: #eb4924
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
    color: #2ca5e0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
    color: #1aa1d8
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
    color: #589442
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
    color: #35465c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
    color: #6441a5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
    color: #1da1f2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
    color: #1ab7ea
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
    color: #45668e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
    color: #df2029
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
    color: #7bb32e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
    color: #25d366
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
    color: #21759b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
    color: #026466
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
    color: #af0606
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
    color: #cd201f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
    color: #0099e5
}

.elementor-widget-reviews .elementor-testimonial__rating {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
    background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
    background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
    background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
    font-family: eicons
}

.elementor-widget-reviews .elementor-testimonial__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 6px
}

.elementor-widget-reviews .elementor-testimonial__image+cite {
    margin-left: 9px
}

.elementor-widget-reviews .elementor-testimonial__separator {
    margin: 0 auto;
    border-top: 0 none;
    border-bottom: 1px solid #e1e8ed;
    height: 0
}

.elementor-widget-reviews .elementor-testimonial__content {
    padding-top: 6px;
    padding-bottom: 15px
}

.elementor-widget-reviews .elementor-testimonial__content,
.elementor-widget-reviews .elementor-testimonial__header {
    padding-left: 15px;
    padding-right: 15px
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
    border-bottom: 1px solid #e1e8ed
}

.swiper-pagination-bullets {
    color: #fff;
    cursor: default
}

.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border, background, -webkit-transform;
    transition-property: border, background, -webkit-transform;
    -o-transition-property: border, background, transform;
    transition-property: border, background, transform;
    transition-property: border, background, transform, -webkit-transform;
    overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
    opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.swiper-slide a {
    display: inline
}

.swiper-slide a.elementor-button {
    display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
    width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
    height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
    padding-bottom: 40px
}

.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    top: calc(50% - 20px)
}

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
    margin-right: 0;
    margin-left: 0
}

.elementor-widget-blockquote blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    quotes: none;
    border: 0 none;
    font-style: normal;
    color: #55595c
}

.elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote:before,
.elementor-widget-blockquote blockquote cite:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote footer:after,
.elementor-widget-blockquote blockquote footer:before {
    content: "";
    content: none
}

.elementor-blockquote {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-blockquote__author,
.elementor-blockquote__content {
    margin-bottom: 0;
    font-style: normal
}

.elementor-blockquote__author {
    font-weight: 700
}

.elementor-blockquote footer {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-blockquote__tweet-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #1da1f2;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-blockquote__tweet-button:hover {
    color: #0967a0
}

.elementor-blockquote__tweet-button span {
    font-weight: 600
}

.elementor-blockquote__tweet-button i,
.elementor-blockquote__tweet-button span {
    vertical-align: middle
}

.elementor-blockquote__tweet-button i+span {
    margin-left: .5em
}

.elementor-blockquote__tweet-label {
    white-space: pre-wrap
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
    padding: .7em 1.2em;
    border-radius: 100em;
    background-color: #1da1f2;
    color: #fff;
    font-size: 15px
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
    background-color: #0967a0;
    color: #fff
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
    border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
    padding: 0;
    width: 2em;
    height: 2em
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
    content: "";
    border: .5em solid transparent;
    border-right-color: #1da1f2;
    position: absolute;
    left: -.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(.65);
    -ms-transform: translateY(-50%) scaleY(.65);
    transform: translateY(-50%) scaleY(.65);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
    right: auto;
    left: -.8em;
    border-right-color: #1da1f2;
    border-left-color: transparent
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
    border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
    left: auto;
    right: -.8em;
    border-right-color: transparent;
    border-left-color: #1da1f2
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
    border-left-color: #0967a0
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
    background-color: #e6e9ec;
    padding: 30px
}

.elementor-blockquote--skin-border .elementor-blockquote {
    border-color: #e6e9ec;
    border-style: solid;
    border-left-width: 7px;
    padding-left: 20px
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    content: "â€œ";
    font-size: 100px;
    color: #e6e9ec;
    font-family: Times New Roman, Times, serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: .6em
}

.elementor-blockquote--skin-quotation .elementor-blockquote__content {
    margin-top: 15px
}

.elementor-blockquote--align-left .elementor-blockquote__content {
    text-align: left
}

.elementor-blockquote--align-left .elementor-blockquote footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-blockquote--align-right .elementor-blockquote__content {
    text-align: right
}

.elementor-blockquote--align-right .elementor-blockquote footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-blockquote--align-center .elementor-blockquote {
    text-align: center
}

.elementor-blockquote--align-center .elementor-blockquote__author,
.elementor-blockquote--align-center .elementor-blockquote footer {
    display: block
}

.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
    margin-right: auto;
    margin-left: auto
}

.elementor-headline {
    font-size: 43px;
    line-height: 1.2;
    display: block
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
    text-align: left;
    overflow: hidden
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
    overflow: visible;
    text-align: inherit
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
    z-index: 1
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
    z-index: 1;
    position: relative
}

.elementor-headline--style-highlight svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible
}

.elementor-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 10s infinite;
    animation: elementor-headline-dash 10s infinite
}

.elementor-headline--style-highlight svg path:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500
    }

    15% {
        stroke-dasharray: 1500 1500
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }

    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500
    }

    15% {
        stroke-dasharray: 1500 1500
    }

    85% {
        opacity: 1
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }

    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

.elementor-headline-text-wrapper {
    vertical-align: bottom
}

.elementor-headline-dynamic-wrapper {
    display: inline-block;
    position: relative
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
    position: relative
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: elementor-headline-flip-in 1.2s;
    animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: elementor-headline-flip-out 1.2s;
    animation: elementor-headline-flip-out 1.2s
}

@-webkit-keyframes elementor-headline-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
        opacity: 1
    }
}

@keyframes elementor-headline-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
        opacity: 1
    }
}

@-webkit-keyframes elementor-headline-flip-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes elementor-headline-flip-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
    vertical-align: top;
    overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
    -webkit-animation: elementor-headline-pulse 1s infinite;
    animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
    background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
    visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
    color: #aebcb9
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
    visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    position: absolute;
    visibility: hidden
}

@-webkit-keyframes elementor-headline-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes elementor-headline-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
    -webkit-transform: scaleX(1.0005);
    -ms-transform: scaleX(1.0005);
    transform: scaleX(1.0005);
    opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    opacity: 1
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    -webkit-animation: elementor-headline-swirl-in .4s forwards;
    animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    -webkit-animation: elementor-headline-swirl-out .4s forwards;
    animation: elementor-headline-swirl-out .4s forwards
}

@-webkit-keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@-webkit-keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
    display: inline-block;
    padding: .2em 0
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
    opacity: 0;
    top: .2em
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
    top: 0;
    opacity: 1;
    -webkit-animation: elementor-headline-slide-down-in .6s;
    animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    -webkit-animation: elementor-headline-slide-down-out .6s;
    animation: elementor-headline-slide-down-out .6s
}

@-webkit-keyframes elementor-headline-slide-down-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

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

@keyframes elementor-headline-slide-down-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

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

@-webkit-keyframes elementor-headline-slide-down-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes elementor-headline-slide-down-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
    display: inline-block;
    padding: .2em 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #0d0d0d
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    -webkit-animation: elementor-headline-drop-in-in .8s;
    animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    -webkit-animation: elementor-headline-drop-in-out .8s;
    animation: elementor-headline-drop-in-out .8s
}

@-webkit-keyframes elementor-headline-drop-in-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes elementor-headline-drop-in-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes elementor-headline-drop-in-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

@keyframes elementor-headline-drop-in-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    -webkit-animation: elementor-headline-blinds-in .6s forwards;
    animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    -webkit-animation: elementor-headline-blinds-out .6s forwards;
    animation: elementor-headline-blinds-out .6s forwards
}

@-webkit-keyframes elementor-headline-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes elementor-headline-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes elementor-headline-blinds-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@keyframes elementor-headline-blinds-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
    opacity: 1
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    -webkit-animation: elementor-headline-wave-up .6s forwards;
    animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    -webkit-animation: elementor-headline-wave-down .6s forwards;
    animation: elementor-headline-wave-down .6s forwards
}

@-webkit-keyframes elementor-headline-wave-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes elementor-headline-wave-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes elementor-headline-wave-down {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes elementor-headline-wave-down {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
    opacity: 0
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    -webkit-animation: elementor-headline-slide-in .6s;
    animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    -webkit-animation: elementor-headline-slide-out .6s;
    animation: elementor-headline-slide-out .6s
}

@-webkit-keyframes elementor-headline-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes elementor-headline-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes elementor-headline-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes elementor-headline-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
    white-space: nowrap
}

.elementor-msie .elementor-headline--style-highlight svg {
    top: auto;
    left: auto;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%)
}

.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
    width: 100% !important
}

.elementor-facebook-widget.fb_iframe_widget iframe {
    position: relative
}

.elementor-facebook-widget.fb-like {
    height: 1px
}

.elementor-widget-facebook-comments iframe {
    width: 100% !important
}

.site-main .menu-navigation-container {
    overflow: visible
}

.elementor-item:after,
.elementor-item:before {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    width: 0;
    left: 50%
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    width: 10px;
    left: calc(100% + 20px)
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.e--pointer-framed .elementor-item:before {
    content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    -o-transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
    width: 3px;
    height: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    -o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
    -o-transition: width .1s, height .1s .1s, opacity .02s .18s;
    transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    width: 100%;
    height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    -webkit-transition: opacity .02s, height .1s, width .1s .1s;
    -o-transition: opacity .02s, height .1s, width .1s .1s;
    transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    -o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
    width: 3px;
    height: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 0 3px 3px 0
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2ms, width .4s, height .4s;
    -o-transition: opacity 2ms, width .4s, height .4s;
    transition: opacity 2ms, width .4s, height .4s
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.e--pointer-background .elementor-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
    color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    -webkit-transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, -webkit-transform .4s;
    -o-transition: opacity .15s, transform .4s;
    transition: opacity .15s, transform .4s;
    transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 50%;
    left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    top: 0;
    bottom: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 100%;
    bottom: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    right: 0;
    left: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    right: 100%;
    left: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #55595c;
    color: #a1a6a9
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 0;
    border-style: solid;
    padding: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #494c4f
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #494c4f transparent transparent
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.elementor-nav-menu--layout-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: nowrap
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu,
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu,
.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu,
.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
}

.elementor-widget-nav-menu .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
    display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
    border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
    border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
    position: relative
}

.elementor-nav-menu li {
    border-width: 0
}

.elementor-nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px
}

.elementor-nav-menu a.current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu a.disabled {
    cursor: not-allowed;
    color: #a1a6a9
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
    padding-right: 20px
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
    display: none
}

.elementor-nav-menu--indicator-plus:before {
    font-family: Open Sans, sans-serif
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
    font-size: 10px
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
    content: "ï¸"
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
    content: "ï„‡"
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
    content: "ïƒ—"
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before {
    content: "+"
}

.elementor-nav-menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px
}

.elementor-nav-menu .sub-arrow i {
    pointer-events: none
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: #55595c;
    color: #fff
}

.elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #494c4f
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\e87f"
}

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
    display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: .85em
}

.elementor-nav-menu--dropdown a {
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-nav-menu--dropdown a.current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
    color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 8px solid transparent
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
}

@media (min-width: 768px) {

    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
        display: none
    }
}

@media (min-width: 1025px) {

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none
    }
}

@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none
    }
}

@media (max-width: 767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
        display: none
    }
}

.elementor-theme-builder-content-area {
    height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
    content: "";
    display: table;
    clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
    display: block
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
    color: #d4d4d4;
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
    height: 100%;
    width: 1px;
    margin: 0 auto;
    background-color: #d4d4d4
}

.elementor-post-navigation {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
    color: #d4d4d4
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    font-size: 30px;
    padding-right: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    font-size: 30px;
    padding-left: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper i {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%)
}

.elementor-post-navigation .elementor-post-navigation__link__next,
.elementor-post-navigation .elementor-post-navigation__link__prev {
    overflow: hidden
}

.elementor-post-navigation .elementor-post-navigation__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__prev--label {
    text-transform: uppercase;
    font-size: .8em
}

.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--title {
    font-size: .7em
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__prev--title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.elementor-post-navigation span.elementor-post-navigation__link__next {
    text-align: right
}

.elementor-post-navigation span.elementor-post-navigation__link__next,
.elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-post-navigation .elementor-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-post-navigation .elementor-post-navigation__link {
    width: calc(50% - 0.5px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    text-align: center
}

.elementor-post-navigation .elementor-post-navigation__next {
    text-align: right
}

.elementor-post-navigation .elementor-post-navigation__next a {
    float: right
}

.site-main .elementor-widget-post-navigation,
.site-main .elementor-widget-post-navigation [class*=navigation] {
    margin: 0
}

.elementor-search-form {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
    outline: 0;
    color: inherit
}

.elementor-search-form button {
    background-color: #818a91;
    font-size: 16px;
    color: #fff;
    border-radius: 0
}

.elementor-search-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #eceeef
}

.elementor-search-form__input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #55595c;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input:-moz-placeholder,
.elementor-search-form__input::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__submit {
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    color: #fff;
    border: none;
    border-radius: 0
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: .6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #55595c
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    font-size: 50px;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #fff;
    line-height: 1.5;
    color: #fff
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #494c4f
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
    position: relative;
    display: block;
    border: 0 solid;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .55em
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0, 0, 0, .8)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
    display: none
}

.elementor-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-author-box__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px
}

.elementor-author-box__avatar img {
    width: 100px;
    border-radius: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-author-box__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 17px
}

.elementor-author-box__name {
    font-size: 24px;
    margin-bottom: 5px
}

.elementor-author-box__bio,
.elementor-author-box__bio p {
    margin-bottom: .8em
}

.elementor-author-box__bio p:last-of-type {
    margin-bottom: 0
}

.elementor-author-box--layout-image-left .elementor-author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
    margin-left: 0;
    margin-right: 25px
}

.elementor-author-box--layout-image-right .elementor-author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
    margin-right: 0;
    margin-left: 25px
}

.elementor-author-box--layout-image-above .elementor-author-box {
    display: block
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
    margin: 0 auto 15px;
    display: inline-block
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
    margin-left: 0
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
    margin-right: 0
}

.elementor-author-box--align-left .elementor-author-box {
    text-align: left
}

.elementor-author-box--align-right .elementor-author-box {
    text-align: right
}

.elementor-author-box--align-center .elementor-author-box {
    text-align: center
}

.elementor-button.elementor-author-box__button {
    border: 2px solid #55595c;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 18px
}

.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
    background: transparent;
    color: #55595c
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
    -ms-flex-item-align: center;
    align-self: center
}

.elementor-post-info__terms-list {
    display: inline-block
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
    border-radius: 100%
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: inline-block
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    display: inline
}

.elementor-widget-breadcrumbs {
    font-size: .85em
}

.elementor-widget-breadcrumbs p {
    margin-bottom: 0
}

.elementor-sitemap-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.elementor-sticky--active {
    z-index: 99
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-mode) {
    display: none
}

.elementor-popup-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    top: 20px;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all
}

.elementor-popup-modal .dialog-widget-content {
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: all
}

.elementor-popup-modal .dialog-message {
    width: 640px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    -o-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.elementor-motion-effects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.elementor-motion-effects-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-motion-effects-perspective {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.elementor-gallery__container {
    min-height: 1px
}

.elementor-gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    border: solid var(--image-border-width) var(--image-border-color);
    border-radius: var(--image-border-radius)
}

.elementor-gallery-item__content,
.elementor-gallery-item__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.elementor-gallery-item__overlay {
    mix-blend-mode: var(--overlay-mix-blend-mode);
    -webkit-transition-duration: var(--overlay-transition-duration);
    -o-transition-duration: var(--overlay-transition-duration);
    transition-duration: var(--overlay-transition-duration);
    -webkit-transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
    transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
    -o-transition-property: mix-blend-mode, transform, opacity, background-color;
    transition-property: mix-blend-mode, transform, opacity, background-color;
    transition-property: mix-blend-mode, transform, opacity, background-color, -webkit-transform
}

.elementor-gallery-item__image.e-gallery-image {
    -webkit-transition-duration: var(--image-transition-duration);
    -o-transition-duration: var(--image-transition-duration);
    transition-duration: var(--image-transition-duration);
    -webkit-transition-property: -webkit-filter, -webkit-transform;
    transition-property: -webkit-filter, -webkit-transform;
    -o-transition-property: filter, transform;
    transition-property: filter, transform;
    transition-property: filter, transform, -webkit-filter, -webkit-transform
}

.elementor-gallery-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: var(--content-justify-content, center);
    -ms-flex-pack: var(--content-justify-content, center);
    justify-content: var(--content-justify-content, center);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: var(--content-text-align);
    padding: var(--content-padding)
}

.elementor-gallery-item__content>div {
    -webkit-transition-duration: var(--content-transition-duration);
    -o-transition-duration: var(--content-transition-duration);
    transition-duration: var(--content-transition-duration)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2) {
    -webkit-transition-delay: calc((var(--content-transition-delay) / 3));
    -o-transition-delay: calc((var(--content-transition-delay) / 3));
    transition-delay: calc((var(--content-transition-delay) / 3))
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3) {
    -webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
    -o-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
    transition-delay: calc((var(--content-transition-delay) / 3) * 2)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4) {
    -webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
    -o-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
    transition-delay: calc((var(--content-transition-delay) / 3) * 3)
}

.elementor-gallery-item__description {
    color: var(--description-text-color, #fff);
    width: 100%
}

.elementor-gallery-item__title {
    color: var(--title-text-color, #fff);
    font-weight: 700;
    width: 100%
}

.elementor-gallery__titles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--titles-container-justify-content, center);
    -ms-flex-pack: var(--titles-container-justify-content, center);
    justify-content: var(--titles-container-justify-content, center);
    margin-bottom: 20px
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
    background-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
    background-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
    border-color: var(--galleries-pointer-bg-color-hover);
    border-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
    border-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
    border-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0
}

.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
    height: var(--galleries-pointer-border-width)
}

.elementor-gallery-title {
    --space-between: 10px;
    cursor: pointer;
    color: #6d7882;
    font-weight: 500;
    position: relative;
    padding: 7px 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-gallery-title--active {
    color: #495157
}

.elementor-gallery-title:not(:last-child) {
    margin-right: var(--space-between)
}

.elementor-gallery-item__title+.elementor-gallery-item__description {
    margin-top: var(--description-margin-top)
}

.e-gallery-item.elementor-gallery-item {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,
.e-gallery-item:hover .elementor-gallery__item-overlay-bg,
.e-gallery-item:hover .elementor-gallery__item-overlay-content,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
    opacity: 1
}

a.elementor-item.elementor-gallery-title {
    color: var(--galleries-title-color-normal)
}

a.elementor-item.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title.highlighted,
a.elementor-item.elementor-gallery-title:focus,
a.elementor-item.elementor-gallery-title:hover {
    color: var(--galleries-title-color-hover)
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
    color: var(--gallery-title-color-active)
}

.elementor-widget-table-of-contents .elementor-toc__header-title {
    color: var(--header-color)
}

.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,
.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
    display: none
}

.elementor-widget-table-of-contents .elementor-widget-container {
    min-height: var(--box-min-height);
    border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
    border-radius: var(--box-border-radius, 3px);
    background-color: var(--box-background-color);
    -webkit-transition: min-height .4s;
    -o-transition: min-height .4s;
    transition: min-height .4s;
    overflow: hidden
}

.elementor-toc__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--box-padding, 20px);
    background-color: var(--header-background-color);
    border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7)
}

.elementor-toc__header-title {
    font-size: 18px;
    margin: 0;
    color: var(--header-color)
}

.elementor-toc__toggle-button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-toc__toggle-button i {
    color: var(--toggle-button-color)
}

.elementor-toc__toggle-button svg {
    height: 1em;
    width: 1em
}

.elementor-toc__spinner-container {
    text-align: center
}

.elementor-toc__spinner {
    font-size: 2em
}

.elementor-toc__body {
    padding: var(--box-padding, 20px)
}

.elementor-toc__list-wrapper {
    list-style: none;
    padding: 0
}

.elementor-toc__list-item {
    margin-bottom: .5em
}

.elementor-toc__list-item.elementor-item-active {
    font-weight: 700
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
    margin-top: .5em;
    margin-left: var(--nested-list-indent, 1em)
}

.elementor-toc__list-item-text:hover {
    color: var(--item-text-hover-color);
    -webkit-text-decoration: var(--item-text-hover-decoration);
    text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__list-item-text.elementor-item-active {
    color: var(--item-text-active-color);
    -webkit-text-decoration: var(--item-text-active-decoration);
    text-decoration: var(--item-text-active-decoration)
}

.elementor-toc__list-item-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-toc__list-item-text-wrapper:before,
.elementor-toc__list-item-text-wrapper i {
    margin-right: 8px;
    color: var(--marker-color)
}

.elementor-toc__list-item-text-wrapper i {
    font-size: var(--marker-size, .5em)
}

.elementor-toc__list-item-text-wrapper:before {
    font-size: var(--marker-size, 1em)
}

.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper {
    display: none
}

.elementor-toc__heading-anchor {
    position: absolute
}

.elementor-toc__body .elementor-toc__list-item-text {
    color: var(--item-text-color);
    -webkit-text-decoration: var(--item-text-decoration);
    text-decoration: var(--item-text-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
    color: var(--item-text-hover-color);
    -webkit-text-decoration: var(--item-text-hover-decoration);
    text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
    color: var(--item-text-active-color);
    -webkit-text-decoration: var(--item-text-active-decoration);
    text-decoration: var(--item-text-active-decoration)
}

ol.elementor-toc__list-wrapper {
    counter-reset: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item {
    counter-increment: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
    content: counters(item, ".") ". "
}

@media only screen and (max-width: 1024px) {
    .elementor-toc--minimized-on-tablet .elementor-toc__body {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .elementor-toc--minimized-on-mobile .elementor-toc__body {
        display: none
    }
}



.list_nav li a {
    font-size: 17px;
    color: #777777;
    display: list-item;
    font-family: 'Amita', serif;
    grid-area: auto;
    line-height: 25.6px;
    margin: 0px 5px;
    padding: 8px;
    text-align: left;
}

.list_nav li {
    padding: 0 !important;
    margin: 0 !important;
}

.tabs-nav .tab-active a {
    color: #156cfa;
}

.large-10 .entry-content {
    padding-bottom: 24px;
    padding-top: 24px;
    font-size: 15.6px;
}

.navigation-post {
    font-size: 15.6px;
}

.navigation-post a {
    font-size: 15.6px;
}

span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}

.comment-author.vcard {
    width: 25px;
}

#formcmmaxweb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

#formcmmaxweb .nameuser {
    text-align: left;
}

#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}

.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}

.commentlist {
    margin-top: 10px;
}

.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}

.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.commentlist .children {
    margin-top: 10px;
}

.commentBody em {
    color: red;
}

.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}

.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}

.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}

.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}

.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}

.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}

.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1;
}

.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
}

ol.commentlist_mw li {
    margin-bottom: 10px;
}

ol.commentlist_mw>ul.children {
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}

ol.commentlist_mw>ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}

.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}

.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.tools_comment a:last-child:after {
    display: none;
}

.tools_comment a:last-child {
    padding: 0;
    margin: 0;
}

.noidungcomment p {
    margin: 0 0 5px;
}

#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

#formcmmaxweb button,
#formcmmaxweb input,
#formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}

#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}

.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.reply a.comment-reply-link:hover {
    color: #c7a611;
}

#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea {
    width: 100%;
    outline: none;
    font-size: 14px;
}

#formcmmaxweb input,
#formcmmaxweb textarea {
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}

#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus {
    border-color: #337ab7;
}

#formcmmaxweb p {
    margin-bottom: 10px;
}

#formcmmaxweb #commentform p {
    overflow: hidden;
}

#formcmmaxweb .name-email p {
    width: 33.3333337%;
    float: left;
}

@media (max-width: 768px) {
    #formcmmaxweb .name-email p {
        width: 100%;
    }

    #formcmmaxweb input,
    #formcmmaxweb textarea {
        width: 100% !important;
    }
}

#formcmmaxweb .name-email p:first-child {
    padding-right: 5px;
}

#formcmmaxweb .name-email p:last-child {
    padding-left: 5px;
}

#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #156cfa;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}

#formcmmaxweb input#submit:hover {
    background: #c7a611;
}

#formcmmaxweb ::-webkit-input-placeholder {
    color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

#formcmmaxweb ::-ms-input-placeholder {
    color: #999999;
}

#formcmmaxweb input,
#formcmmaxweb textarea {
    width: 100%;
    background: #fff;
    outline: none;
    font-size: 14px;
}

.site-content .elementor-headline-plain-text.elementor-headline-text-wrapper {
    text-align: center;
    font-family: "Arial", Sans-serif;
    font-size: 32px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.elementor-35 .elementor-element.elementor-element-fd70887 .elementor-headline {
    text-align: center;
    font-family: "Baloo", Sans-serif;
    font-size: 30px;
}

.elementor-35 .elementor-element.elementor-element-fd70887 .elementor-headline-dynamic-text {
    font-family: "Calligraffitti", Sans-serif;
    font-weight: bold;
}

.elementor-msie .elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio-item {
    width: calc(100% / 4);
    border-style: solid;
    border-color: transparent;
    border-right-width: calc(10px / 2);
    border-left-width: calc(10px / 2);
    border-bottom-width: 10px;
}

.elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-posts-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.elementor-msie .elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio {
    margin: 0 -10px;
}

.elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio__filter.elementor-active {
    color: #156cfa;
}

.elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio__filter:not(:last-child) {
    margin-right: calc(5px/2);
}

.elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio__filter:not(:first-child) {
    margin-left: calc(5px/2);
}

.elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio__filters {
    margin-bottom: 10px;
}

@media(max-width: 1024px) {
    .elementor-msie .elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio-item {
        width: calc(100% / 2);
    }
}

@media(max-width: 767px) {
    .elementor-msie .elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio-item {
        width: calc(100% / 1);
    }

    .elementor-35 .elementor-element.elementor-element-0d7e23e .elementor-portfolio__filter {
        font-size: 14px;
    }
}

.list_navs li a {
    font-size: 15.6px;
    color: #777777;
    display: list-item;
    line-height: 25.6px;
    text-align: left;
}

#portfolio-content {
    font-size: 15.6px;
}

.portfolio-bottom {
    font-size: 15.6px;
}

.post-categories {
    margin: 0;
}

.post-categories li {
    list-style: none;
}

.elementor-20 .elementor-element.elementor-element-157063d>.elementor-widget-container {
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-20 .elementor-element.elementor-element-0bc76cd>.elementor-widget-container {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header i {
    font-size: 36px;
    color: #4d4d4d;
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header img {
    height: 36px;
    width: 36px;
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header .title {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header .title span.lead {
    color: #23aadf;
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header .title,
.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header .title span {
    font-size: 24px;
}

.elementor-10 .elementor-element.elementor-element-4df7c3d .eael-dual-header .subtext {
    color: #4d4d4d;
}

.elementor-10 .elementor-element.elementor-element-3278c37 .elementor-image img {
    width: 285px;
    max-width: 300px;
}

.elementor-10 .elementor-element.elementor-element-935e056 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-10 .elementor-element.elementor-element-ce9b20e .elementor-image img {
    width: 200px;
    max-width: 200px;
}

.elementor-10 .elementor-element.elementor-element-9c6008e .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-10 .elementor-element.elementor-element-0ee1974 .elementor-image img {
    width: 200px;
    max-width: 200px;
}

.elementor-10 .elementor-element.elementor-element-3345079 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-10 .elementor-element.elementor-element-f8f4f4e .elementor-image img {
    width: 200px;
    max-width: 200px;
}

.elementor-10 .elementor-element.elementor-element-2074b41 .elementor-heading-title {
    color: #23aadf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.elementor-10 .elementor-element.elementor-element-2491091 {
    text-align: center;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-d6b8d62 i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-d6b8d62 svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-202a46e i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-202a46e svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-f4c2de8 i {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-f4c2de8 svg {
    fill: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-91953ac i {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-repeater-item-91953ac svg {
    fill: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__header {
    background-color: #35D2D2;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__heading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__subheading {
    color: #EEEEEE;
    line-height: 1px;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__currency,
.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__integer-part,
.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__fractional-part {
    color: #666666;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__price {
    font-size: 48px;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__additional_info {
    margin: 15px 30px 0px 30px;
}

.elementor-10 .elementor-element.elementor-element-80f5bcf .elementor-price-table__ribbon-inner {
    background-color: #156cfa;
    color: #ffffff;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-d6b8d62 i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-d6b8d62 svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-202a46e i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-202a46e svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-d80eb05 i {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-d80eb05 svg {
    fill: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-91953ac i {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-repeater-item-91953ac svg {
    fill: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__header {
    background-color: #0FB7B7;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__heading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__subheading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__currency,
.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__integer-part,
.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__fractional-part {
    color: #666666;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__price {
    font-size: 48px;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__additional_info {
    margin: 15px 30px 0px 30px;
}

.elementor-10 .elementor-element.elementor-element-ec6bdd7 .elementor-price-table__ribbon-inner {
    background-color: #156cfa;
    color: #ffffff;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-d6b8d62 i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-d6b8d62 svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-202a46e i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-202a46e svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-ecf99c7 i {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-ecf99c7 svg {
    fill: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-91953ac i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-91953ac svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-77172fb i {
    color: #23A455;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-repeater-item-77172fb svg {
    fill: #23A455;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__header {
    background-color: #018484;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__heading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__subheading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__currency,
.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__integer-part,
.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__fractional-part {
    color: #666666;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__price {
    font-size: 48px;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__additional_info {
    margin: 15px 30px 0px 30px;
}

.elementor-10 .elementor-element.elementor-element-bd7f06f .elementor-price-table__ribbon-inner {
    background-color: #156cfa;
    color: #ffffff;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-d6b8d62 i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-d6b8d62 svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-202a46e i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-202a46e svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-b51a426 i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-b51a426 svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-91953ac i {
    color: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-91953ac svg {
    fill: #027373;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-ae2e078 i {
    color: #23A455;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-repeater-item-ae2e078 svg {
    fill: #23A455;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__header {
    background-color: #195F5F;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__heading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__subheading {
    color: #EEEEEE;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__currency,
.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__integer-part,
.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__fractional-part {
    color: #666666;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__price {
    font-size: 48px;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__currency {
    align-self: flex-start;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__after-price {
    justify-content: flex-start;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__features-list li:before {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__additional_info {
    margin: 15px 30px 0px 30px;
}

.elementor-10 .elementor-element.elementor-element-f6b0f6f .elementor-price-table__ribbon-inner {
    background-color: #156cfa;
    color: #ffffff;
}

.elementor-10 .elementor-element.elementor-element-ca37ff6 {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table {
    max-width: 100%;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table thead tr th {
    color: #F14000;
    background-color: rgba(242, 68, 5, 0.2);
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting:after {
    color: #F14000;
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting_asc:after {
    color: #F14000;
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting_desc:after {
    color: #F14000;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table thead tr th:hover {
    color: #fff;
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting:after:hover {
    color: #fff;
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting_asc:after:hover {
    color: #fff;
}

.elementor-10 .elementor-element.elementor-element-d35e21b table.dataTable thead .sorting_desc:after:hover {
    color: #fff;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table thead>tr th .data-table-header-text {
    font-weight: bold;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table thead tr th i {
    font-size: 20px;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table thead tr th .data-table-header-svg-icon {
    height: 20px;
    width: 20px;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table tbody>tr:nth-child(2n) td {
    color: #707070;
    background: #E5E5E5;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table tbody>tr:nth-child(2n+1) td {
    color: #707070;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table tbody>tr:nth-child(2n) td:hover {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table tbody>tr:nth-child(2n+1) td:hover {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table tbody tr td {
    font-family: "Verdana", Sans-serif;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table-wrap table td a {
    color: #156cfa;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table-wrap table td a:hover {
    color: #6d7882;
}

.elementor-10 .elementor-element.elementor-element-d35e21b .eael-data-table .th-mobile-screen {
    flex-basis: 100px;
}

.elementor-10 .elementor-element.elementor-element-7d9a531 {
    font-size: 15px;
}

.elementor-10 .elementor-element.elementor-element-7d9a531>.elementor-widget-container {
    margin: 20px 0px 0px 0px;
}

.elementor-10 .elementor-element.elementor-element-b03eece .elementor-icon-list-icon i {
    font-size: 14px;
}

.elementor-10 .elementor-element.elementor-element-b03eece .elementor-icon-list-icon svg {
    width: 14px;
}

.elementor-10 .elementor-element.elementor-element-b03eece .elementor-icon-list-item {
    font-size: 14px;
}

.row_image .elementor-image img {
    width: 200px !important;
    height: 200px;
}

.row_image .has_ma_el_bg_slider:first-child .elementor-image img {
    width: auto !important;
}

.box_price .has_ma_el_bg_slider:nth-child(1) .elementor-price-table__header {
    background-color: #35D2D2 !important;
}

.box_price .has_ma_el_bg_slider:nth-child(2) .elementor-price-table__header {
    background-color: #0FB7B7 !important;
}

.box_price .has_ma_el_bg_slider:nth-child(3) .elementor-price-table__header {
    background-color: #018484 !important;
}

.box_price .has_ma_el_bg_slider:nth-child(4) .elementor-price-table__header {
    background-color: #195F5F !important;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
    clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
    padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%
}

.eael-contact-form input[type=submit] {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
    background: #999;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
    border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%
}

.eael-post-elements-readmore-btn {
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.elementor-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto
}

.eael-dual-header {
    display: block;
    margin-bottom: 50px
}

.eael-dual-header .title,
.eael-dual-header .title span {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 10px 0px
}

.eael-dual-header .subtext {
    font-size: 16px;
    display: block
}

.eael-dual-header i {
    display: block;
    padding: 0px;
    margin: 20px 0px 10px 0px;
    font-size: 36px
}

.eael-dual-header .title span.lead {
    color: #1abc9c
}

.eael-dual-header .title span.lead.gradient-color {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.eael-dual-header-content-align-center {
    text-align: center
}

.eael-dual-header-content-align-left {
    text-align: left
}

.eael-dual-header-content-align-right {
    text-align: right
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    .eael-dual-header-content-tablet-align-center {
        text-align: center
    }

    .eael-dual-header-content-tablet-align-left {
        text-align: left
    }

    .eael-dual-header-content-tablet-align-right {
        text-align: right
    }
}

@media screen and (max-width: 767px) {
    .eael-dual-header-content-mobile-align-center {
        text-align: center
    }

    .eael-dual-header-content-mobile-align-left {
        text-align: left
    }

    .eael-dual-header-content-mobile-align-right {
        text-align: right
    }
}

.eael-dch-separator-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eael-dch-separator-wrap .separator-one,
.eael-dch-separator-wrap .separator-two {
    display: inline-block;
    width: 15%;
    height: 5px
}

.eael-dch-separator-wrap .separator-one {
    background: #207eff
}

.eael-dch-separator-wrap .separator-two {
    background: #4f6592
}

table.eael-data-table thead .sorting_asc,
table.eael-data-table thead .sorting_desc,
table.eael-data-table thead .sorting {
    position: relative;
    z-index: 0;
    outline: 0;
    cursor: pointer
}

table.eael-data-table thead .sorting_asc:after,
table.eael-data-table thead .sorting_desc:after,
table.eael-data-table thead .sorting:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eael-data-table-wrap .eael-data-tables_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.eael-data-table-wrap .eael-data-tables_filter {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right
}

.eael-data-table-wrap .eael-data-tables_filter label {
    font-weight: 700
}

.eael-data-table-wrap .eael-data-tables_filter label input[type=search] {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .09);
    outline: 0;
    padding: 10px;
    margin-left: 10px
}

.eael-data-table-wrap .eael-data-tables_length {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.eael-data-table-wrap .eael-data-tables_length select {
    width: auto;
    max-width: 120px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .09);
    outline: 0;
    margin-left: 10px;
    margin-right: 10px
}

.eael-data-table-wrap .eael-data-tables_length label {
    font-weight: 700
}

.eael-data-table-wrap .eael-data-tables_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-weight: 700
}

.eael-data-table-wrap .eael-data-tables_paginate {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button {
    padding: 10px 15px;
    background: #f2f2f2;
    margin-right: 2px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover {
    color: #fff;
    background: #4a4893
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current {
    color: #fff;
    background: #4a4893
}

.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled {
    cursor: no-drop;
    background: #f2f2f2;
    opacity: .5;
    color: #888
}

.data-header-icon {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.eael-data-table {
    width: 100%;
    height: auto;
    margin: 0;
    border-collapse: collapse;
    border: none
}

.eael-data-table tr {
    border-style: none
}

.eael-data-table thead tr {
    text-align: left
}

.eael-data-table thead tr th {
    padding: 20px 15px;
    background: #4a4893;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", "sans-serif";
    line-height: 1;
    color: #fff;
    border-color: #000;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box
}

.eael-data-table thead tr th:hover {
    border-color: #000
}

.eael-data-table tbody tr.even {
    -webkit-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.eael-data-table tbody tr.even:hover {
    background: rgba(242, 242, 242, .7)
}

.eael-data-table tbody tr.even:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.eael-data-table tbody tr.odd {
    background: rgba(242, 242, 242, .5);
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.eael-data-table tbody tr.odd:hover {
    background: rgba(242, 242, 242, .7)
}

.eael-data-table tbody tr.odd:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.eael-data-table tbody tr td {
    padding: 20px 15px;
    font-size: 14px;
    font-family: "Montserrat", "sans-serif";
    line-height: 1;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box
}

.eael-data-table-th-img {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1
}

.th-mobile-screen {
    display: none
}

@media(max-width: 767px) {
    .eael-data-table-wrap {
        overflow-x: scroll !important;
        padding-bottom: 5px
    }

    .th-mobile-screen {
        display: inline-block;
        padding: 0 .6em;
        margin-right: 10px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }

    .th-mobile-screen .eael-data-table-th-img {
        margin: 0 auto 15px auto;
        display: block
    }

    .th-mobile-screen .data-header-icon {
        margin: 0 auto 15px auto;
        display: block
    }

    .td-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .td-content {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .td-content>p {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .custom-responsive-option-enable .eael-data-table thead {
        display: none
    }

    .custom-responsive-option-enable .eael-data-table tbody tr td {
        float: none;
        clear: left;
        width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .eael-data-table .td-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

table.eael-data-table thead .sorting:after {
    content: "ïƒœ"
}

table.eael-data-table thead .headerSortDown:after {
    content: "ïƒ"
}

table.eael-data-table thead .headerSortUp:after {
    content: "ïƒž"
}

table.eael-data-table thead .sorting_disabled.sorting:after {
    display: none
}

table.eael-data-table .sorting.sorting-none:after {
    display: none
}

table.eael-data-table .sorting_desc.sorting-none:after {
    display: none
}

table.eael-data-table .sorting_asc.sorting-none:after {
    display: none
}

.eael-table-align-left table.eael-data-table {
    float: left
}

.eael-table-align-center table.eael-data-table {
    margin: 0 auto
}

.eael-table-align-right table.eael-data-table {
    float: right
}

.eael-hide-elements .eael-data-tables_info {
    display: none
}

.eael-dt-th-align-left .eael-data-table thead tr th {
    text-align: left
}

.eael-dt-th-align-right .eael-data-table thead tr th {
    text-align: right;
    padding-right: 30px
}

.eael-dt-th-align-center .eael-data-table thead tr th {
    text-align: center
}

.eael-dt-td-align-left .eael-data-table tbody tr td {
    text-align: left
}

.eael-dt-td-align-center .eael-data-table tbody tr td {
    text-align: center
}

.eael-dt-td-align-right .eael-data-table tbody tr td {
    text-align: right;
    padding-right: 30px
}

.eael-dt-td-align-left .eael-data-table .th-mobile-screen {
    text-align: left
}

.eael-dt-td-align-center .eael-data-table .th-mobile-screen {
    text-align: center
}

.eael-dt-td-align-right .eael-data-table .th-mobile-screen {
    text-align: right
}

@media(max-width: 1024px) {
    .eael-dt-td-align-tablet-left .eael-data-table tbody tr td {
        text-align: left
    }

    .eael-dt-td-align-tablet-center .eael-data-table tbody tr td {
        text-align: center
    }

    .eael-dt-td-align-tablet-right .eael-data-table tbody tr td {
        text-align: right
    }

    .eael-dt-th-align-tablet-left .eael-data-table thead tr th {
        text-align: left
    }

    .eael-dt-th-align-tablet-left .eael-data-table .th-mobile-screen {
        text-align: left
    }

    .eael-dt-th-align-tablet-right .eael-data-table thead tr th {
        text-align: right;
        padding-right: 30px
    }

    .eael-dt-th-align-tablet-right .eael-data-table .th-mobile-screen {
        text-align: right
    }

    .eael-dt-th-align-tablet-center .eael-data-table thead tr th {
        text-align: center
    }

    .eael-dt-th-align-tablet-center .eael-data-table .th-mobile-screen {
        text-align: center
    }
}

@media(max-width: 767px) {
    .eael-dt-td-align-mobile-left .eael-data-table tbody tr td {
        text-align: left
    }

    .eael-dt-td-align-mobile-center .eael-data-table tbody tr td {
        text-align: center
    }

    .eael-dt-td-align-mobile-right .eael-data-table tbody tr td {
        text-align: right
    }

    .eael-dt-th-align-mobile-left .eael-data-table thead tr th {
        text-align: left
    }

    .eael-dt-th-align-mobile-left .eael-data-table .th-mobile-screen {
        text-align: left
    }

    .eael-dt-th-align-mobile-right .eael-data-table thead tr th {
        text-align: right;
        padding-right: 30px
    }

    .eael-dt-th-align-mobile-right .eael-data-table .th-mobile-screen {
        text-align: right
    }

    .eael-dt-th-align-mobile-center .eael-data-table thead tr th {
        text-align: center
    }

    .eael-dt-th-align-mobile-center .eael-data-table .th-mobile-screen {
        text-align: center
    }
}

.elementor-button.elementor-size-sm{
    background-color: #26a9e1;
}

.font_page_size{
    font-size: 15.6px;
}

form#stickyelements-form input, form#stickyelements-form select, form#stickyelements-form textarea{
    margin-top: 0 !important;
}

li.current_page_item>a {
    color: #156cfa !important;
}

li.current_page_item>a::before {
    color: #FFF !important;
    background-color: #156cfa !important;
    opacity: 1 !important;
    width: 100% !important;
}

.header-button{
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output{
	margin: 0 !important;
}

.center_menu {
	width: 100%;
}


.center_menu .menu_top_logo {
	justify-content: center;
	width: 100%;
}

#menu-main-menu {
	margin-left: 110px;
}
