/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(./../fonts/fontawesome-webfont.woff2) format('woff2'), url(./../fonts/fontawesome-webfont.woff) format('woff'), url(./../fonts/fontawesome-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

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

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none
}

.cli-plugin-main-link {
    margin-left: 0;
    font-weight: 550;
    text-decoration: underline
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
    font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.large.cli-plugin-button,
.large.cli-plugin-button:visited {
    font-size: 14px;
    padding: 8px 14px 9px
}

.super.cli-plugin-button,
.super.cli-plugin-button:visited {
    font-size: 34px;
    padding: 8px 14px 9px
}

.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
    background-color: #e22092
}

.pink.cli-plugin-button:hover {
    background-color: #c81e82
}

.green.cli-plugin-button,
.green.cli-plugin-button:visited {
    background-color: #91bd09
}

.green.cli-plugin-button:hover {
    background-color: #749a02
}

.red.cli-plugin-button,
.red.cli-plugin-button:visited {
    background-color: #e62727
}

.red.cli-plugin-button:hover {
    background-color: #cf2525
}

.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
    background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
    background-color: #d45500
}

.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
    background-color: #2981e4
}

.blue.cli-plugin-button:hover {
    background-color: #2575cf
}

.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
    background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
    background-color: #fc9200
}

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-powered_by_p {
    width: 100% !important;
    display: block !important;
    color: #333;
    clear: both;
    font-style: italic !important;
    font-size: 12px !important;
    margin-top: 15px !important
}

.cli-powered_by_a {
    color: #333;
    font-weight: 600 !important;
    font-size: 12px !important
}

.cli-plugin-main-link.cli-plugin-button {
    text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px
}

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

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

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

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

.gdpr-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.gdpr-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.gdpr-px-0 {
    padding-left: 0;
    padding-right: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-open {
    overflow: hidden
}

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

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

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.gdpr-modal a {
    text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

@media (min-width:992px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 900px
    }
}

.gdpr-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.gdpr-modal .row {
    margin: 0 -15px
}

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

.gdpr-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
    outline: 0
}

.gdpr-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.gdpr-switch input[type=checkbox] {
    display: none
}

.gdpr-switch .gdpr-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.gdpr-switch .gdpr-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.gdpr-switch input:checked+.gdpr-slider {
    background-color: #63b35f
}

.gdpr-switch input:checked+.gdpr-slider:before {
    transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
    border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
    border-radius: 50%
}

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

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

.gdpr-fade {
    transition: opacity .15s linear
}

.gdpr-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
    width: 100%;
    padding: 30px
}

.nav.gdpr-nav-pills {
    background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
    border: 1px solid #0070ad;
    margin-bottom: 10px;
    color: #0070ad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show>.gdpr-nav-link {
    background-color: #0070ad;
    border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
    color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
    background-color: #0070ad;
    border-color: #0070ad;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gdpr-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.gdpr-tab-content h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

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

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

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    display: block
}

.cli-modal.cli-show {
    display: block
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

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

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.cli-switch input:checked+.cli-slider {
    background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(26px)
}

.cli-switch .cli-slider {
    border-radius: 34px
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

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

.cli-fade {
    transition: opacity .15s linear
}

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

.cli-nav-pills,
.cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width:767px) {

    .cli-nav-pills,
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #f3f3f3
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #00acad;
    margin-bottom: 10px;
    color: #00acad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #00acad;
    border: 1px solid #00acad
}

.cli-nav-pills .cli-nav-link.cli-active {
    color: #fff
}

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

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

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

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out .5s
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0;
    display: none
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

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

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px
}

.cli-switch input:checked+.cli-slider {
    background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(18px)
}

.cli-switch .cli-slider {
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

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

.cli-nav-pills,
.cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {

    .cli-nav-pills,
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #fff
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
    color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
    background: 0 0
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
    color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

#cookie-law-info-bar .cli-col-8 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
    padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: 0 0;
    border: none;
    min-width: 40px
}

.cli-tab-container h4,
.cli-tab-container h1 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-tab-container p,
.cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.wt-cli-privacy {
    display: none
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    transition: max-height .15s ease-out;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height .25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
    display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
    animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1
    }

    99.9% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(0)
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 0
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px
}

.cli_settings_button {
    cursor: pointer
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-style-v2 a {
    cursor: pointer
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: 400
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
    display: block
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message,
#cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
    width: 100%
}

#cookie-law-info-bar[data-cli-type=widget] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0;
    flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] {
    padding: 14px 25px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
    padding: 32px 30px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
    padding: 32px 45px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),
.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }

    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }

    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }

    #cookie-law-info-bar[data-cli-style=cli-style-v2],
    #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget],
    #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
        padding: 25px
    }
}

.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111;
    font-weight: 400
}

.wt-cli-ckyes-brand-logo img {
    width: 65px;
    margin-left: 2px
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap
    }
}

.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.attachment svg,
.widget_media_image svg {
    max-width: 100%;
    height: auto
}

#wcp-debug {
    padding: 0;
    font-size: 1em;
    margin-bottom: 20px
}

#wcp-debug #wcp-debug-header {
    background: #3d9cd2;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    position: relative
}

#wcp-debug #wcp-debug-header .wcp-debug-toggle {
    background-image: url(./../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 42px;
    height: 100%;
    right: 0;
    top: 0;
    background-size: 42px;
    position: absolute;
    transition: .3s all
}

#wcp-debug.closed .wcp-debug-toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#wcp-debug #wcp-debug-contents {
    padding: 20px 20px 0;
    display: none;
    border: 1px solid #dee2e6;
    border-width: 0 1px 1px
}

#wcp-debug #wcp-debug-contents .wcp-debug-tip {
    color: #1864ab;
    background: url(./../images/tip2.svg) no-repeat left 5px;
    background-size: 16px 16px;
    padding-left: 24px
}

#wcp-debug #wcp-debug-contents h3 {
    margin: 10px 0 20px;
    font-weight: 700;
    font-size: 1.2em
}

#wcp-debug #wcp-debug-contents h3.ruleset-title {
    font-size: 1em
}

#wcp-debug #wcp-debug-contents h3.ruleset-title a {
    font-weight: 700
}

#wcp-debug .wcp-debug-result-label {
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-pass {
    background: #2b8a3e
}

#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-fail {
    background: #c92a2a
}

#wcp-debug table.wcp-debug-table {
    border: 1px solid #dee2e6;
    margin: 0 0 20px
}

#wcp-debug table.wcp-debug-table.wcp-debug-table-fixed {
    table-layout: fixed
}

#wcp-debug table.wcp-debug-table td,
#wcp-debug table.wcp-debug-table th {
    padding: 5px 10px
}

#wcp-debug table.wcp-debug-table td.align-right,
#wcp-debug table.wcp-debug-table th.align-right {
    text-align: right
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}






.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}







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

[hidden],
template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}






.wpcf7-form {
    font-size: 16px;
    font-size: 1rem
}

.wpcf7-form .wpcf7-form-control {
    color: #161619;
    width: 100%;
    padding: 13px 0;
    border-color: #cdcfd0
}

.wpcf7-form .wpcf7-form-control:hover {
    border-color: #161619
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
    display: block
}

.wpcf7-form .wpcf7-text {
    background-color: rgba(0, 0, 0, 0)
}

.wpcf7-form .wpcf7-textarea {
    height: 80px
}

.wpcf7-form .wpcf7-submit {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin-top: 20px
}

.wpcf7-form label {
    color: #838889;
    display: block;
    position: relative;
    margin: 20px 0 0
}

.wpcf7-form label .label {
    transform: translateY(50%);
    transition: .4s;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.wpcf7-form label.focused .label {
    font-size: 14px;
    font-size: .875rem;
    transform: translateY(-50%)
}

.wpcf7-form span.ajax-loader {
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 60px;
    position: relative;
    background: #161619;
    transform: translateY(-100%);
    display: none
}

.wpcf7-form span.ajax-loader:before {
    display: none
}

.wpcf7-form span.ajax-loader:after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px
}

.wpcf7-form span.ajax-loader.is-active {
    display: block;
    visibility: visible
}

.wpcf7-form.submitting .ajax-loader {
    display: block;
    visibility: visible
}

.wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing {
    text-align: center;
    margin: 0;
    border: 0
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 5px
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    color: #8ed3af
}

.wpcf7-form span.wpcf7-not-valid-tip,
.wpcf7-form div.wpcf7-validation-errors {
    color: #f49090
}

.wpcf7-form div.wpcf7-acceptance-missing {
    color: #ffd07d
}

.wpcf7-form span.wpcf7-list-item:first-child {
    margin-left: 0
}

.wpcf7-form .row.gap-70 {
    margin-left: -35px;
    margin-right: -35px
}

.wpcf7-form .row.gap-70 .col {
    padding-left: 35px;
    padding-right: 35px
}

.mc4wp-form input,
.mc4wp-form select,
.mc4wp-form textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 17px 20px;
    border: 1px solid
}

.mc4wp-form input[type=text],
.mc4wp-form input[type=email],
.mc4wp-form select {
    height: 60px;
    min-width: 280px;
    margin-right: 20px
}

.mc4wp-form input[type=text]:focus,
.mc4wp-form input[type=text]:active,
.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type=email]:active,
.mc4wp-form select:focus,
.mc4wp-form select:active {
    border-width: 2px
}

.mc4wp-form input[type=checkbox],
.mc4wp-form input[type=radio] {
    padding: 0;
    margin-right: 5px;
    border: 0
}

.mc4wp-form input[type=submit],
.mc4wp-form input[type=reset],
.mc4wp-form button {
    padding: 0 50px;
    border: 0;
    vertical-align: top
}

.text-light .mc4wp-form input,
.text-light .mc4wp-form select,
.text-light .mc4wp-form textarea {
    color: #161619;
    border-color: #fff;
    background: #fff
}

.mc4wp-checkbox label {
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer
}

.mc4wp-checkbox label input {
    display: none
}

.mc4wp-checkbox label span:before,
.mc4wp-checkbox label span:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: .1em;
    transition: .4s
}

.mc4wp-checkbox label span:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8
}

.mc4wp-checkbox label span:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center
}

.mc4wp-checkbox label :checked+span {
    color: #161619
}

.mc4wp-checkbox label :checked+span:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

.mc4wp-checkbox label :checked+span:after {
    opacity: 1
}

.mailchimp-newsletter input[type=checkbox] {
    display: none
}

.mailchimp-newsletter :checked+label>span {
    color: #161619
}

.mailchimp-newsletter :checked+label>span:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

.mailchimp-newsletter :checked+label>span:after {
    opacity: 1
}

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

    to {
        transform: rotate(360deg)
    }
}

.spin {
    animation-name: spin
}

.spinner,
.wpcf7-form span.ajax-loader:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0);
    animation: spin infinite 1s linear
}

@keyframes konteFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.konteFadeInUp {
    animation-name: konteFadeInUp
}

@keyframes konteFadeOutUp {
    from {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
}

.konteFadeOutDown {
    animation-name: konteFadeOutUp
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 7px;
        opacity: 1
    }

    40% {
        height: 14px;
        width: 7px;
        opacity: 1
    }

    90% {
        height: 14px;
        width: 7px;
        opacity: 1
    }

    100% {
        height: 14px;
        width: 7px;
        opacity: 0
    }
}

@keyframes konteSlideOut {
    100% {
        width: 0
    }
}

@keyframes konteLineRun {
    0% {
        left: -20px
    }

    100% {
        left: 100%
    }
}

.screen-reader-text,
.site-branding .site-title,
.site-branding .site-description,
.socials-menu span:not(.svg-icon),
.login-panel .panel-content h2 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus,
.site-branding .site-title:focus,
.site-branding .site-description:focus,
.socials-menu span:focus:not(.svg-icon),
.login-panel .panel-content h2:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #161619;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

:focus {
    outline: 0
}

.visible {
    visibility: visible
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 40px;
    margin-bottom: 36px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 40px;
    margin-bottom: 36px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

ul.aligncenter {
    text-align: center
}

.no-sidebar .alignwide {
    max-width: 1140px;
    width: 1140px;
    margin-left: calc(-570px + 50%);
    margin-right: calc(-570px + 50%)
}

.no-sidebar.page .alignwide {
    max-width: 1400px;
    width: 1400px;
    margin-left: calc(-700px + 50%);
    margin-right: calc(-700px + 50%)
}

.no-sidebar .alignfull {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.dark {
    background-color: #161619
}

.light {
    background-color: #fff
}

.text-dark,
.text-dark a {
    color: #000
}

.text-light,
.text-light a {
    color: #fff
}

.offscreen-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none
}

.offscreen-panel .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, .2)
}

.offscreen-panel .button-close {
    position: absolute;
    right: 60px;
    top: 45px
}

.offscreen-panel .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transform: translateX(100%);
    transition: transform .5s;
    display: flex;
    flex-direction: column
}

.offscreen-panel .panel-header,
.offscreen-panel .panel-content {
    padding: 0 60px
}

.offscreen-panel .panel-header {
    padding-top: 50px
}

.offscreen-panel .panel__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    margin: 0
}

.offscreen-panel .panel-content {
    padding-top: 70px;
    flex: 1;
    overflow-y: auto
}

.offscreen-panel.open .panel {
    transform: none
}

body.offcanvas-opened {
    overflow: hidden
}

.login-panel .panel-content {
    padding-top: 0;
    padding-bottom: 60px
}

.login-panel .panel-content form {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.login-panel .panel-content form>:first-child {
    margin-top: auto
}

.login-panel .panel-content form .form-row {
    margin: 0 0 -6px
}

.login-panel .panel-content form .form-row:first-child {
    margin-top: auto
}

.login-panel .panel-content form .input-text {
    width: 100%
}

.login-panel .panel-content form label {
    font-size: 16px;
    font-size: 1rem;
    transform: translateY(38px);
    transition: .4s;
    display: inline-block
}

.login-panel .panel-content form label.woocommerce-form__label {
    transform: none;
    margin: 40px 0
}

.login-panel .panel-content form .focused label {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    transform: translateY(10px)
}

.login-panel .panel-content form .button {
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px
}

.login-panel .panel-content form .button.alt {
    color: #161619;
    border: 1px solid;
    background: rgba(0, 0, 0, 0)
}

.login-panel .panel-content form .button.alt:hover {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.login-panel .panel-content form .button .spinner,
.login-panel .panel-content form .button .wpcf7-form span.ajax-loader:after,
.wpcf7-form .login-panel .panel-content form .button span.ajax-loader:after {
    vertical-align: middle
}

.login-panel .panel-content form.login .lost_password,
.login-panel .panel-content form.register .already_registered {
    text-align: center;
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 0
}

.login-panel .panel-content form.login .lost_password a,
.login-panel .panel-content form.register .already_registered a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid
}

.login-panel .panel-content form.register button {
    margin-top: 60px
}

.login-panel .panel-content .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 -40px
}

.login-panel .panel-content .woocommerce-error {
    padding-left: 80px;
    padding-right: 60px;
    margin-top: 60px;
    margin-bottom: 10px
}

.quick-view-panel .button-close {
    z-index: 10
}

.quick-view-panel .product {
    height: 100%;
    padding: 0;
    background: #fff;
    transition: .4s;
    opacity: 1
}

.quick-view-panel .product .woocommerce-badges {
    left: 60px;
    top: 40px
}

.quick-view-panel .product .woocommerce-product-gallery {
    max-height: 570px;
    overflow: hidden
}

.quick-view-panel .product .woocommerce-product-gallery img {
    height: 100%;
    max-height: 570px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.quick-view-panel .product .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.quick-view-panel .product .flex-direction-nav a {
    text-align: center;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 50px;
    display: block;
    background: #fff
}

.quick-view-panel .product .flex-direction-nav .flex-prev {
    left: 0
}

.quick-view-panel .product .flex-direction-nav .flex-next {
    right: 0
}

.quick-view-panel .product .flex-control-nav {
    display: none
}

.quick-view-panel .product .wcboost-wishlist-button,
.quick-view-panel .product .add-to-wishlist-button {
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-top: -25px;
    border-radius: 50%
}

.quick-view-panel .product .wcboost-wishlist-button svg,
.quick-view-panel .product .add-to-wishlist-button svg {
    vertical-align: middle
}

.quick-view-panel .product .wcboost-wishlist-button .spinner,
.quick-view-panel .product .wcboost-wishlist-button .wpcf7-form span.ajax-loader:after,
.wpcf7-form .quick-view-panel .product .wcboost-wishlist-button span.ajax-loader:after,
.quick-view-panel .product .add-to-wishlist-button .spinner,
.quick-view-panel .product .add-to-wishlist-button .wpcf7-form span.ajax-loader:after,
.wpcf7-form .quick-view-panel .product .add-to-wishlist-button span.ajax-loader:after {
    vertical-align: -.35em
}

.quick-view-panel .product .wcboost-wishlist-button__icon {
    margin: 0
}

.quick-view-panel .product .wcboost-wishlist-button__text {
    display: none
}

.quick-view-panel .product.product-type-simple .cart {
    display: flex
}

.quick-view-panel .product.product-type-simple .cart .single_add_to_cart_button {
    flex: 1
}

.quick-view-panel .woocommerce .product .woocommerce-product-gallery {
    width: 100%;
    float: none
}

.quick-view-panel .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: default
}

.quick-view-panel .woocommerce .product .summary {
    width: 100%;
    padding: 40px 60px;
    position: relative;
    float: none
}

.quick-view-panel .view-product-link {
    display: block;
    margin-top: 40px
}

.quick-view-panel .view-product-link a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid
}

.quick-view-panel .product-share {
    display: none
}

.quick-view-panel .panel-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quick-view-panel.loading .product {
    opacity: 0
}

.quick-view-panel.loading .panel-loader {
    display: block
}

.mobile-menu-panel .header-mobile {
    display: none
}

.mobile-menu-panel .header-mobile .konte-container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner {
    transform: rotate(45deg)
}

.mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:before {
    top: 0;
    opacity: 0;
    width: 100%
}

.mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    width: 100%
}

.mobile-menu-panel .panel {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateX(-100%);
    right: auto;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 380px
}

.mobile-menu-panel .panel>:not(.divider) {
    padding: 13px 0
}

.mobile-menu-panel .panel .header-mobile {
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu-panel .panel .mobile-menu__search-form {
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu-panel .list-dropdown ul {
    left: auto;
    right: 0
}

.size-guide-panel .panel-content {
    padding-top: 50px
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1100
}

.modal .modal-header {
    padding: 45px 60px
}

.modal .modal__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0
}

.modal .modal-content {
    position: relative;
    background: #fff
}

.modal.open {
    visibility: visible;
    z-index: 2000
}

.modal.open .modal-header {
    opacity: 1
}

.modal.open .modal-content {
    opacity: 1
}

.modal .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #161619;
    opacity: .5
}

.modal .button-close {
    position: absolute;
    right: 60px;
    top: 45px;
    z-index: 1
}

body.modal-opened {
    overflow: hidden
}

.quick-view-modal .button-close {
    right: 32px;
    top: 11px;
    transition: opacity .4s
}

.quick-view-modal .modal-content {
    height: 700px;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0)
}

.quick-view-modal .product {
    height: 100%;
    padding: 0;
    background: #fff;
    opacity: 1;
    transition: opacity .4s
}

.quick-view-modal .product .product {
    background: rgba(0, 0, 0, 0)
}

.quick-view-modal .product-type-simple .cart {
    display: flex
}

.quick-view-modal .product-type-simple .cart .single_add_to_cart_button {
    flex: 1
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery {
    width: 52.6315789474%;
    float: left
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: default;
    -o-object-fit: cover;
    object-fit: cover
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-direction-nav {
    display: none
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
    cursor: pointer;
    margin-bottom: 20px
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav li:last-child {
    margin-bottom: 0
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 20px
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: .4s;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 #161619
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav .flex-active {
    padding-left: 35px
}

.quick-view-modal .woocommerce .product .woocommerce-product-gallery .flex-control-nav .flex-active:before {
    width: 20px
}

.quick-view-modal .woocommerce .product .summary {
    width: 47.3684210526%;
    height: 100%;
    padding: 60px 70px;
    position: relative
}

.quick-view-modal .woocommerce .product .summary .product-share {
    display: none
}

.quick-view-modal .woocommerce .product .woocommerce-badges {
    top: 30px;
    left: 30px
}

.quick-view-modal .woocommerce .product .product_title {
    margin: 25px 0 5px
}

.quick-view-modal .woocommerce .product .price {
    margin-top: 7px
}

.quick-view-modal .woocommerce .product .cart .wcboost-wishlist-button,
.quick-view-modal .woocommerce .product .cart .add-to-wishlist-button {
    display: none
}

.quick-view-modal .woocommerce .product .single_add_to_cart_button .svg-icon {
    display: none
}

.quick-view-modal .woocommerce .product .swatches-support .variations {
    margin-bottom: 17px
}

.quick-view-modal .woocommerce .product .swatches-support tr {
    display: block;
    margin-bottom: 10px
}

.quick-view-modal .woocommerce .product .swatches-support td {
    display: block;
    padding: 6px 0 7px
}

.quick-view-modal .woocommerce .product .swatches-support .label {
    padding: 0 0 2px
}

.quick-view-modal .woocommerce .product .swatches-support .reset_variations {
    display: none !important
}

.quick-view-modal .woocommerce .product .product-share {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 99
}

.quick-view-modal .woocommerce .product .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer
}

.quick-view-modal .woocommerce .product .product-share .sharing-icon span {
    display: none
}

.quick-view-modal .woocommerce .product .product-share .socials {
    transition: .5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1
}

.quick-view-modal .woocommerce .product .product-share .socials a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0
}

.quick-view-modal .woocommerce .product .product-share .socials a:nth-child(n+2) {
    transform: translateX(-20%)
}

.quick-view-modal .woocommerce .product .product-share .socials a span {
    display: none
}

.quick-view-modal .woocommerce .product .product-share:hover .socials {
    max-width: 600px;
    z-index: 1
}

.quick-view-modal .woocommerce .product .product-share:hover .socials a {
    transform: none;
    opacity: 1
}

.quick-view-modal .woocommerce .product .wcboost-wishlist-button,
.quick-view-modal .woocommerce .product .add-to-wishlist-button {
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden
}

.quick-view-modal .woocommerce .product .wcboost-wishlist-button>span,
.quick-view-modal .woocommerce .product .add-to-wishlist-button>span {
    vertical-align: -.4em
}

.quick-view-modal .woocommerce .product .wcboost-wishlist-button~.share,
.quick-view-modal .woocommerce .product .add-to-wishlist-button~.share {
    margin-bottom: 60px
}

.quick-view-modal .woocommerce .product .wcboost-wishlist-button__icon {
    margin: 0
}

.quick-view-modal .woocommerce .product .wcboost-wishlist-button__text {
    display: none
}

.quick-view-modal .view-product-link {
    display: block;
    margin-top: 40px
}

.quick-view-modal .view-product-link a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 3px
}

.quick-view-modal .modal-loader {
    color: #fff;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quick-view-modal .modal-loader .spinner,
.quick-view-modal .modal-loader .wpcf7-form span.ajax-loader:after,
.wpcf7-form .quick-view-modal .modal-loader span.ajax-loader:after {
    width: 40px;
    height: 40px
}

.quick-view-modal.loading .button-close,
.quick-view-modal.loading .product {
    transition: none;
    opacity: 0
}

.quick-view-modal.loading .modal-loader {
    display: block
}

.search-modal {
    background: #fff
}

.search-modal .modal-header,
.search-modal .modal-content,
.search-modal .modal-footer {
    width: 100%;
    position: absolute;
    left: 0
}

.search-modal .modal-content {
    max-height: 100%;
    top: 35%;
    transition: top .8s
}

.search-modal .modal-header {
    top: 0
}

.search-modal .modal-footer {
    bottom: 0
}

.search-modal .search-form .search-fields {
    position: relative
}

.search-modal .search-form .search-field {
    font-size: 40px;
    font-size: 2.5rem;
    width: 100%;
    padding: 17px 0;
    border-bottom-width: 1px
}

.search-modal .search-form .search-field::-moz-placeholder {
    color: #a2a5a6
}

.search-modal .search-form .search-field::placeholder {
    color: #a2a5a6
}

.search-modal .search-form .search-field::-webkit-input-placeholder {
    color: #a2a5a6
}

.search-modal .search-form .search-field::-moz-placeholder {
    color: #a2a5a6
}

.search-modal .search-form .search-field::-ms-input-placeholder {
    color: #a2a5a6
}

.search-modal .search-form .search-reset {
    color: #a2a5a6;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity .4s;
    z-index: 1
}

.search-modal .search-form .search-reset:hover {
    color: #161619
}

.search-modal .search-form .spinner,
.search-modal .search-form .wpcf7-form span.ajax-loader:after,
.wpcf7-form .search-modal .search-form span.ajax-loader:after {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    transition: opacity .4s
}

.search-modal .search-result {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
    opacity: 0;
    overflow: hidden
}

.search-modal .search-result .label {
    font-size: 20px;
    font-size: 1.25rem;
    color: #a2a5a6;
    margin: 0 0 30px
}

.search-modal .search-result .searched-items {
    height: calc(100% - 61px);
    position: relative;
    overflow: hidden
}

.search-modal .search-result .searched-items .posts {
    display: flex;
    flex-wrap: wrap
}

.search-modal .search-result .searched-items .view-more {
    text-align: center;
    display: block;
    margin: 30px 0 60px
}

.search-modal .search-result .ps__rail-x,
.search-modal .search-result .ps__rail-y {
    display: none
}

.search-modal .search-result .view-more {
    display: none
}

.search-modal .search-result .post-thumbnail {
    margin-bottom: 20px;
    display: block
}

.search-modal .search-result .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px
}

.search-modal .search-result .entry-title a:hover {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 #161619
}

.search-modal .search-result .page .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px
}

.search-modal .quick-links {
    padding-top: 20px;
    padding-bottom: 50px
}

.search-modal .quick-links .label {
    font-size: 20px;
    font-size: 1.25rem;
    color: #a2a5a6;
    margin: 0 0 20px
}

.search-modal .quick-links .links {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-modal .quick-links .links li {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    margin-right: 74px
}

.search-modal .quick-links .links li:last-child {
    margin-right: 0
}

.search-modal.searching .spinner,
.search-modal.searching .wpcf7-form span.ajax-loader:after,
.wpcf7-form .search-modal.searching span.ajax-loader:after {
    opacity: 1
}

.search-modal.searched .modal-content {
    bottom: 0
}

.search-modal.searched .search-reset,
.search-modal.searched .search-result {
    opacity: 1
}

.search-modal.searched .search-result {
    height: calc(100% - 86px)
}

.popup-modal .button-close {
    top: 12px;
    right: 20px;
    z-index: 2
}

.popup-modal .popup-modal-content {
    width: 900px;
    max-width: 90%;
    min-height: 540px;
    max-height: 100%;
    display: flex;
    align-items: stretch;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: #fff
}

.popup-modal .popup-image {
    flex: 1
}

.popup-modal .popup-image img {
    display: block
}

.popup-modal .popup-image-holder {
    background-size: cover
}

.popup-modal .popup-content {
    font-size: 16px;
    font-size: 1rem;
    flex: 1;
    display: flex;
    align-items: center;
    z-index: 1
}

.popup-modal .popup-content-wrapper {
    padding: 40px
}

.popup-modal .popup-content-wrapper>:first-child {
    margin-top: 0
}

.popup-modal .popup-content-wrapper>:last-child {
    margin-bottom: 0
}

.popup-modal .konte-button.normal {
    font-weight: 400;
    min-width: 150px
}

.popup-modal .mc4wp-form-fields {
    display: flex
}

.popup-modal .mc4wp-form-fields input[type=text],
.popup-modal .mc4wp-form-fields input[type=email],
.popup-modal .mc4wp-form-fields select {
    flex: 1;
    min-width: unset
}

.popup-modal.popup-layout-1-column .popup-image,
.popup-modal.popup-layout-1-column .popup-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup-modal.popup-layout-1-column .popup-content {
    text-align: center
}

.popup-modal.popup-layout-1-column .popup-content-wrapper {
    width: 66.6667%;
    margin: 0 auto;
    padding: 40px 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-loading .slick-list {
    background: url(./../images/loading.svg) center center no-repeat
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    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
}

[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 rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    list-style: none;
    margin: 26px 0 0;
    padding: 0
}

.slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0 5px
}

.slick-dots li:first-child {
    margin-left: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 7px;
    border: 0;
    outline: 0;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

.slick-dots button:before {
    content: "";
    font-size: 6px;
    line-height: 20px;
    color: #161619;
    text-align: center;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #cdcfd0
}

.slick-dots .slick-active button:before {
    background: #161619
}

.swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.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-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
    background: #e3e7e8
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0 2px
}

.swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    top: -1px
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: -1px;
    top: 1%;
    z-index: 50;
    width: 1px;
    height: 100%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #161619;
    left: 0;
    top: 0;
    cursor: pointer
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-pagination {
    margin-top: 20px
}

.konte-swiper-container .swiper-pagination {
    position: static;
    text-align: inherit
}

.swiper-pagination-lock {
    display: none
}

.konte-swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 50%;
    border: 7px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: .4s;
    background: inherit;
    opacity: 1
}

.konte-swiper-container .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.konte-swiper-container .swiper-pagination-bullet span {
    display: block;
    height: 100%;
    border-radius: 50%;
    background: #cdcfd0;
    transition: .4s
}

.konte-swiper-container .swiper-pagination-bullet:hover span {
    background: #161619
}

.konte-swiper-container .swiper-pagination-bullet-active {
    border-color: rgba(22, 22, 25, .1)
}

.konte-swiper-container .swiper-pagination-bullet-active span {
    background: #161619
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: rgba(0, 0, 0, 0)
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports(-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff
}

.preloader .preloader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}

.preloader .spinner,
.preloader .wpcf7-form span.ajax-loader:after,
.wpcf7-form .preloader span.ajax-loader:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    transform: none
}

.no-js .preloader {
    display: none
}

.underline-hover,
.blog-header-menu a,
.hamburger-navigation li li a,
.konte-tabs__nav li,
.list-dropdown .current {
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 8px
}

.underline-hover:after,
.blog-header-menu a:after,
.hamburger-navigation li li a:after,
.konte-tabs__nav li:after,
.list-dropdown .current:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width .4s
}

.underline-hover.active,
.blog-header-menu a.active,
.hamburger-navigation li li a.active,
.konte-tabs__nav li.active,
.list-dropdown .active.current,
.underline-hover:hover,
.blog-header-menu a:hover,
.hamburger-navigation li li a:hover,
.konte-tabs__nav li:hover,
.list-dropdown .current:hover {
    text-decoration: none
}

.underline-hover.active:after,
.blog-header-menu a.active:after,
.hamburger-navigation li li a.active:after,
.konte-tabs__nav li.active:after,
.list-dropdown .active.current:after,
.underline-hover:hover:after,
.blog-header-menu a:hover:after,
.hamburger-navigation li li a:hover:after,
.konte-tabs__nav li:hover:after,
.list-dropdown .current:hover:after {
    width: 100%;
    left: 0
}

.underline-hover.short-line:after,
.blog-header-menu a.short-line:after,
.hamburger-navigation li li a.short-line:after,
.konte-tabs__nav li.short-line:after,
.list-dropdown .short-line.current:after {
    right: auto;
    left: 0;
    width: 20px;
    border-bottom: 2px solid
}

.underline-hover.short-line.active:after,
.blog-header-menu a.short-line.active:after,
.hamburger-navigation li li a.short-line.active:after,
.konte-tabs__nav li.short-line.active:after,
.list-dropdown .short-line.active.current:after,
.underline-hover.short-line:hover:after,
.blog-header-menu a.short-line:hover:after,
.hamburger-navigation li li a.short-line:hover:after,
.konte-tabs__nav li.short-line:hover:after,
.list-dropdown .short-line.current:hover:after {
    width: 100%
}

.counter {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 4px;
    background: #161619;
    display: inline-block
}

.text-light .counter {
    color: #161619;
    background-color: #fff
}

.list-dropdown {
    position: relative;
    display: inline-block
}

.list-dropdown .label {
    margin-right: 20px
}

.list-dropdown .dropdown {
    display: inline-block;
    position: relative
}

.list-dropdown .dropdown:hover ul {
    z-index: 1600;
    opacity: 1;
    pointer-events: initial
}

.list-dropdown .current {
    line-height: inherit;
    font-weight: 500;
    cursor: pointer;
    display: block
}

.list-dropdown .current:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e3e7e8
}

.list-dropdown .caret {
    margin-left: 8px
}

.list-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: -15px;
    background: #fff;
    opacity: 0;
    z-index: -1;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    transition: opacity .4s;
    pointer-events: none
}

.list-dropdown ul li {
    text-align: initial
}

.list-dropdown ul li a {
    color: #161619;
    display: block;
    padding: 10px 15px;
    margin: 0;
    width: auto;
    height: auto
}

.list-dropdown ul li a .name,
.list-dropdown ul li a img {
    display: none
}

.list-dropdown ul li a img {
    width: auto
}

.list-dropdown ul li a:hover {
    background: #e3e7e8
}

.list-dropdown img {
    max-height: 1.2em;
    margin-right: 6px;
    vertical-align: -.2em
}

.list-dropdown.up ul {
    top: auto;
    bottom: 100%
}

.list-dropdown.open ul {
    z-index: 1600;
    opacity: 1;
    pointer-events: initial
}

.list-dropdown--show-name ul li a .name {
    display: inline
}

.list-dropdown--show-flag ul li a img {
    display: inline;
    vertical-align: initial
}

hr.divider {
    margin: 0
}

.dark hr.divider {
    background: rgba(255, 255, 255, .1)
}

.svg-icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block
}

.svg-icon.size-small,
.svg-icon.icon-small {
    font-size: 16px;
    font-size: 1rem
}

.svg-icon.size-smaller,
.svg-icon.icon-smaller {
    font-size: 14px;
    font-size: .875rem
}

.svg-icon svg {
    vertical-align: -.125em;
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block
}

.menu-banner {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    position: relative
}

.menu-banner:after {
    display: none
}

.menu-banner img {
    display: block
}

.menu-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 25px;
    background: #fff;
    transform: translate(-50%, -50%)
}

.notifyjs-corner {
    z-index: 9999 !important
}

.site {
    overflow-x: hidden
}

.konte-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1430px
}

.konte-container:before {
    content: "";
    display: table;
    table-layout: fixed
}

.konte-container:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}

.konte-container-fluid {
    margin-left: 45px;
    margin-right: 45px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

.konte-container-fluid:before {
    content: "";
    display: table;
    table-layout: fixed
}

.konte-container-fluid:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}

.no-sidebar.single-post .content-area {
    max-width: 750px;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.sidebar-left .content-area,
.sidebar-right .content-area {
    width: 65.7894736842%
}

.sidebar-left .widget-area,
.sidebar-right .widget-area {
    width: 34.2105263158%
}

.sidebar-left.single-post .widget-area,
.sidebar-right.single-post .widget-area {
    padding-top: 35px
}

.sidebar-left .konte-container .content-area,
.sidebar-right .konte-container .content-area {
    width: 74.2857142857%
}

.sidebar-left .konte-container .widget-area,
.sidebar-right .konte-container .widget-area {
    width: 25.7142857143%
}

.sidebar-left .content-area {
    float: right
}

.sidebar-left .widget-area {
    float: left;
    padding-right: 60px
}

.sidebar-left .konte-container .widget-area {
    padding-right: 80px
}

.sidebar-right .content-area {
    float: left
}

.sidebar-right .widget-area {
    float: right;
    padding-left: 60px
}

.sidebar-right .konte-container .widget-area {
    padding-left: 80px
}

.empty-sidebar.sidebar-left .content-area,
.empty-sidebar.sidebar-left .widget-area,
.empty-sidebar.sidebar-right .content-area,
.empty-sidebar.sidebar-right .widget-area {
    width: auto;
    float: none
}

.empty-sidebar.single-post .content-area {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.empty-sidebar .entry-header .post-info {
    max-width: 780px
}

.site-content {
    padding-top: 60px;
    padding-bottom: 60px
}

.no-top-spacing .site-content {
    padding-top: 0 !important
}

.no-bottom-spacing .site-content {
    padding-bottom: 0 !important
}

.header-vertical .site {
    padding-left: 360px
}

.header-vertical .container,
.header-vertical .container-fluid,
.header-vertical .konte-container,
.header-vertical .konte-container-fluid {
    max-width: 100%
}

.vc_row.vc_column-gap-40 {
    margin-left: -20px;
    margin-right: -20px
}

.vc_row.vc_column-gap-40>.vc_column_container {
    padding: 20px 5px
}

.vc_row.vc_column-gap-60 {
    margin-left: -30px;
    margin-right: -30px
}

.vc_row.vc_column-gap-60>.vc_column_container {
    padding: 30px 15px
}

.vc_row.vc_column-gap-120 {
    margin-left: -60px;
    margin-right: -50px
}

.vc_row.vc_column-gap-120>.vc_column_container {
    padding: 60px 45px
}

.vc_row .vc_col-has-fill>.vc_column-inner,
.vc_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

.vc_row.wpb_row.vc_column-gap-20 {
    margin-left: -10px;
    margin-right: -10px
}

.vc_row.wpb_row.vc_column-gap-20>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.wpb_row.vc_inner>.vc_column_container {
    padding-top: 0;
    padding-bottom: 0
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border-width: 0;
    position: relative
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-title {
    line-height: 1.25
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-title>a {
    padding: 34px 0;
    border-top: 1px solid;
    position: static
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-title>a {
    border-top-width: 0
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding: 0 0 32px
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon-plus {
    width: 20px;
    height: 20px;
    transition: transform .4s
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon-plus {
    transform: rotate(45deg) translate(-35%, -35%)
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-title,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-left .vc_tta-panel .vc_tta-panel-body {
    padding-left: 80px
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-title,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-body {
    padding-right: 195px
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
    background: #fff
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panels .vc_tta-panel .vc_tta-panel-title>a {
    color: #161619;
    border-color: #e3e7e8
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-plus:before,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-controls-icon-plus:after {
    border-color: #cdcfd0
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:before,
.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:after {
    border-color: #161619
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_active .vc_tta-controls-icon-plus:after {
    display: block
}

.vc_toggle.vc_toggle_ {
    position: relative;
    margin: 0
}

.vc_toggle.vc_toggle_ .vc_toggle_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: opacity .4s, transform .4s
}

.vc_toggle.vc_toggle_ .vc_toggle_icon:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-top: 2px solid
}

.vc_toggle.vc_toggle_ .vc_toggle_icon:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    border-left: 2px solid
}

.vc_toggle.vc_toggle_.vc_toggle_active .vc_toggle_icon {
    opacity: 1;
    transform: rotate(45deg) translate(-35%, -35%)
}

.vc_toggle.vc_toggle_ .vc_toggle_title,
.vc_toggle.vc_toggle_ .vc_toggle_content {
    padding-right: 195px
}

.vc_toggle.vc_toggle_ .vc_toggle_title>h4 {
    line-height: 1.25;
    display: block;
    margin: 0;
    padding: 34px 0;
    border-top: 1px solid #e3e7e8
}

.vc_toggle.vc_toggle_ .vc_toggle_content {
    margin: -10px 0 30px
}

.vc_toggle.vc_toggle_ .vc_toggle_content>:first-child {
    margin-top: 0
}

.vc_toggle.vc_toggle_ .vc_toggle_content>:last-child {
    margin-bottom: 0
}

.vc_toggle.vc_toggle_:first-of-type .vc_toggle_title>h4 {
    border-top: 0
}

.konte-pricing-table {
    text-align: center;
    padding: 40px;
    border: 1px solid #e3e7e8;
    background: #fff;
    transition: .4s
}

.konte-pricing-table:hover {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1)
}

.konte-pricing-table__image {
    margin: 20px 0
}

.konte-pricing-table__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 8px
}

.konte-pricing-table__description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #838889
}

.konte-pricing-table__price {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    margin: 25px 0 15px
}

.konte-pricing-table__price .currency {
    font-size: .4583333333em;
    vertical-align: super
}

.konte-pricing-table__recurrence {
    font-size: 12px;
    font-size: .75rem;
    color: #838889
}

.konte-pricing-table__button {
    display: block;
    width: 100%;
    margin-top: 35px
}

.konte-testimonial {
    overflow: hidden;
    display: flex;
    align-items: center
}

.konte-testimonial__photo {
    float: left;
    padding-right: 60px;
    flex: 0 0 auto
}

.konte-testimonial__photo img {
    display: block;
    width: 200px;
    height: auto
}

.konte-testimonial__content {
    margin-bottom: 30px
}

.konte-testimonial__author {
    line-height: 1
}

.konte-testimonial__name {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    margin-bottom: 14px
}

.konte-testimonial__company {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #838889;
    display: block
}

.konte-testimonial__author-separator {
    display: none;
    color: #838889
}

.konte-carousel .konte-testimonial {
    display: flex
}

.konte-carousel .konte-testimonial__photo {
    padding-right: 40px
}

.konte-carousel .konte-testimonial__photo img {
    width: 120px
}

.konte-carousel .konte-testimonial__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375
}

.konte-carousel .konte-testimonial__name {
    font-size: 16px;
    font-size: 1rem;
    display: inline;
    margin-bottom: 0
}

.konte-carousel .konte-testimonial__company {
    font-size: 10px;
    font-size: .625rem;
    display: inline
}

.konte-carousel .konte-testimonial__author-separator {
    display: inline-block;
    margin: 0 9px
}

.konte-testimonial-carousel {
    overflow: hidden;
    display: flex
}

.konte-testimonial-carousel__photos {
    float: left;
    width: 48.9795918367%
}

.konte-testimonial-carousel__photos img {
    -o-object-fit: cover;
    object-fit: cover
}

.konte-testimonial-carousel__photos .slick-list,
.konte-testimonial-carousel__photos .slick-track {
    height: 100%
}

.konte-testimonial-carousel__content {
    color: #fff;
    float: left;
    width: 51.0204081633%;
    padding: 63px 120px 40px 100px;
    background: #161619
}

.konte-testimonial-carousel__content .konte-testimonials-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 134px
}

.konte-testimonial-carousel__content .konte-testimonial__content {
    line-height: 1.6666666667;
    margin-bottom: 70px
}

.konte-testimonial-carousel__content .konte-testimonial__company {
    color: #fff
}

.konte-testimonial-carousel__content .slick-dots {
    margin-top: 100px
}

.konte-testimonial-carousel__content .slick-dots li {
    margin: 0 10px
}

.konte-testimonial-carousel__content .slick-dots li:first-child {
    margin-left: 0
}

.konte-testimonial-carousel__content .slick-dots li:last-child {
    margin-right: 0
}

.konte-testimonial-carousel__content .slick-dots button {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6666666667;
    height: auto;
    width: auto;
    min-width: 20px;
    padding: 0 0 3px;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.konte-testimonial-carousel__content .slick-dots button:before {
    display: none
}

.konte-testimonial-carousel__content .slick-dots .slick-active button {
    border-color: #fff
}

.button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    background-color: #161619;
    cursor: pointer;
    transition: .4s
}

.button.large {
    line-height: 60px;
    padding: 0 80px
}

.button.large.rounded {
    border-radius: 30px
}

.button.medium {
    line-height: 50px;
    padding: 0 65px
}

.button.medium.rounded {
    border-radius: 25px
}

.button.small {
    line-height: 32px;
    padding: 0 25px
}

.button.small.rounded {
    border-radius: 16px
}

.button.rounded {
    border-radius: 20px
}

.button.alt {
    color: #161619;
    border: 1px solid;
    background: rgba(0, 0, 0, 0)
}

.button.alt:hover {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.konte-button {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: .4s
}

.konte-button.large {
    font-size: 14px;
    font-size: .875rem
}

.konte-button.button-normal:hover {
    background: #7f8487
}

.konte-button.button-normal.text-light {
    color: #161619;
    background-color: #fff
}

.konte-button.button-normal.text-light:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1)
}

.konte-button.button-outline {
    color: #161619;
    font-weight: 400;
    line-height: 38px;
    border: 1px solid;
    background: rgba(0, 0, 0, 0)
}

.konte-button.button-outline:hover {
    color: #7f8487
}

.konte-button.button-outline.text-light {
    color: #fff
}

.konte-button.button-outline.large {
    line-height: 58px;
    font-weight: 500
}

.konte-button.button-outline.medium {
    line-height: 48px
}

.konte-button.button-outline.small {
    line-height: 32px
}

.konte-button.button-underline {
    text-transform: none;
    font-weight: 500;
    padding-bottom: 5px
}

.konte-button.button-underline:after {
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0
}

.konte-button.button-underline.large {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 4px
}

.konte-button.button-underline.medium {
    font-size: 16px;
    font-size: 1rem
}

.konte-button.button-underline.normal {
    font-size: 14px;
    font-size: .875rem;
    padding-bottom: 6px
}

.konte-button.button-underline.small {
    font-size: 12px;
    font-size: .75rem
}

.konte-button.button-underline.underline-full:after {
    width: 100%;
    left: 0
}

.konte-button.button-underline.underline-small:after {
    width: 20px;
    transition: width .4s
}

.konte-button.button-underline.underline-left:after {
    left: 0
}

.konte-button.button-underline.underline-center:after {
    left: 50%;
    transform: translateX(-50%)
}

.konte-button.button-underline.underline-right:after {
    right: 0
}

.konte-button.button-underline.underline-small:hover:after {
    width: 100%
}

.konte-button.align-left {
    float: left
}

.konte-button.align-right {
    float: right
}

.konte-button-wrapper.text-center {
    text-align: center
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
    padding-left: 45px;
    padding-right: 45px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:first-child {
    padding-left: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child {
    padding-right: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #838889;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    transition: .4s
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a:hover {
    color: #161619
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a {
    color: #161619;
    border-bottom-color: #161619 !important
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body {
    border: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    background-color: rgba(0, 0, 0, 0)
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body {
    color: #838889;
    padding: 36px 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panel-body>.wpb_content_element:first-child>.wpb_wrapper>p:first-child {
    margin-top: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-controls-align-center .vc_tta-panels {
    text-align: center
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
    padding: 14px 0;
    position: relative
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab:before,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 2px solid #161619;
    transition: width .4s
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab:first-child,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:first-child {
    margin-top: -14px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab>a,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab>a {
    border-bottom-width: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab>a .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab>a .vc_tta-title-text {
    transition: transform .4s;
    display: inline-block
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active:before {
    width: 20px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active .vc_tta-title-text {
    transform: translateX(30px)
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel-body {
    padding: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-list {
    text-align: left;
    padding-right: 100px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before {
    width: 20px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active .vc_tta-title-text {
    transform: translateX(30px)
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-list {
    padding-left: 100px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab:before {
    left: auto;
    right: 0
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active:before {
    width: 20px
}

.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab.vc_active .vc_tta-title-text {
    transform: translateX(-30px)
}

.konte-tabs__nav {
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    list-style: none
}

.konte-tabs__nav li {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-block;
    margin: 0 25px;
    cursor: pointer
}

.konte-tabs__nav li:first-child {
    margin-left: 0
}

.konte-tabs__nav li:last-child {
    margin-right: 0
}

.konte-tabs__nav li:after {
    border-bottom-width: 2px
}

.konte-tabs__panels {
    position: relative
}

.konte-tabs__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .4s
}

.konte-tabs__panel.active {
    opacity: 1;
    display: block;
    visibility: visible;
    position: static
}

.konte-chart {
    text-align: center;
    position: relative;
    display: inline-block
}

.konte-chart canvas {
    max-width: 100%
}

.konte-chart__text {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    transform: translate(-50%, -50%);
    line-height: 32px;
    vertical-align: top
}

.vc_progress_bar.wpb_content_element {
    overflow: hidden
}

.vc_progress_bar.wpb_content_element .vc_single_bar {
    height: 8px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e3e7e8;
    margin-bottom: 70px;
    margin-top: 30px
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
    font-size: 16px;
    font-size: 1rem;
    color: #161619 !important;
    font-weight: 600;
    padding: 0;
    text-shadow: none !important;
    top: -35px
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label_units {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-align: right;
    position: absolute;
    top: -35px;
    right: 0
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
    box-shadow: none;
    border-radius: 0;
    background-color: #161619
}

.wpb-js-composer .vc_icon_element {
    font-size: 10px;
    display: inline-block
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline {
    border-width: 1px
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 5em !important;
    height: 5em !important
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
    color: #a2a5a6;
    transition: .4s
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey:hover .vc_icon_element-icon {
    color: #161619
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
    border-color: #e3e7e8;
    transition: .4s
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline:hover {
    border-color: #161619;
    background-color: #161619
}

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline:hover .vc_icon_element-icon {
    color: #fff
}

.konte-message-box {
    color: #fff;
    position: relative;
    padding: 30px 40px 30px 120px;
    margin-bottom: 40px
}

.konte-message-box .box-content {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500
}

.konte-message-box .box-content p:first-child {
    margin-top: 0
}

.konte-message-box .box-content p:last-child {
    margin-bottom: 0
}

.konte-message-box.success {
    background-color: #8ed3af
}

.konte-message-box.info {
    background-color: #81cfe5
}

.konte-message-box.danger {
    background-color: #f49090
}

.konte-message-box.warning {
    background-color: #ffd07d
}

.konte-message-box.closeable {
    padding-right: 65px
}

.konte-message-box__icon {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 40px
}

.konte-message-box__content {
    font-size: 20px;
    font-size: 1.25rem
}

.konte-message-box__close {
    color: #fff;
    line-height: 1;
    position: absolute;
    right: 40px;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%)
}

.konte-icon-box.box-align-center {
    text-align: center
}

.konte-icon-box.box-align-right {
    text-align: right
}

.konte-icon-box__icon {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 22px
}

.konte-icon-box__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: inherit;
    font-weight: 500;
    margin: 0 0 22px
}

.konte-icon-box__content>:first-child {
    margin-top: 0
}

.konte-icon-box__content>:last-child {
    margin-bottom: 0
}

.konte-team-member {
    position: relative;
    margin-bottom: 40px
}

.konte-team-member img {
    width: 100%;
    height: auto;
    display: block
}

.konte-team-member .fa {
    font-family: "FontAwesome";
    font-weight: 400
}

.konte-team-member__info {
    padding: 12px 20px
}

.konte-team-member__name {
    margin: 0
}

.konte-team-member__job {
    font-size: 14px;
    font-size: .875rem;
    color: #838889
}

.konte-team-member__socials {
    float: right
}

.konte-team-member__socials a {
    font-size: 12px;
    font-size: .75rem;
    color: #838889;
    margin-left: 20px
}

.konte-team-member__socials a:hover {
    color: #161619
}

.konte-team-member__socials a:first-child {
    margin-left: 0
}

.konte-carousel {
    margin-bottom: 40px
}

.konte-carousel .slick-list {
    margin-left: -20px;
    margin-right: -20px
}

.konte-carousel .slick-slide {
    padding: 0 20px;
    position: relative
}

.konte-carousel__slide-index {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0;
    transform: rotate(-90deg) translate(-100%, -50%);
    transform-origin: top left;
    transition: opacity .8s, top .4s
}

.indexs-initialized .konte-carousel__slide-index {
    opacity: 1;
    top: 0
}

.konte-carousel__slide-index-number {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-left: 10px
}

.konte-carousel__arrow {
    color: #161619;
    line-height: 38px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 9
}

.konte-carousel__arrow:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.konte-carousel__arrow .svg-icon {
    vertical-align: middle
}

.konte-carousel--arrows-center .slick-prev {
    left: -70px;
    top: 35%
}

.konte-carousel--arrows-center .slick-next {
    right: -70px;
    top: 35%
}

.konte-carousel--arrows-top-right .slick-prev {
    right: 60px;
    top: -115px
}

.konte-carousel--arrows-top-right .slick-next {
    right: 0;
    top: -115px
}

.konte-carousel--dots-left .slick-dots {
    text-align: left;
    margin-left: -7px
}

.konte-carousel--dots-center .slick-dots {
    text-align: center
}

.konte-carousel--dots-right .slick-dots {
    text-align: right;
    margin-right: -7px
}

.konte-carousel--free-mode {
    overflow: visible
}

.konte-carousel--free-mode .slick-list {
    overflow: visible
}

.konte-carousel--free-mode .konte-carousel-item__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 36px 0 18px
}

.konte-carousel--gap-20 .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.konte-carousel--gap-20 .slick-slide {
    padding-left: 10px;
    padding-right: 10px
}

.konte-carousel--gap-30 .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.konte-carousel--gap-30 .slick-slide {
    padding-left: 15px;
    padding-right: 15px
}

.konte-carousel--gap-60 .slick-list {
    margin-left: -30px;
    margin-right: -30px
}

.konte-carousel--gap-60 .slick-slide {
    padding-left: 30px;
    padding-right: 30px
}

.konte-carousel--gap-90 .slick-list {
    margin-left: -45px;
    margin-right: -45px
}

.konte-carousel--gap-90 .slick-slide {
    padding-left: 45px;
    padding-right: 45px
}

.konte-carousel-item>a {
    transition: none
}

.konte-carousel-item__title {
    color: inherit;
    margin: 30px 0 12px
}

.konte-post-grid {
    margin-left: -20px;
    margin-right: -20px
}

.konte-post-grid .post {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 40px
}

.konte-post-grid .post img {
    margin-bottom: 24px;
    width: 100%
}

.konte-post-grid .post .button {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 38px;
    padding: 0 25px
}

.konte-post-grid .post-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 5px
}

.konte-post-grid .post-summary {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 4.5
}

.konte-post-grid.columns-4 .post {
    width: 25%
}

.konte-post-grid.columns-gap-30 {
    margin-left: -15px;
    margin-right: -15px
}

.konte-post-grid.columns-gap-30 .post {
    padding-left: 15px;
    padding-right: 15px
}

.konte-post-grid.columns-gap-60 {
    margin-left: -30px;
    margin-right: -30px
}

.konte-post-grid.columns-gap-60 .post {
    padding-left: 30px;
    padding-right: 30px
}

.konte-post-carousel {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px
}

.konte-post-carousel .post {
    margin-bottom: 0
}

.konte-post-carousel .slick-list {
    margin-left: -20px;
    margin-right: -20px
}

.konte-post-carousel .slick-dots {
    margin-top: 45px
}

.konte-post-carousel.dots-left .slick-dots {
    text-align: left;
    margin-left: -7px
}

.konte-post-carousel.dots-center .slick-dots {
    text-align: center
}

.konte-post-carousel.dots-right .slick-dots {
    text-align: right;
    margin-right: -7px
}

.konte-dash {
    display: inline-block
}

.konte-dash .konte-dash__line {
    display: inline-block;
    width: 20px;
    border-bottom: 2px solid;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.konte-dash .konte-dash__text {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px
}

.vc_custom_heading {
    line-height: 1.3;
    margin: 0
}

.vc_custom_heading.separated_link {
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.vc_custom_heading .heading-link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase
}

.vc_custom_heading.font-weight-normal {
    font-weight: 400
}

.vc_custom_heading.font-weight-medium {
    font-weight: 500
}

.vc_custom_heading.font-weight-bold {
    font-weight: 700
}

.wpb_text_column .wpb_wrapper>:first-child {
    margin-top: 0
}

.konte-info-list {
    font-size: 14px;
    font-size: .875rem
}

.konte-info-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.konte-info-list li {
    display: flex;
    margin-bottom: 18px
}

.konte-info-list .info-name {
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 110px
}

.konte-info-list .info-value,
.konte-info-list .info-value a {
    color: #838889
}

.konte-info-list .info-value a:hover {
    color: #000
}

.konte-countdown {
    text-transform: uppercase
}

.konte-countdown.type-small .konte-countdown__box {
    padding: 0 20px
}

.konte-countdown.type-small .konte-countdown__box:first-child {
    padding-left: 0
}

.konte-countdown.type-small .konte-countdown__box:last-child {
    padding-right: 0
}

.konte-countdown.type-small .time {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 15px
}

.konte-countdown.type-small .konte-countdown__box-label {
    font-size: 11px;
    font-size: .6875rem
}

.konte-countdown.type-inline {
    display: inline-block
}

.konte-countdown.type-inline .timers,
.konte-countdown.type-inline .time,
.konte-countdown.type-inline .konte-countdown__box,
.konte-countdown.type-inline .konte-countdown__box-label {
    display: inline
}

.konte-countdown.type-inline .konte-countdown__box {
    line-height: inherit;
    padding: 0;
    margin-right: 4px
}

.konte-countdown.type-inline .time {
    padding-bottom: 0
}

.konte-countdown.type-inline .time,
.konte-countdown.type-inline .konte-countdown__box-label {
    margin-right: 4px;
    font-weight: 400;
    font-size: inherit
}

.konte-countdown__box {
    line-height: 1;
    display: inline-block;
    padding: 0 35px
}

.konte-countdown__box:first-child {
    padding-left: 0
}

.konte-countdown__box:last-child {
    padding-right: 0
}

.konte-countdown__box .time {
    font-size: 48px;
    font-size: 3rem;
    display: block;
    padding-bottom: 20px
}

.konte-countdown__box-label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    display: block;
    padding-left: 2px
}

.konte-countdown--align-center {
    text-align: center
}

.konte-countdown--align-center .timers {
    display: inline-block
}

.konte-countdown--align-left {
    text-align: left
}

.konte-countdown--align-left .timers {
    display: inline-block
}

.konte-countdown--align-right {
    text-align: right
}

.konte-countdown--align-right .timers {
    display: inline-block
}

.konte-category-banner {
    margin-bottom: 30px
}

.konte-category-banner span:empty,
.konte-category-banner h4:empty {
    display: none
}

.konte-category-banner img {
    display: block
}

.konte-category-banner.has-sub-image {
    padding-top: 100px
}

.konte-category-banner.has-sub-image.align-left {
    padding-right: 100px
}

.konte-category-banner.has-sub-image.align-right {
    padding-left: 100px
}

.konte-category-banner.align-left .konte-category-banner__category {
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right;
    left: -55px
}

.konte-category-banner.align-left .konte-category-banner__sub-image img {
    transform: translate(50%, -50%);
    float: right
}

.konte-category-banner.align-right {
    display: flex;
    justify-content: flex-end
}

.konte-category-banner.align-right .konte-category-banner__category {
    transform: rotate(-90deg);
    transform-origin: top right;
    right: -35px
}

.konte-category-banner.align-right .konte-category-banner__sub-image img {
    transform: translate(-50%, -50%)
}

.konte-category-banner.title-middle .konte-category-banner__content {
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 30px;
    transform: translate(-50%, -50%)
}

.konte-category-banner.title-middle.has-sub-image .konte-category-banner__content {
    margin-top: 50px
}

.konte-category-banner.title-middle.align-left {
    padding-right: 35.7664233577%
}

.konte-category-banner.title-middle.align-left .konte-category-banner__link {
    padding-right: 0;
    display: block
}

.konte-category-banner.title-middle.align-left .konte-category-banner__content {
    right: 0;
    transform: translate(50%, -50%);
    text-align: right
}

.konte-category-banner.title-middle.align-right {
    padding-left: 35.7664233577%
}

.konte-category-banner.title-middle.align-right .konte-category-banner__link {
    padding-left: 0
}

.konte-category-banner.title-middle.align-right .konte-category-banner__content {
    left: 0
}

.konte-category-banner__link {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.konte-category-banner__category {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0
}

.konte-category-banner__image {
    display: block;
    position: relative
}

.konte-category-banner__sub-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.konte-category-banner__sub-image img {
    max-width: 200px;
    max-height: 200px
}

.konte-category-banner__content {
    display: block
}

.konte-category-banner__title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 30px 0 23px
}

.konte-category-banner__button {
    display: inline-block;
    position: relative;
    padding-bottom: 4px
}

.konte-category-banner__button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom: 2px solid;
    transition: width .4s
}

.konte-category-banner__button:hover:after {
    width: 100%
}

.konte-banner {
    position: relative;
    overflow: hidden;
    font-size: 10px
}

.konte-banner a {
    color: inherit;
    display: block;
    overflow: hidden
}

.konte-banner a:hover {
    color: inherit
}

.konte-banner img {
    transition: transform 1s;
    display: block;
    width: 100%
}

.konte-banner .konte-button {
    margin-top: 15px
}

.konte-banner .konte-button.button-underline {
    text-transform: none
}

.konte-banner .konte-button.button-underline.large {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400
}

.konte-banner .konte-button.large {
    margin-top: 25px
}

.konte-banner.text-position-center .konte-banner__content {
    text-align: center
}

.konte-banner.text-position-right .konte-banner__content {
    text-align: right;
    left: auto;
    right: 0
}

.konte-banner.text-position-top-left .konte-banner__content {
    top: 0;
    transform: none
}

.konte-banner.text-position-top-center .konte-banner__content {
    text-align: center;
    top: 0;
    transform: none
}

.konte-banner.text-position-top-right .konte-banner__content {
    text-align: right;
    top: 0;
    transform: none
}

.konte-banner.text-position-bottom-left .konte-banner__content {
    top: auto;
    bottom: 0;
    transform: none
}

.konte-banner.text-position-bottom-center .konte-banner__content {
    text-align: center;
    top: auto;
    bottom: 0;
    transform: none
}

.konte-banner.text-position-bottom-right .konte-banner__content {
    text-align: right;
    top: auto;
    bottom: 0;
    transform: none
}

.konte-banner.text-position-under-image .konte-banner__content {
    position: static;
    transform: none;
    padding: 24px 0 0;
    display: block
}

.konte-banner.text-position-under-image .konte-button {
    margin-top: 14px
}

.konte-banner.text-position-under-image:hover img {
    transform: none
}

.konte-banner.color-scheme-light {
    color: #fff
}

.konte-banner.color-scheme-dark {
    color: #161619
}

.konte-banner:hover img {
    transform: scale(1.1)
}

.konte-banner__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 50px;
    transform: translate(0, -50%)
}

.konte-banner__content>:first-child {
    margin-top: 0
}

.konte-banner__content>:last-child {
    margin-bottom: 0
}

.konte-banner__tagline {
    font-size: 2em;
    display: block
}

.konte-banner__text {
    font-size: 3em;
    font-weight: 500;
    line-height: 1.1333333333;
    display: block
}

.konte-banner__description {
    font-size: 1.4em;
    display: block;
    margin: .43em 0 1.43em
}

.konte-banner--button-visible-hover .konte-button {
    opacity: 0;
    transform: translateY(52px);
    transition: .4s
}

.konte-banner--button-visible-hover:hover .konte-button {
    opacity: 1;
    transform: none
}





.konte-banner--button-visible-hover.text-position-bottom-left:hover .konte-button,
.konte-banner--button-visible-hover.text-position-bottom-right:hover .konte-button,
.konte-banner--button-visible-hover.text-position-bottom-center:hover .konte-button {
    transition-delay: .1s
}

.konte-banner--font-normal .konte-banner__text {
    font-weight: 400
}

.konte-banner--font-bold .konte-banner__text {
    font-weight: 700
}

.konte-product-carousel ul.products li.product.first {
    clear: none
}

.konte-product-carousel .slick-list {
    width: 100%
}

.konte-product-carousel .product-carousel-arrow {
    color: inherit;
    line-height: 1;
    position: absolute;
    top: 33%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.konte-product-carousel .product-carousel-arrow .svg-icon {
    font-size: 32px;
    font-size: 2rem
}

.konte-product-carousel .product-carousel-arrow.slick-disabled {
    opacity: 1
}

.konte-product-carousel .product-carousel-arrow.slick-next {
    right: -175px
}

.konte-product-carousel .product-carousel-arrow.slick-prev {
    left: -175px
}

.konte-product-carousel .slick-next .icon-arrow-left svg {
    transform: rotate(180deg)
}

.konte-product-carousel .slick-dots {
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    display: none !important
}

.konte-product-carousel__nav-angle .product-carousel-arrow {
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #161619
}

.konte-product-carousel__nav-angle .product-carousel-arrow .svg-icon {
    font-size: 16px;
    font-size: 1rem
}

.konte-product-carousel__nav-angle .product-carousel-arrow:hover {
    color: #fff;
    background-color: #161619
}

.konte-product-carousel2 .slick-list {
    overflow: visible
}

.konte-product-carousel2 ul.products li.product {
    width: auto;
    max-width: 390px;
    position: relative;
    margin-bottom: 0
}

.konte-product-carousel2 ul.products li.product .product-link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff
}

.konte-product-carousel2 ul.products li.product img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.konte-product-carousel2 ul.products li.product .product-summary {
    text-align: left;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 30px 40px 40px
}

.konte-product-carousel2 ul.products li.product .product-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 4px
}

.konte-product-carousel2 ul.products li.product .product-price {
    font-size: 20px;
    font-size: 1.25rem
}

.konte-product-carousel2 ul.products li.product .add-to-cart {
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0 0 40px 40px
}

.konte-product-carousel2 .slick-slider {
    padding-bottom: 80px
}

.konte-product-carousel2 .slick-arrow {
    color: inherit;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid;
    background: rgba(0, 0, 0, 0)
}

.konte-product-carousel2 .slick-arrow .svg-icon {
    font-size: 16px;
    font-size: 1rem
}

.konte-product-carousel2 .slick-arrow.slick-disabled {
    opacity: .5
}

.konte-product-carousel2 .slick-arrow.slick-next {
    left: 80px
}

.konte-product-carousel2 .slick-arrow.slick-prev {
    left: 20px
}

.konte-product-carousel2 .slick-arrow:hover {
    color: #fff;
    background-color: #161619
}

.konte-product-carousel2.arrow-light .slick-arrow {
    color: #fff
}

.konte-product-carousel2.arrow-light .slick-arrow:hover {
    color: #161619;
    border-color: #fff;
    background-color: #fff
}

.konte-product-grid ul.products {
    display: flex;
    flex-wrap: wrap
}

.konte-product-grid ul.products:before,
.konte-product-grid ul.products:after {
    display: none
}

.konte-product-grid.has-heading li.product.first {
    clear: none
}

.konte-product-grid__head {
    position: relative
}

.konte-product-grid__head:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    border-bottom: 2px solid
}

.konte-product-grid__title {
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 300;
    line-height: 1.1428571429;
    margin: 0 0 36px
}

.konte-product-grid__description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300
}

.konte-product-masonry ul.products {
    display: flex;
    flex-wrap: wrap
}

.konte-product-masonry ul.products li.product {
    width: 25%
}

.konte-product-masonry ul.products li.product.first {
    clear: none
}

.konte-product-masonry ul.products li.product .product-thumbnail {
    padding-bottom: 125%
}

.konte-product-masonry ul.products li.product .product-thumbnail>a,
.konte-product-masonry ul.products li.product .product-thumbnail>.slick-list {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.konte-product-masonry ul.products li.product .woocommerce-loop-product__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 1.55556em
}

.konte-product-masonry ul.products li.product:nth-child(10n+2),
.konte-product-masonry ul.products li.product:nth-child(10n+6) {
    width: 50%
}

.konte-product-masonry ul.products li.product:nth-child(10n+2) .product-thumbnail,
.konte-product-masonry ul.products li.product:nth-child(10n+6) .product-thumbnail {
    padding-bottom: 135.2941176471%
}

.konte-product-masonry__head .konte-dash {
    line-height: 2px;
    display: block
}

.konte-product-masonry__title {
    font-size: 40px;
    font-size: 2.5rem;
    color: inherit;
    font-weight: 500;
    line-height: 1.5;
    margin: 54px 0 36px;
    word-spacing: 140px
}

.konte-product-tabs .konte-tabs__nav li {
    padding-bottom: 16px
}

.konte-product-tabs .konte-tabs__panels:before,
.konte-product-tabs .konte-tabs__panels:after {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s
}

.konte-product-tabs .konte-tabs__panels:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.konte-product-tabs .konte-tabs__panels:after {
    top: 150px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    animation: spin infinite 1s linear;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%)
}

.konte-product-tabs .konte-tabs__panels.loading {
    min-height: 200px
}

.konte-product-tabs .konte-tabs__panels.loading:before,
.konte-product-tabs .konte-tabs__panels.loading:after {
    visibility: visible;
    z-index: 10;
    opacity: 1
}

.konte-product-tabs .konte-tabs__panels.loading .konte-tabs__panel {
    opacity: 0
}

.konte-product {
    position: relative
}

.konte-product:hover img {
    transform: scale(1.1)
}

.konte-product .product-image {
    display: block;
    overflow: hidden
}

.konte-product img {
    display: block;
    transition: transform 1s
}

.konte-product .product-cats {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    justify-self: flex-start;
    margin-bottom: auto;
    display: inline-block;
    position: relative;
    padding-left: 30px
}

.konte-product .product-cats:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 20px;
    border-top: 2px solid
}

.konte-product .product-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 3px
}

.konte-product .product-price {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 35px
}

.konte-product .product-price del {
    font-size: 16px;
    font-size: 1rem
}

.konte-product .add-to-cart {
    overflow: hidden;
    display: inline-block
}

.konte-product .add-to-cart.loading:after {
    width: 20px;
    animation: konteLineRun infinite linear;
    animation-duration: 1s
}

.konte-product .added_to_cart {
    display: none
}

.konte-product__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.konte-product__hidden-url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -9999em
}

.konte-cta {
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #e3e7e8
}

.konte-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid;
    margin-left: -1px;
    height: 20px
}

.konte-cta .button-outline {
    font-weight: 400;
    min-width: 160px
}

.konte-cta__heading {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0
}

.konte-cta__text {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 25px 0 45px
}

.konte-cta__note {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    margin: 50px 0 0
}

.konte-promotion {
    font-size: 10px;
    text-align: center;
    padding: 30px 10px 35px
}

.konte-promotion .konte-button {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase
}

.konte-promotion .konte-button:after {
    border-bottom-width: 1px
}

.konte-promotion.layout-inline {
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.konte-promotion.layout-inline .konte-promotion__tagline,
.konte-promotion.layout-inline .konte-promotion__text {
    font-size: 1.4em;
    display: inline-block;
    margin: 0
}

.konte-promotion.layout-inline .konte-promotion__tagline {
    margin-right: 6px;
    opacity: .8
}

.konte-promotion.layout-inline .konte-promotion__tagline:after {
    content: "-";
    display: inline-block;
    margin-left: 6px
}

.konte-promotion.layout-inline .konte-button {
    padding-bottom: 0;
    margin-left: 40px
}

.konte-promotion.layout-inline .konte-button:after {
    width: 0;
    transition: width .4s
}

.konte-promotion.layout-inline .konte-button:hover:after {
    width: 100%
}

.konte-promotion__tagline {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.konte-promotion__text {
    font-size: 2.4em;
    margin: 25px 0
}

.konte-promotion--has-border {
    border: 1px solid
}

.konte-banner-grid {
    position: relative
}

.konte-banner-grid .konte-banner-grid__banner {
    width: 50%;
    position: absolute
}

.konte-banner-grid .konte-banner-grid__banner1 {
    top: 0;
    left: 0;
    height: 59.2417%
}

.konte-banner-grid .konte-banner-grid__banner2 {
    top: 0;
    right: 0;
    height: 40.758294%
}

.konte-banner-grid .konte-banner-grid__banner3 {
    bottom: 0;
    left: 0;
    height: 40.758294%
}

.konte-banner-grid .konte-banner-grid__banner4 {
    bottom: 0;
    right: 0;
    height: 59.2417%
}

.konte-banner-grid.gap-2 {
    margin: 0 -1px
}

.konte-banner-grid.gap-2 .konte-banner-grid__banner {
    padding: 1px
}

.konte-banner-grid.gap-3 {
    margin: 0 -1.5px
}

.konte-banner-grid.gap-3 .konte-banner-grid__banner {
    padding: 1.5px
}

.konte-banner-grid.gap-4 {
    margin: 0 -2px
}

.konte-banner-grid.gap-4 .konte-banner-grid__banner {
    padding: 2px
}

.konte-banner-grid.gap-5 {
    margin: 0 -2.5px
}

.konte-banner-grid.gap-5 .konte-banner-grid__banner {
    padding: 2.5px
}

.konte-banner-grid.gap-6 {
    margin: 0 -3px
}

.konte-banner-grid.gap-6 .konte-banner-grid__banner {
    padding: 3px
}

.konte-banner-grid.gap-8 {
    margin: 0 -4px
}

.konte-banner-grid.gap-8 .konte-banner-grid__banner {
    padding: 4px
}

.konte-banner-grid.gap-10 {
    margin: 0 -5px
}

.konte-banner-grid.gap-10 .konte-banner-grid__banner {
    padding: 5px
}

.konte-banner-grid.gap-20 {
    margin: 0 -10px
}

.konte-banner-grid.gap-20 .konte-banner-grid__banner {
    padding: 10px
}

.konte-banner-grid.gap-30 {
    margin: 0 -15px
}

.konte-banner-grid.gap-30 .konte-banner-grid__banner {
    padding: 15px
}

.konte-banner-grid.gap-40 {
    margin: 0 -20px
}

.konte-banner-grid.gap-40 .konte-banner-grid__banner {
    padding: 20px
}

.konte-banner-grid__banner:hover .konte-banner-grid__banner-image {
    transform: scale(1.1)
}

.konte-banner-grid__banner-link,
.konte-banner-grid__banner-image {
    display: block;
    height: 100%
}

.konte-banner-grid__banner-link {
    overflow: hidden;
    position: relative
}

.konte-banner-grid__banner-image {
    background-color: #cdcfd0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s
}

.konte-banner-grid__banner-content {
    padding: 45px 60px 40px;
    position: absolute;
    max-width: 100%
}

.konte-banner-grid__banner-content .konte-button {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3px 0 20px
}

.text-position-top-left .konte-banner-grid__banner-content {
    top: 0;
    left: 0
}

.text-position-top-center .konte-banner-grid__banner-content {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.text-position-top-right .konte-banner-grid__banner-content {
    top: 0;
    right: 0;
    text-align: right
}

.text-position-left .konte-banner-grid__banner-content {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.text-position-center .konte-banner-grid__banner-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.text-position-right .konte-banner-grid__banner-content {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.text-position-bottom-left .konte-banner-grid__banner-content {
    bottom: 0;
    left: 0
}

.text-position-bottom-center .konte-banner-grid__banner-content {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.text-position-bottom-right .konte-banner-grid__banner-content {
    bottom: 0;
    right: 0;
    text-align: right
}

.konte-banner-grid__banner-tagline {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    margin-bottom: 10px
}

.konte-banner-grid__banner-text {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.7647058824;
    display: block
}

.konte-subscribe-box {
    position: relative
}

.konte-subscribe-box .mc4wp-form {
    margin-top: 22px
}

.konte-subscribe-box .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap
}

.konte-subscribe-box .mc4wp-form-fields input[type=text],
.konte-subscribe-box .mc4wp-form-fields input[type=email],
.konte-subscribe-box .mc4wp-form-fields select {
    min-width: 0
}

.konte-subscribe-box .mc4wp-form-fields input {
    flex: 1
}

.konte-subscribe-box .mc4wp-form-fields button,
.konte-subscribe-box .mc4wp-form-fields input[type=submit] {
    flex: 0
}

.konte-subscribe-box__title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 6px
}

.konte-subscribe-box__desc {
    font-size: 16px;
    font-size: 1rem
}

.konte-subscribe-box--style2 .konte-subscribe-box__title,
.konte-subscribe-box--style2 .konte-subscribe-box__desc {
    text-align: center
}

.konte-subscribe-box--style2 .konte-subscribe-box__title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 20px
}

.konte-subscribe-box--style2 .konte-subscribe-box__desc {
    font-size: 18px;
    font-size: 1.125rem
}

.konte-subscribe-box--style2 .mc4wp-form {
    margin-top: 42px
}

.konte-subscribe-box--style2 .mc4wp-form-fields {
    position: relative
}

.konte-subscribe-box--style2 .mc4wp-form-fields input[type=text],
.konte-subscribe-box--style2 .mc4wp-form-fields input[type=email],
.konte-subscribe-box--style2 .mc4wp-form-fields select {
    margin-right: 0
}

.konte-subscribe-box--style2 .mc4wp-form-fields button,
.konte-subscribe-box--style2 .mc4wp-form-fields input[type=submit] {
    color: inherit;
    position: absolute;
    right: 0;
    padding-left: 10px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0)
}

.konte-banner-countdown {
    position: relative
}

.konte-banner-countdown img {
    display: block;
    width: 100%
}

.konte-banner-countdown .konte-countdown {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 32px;
    width: 100%
}

.konte-banner-countdown__banner {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 34px
}

.konte-banner-countdown__tagline {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.konte-banner-countdown__text {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px
}

.konte-instagram .konte-instagram__item {
    margin: 0
}

.konte-instagram__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}

.konte-instagram__item {
    transition: .5s;
    width: 12.5%;
    margin: 0
}

.konte-instagram__item:hover {
    opacity: .9
}

.konte-instagram__item img {
    display: block
}

.columns-1 .konte-instagram__item {
    width: 100%
}

.columns-2 .konte-instagram__item {
    width: 50%
}

.columns-3 .konte-instagram__item {
    width: 33.3333333333%
}

.columns-4 .konte-instagram__item {
    width: 25%
}

.columns-5 .konte-instagram__item {
    width: 20%
}

.columns-6 .konte-instagram__item {
    width: 16.6666666667%
}

.columns-7 .konte-instagram__item {
    width: 14.2857142857%
}

.columns-8 .konte-instagram__item {
    width: 12.5%
}

.konte-instagram--cropped .konte-instagram__item img {
    display: none
}

.konte-instagram--cropped .konte-instagram__item a {
    display: block;
    background: no-repeat center center;
    background-size: cover
}

.konte-instagram--cropped .konte-instagram__item a:before {
    content: "";
    display: block;
    padding-top: 100%
}

.konte-instagram-carousel .konte-instagram__list {
    display: block;
    position: relative;
    overflow: visible
}

.konte-instagram-carousel .konte-instagram-carousel__arrow {
    color: inherit;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 1px solid #161619;
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px
}

.konte-instagram-carousel .konte-instagram-carousel__arrow:hover {
    color: #fff;
    background-color: #161619
}

.konte-instagram-carousel .slick-prev {
    left: -175px
}

.konte-instagram-carousel .slick-next {
    right: -175px
}

.konte-instagram-carousel .slick-dots {
    text-align: center;
    margin-top: 40px
}

.konte-carousel--swiper~.konte-carousel-navigation--arrow {
    border: 0
}

.konte-carousel--swiper~.konte-carousel-navigation--arrow .svg-icon {
    font-size: 32px;
    font-size: 2rem
}

.konte-carousel--swiper~.konte-carousel-navigation--arrow:hover {
    color: inherit;
    background: rgba(0, 0, 0, 0)
}

.konte-carousel--swiper~.konte-carousel-navigation--angle {
    text-align: center
}

.konte-carousel--swiper~.konte-carousel-navigation--angle .svg-icon {
    font-size: 16px;
    font-size: 1rem
}

.konte-carousel--swiper~.konte-carousel-navigation--angle .svg-icon svg {
    vertical-align: 0
}

.konte-carousel--swiper~.konte-carousel-navigation--prev {
    left: -175px
}

.konte-carousel--swiper~.konte-carousel-navigation--next {
    right: -175px
}

.konte-carousel--swiper~.konte-carousel-navigation--arrow.konte-carousel-navigation--next .svg-icon {
    transform: rotate(180deg)
}

.konte-carousel--swiper.konte-carousel--nav-both,
.konte-carousel--swiper.konte-carousel--nav-dots {
    padding-bottom: 50px
}

.konte-carousel--swiper.konte-carousel--nav-both~.konte-carousel__arrow,
.konte-carousel--swiper.konte-carousel--nav-dots~.konte-carousel__arrow {
    top: calc(50% - 25px)
}

.konte-carousel--swiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 12px
}

.konte-carousel__arrow {
    transition: .4s;
    top: 50%;
    transform: translateY(-50%)
}

.konte-carousel__pagination .swiper-pagination-bullet {
    font-size: 0
}

.konte-carousel-arrows--top .konte-carousel--swiper,
.konte-carousel-arrows--top-left .konte-carousel--swiper,
.konte-carousel-arrows--top-right .konte-carousel--swiper {
    padding-top: 115px
}

.konte-carousel-arrows--top .konte-carousel__arrow,
.konte-carousel-arrows--top-left .konte-carousel__arrow,
.konte-carousel-arrows--top-right .konte-carousel__arrow {
    top: 0;
    bottom: auto;
    left: 50%
}

.konte-carousel-arrows--bottom .konte-carousel--swiper,
.konte-carousel-arrows--bottom-left .konte-carousel--swiper,
.konte-carousel-arrows--bottom-right .konte-carousel--swiper {
    padding-bottom: 115px
}

.konte-carousel-arrows--bottom .konte-carousel__arrow,
.konte-carousel-arrows--bottom-left .konte-carousel__arrow,
.konte-carousel-arrows--bottom-right .konte-carousel__arrow {
    top: auto;
    bottom: 0;
    left: 50%
}

.konte-carousel-arrows--top .konte-carousel-navigation--next,
.konte-carousel-arrows--bottom .konte-carousel-navigation--next {
    transform: translate(75%, 0)
}

.konte-carousel-arrows--top .konte-carousel-navigation--prev,
.konte-carousel-arrows--bottom .konte-carousel-navigation--prev {
    transform: translate(-75%, 0)
}

.konte-carousel-arrows--top-left .konte-carousel__arrow,
.konte-carousel-arrows--bottom-left .konte-carousel__arrow {
    left: 0
}

.konte-carousel-arrows--top-left .konte-carousel-navigation--next,
.konte-carousel-arrows--bottom-left .konte-carousel-navigation--next {
    transform: translate(150%, 0)
}

.konte-carousel-arrows--top-left .konte-carousel-navigation--prev,
.konte-carousel-arrows--bottom-left .konte-carousel-navigation--prev {
    transform: none
}

.konte-carousel-arrows--top-right .konte-carousel__arrow,
.konte-carousel-arrows--bottom-right .konte-carousel__arrow {
    left: auto;
    right: 0
}

.konte-carousel-arrows--top-right .konte-carousel-navigation--next,
.konte-carousel-arrows--bottom-right .konte-carousel-navigation--next {
    transform: none
}

.konte-carousel-arrows--top-right .konte-carousel-navigation--prev,
.konte-carousel-arrows--bottom-right .konte-carousel-navigation--prev {
    transform: translate(-150%, 0)
}

.konte-accordion__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 195px 0 0;
    margin: 0;
    position: relative
}

.konte-accordion__title a {
    color: inherit;
    display: block;
    padding: 34px 0;
    border-top: 1px solid #e3e7e8
}

.konte-accordion__item:first-child .konte-accordion__title a {
    border-top-width: 0 !important
}

.konte-accordion__content {
    padding: 0 195px 32px 0;
    display: none
}

.konte-accordion__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.konte-accordion__icon--default {
    color: #cdcfd0;
    width: 20px;
    height: 20px;
    transition: .4s
}

.konte-accordion__icon--default:before,
.konte-accordion__icon--default:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid
}

.konte-accordion__icon--default:before {
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
    border-width: 2px 0 0;
    width: 100%
}

.konte-accordion__icon--default:after {
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    border-width: 0 0 0 2px;
    height: 100%
}

.konte-tab--active .konte-accordion__icon--default {
    color: #666;
    transform: rotate(45deg) translate(-35%, -35%)
}

.konte-tab__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #838889
}

.konte-tab__title:hover {
    color: #161619
}

.konte-tab__title a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block
}

.konte-tab__title.konte-tab--active {
    color: #161619
}

.konte-tab__content {
    display: none
}

.konte-tabs--horizontal .konte-tabs__tabs {
    text-align: center;
    display: flex;
    justify-content: center
}

.konte-tabs--horizontal .konte-tabs__tabs--left {
    text-align: initial;
    justify-content: flex-start
}

.konte-tabs--horizontal .konte-tabs__tabs--justify {
    justify-content: space-between
}

.konte-tabs--horizontal .konte-tab__title {
    padding: 0 45px;
    display: inline-block
}

.konte-tabs--horizontal .konte-tab__title:first-child {
    padding-left: 0
}

.konte-tabs--horizontal .konte-tab__title:last-child {
    padding-right: 0
}

.konte-tabs--horizontal .konte-tab__title a {
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 8px
}

.konte-tabs--horizontal .konte-tab__title a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width .4s
}

.konte-tabs--horizontal .konte-tab__title a:hover:after,
.konte-tabs--horizontal .konte-tab__title a.active:after {
    width: 100%;
    left: 0
}

.konte-tabs--horizontal .konte-tab__title a:after {
    border-bottom-width: 2px
}

.konte-tabs--horizontal .konte-tab__title.konte-tab--active a:after {
    width: 100%;
    left: 0
}

.konte-tabs--horizontal .konte-tab__content {
    padding: 36px 0
}

.konte-tabs--vertical {
    display: flex
}

.konte-tabs--vertical .konte-tabs__tabs {
    text-align: left;
    flex-shrink: 0;
    padding-right: 100px
}

.konte-tabs--vertical .konte-tab__title {
    padding: 14px 0;
    position: relative
}

.konte-tabs--vertical .konte-tab__title:first-child {
    margin-top: -14px
}

.konte-tabs--vertical .konte-tab__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    border-bottom: 2px solid;
    transition: width .4s
}

.konte-tabs--vertical .konte-tab__title a {
    transition: color .4s, transform .4s
}

.konte-tabs--vertical .konte-tab__title.konte-tab--active:before {
    width: 20px
}

.konte-tabs--vertical .konte-tab__title.konte-tab--active a {
    transform: translateX(30px)
}

.konte-tabs--vertical .konte-tab__content {
    text-align: initial
}

.konte-tabs .konte-tab__title--mobile {
    display: block;
    padding: 14px 0;
    border-top: 1px solid #e3e7e8
}

@media(min-width:768px) {
    .konte-tab__title--mobile {
        display: none !important
    }
}

@media(max-width:767px) {
    .konte-tabs__tabs {
        display: none
    }

    .konte-tab__content {
        padding: 36px 0
    }

    .konte-tabs--vertical .konte-tab__title:before {
        display: none
    }
}

.konte-button-wrapper--align-left {
    text-align: left
}

.konte-button-wrapper--align-center {
    text-align: center
}

.konte-button-wrapper--align-right {
    text-align: right
}

.konte-button-wrapper--align-justify .konte-button {
    text-align: center;
    width: 100%
}

.konte-dash--elementor {
    display: flex;
    align-items: center
}

.konte-dash--elementor .konte-dash__line {
    top: auto
}

.konte-post-grid--elementor {
    display: flex;
    flex-wrap: wrap
}

.konte-post-grid--elementor:before,
.konte-post-grid--elementor:after {
    display: none
}

.konte-post-grid--elementor .post,
.konte-post-grid--elementor .hentry {
    float: none
}

.konte-post-carousel--elementor {
    overflow: visible
}

.konte-post-carousel--elementor .hentry {
    padding: 0
}

.konte-message-box--elementor {
    margin-bottom: 0
}

.konte-message-box--custom {
    color: #161619
}

.konte-message-box--custom .konte-message-box__close {
    color: #161619
}

.konte-testimonial-carousel--elementor {
    margin-bottom: 0
}

@media(max-width:767px) {
    .konte-carousel--elementor div.konte-testimonial {
        display: block
    }
}

.konte-testimonial-slideshow {
    display: flex;
    overflow: hidden
}

.konte-testimonial-slideshow__photos {
    width: 50%
}

.konte-testimonial-slideshow__content {
    color: #fff;
    padding: 63px 100px 40px;
    background-color: #161619;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.konte-testimonial-slideshow__content .konte-testimonial {
    display: block
}

.konte-testimonial-slideshow__content .konte-testimonial__content {
    line-height: 1.6667;
    margin-bottom: 70px
}

.konte-testimonial-slideshow__content .konte-testimonial__company {
    color: inherit
}

.konte-testimonial-slideshow__content .konte-carousel__pagination {
    position: static;
    text-align: initial;
    margin-top: auto;
    margin-left: -10px;
    margin-right: -10px
}

.konte-testimonial-slideshow__content .swiper-pagination-bullet {
    font-size: 18px;
    font-size: 1.125rem;
    color: inherit;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 20px;
    margin: 0 10px;
    background: rgba(0, 0, 0, 0);
    border-radius: unset;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    opacity: 1
}

.konte-testimonial-slideshow__content .swiper-pagination-bullet-active {
    border-bottom-color: inherit
}

.konte-testimonial-slideshow__quotes {
    margin: 100px 0 100px;
    width: 100%
}

.konte-testimonial-slideshow__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: auto
}

@media(max-width:991px) {
    .konte-testimonial-slideshow {
        display: block
    }



    .konte-testimonial-slideshow__quotes {
        margin: 40px 0
    }

    .konte-testimonial-slideshow__quotes .konte-testimonial__content {
        margin-bottom: 25px
    }

    .konte-testimonial-slideshow__content {
        padding: 40px
    }
}

@media(max-width:767px) {
    .konte-testimonial-slideshow__quotes .konte-testimonial {
        text-align: initial
    }
}

.konte-category-banner .konte-category-banner__sub-image img {
    max-width: 200px
}

.konte-product-carousel--elementor.konte-carousel--swiper {
    margin-left: -20px;
    margin-right: -20px
}

.konte-product-carousel--elementor ul.products {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px, 0, 0);
    flex-wrap: nowrap
}

.konte-product-carousel--elementor ul.products li.product {
    margin-bottom: 0
}

.konte-product-carousel--elementor li.product {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.konte-product-carousel--elementor~.konte-carousel__arrow {
    top: calc(50% - 26.6666666667px)
}

.konte-product-carousel--elementor.konte-carousel--nav-both~.konte-carousel__arrow {
    top: calc(50% - 43.3333333333px)
}

.konte-product-carousel2--elementor {
    padding-bottom: 100px
}

.konte-product-carousel2--elementor.konte-carousel--nav-dots {
    padding-bottom: 70px
}

.konte-product-carousel2--elementor.konte-carousel--swiper {
    overflow: visible
}

.konte-product-carousel2--elementor.konte-carousel--swiper~.konte-carousel__arrow {
    top: auto;
    bottom: 0;
    transform: none
}

.konte-product-carousel2--elementor~.konte-carousel-navigation--prev {
    left: 0
}

.konte-product-carousel2--elementor~.konte-carousel-navigation--next {
    right: auto;
    left: 60px
}

.konte-product-carousel2--elementor ul.products {
    flex-wrap: nowrap
}

.konte-product-masonry--elementor ul.products {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
    grid-auto-flow: row dense
}

.konte-product-masonry--elementor ul.products:before,
.konte-product-masonry--elementor ul.products:after {
    display: none
}

.konte-product-masonry--elementor li.product {
    width: auto
}

.konte-product-masonry--elementor li.product:nth-child(15n+2),
.konte-product-masonry--elementor li.product:nth-child(15n+6),
.konte-product-masonry--elementor li.product:nth-child(15n+13) {
    grid-column: span 2;
    grid-row: span 2
}

.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-inner,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-inner,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-inner {
    height: 100%;
    display: flex;
    flex-direction: column
}

.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail {
    flex: 1
}

.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail>a,
.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail .slick-list,
.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail .slick-slide a,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail>a,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail .slick-list,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail .slick-slide a,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail>a,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail .slick-list,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail .slick-slide a {
    display: block;
    height: 100%;
    overflow: hidden
}

.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail .slick-track,
.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail .slick-slide,
.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail .slick-slide div,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail .slick-track,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail .slick-slide,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail .slick-slide div,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail .slick-track,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail .slick-slide,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail .slick-slide div {
    height: 100%
}

.konte-product-masonry--elementor li.product:nth-child(15n+2) .product-thumbnail img,
.konte-product-masonry--elementor li.product:nth-child(15n+6) .product-thumbnail img,
.konte-product-masonry--elementor li.product:nth-child(15n+13) .product-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: none
}

@media(min-width:1024px) {
    .konte-product-masonry--elementor ul.products.columns-4 li.product {
        width: auto
    }

    .konte-product-masonry--elementor .woocommerce-loop-product__title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 1.55556em
    }
}

@media(max-width:1023px) {
    .konte-product-masonry--elementor ul.products {
        display: flex
    }

    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+2) .product-inner,
    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+6) .product-inner,
    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+13) .product-inner {
        height: auto
    }

    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+2) .product-thumbnail img,
    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+6) .product-thumbnail img,
    .konte-product-masonry--elementor ul.products li.product:nth-child(15n+13) .product-thumbnail img {
        -o-object-fit: none;
        object-fit: none;
        height: auto;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .konte-product-masonry--elementor ul.products .konte-product-masonry__head {
        width: 100%
    }

    .konte-product-masonry--elementor .konte-product-masonry__title {
        word-spacing: normal
    }
}

.konte-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.konte-heading-title--xsmall {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.konte-heading-title--small {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400
}

.konte-heading-title--medium {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400
}

.konte-heading-title--large {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400
}

.konte-heading-title--xlarge {
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 400
}

.konte-instagram-carousel--elementor .konte-instagram__list {
    display: flex;
    overflow: visible;
    flex-wrap: nowrap
}

.konte-banner__image-wrapper {
    display: block;
    overflow: hidden;
    transition: .3s
}

.konte-banner-content--top-center,
.konte-banner-content--center,
.konte-banner-content--bottom-center {
    text-align: center;
    width: 100%
}

.konte-banner-content--center {
    left: 50%;
    transform: translate(-50%, -50%)
}

.konte-banner-content--right {
    text-align: right;
    left: auto;
    right: 0
}

.konte-banner-content--top-center {
    top: 0;
    left: 0;
    transform: none
}

.konte-banner-content--top-left {
    top: 0;
    transform: none
}

.konte-banner-content--top-right {
    text-align: right;
    top: 0;
    right: 0;
    left: auto;
    transform: none
}

.konte-banner-content--bottom-left {
    top: auto;
    bottom: 0;
    transform: none
}

.konte-banner-content--bottom-center {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none
}

.konte-banner-content--bottom-right {
    text-align: right;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: none
}

.konte-banner--elementor .konte-banner__tagline {
    margin: 0 0 30px
}

.konte-banner--elementor .konte-banner__text {
    margin: 0 0 30px
}

.konte-banner--elementor .konte-banner__description {
    margin: 0 0 20px
}

.konte-banner--elementor .konte-banner__button.konte-button {
    margin: 0
}

.konte-banner-content--under-image {
    position: static;
    transform: none;
    padding: 30px 0 0
}

.konte-banner--hover-none:hover img {
    transform: none
}

.konte-banner--hover-zoomin:hover img {
    transform: scale(1.1)
}

.konte-banner--hover-zoomout img {
    transform: scale(1.1)
}

.konte-banner--hover-zoomout:hover img {
    transform: scale(1)
}

.konte-banner--hover-shadow,
.konte-banner--hover-shadow>a,
.konte-banner--hover-shadow .konte-banner__image-wrapper {
    overflow: visible
}

.konte-banner--hover-shadow img {
    transition: box-shadow .5s
}

.konte-banner--hover-shadow:hover img {
    transform: none;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .1)
}




.konte-banner--button-visible-hover:hover .konte-banner-content--bottom-left .konte-button,
.konte-banner--button-visible-hover:hover .konte-banner-content--bottom-right .konte-button,
.konte-banner--button-visible-hover:hover .konte-banner-content--bottom-center .konte-button {
    transition-delay: .1s
}

.konte-banner-grid__banner--content-center .konte-banner-grid__banner-content {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center
}

.konte-banner-grid__banner--align-left .konte-banner-grid__banner-content {
    text-align: left
}

.konte-banner-grid__banner--align-center .konte-banner-grid__banner-content {
    text-align: center
}

.konte-banner-grid__banner--align-right .konte-banner-grid__banner-content {
    text-align: right
}

.konte-carousel-outside-visible--yes .konte-banner-carousel,
.konte-banner-carousel--outside-visible {
    overflow: visible
}

.konte-banner-carousel--slides-autowidth .konte-banner-carousel__banner {
    width: auto;
    max-width: 100%
}

.konte-banner-carousel__banner {
    position: relative;
    overflow: visible
}

.konte-banner-carousel--show-index .konte-banner-carousel__banner {
    overflow: visible
}

.konte-banner-carousel__slide-index {
    top: 0;
    opacity: 1;
    display: flex;
    align-items: center
}

.konte-google-map__info :first-child {
    margin-top: 0
}

.konte-google-map__info :last-child {
    margin-bottom: 0
}

.konte-google-map__markers {
    display: none !important
}

.nav-menu,
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    white-space: nowrap;
    position: absolute;
    left: -20px;
    top: 100%;
    opacity: 0;
    padding: 20px 0;
    background: #fff;
    transform: translate(0, 20px);
    transition: transform .3s, opacity .3s;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    z-index: 1000;
    pointer-events: none
}

.nav-menu li {
    display: inline-block;
    position: relative
}

.nav-menu li:hover>ul {
    opacity: 1;
    transform: none;
    pointer-events: initial
}

.nav-menu li li {
    text-align: left;
    display: block;
    padding: 15px 40px
}

.nav-menu li li ul {
    left: 100%;
    top: -20px;
    transform: translate(10px, 0)
}

.nav-menu>li {
    padding: 0 17px
}

.nav-menu>li:first-child {
    padding-left: 0
}

.nav-menu>li:last-child {
    padding-right: 0
}

.nav-menu a {
    display: block
}

.nav-menu ul a {
    display: inline-block
}

.main-navigation {
    height: 100%
}

.main-navigation .nav-menu {
    height: 100%;
    display: flex;
    align-items: center
}

.main-navigation .nav-menu>li {
    height: 100%;
    display: flex;
    align-items: center
}

.main-navigation li ul {
    min-width: 180px;
    margin-top: 2px;
    padding: 20px 0;
    left: -40px
}

.main-navigation li ul:before {
    content: "";
    width: 100%;
    height: var(--submenu-offset, 2px);
    position: absolute;
    top: calc(-1*var(--submenu-offset, 2px));
    left: 0
}

.main-navigation li li {
    padding-top: 10px;
    padding-bottom: 10px
}

.main-navigation li li ul {
    margin: 0 0 0 3px
}

.main-navigation li li ul:before {
    top: 0;
    left: -3px;
    height: 100%;
    width: 3px
}

.main-navigation li li a {
    font-size: 14px;
    font-size: .875rem
}

.main-navigation a {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    z-index: 100
}

.main-navigation a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 0;
    border-bottom: 1px solid;
    transition: width .3s
}

.main-navigation a:hover {
    text-decoration: none
}

.main-navigation a:hover:after,
.main-navigation li.menu-item-has-children:hover>a:after {
    width: 100%;
    left: 0
}

.text-light .main-navigation a {
    color: #fff
}

.text-light .main-navigation li li span,
.text-light .main-navigation li li a {
    color: #000
}

.main-navigation .caret {
    font-size: 75%;
    margin-left: 4px
}

.main-navigation .sub-menu .caret {
    display: none
}

.main-navigation .nav-menu--submenu-has-caret .sub-menu .caret {
    display: initial
}

.menu-item-has-icon>a {
    display: flex;
    align-items: center;
    gap: 6px
}

.menu-item-icon {
    color: var(--menu-icon-color);
    line-height: 0
}

.menu-item-icon i {
    font-size: var(--menu-icon-size)
}

.menu-item-icon img {
    width: var(--menu-icon-size)
}

.menu-item-icon svg {
    fill: currentColor;
    width: var(--menu-icon-size)
}

.logo-center .header-center-items>.main-navigation .nav-menu {
    justify-content: flex-end
}

.logo-center .header-center-items .site-branding+.main-navigation .nav-menu {
    justify-content: flex-start
}

.header-v8 .nav-menu>li,
.header-v9 .nav-menu>li {
    padding: 0 39px
}

.header-v8 .nav-menu>li>a,
.header-v9 .nav-menu>li>a {
    font-size: 20px;
    font-size: 1.25rem
}

.header-vertical .main-navigation {
    width: 100%;
    height: auto
}

.header-vertical .main-navigation .nav-menu {
    display: block;
    height: auto
}

.header-vertical .main-navigation .nav-menu>li {
    padding: 20px 0;
    display: block
}

.header-vertical .main-navigation .nav-menu>li>a {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600
}

.header-vertical .main-navigation .nav-menu>li>a:after {
    bottom: 50%;
    left: -60px;
    border-bottom-width: 2px
}

.header-vertical .main-navigation .nav-menu>li:hover>a:after {
    width: 20px
}

.header-vertical .main-navigation .sub-menu li {
    padding: 12px 0
}

.header-vertical .main-navigation .sub-menu li li {
    padding: 5px 0
}

.header-vertical .main-navigation .sub-menu li li:last-child {
    padding-bottom: 0
}

.header-vertical .main-navigation .sub-menu li.active>a:after {
    width: 0
}

.header-vertical .main-navigation .sub-menu a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400
}

.header-vertical .main-navigation .sub-menu ul a {
    font-size: 14px;
    font-size: .875rem
}

.header-vertical .main-navigation .nav-menu--submenu-flyout li {
    position: static
}

.header-vertical .main-navigation .nav-menu--submenu-flyout li ul {
    top: 0;
    min-height: 100%;
    left: 100%;
    padding: 0 40px 0 60px;
    margin: 0;
    box-shadow: none;
    transform: translateX(10px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header-vertical .main-navigation .nav-menu--submenu-flyout li:hover>ul {
    transform: none
}

.header-vertical .main-navigation .nav-menu--submenu-flyout .sub-menu {
    min-width: 200px
}

.header-vertical .main-navigation .nav-menu--submenu-flyout .sub-menu ul {
    position: static;
    padding: 5px 0 0 20px;
    margin-bottom: -10px;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: none;
    transition: none;
    min-height: 0;
    min-width: 0
}

.header-vertical .main-navigation .nav-menu--submenu-slidedown li {
    position: relative
}

.header-vertical .main-navigation .nav-menu--submenu-slidedown .sub-menu {
    position: static;
    padding: 5px 0 0 20px;
    margin-bottom: -10px;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: none;
    transition: none;
    min-height: 0;
    min-width: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0)
}

.header-vertical .text-light .main-navigation .nav-menu--submenu-slidedown li li span,
.header-vertical .text-light .main-navigation .nav-menu--submenu-slidedown li li a {
    color: #fff
}

.hamburger-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hamburger-navigation li {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    padding: 25px 0;
    display: block;
    position: static
}

.hamburger-navigation li ul {
    white-space: nowrap;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 100%;
    padding: 0 0 0 140px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    transform: translateX(-30px);
    pointer-events: none
}

.hamburger-navigation li li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 13px 0
}

.hamburger-navigation li li ul {
    position: static;
    padding: 10px 0 0 20px;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: none;
    transition: none
}

.hamburger-navigation li li li {
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 0
}

.hamburger-navigation li li li:last-child {
    padding-bottom: 0
}

.hamburger-navigation li li a {
    padding-bottom: 4px
}

.hamburger-navigation .menu {
    display: inline-block;
    position: relative;
    height: 100%
}

.hamburger-navigation .menu>li>a {
    display: block;
    position: relative
}

.hamburger-navigation .menu>li>a:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -1px;
    border-top: 2px solid;
    transition: width .3s
}

.hamburger-navigation .menu>li>ul {
    padding-top: 14px
}

.hamburger-navigation .menu>li>ul.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: initial
}

.hamburger-navigation .menu>li>ul.open ul {
    pointer-events: initial
}

.hamburger-navigation .menu>li.active>a:before,
.hamburger-navigation .menu>li:hover>a:before {
    width: 20px
}

.hamburger-navigation.hover-open li li ul {
    display: block
}

.hamburger-navigation.hover-open .menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: initial
}

.hamburger-navigation.hover-open .menu>li:hover>ul ul {
    pointer-events: initial
}

.socials-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.socials-menu li {
    display: inline-block;
    padding: 0 12px
}

.socials-menu li:first-child {
    padding-left: 0
}

.socials-menu li:last-child {
    padding-right: 0
}

.socials-menu a:before {
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: inherit
}

.socials-menu .svg-icon {
    font-size: inherit
}

.socials-menu a[href*="facebook.com"]:before,
.socials-menu a[href*="fb.me"]:before {
    content: ""
}

.socials-menu a[href*="twitter.com"]:before {
    content: ""
}

.socials-menu a[href*="linkedin.com"]:before {
    content: ""
}

.socials-menu a[href*="instagram.com"]:before {
    content: ""
}

.socials-menu a[href*="yelp.com"]:before {
    content: ""
}

.socials-menu a[href*="youtube.com"]:before {
    content: ""
}

.socials-menu a[href*="flickr.com"]:before {
    content: ""
}

.socials-menu a[href*="pinterest.com"]:before {
    content: ""
}

.socials-menu a[href*="github.com"]:before {
    content: ""
}

.socials-menu a[href*="vimeo.com"]:before {
    content: ""
}

.socials-menu a[href*="dribbble.com"]:before {
    content: ""
}

.socials-menu a[href*="wordpress.com"]:before {
    content: ""
}

.socials-menu a[href*="tumblr.com"]:before {
    content: ""
}

.socials-menu a[href*="codepen.io"]:before {
    content: ""
}

.socials-menu a[href*="skype.com"]:before {
    content: ""
}

.socials-menu a[href*="reddit.com"]:before {
    content: ""
}

.socials-menu a[href*="stumbleupon.com"]:before {
    content: ""
}

.socials-menu a[href*="pocket.com"]:before {
    content: ""
}

.socials-menu a[href*="foursquare.com"]:before {
    content: ""
}

.socials-menu a[href*="vk.com"]:before {
    content: ""
}

.socials-menu a[href*="weibo.com"]:before {
    content: ""
}

.socials-menu a[href*="wechat.com"]:before {
    content: ""
}

.socials-menu a[href*="behance.net"]:before {
    content: ""
}

.socials-menu a[href*="soundcloud.com"]:before {
    content: ""
}

.socials-menu a[href*="wa.me"]:before,
.socials-menu a[href*="wa.link"]:before,
.socials-menu a[href*="whatsapp.com"]:before {
    content: ""
}

.socials-menu a[href*="amazon.com"]:before {
    content: ""
}

.socials-menu a[href*="snapchat.com"]:before {
    content: ""
}

.socials-menu a[href*="t.me"]:before,
.socials-menu a[href*="telegram.org"]:before {
    content: ""
}

.socials-menu a[href*="slack.com"]:before {
    content: ""
}

.socials-menu a[href*="spotify.com"]:before {
    content: ""
}

.socials-menu a[href^="mailto:"]:before {
    content: ""
}

.blog-header-menu {
    text-align: center;
    padding-bottom: 20px
}

.blog-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-header-menu li {
    display: inline-block;
    margin: 0 30px
}

.blog-header-menu a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px
}

.blog-header-menu a:after {
    border-bottom-width: 2px
}

.blog-header-menu .current-menu-item>a:after {
    width: 100%
}

.topbar-menu a {
    font-size: 11px;
    font-size: .6875rem;
    text-transform: uppercase
}

.topbar-menu ul {
    padding: 10px 0
}

.topbar-menu ul li {
    padding: 0
}

.topbar-menu ul a {
    font-size: 13px;
    font-size: .8125rem;
    color: #161619;
    text-transform: none;
    line-height: inherit;
    padding: 10px 20px
}

.topbar-menu>li>ul {
    margin-top: 2px
}

.topbar-menu>li>ul:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px
}

.topbar-menu li li ul {
    top: -10px
}

.topbar-menu li:hover>ul {
    transform: translate(2px, 0)
}

.main-navigation .menu-item-mega {
    position: static
}

.main-navigation .mega-menu {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .06)
}

.main-navigation .mega-menu ul {
    position: static;
    opacity: 1;
    margin: 0;
    padding: 0;
    min-width: 0;
    box-shadow: none;
    transform: none;
    background: rgba(0, 0, 0, 0)
}

.main-navigation .mega-menu ul:before {
    display: none
}

.main-navigation .mega-menu .caret {
    display: none
}

.main-navigation .mega-menu .container-fluid {
    padding-left: 60px;
    padding-right: 60px
}

.main-navigation .mega-menu .col-1_8 {
    width: 12.5%
}

.main-navigation .mega-menu .col-1_5 {
    width: 20%
}

.main-navigation .mega-menu .col-1_4 {
    width: 25%
}

.main-navigation .mega-menu .col-1_3 {
    width: 33.33%
}

.main-navigation .mega-menu .col-3_8 {
    width: 37.5%
}

.main-navigation .mega-menu .col-2_5 {
    width: 40%
}

.main-navigation .mega-menu .col-1_2 {
    width: 50%
}

.main-navigation .mega-menu .col-3_5 {
    width: 60%
}

.main-navigation .mega-menu .col-5_8 {
    width: 62.5%
}

.main-navigation .mega-menu .col-2_3 {
    width: 66.6666%
}

.main-navigation .mega-menu .col-3_4 {
    width: 75%
}

.main-navigation .mega-menu .col-4_5 {
    width: 80%
}

.main-navigation .mega-menu .col-7_8 {
    width: 87.5%
}

.main-navigation .mega-menu .col-1_1 {
    width: 100%
}

.main-navigation .mega-menu .hide-title>span,
.main-navigation .mega-menu .hide-title>a {
    text-indent: -9999em;
    display: block
}

.main-navigation .mega-menu .hide-link>span,
.main-navigation .mega-menu .hide-link>a {
    display: none
}

.main-navigation .mega-menu .hide-link>ul {
    margin-top: -10px
}

.main-navigation .mega-menu .hide-link>.menu-item-content {
    margin-top: 10px
}

.main-navigation li:hover>.mega-menu .mega-menu__column {
    pointer-events: initial
}

.main-navigation .mega-menu-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px
}

.main-navigation .mega-menu-container:before {
    content: "";
    display: table;
    table-layout: fixed
}

.main-navigation .mega-menu-container:after {
    content: "";
    clear: both
}

.main-navigation .mega-menu-container>ul:after {
    content: "";
    display: block;
    clear: both
}

.main-navigation ul.mega-menu-main {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap
}

.main-navigation .mega-sub-menu {
    float: left;
    padding: 30px 20px 23px
}

.main-navigation .mega-sub-menu li {
    padding: 10px 0
}

.main-navigation .mega-sub-menu a {
    display: inline-block
}

.main-navigation .mega-sub-menu>a:after {
    display: none
}

.main-navigation .mega-sub-menu>a,
.main-navigation .mega-sub-menu>span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.main-navigation .container-fluid .mega-menu-main {
    margin-left: -60px;
    margin-right: -60px
}

.main-navigation .container-fluid .mega-sub-menu {
    padding-left: 60px;
    padding-right: 60px
}

.main-navigation .mega-menu--grid .mega-menu__column {
    padding-top: 30px;
    padding-bottom: 30px
}

.main-navigation .mega-menu--grid .container-fluid .mega-menu__row {
    margin-left: -60px;
    margin-right: -60px
}

.main-navigation .mega-menu--grid .container-fluid .mega-menu__column {
    padding-left: 60px;
    padding-right: 60px
}

.main-navigation .mega-menu__row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px
}

.main-navigation .mega-menu__row .mega-menu__column {
    padding-left: 20px;
    padding-right: 20px
}

.main-navigation .mega-menu__column {
    padding-left: 20px;
    padding-right: 20px
}

.main-navigation .mega-menu__column li {
    padding: 10px 0
}

.main-navigation .mega-menu__column a {
    display: inline-block
}

.main-navigation .mega-menu__column--auto-width {
    flex: 1
}

.main-navigation .mega-menu--tabs .mega-menu-container {
    display: flex;
    gap: 40px;
    padding: 30px 0
}

.main-navigation .mega-menu--tabs .mega-menu-container:before,
.main-navigation .mega-menu--tabs .mega-menu-container:after {
    display: none
}

.main-navigation .mega-menu--tabs .container-fluid .mega-menu__tablist {
    padding-left: 40px
}

.main-navigation .mega-menu--tabs .mega-menu__tablist {
    padding-right: 40px
}

.main-navigation .mega-menu--tabs .mega-menu__column {
    padding-top: 0;
    padding-bottom: 0
}

.main-navigation .mega-menu__tablist {
    max-width: 25%;
    border-width: 0;
    border-style: solid;
    border-right-width: 1px;
    border-color: rgba(0, 0, 0, .1)
}

.main-navigation .menu-item--tab {
    padding: 10px 15px;
    cursor: pointer
}

.main-navigation .menu-item--tab>a {
    font-weight: 500;
    text-transform: uppercase
}

.main-navigation .menu-item--tab>a:after {
    display: none
}

.main-navigation .menu-item--tab.active {
    background-color: rgba(0, 0, 0, .15)
}

.main-navigation .mega-menu__panellist {
    flex: 1
}

.main-navigation .mega-menu__tabpanel {
    display: none
}

.main-navigation .mega-menu__tabpanel.active {
    display: block
}

.menu-item--widget {
    font-size: 14px;
    font-size: .875rem;
    white-space: normal
}

.menu-item-widget-image>a {
    position: relative;
    display: block
}

.menu-item-widget-image a:after {
    display: none
}

.menu-item-widget-image img {
    display: block
}

.menu-widget-image__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 25px;
    background-color: #fff
}

.menu-widget-image__desc {
    margin-top: 10px
}

.menu-item-widget-heading {
    margin-bottom: 10px
}

.menu-widget-heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 500;
    margin: 0
}

.menu-widget-heading>a {
    color: inherit;
    font-size: inherit !important;
    font-weight: inherit !important
}

.breadcrumbs {
    display: none !important
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.post-navigation {
    padding: 30px 0 30px;
    border-bottom: 1px solid #e3e7e8
}

.post-navigation a {
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center
}

.post-navigation .nav-titles {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px;
    overflow: hidden
}

.post-navigation .nav-links {
    display: flex
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    display: flex;
    align-items: center;
    word-break: break-word
}

.post-navigation .nav-links .nav-next {
    justify-content: flex-end
}

.post-navigation .nav-links .nav-previous+.nav-next {
    border-left: 1px solid #e3e7e8
}

.post-navigation .nav-previous {
    padding-right: 30px
}

.post-navigation .nav-previous img {
    margin-right: 20px
}

.post-navigation .nav-next {
    padding-left: 30px
}

.post-navigation .nav-next img {
    margin-left: 20px
}

.pagination,
.comments-pagination {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500
}

.pagination .svg-icon,
.comments-pagination .svg-icon {
    font-size: 10px;
    font-size: .625rem
}

.pagination .nav-links>a,
.pagination .nav-links>span,
.comments-pagination .nav-links>a,
.comments-pagination .nav-links>span {
    color: #838889;
    text-align: center;
    line-height: 3.3333333333;
    display: inline-block;
    min-width: 3.3333333333em;
    height: 3.3333333333em;
    padding: 0 5px;
    margin-right: 6px;
    border: 1px solid #e3e7e8
}

.pagination .nav-links>a:last-child,
.pagination .nav-links>span:last-child,
.comments-pagination .nav-links>a:last-child,
.comments-pagination .nav-links>span:last-child {
    margin-right: 0
}

.pagination .nav-links a:hover,
.comments-pagination .nav-links a:hover {
    color: #161619;
    border-color: #161619
}

.pagination .nav-links .current,
.comments-pagination .nav-links .current {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.pagination .nav-links .dots,
.comments-pagination .nav-links .dots {
    border: 0
}

.pagination .nav-links .next,
.pagination .nav-links .prev,
.comments-pagination .nav-links .next,
.comments-pagination .nav-links .prev {
    padding: 0 20px
}

.pagination .nav-links .next .svg-icon,
.comments-pagination .nav-links .next .svg-icon {
    margin-left: 10px
}

.pagination .nav-links .prev .svg-icon,
.comments-pagination .nav-links .prev .svg-icon {
    margin-right: 10px
}

.comments-pagination {
    margin-top: 30px
}

.next-posts-navigation {
    text-align: center;
    padding-top: 40px
}

.next-posts-navigation .nav-links {
    display: inline-block
}

.next-posts-navigation a {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #e3e7e8;
    vertical-align: middle
}

.next-posts-navigation a:hover {
    border-color: #161619
}

.next-posts-navigation a:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-color: #161619;
    animation: spin 2s linear infinite;
    opacity: 0
}

.next-posts-navigation a.loading {
    cursor: default
}

.next-posts-navigation a.loading:hover {
    border-color: #e3e7e8
}

.next-posts-navigation a.loading:after {
    opacity: 1
}

body.mobile-bottom-bar-enabled {
    --mobile-bottom-bar-height: 60px
}

.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e3e7e8;
    z-index: 9999;
    display: none;
    visibility: hidden;
    height: var(--mobile-bottom-bar-height)
}

.mobile-bottom-nav {
    padding: 0 1rem;
    height: 100%
}

.mobile-bottom-nav ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between
}

.mobile-bottom-nav li {
    position: relative
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    gap: 2px
}

.mobile-bottom-nav .counter {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.mobile-bottom-bar-item .svg-icon {
    font-size: 24px;
    font-size: 1.5rem
}

.mobile-bottom-bar-item__label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1
}

.mobile-bottom-bar--icon .svg-icon {
    font-size: 28px;
    font-size: 1.75rem
}

.mobile-bottom-bar--icon .mobile-bottom-bar-item__label {
    display: none
}

.mobile-bottom-bar--icon .mobile-bottom-nav {
    padding-top: 4px;
    padding-bottom: 4px
}

.mobile-bottom-bar--icon .mobile-bottom-nav ul {
    align-items: center
}

.widget {
    margin: 0 0 40px;
    padding: 16px 26px 28px;
    border: 1px solid #e3e7e8
}

.widget.filled {
    border-width: 0
}

.widget select {
    width: 100%
}

.widget input,
.widget select,
.widget textarea {
    padding: 10px 20px;
    border: 1px solid #161619
}

.widget ul,
.widget ol {
    margin-bottom: 0
}

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

.widget ol {
    padding-left: 16px
}

.widget li {
    padding: 10px 0
}

.widget th,
.widget td {
    border-color: #cdcfd0
}

.widget .tagcloud {
    margin: -5px
}

.widget .tagcloud a {
    color: #838889;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 3px 4px;
    padding: 7px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e3e7e8;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s
}

.widget .tagcloud a:hover {
    color: #fff;
    background-color: #161619
}

.widget .mc4wp-form {
    font-size: 14px;
    font-size: .875rem
}

.widget .mc4wp-form .mc4wp-form-fields>:first-child {
    margin-top: 0
}

.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    min-width: 0;
    padding: 17px 20px 18px;
    margin-top: 20px
}

.widget .mc4wp-form input,
.widget .mc4wp-form select {
    height: 60px;
    margin-right: 0
}

.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
    padding: 0 20px
}

.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px 0 0
}

.widget .mc4wp-form p:last-of-type {
    margin-bottom: 0
}

.widget-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.875;
    margin: 0 0 20px;
    padding: 0 0 13px;
    border-bottom: 2px solid
}

.widget_search .search-form {
    position: relative
}

.widget_search .search-field {
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    padding: 20px 60px 20px 20px;
    border: 1px solid #161619
}

.widget_search .search-submit {
    color: #161619;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0)
}

.widget_search .search-submit svg {
    vertical-align: -.25em
}

.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_archive ul ul,
.widget_categories ul ul {
    padding-left: 20px;
    margin-top: 10px;
    border-top: 1px solid #e3e7e8
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child {
    padding-bottom: 0
}

.widget_archive li,
.widget_categories li {
    padding: 10px 0;
    border-bottom: 1px solid #e3e7e8
}

.widget_archive li:last-child,
.widget_categories li:last-child {
    border-bottom: 0
}

.widget_archive li .posts-count,
.widget_categories li .posts-count {
    font-size: 12px;
    font-size: .75rem;
    color: #838889;
    float: right;
    margin-top: 5px
}

.konte-instagram-widget .instagram-feed {
    margin: -3px
}

.konte-instagram-widget ul {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.konte-instagram-widget li {
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 3px
}

.konte-instagram-widget img {
    display: block
}

.konte-instagram-widget .columns-2 li {
    width: 50%
}

.konte-instagram-widget .columns-4 li {
    width: 25%
}

.konte-instagram-widget .instagram-feed--cropped li a {
    display: block;
    background: no-repeat center center;
    background-size: cover
}

.konte-instagram-widget .instagram-feed--cropped li a:before {
    content: "";
    display: block;
    padding-top: 100%
}

.konte-instagram-widget .instagram-feed--cropped img {
    display: none
}

.konte-popular-posts-widget ul {
    margin: -15px 0
}

.konte-popular-posts-widget li {
    transition: .4s;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative
}

.konte-popular-posts-widget li:last-child {
    border-bottom: 0
}

.konte-popular-posts-widget .no {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    color: #cdcfd0;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-right: 1px solid #e3e7e8
}

.konte-popular-posts-widget .post-summary {
    padding-left: 15px;
    max-width: 100%
}

.konte-popular-posts-widget .post-cats {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.konte-popular-posts-widget .post-cats a {
    color: #828d91
}

.konte-popular-posts-widget .post-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.posts-slider-widget .cat-links {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 16px 0 12px
}

.posts-slider-widget .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0
}

.posts-slider-widget .slick-arrow {
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 60px;
    width: 30px;
    height: 40px;
    opacity: 0;
    background: #fff;
    transition: opacity .4s;
    cursor: pointer;
    z-index: 1
}

.posts-slider-widget .slick-arrow .slick-disabled {
    opacity: 0
}

.posts-slider-widget .slick-next {
    right: 0
}

.posts-slider-widget .slick-prev {
    left: 0
}

.posts-slider-widget .posts-slider:hover .slick-arrow {
    opacity: 1
}

.social-links-widget .social-links {
    overflow: hidden;
    margin: -5px
}

.social-links-widget a {
    font-size: 13px;
    font-size: .8125rem;
    color: #fff;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 5px;
    border-radius: 50%;
    background-color: #cdcfd0
}

.social-links-widget .facebook {
    background-color: #306199
}

.social-links-widget .twitter {
    background-color: #26c4f1
}

.social-links-widget .google-plus {
    background-color: #dd4f43
}

.social-links-widget .tumblr {
    background-color: #36465d
}

.social-links-widget .pinterest {
    background-color: #cb2027
}

.social-links-widget .linkedin {
    background-color: #0077b5
}

.social-links-widget .flickr {
    background-color: #ff0084
}

.social-links-widget .instagram {
    background-color: #e1306c
}

.social-links-widget .dribbble {
    background-color: #ea4c89
}

.social-links-widget .behance {
    background-color: #1769ff
}

.social-links-widget .stumbleupon {
    background-color: #eb4924
}

.social-links-widget .github {
    background-color: #333
}

.social-links-widget .youtube {
    background-color: red
}

.social-links-widget .vimeo {
    background-color: #1ab7ea
}

.social-links-widget .houzz {
    background-color: #7ac142
}

.social-links-widget .rss {
    background-color: #f26522
}

.fullscreen-widgets .widget {
    padding: 0;
    border: 0
}

.fullscreen-widgets .widget-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 0;
    border-bottom: 0
}

.fullscreen-widgets .menu>li>a {
    font-size: 32px;
    font-size: 2rem
}

.topbar {
    font-size: 14px;
    font-size: .875rem;
    height: 40px;
    position: relative;
    z-index: 1500
}

.topbar .konte-container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.topbar .konte-container-fluid:before,
.topbar .konte-container-fluid:after {
    display: none
}

.topbar.dark {
    background-color: #000
}

.topbar.light {
    background-color: #e3e7e8
}

.topbar .list-dropdown .current {
    padding-bottom: 0
}

.topbar .list-dropdown .current:before,
.topbar .list-dropdown .current:after {
    display: none
}

.topbar .list-dropdown ul {
    margin-top: 2px
}

.topbar .list-dropdown ul:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px
}

.topbar .currency-switcher--wcml .wcml-cs-submenu {
    top: calc(100% + 2px)
}

.topbar .currency-switcher--wcml .wcml-cs-submenu:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px
}

.topbar .close-topbar {
    cursor: pointer
}

.topbar-items {
    display: flex;
    align-items: center;
    height: 100%
}

.topbar-items nav,
.topbar-items .nav-menu,
.topbar-items .nav-menu>li,
.topbar-items .currency-switcher--wcml,
.topbar-items .list-dropdown,
.topbar-items .list-dropdown .dropdown,
.topbar-items .list-dropdown .current {
    height: 100%
}

.topbar-items .nav-menu,
.topbar-items .nav-menu>li,
.topbar-items .list-dropdown .current {
    display: flex;
    align-items: center
}

.topbar-left-items>* {
    margin-right: 40px
}

.topbar-left-items>*:last-child {
    margin-right: 0
}

.topbar-right-items {
    text-align: right;
    justify-content: flex-end
}

.topbar-right-items>* {
    margin-left: 40px
}

.topbar-right-items>*:first-child {
    margin-left: 0
}

.topbar--has-center .topbar-left-items,
.topbar--has-center .topbar-right-items {
    flex: 1
}

.site-header .konte-container-fluid {
    display: flex;
    align-items: center;
    height: 100%
}

.site-header.transparent {
    position: absolute;
    width: 100%;
    z-index: 999
}

.site-header.transparent.transparent-hover {
    transition: .25s
}

.site-header.transparent.transparent-hover.text-dark:hover {
    background: #fff
}

.site-header.transparent.transparent-hover.text-light:hover {
    background: #161619
}

.header-main {
    height: 120px
}

.header-contents {
    position: relative
}

.header-items {
    display: flex;
    align-items: center;
    height: 100%
}

.header-items>* {
    position: relative;
    z-index: 100
}

.header-left-items {
    flex: 1;
    text-align: left;
    justify-content: flex-start
}

.header-left-items>* {
    margin-right: 30px
}

.header-left-items>*:last-child {
    margin-right: 0
}

.header-left-items .main-navigation {
    margin-left: 20px
}

.header-left-items .main-navigation:first-child {
    margin-left: 0
}

.header-left-items .hamburger-menu:first-child {
    margin-right: 34px
}

.header-center-items {
    text-align: center;
    justify-content: center
}

.header-center-items>* {
    margin: 0 17px
}

.header-right-items {
    flex: 1;
    text-align: right;
    justify-content: flex-end
}

.header-right-items>* {
    margin-left: 30px
}

.header-right-items>*:first-child {
    margin-left: 0
}

.header-right-items .main-navigation {
    margin-right: 20px
}

.header-right-items .main-navigation:last-child {
    margin-right: 0
}

.logo-center .header-center-items {
    text-align: right
}

.logo-center .header-center-items>* {
    flex: 1
}

.logo-center .header-center-items .site-branding {
    flex: initial;
    text-align: center
}

.logo-center .header-center-items .site-branding+* {
    text-align: left
}

.logo-center.menu-center .header-center-items {
    flex: 3
}

.no-center .has-menu {
    flex: 3
}

.has-menu>* {
    position: static
}

.no-sides .header-center-items {
    flex: 1
}

.header-v8 .header-main,
.header-v9 .header-main {
    padding-top: 25px
}

.header-v10 .site-header__container {
    display: block
}

.header-v10 .header-main .header-left-items {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    padding-left: 60px;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.header-v10.light .header-main .header-left-items {
    background-color: #fff
}

.header-v10.dark .header-main .header-left-items {
    background-color: #161619
}

.header-v10.dark .header-main .header-right-items,
.header-v10.dark .header-main .header-right-items a {
    color: #161619
}

.header-v10.dark .header-main .header-right-items .counter {
    color: #fff;
    background-color: #161619
}

.header-v10.transparent {
    right: 0;
    width: auto
}

.header-v10.transparent.transparent-hover:hover {
    background: rgba(0, 0, 0, 0) !important
}

.header-v10.transparent .header-main .header-left-items {
    color: #161619;
    background: #fff
}

.header-v10.transparent .header-main .header-left-items a {
    color: #161619
}

.header-v10.transparent .logo-dark {
    opacity: 1
}

.header-v10.transparent .logo-light {
    opacity: 0
}

.header-v10.header-sticky--normal,
.header-v10.header-sticky--smart {
    position: absolute;
    right: 0;
    width: auto
}

.header-v10 .header-main .site-branding {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 60px;
    display: flex;
    align-items: center
}

.header-v10 .header-main .logo {
    vertical-align: middle;
    display: inline-block
}

.header-v10 .header-main .main-navigation {
    margin-left: 0
}

.header-v10 .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    padding-right: 15px;
    display: flex
}

.header-v10 .headroom--not-top {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 15px;
    width: auto;
    z-index: 1400
}

.header-v10 .konte-container-fluid .sticky,
.header-v10 .konte-container-fluid .headroom--not-top {
    padding-right: 60px
}

.header-v10 .sticky--ignore {
    transform: translateY(-100%)
}

.admin-bar .header-v10 .header-main .header-left-items {
    top: 32px
}

@media screen and (max-width:992px) {
    .header-v10 .header-main .header-left-items {
        display: none;
        width: 0
    }
}

.header-sticky--normal,
.header-sticky--smart {
    position: absolute;
    width: 100%
}

.header-sticky--normal {
    transition: .25s
}

.header-sticky--normal.sticky {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%
}

.header-sticky--normal.sticky.transparent.text-dark {
    background-color: rgba(255, 255, 255, .8)
}

.header-sticky--normal.sticky.transparent.text-light {
    background-color: rgba(0, 0, 0, .7)
}

.header-sticky--normal.sticky--ignore {
    transform: translateY(-100%)
}

.header-sticky--smart {
    position: fixed;
    z-index: 1400
}

.topbar+.header-sticky--smart {
    position: absolute
}

.header-sticky--smart.headroom--not-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400
}

.header-sticky--smart.headroom--not-top.transparent.text-dark {
    background-color: rgba(255, 255, 255, .8)
}

.header-sticky--smart.headroom--not-top.transparent.text-light {
    background-color: rgba(0, 0, 0, .7)
}

.header-sticky--smart.sticky--ignore {
    transform: translateY(-100%) !important
}

.admin-bar .header-sticky--normal.sticky,
.admin-bar .header-sticky--smart.headroom--not-top {
    top: 32px
}

.headroom {
    will-change: transform;
    transition: transform .25s linear
}

.headroom--pinned {
    transform: translateY(0%)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.site-header.transparent+.site-header-space {
    display: none
}

.page-template-flex-posts .site-header.transparent+.site-header-space {
    display: block
}

.header-mobile {
    height: 60px
}

.header-mobile .konte-container-fluid {
    display: flex;
    align-items: center;
    height: 100%
}

.header-mobile button {
    line-height: inherit;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.header-mobile.logo-center .mobile-menu-hamburger,
.header-mobile.logo-center .mobile-header-icons {
    flex: 1
}

.header-mobile.logo-left .site-branding {
    flex: 1;
    padding: 0 15px
}

.mobile-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mobile-header-icons>* {
    margin-left: 15px
}

.header-mobile-account>a {
    line-height: 1
}

.mobile-menu-panel hr.divider {
    min-height: 1px;
    margin: 15px 0
}

.mobile-menu-panel .header-mobile {
    flex-shrink: 0
}

.mobile-menu-panel .list-dropdown .dropdown {
    float: right;
    margin-top: 2px
}

.mobile-menu-panel .list-dropdown .dropdown .current {
    font-weight: 400
}

.mobile-menu-panel .list-dropdown .dropdown .current:before,
.mobile-menu-panel .list-dropdown .dropdown .current:after {
    display: none
}

.mobile-menu-panel .currency-switcher--wcml .wcml-dropdown {
    float: right
}

.mobile-menu-panel .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle {
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu__search-form label {
    display: block;
    position: relative
}

.mobile-menu__search-form .search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
}

.mobile-menu__search-form .search-field {
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    padding: 13px 0 13px 30px;
    border-bottom-width: 1px
}

.mobile-menu__nav ul {
    margin: 0;
    list-style: none;
    line-height: 1.2
}

.mobile-menu__nav .menu {
    padding: 0
}

.mobile-menu__nav .menu>li {
    padding: 15px 0
}

.mobile-menu__nav .sub-menu {
    padding-left: 30px;
    margin-top: 30px;
    border-left: 1px solid #e3e7e8;
    display: none
}

.mobile-menu__nav .sub-menu>li {
    padding: 15px 0
}

.mobile-menu__nav .sub-menu>li:first-child {
    padding-top: 0
}

.mobile-menu__nav .sub-menu>li:last-child {
    padding-bottom: 0
}

.mobile-menu__nav .sub-menu>li>a {
    font-size: 16px;
    font-size: 1rem
}

.mobile-menu__nav .sub-menu :first-child {
    padding-top: 0
}

.mobile-menu__nav .sub-menu ul li {
    padding: 10px 0
}

.mobile-menu__nav .sub-menu ul a {
    font-size: 14px;
    font-size: .875rem
}

.mobile-menu__nav .current-menu-ancestor>.sub-menu,
.mobile-menu__nav .current-menu-item>.sub-menu {
    display: block
}

.mobile-menu__cart-icon,
.mobile-menu__wishlist-icon {
    float: right;
    margin-top: 4px
}

.mobile-menu__cart-icon .counter,
.mobile-menu__wishlist-icon .counter {
    vertical-align: 4px
}

.site-branding {
    flex: 0 1 auto;
    position: relative;
    z-index: 100
}

.site-branding .logo {
    position: relative;
    display: block;
    line-height: 1
}

.site-branding .logo:hover {
    text-decoration: none
}

.site-branding .logo img {
    display: inline-block;
    vertical-align: middle
}

.site-branding .logo svg {
    fill: currentColor;
    vertical-align: middle
}

.site-branding .logo-light {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.site-branding .logo-text {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.text-light .logo-light {
    position: static;
    opacity: 1
}

.text-light .logo-dark {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.header-search {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.header-search label {
    display: block
}

.header-search form {
    position: relative
}

.header-search .search-icon {
    line-height: 1;
    cursor: pointer;
    position: relative;
    top: .125em;
    z-index: 1
}

.header-search .search-field {
    font-size: 14px;
    font-size: .875rem;
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, 0);
    padding: 7px 0 7px 25px;
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    background: rgba(0, 0, 0, 0)
}

.header-search .search-field:focus,
.header-search .search-field.focused {
    border-color: inherit;
    width: 100%
}

.header-search .search-field::-webkit-input-placeholder {
    color: inherit
}

.header-search .search-field::-moz-placeholder {
    color: inherit
}

.header-search .search-field:-ms-input-placeholder {
    color: inherit
}

.header-search .search-field:-moz-placeholder {
    color: inherit
}

.header-search .quick-links {
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    padding: 25px 40px;
    background: #fff;
    z-index: 200;
    pointer-events: none;
    box-shadow: 2px 3px 18px 0 rgba(0, 0, 0, .12);
    transform: translate(0, 20px);
    transition: transform .5s, opacity .4s
}

.header-search .quick-links.open {
    opacity: 1;
    transform: translate(0, 10px);
    pointer-events: initial;
    transition-delay: .4s
}

.header-search .quick-links .label {
    font-size: 14px;
    font-size: .875rem;
    color: #a2a5a6;
    display: block;
    margin: 0 0 10px
}

.header-search .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-search .quick-links li {
    padding: 5px 0
}

.header-search .quick-links li a {
    color: #161619;
    font-size: 16px;
    font-size: 1rem
}

.header-search.input-focused {
    z-index: 200
}

.header-search.show-results .quick-links {
    display: none
}

.header-search.icon {
    flex-basis: 20px
}

.header-search.icon .search-field {
    width: 25px
}

.header-search.icon .search-field:focus,
.header-search.icon .search-field.focused {
    width: 300px;
    background-color: rgba(0, 0, 0, 0)
}

.header-search.icon .quick-links {
    width: 300px;
    flex-basis: 300px
}

.header-search.icon.input-focused {
    z-index: 101
}

.header-search.icon-modal .search-icon {
    left: auto;
    top: auto
}

.header-search.form form {
    width: 100%
}

.header-search.form .search-icon {
    left: -4px
}

.header-search.form .search-field {
    width: 200px
}

.header-search.form .search-field:focus,
.header-search.form .search-field.focused {
    width: 300px
}

.header-search.form .quick-links {
    width: 300px
}

.header-search__results {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    padding: 20px;
    margin-top: 10px;
    color: #161619;
    background: #fff;
    z-index: 200;
    box-shadow: 2px 3px 18px 0 rgba(0, 0, 0, .12);
    display: none
}

.input-focused.show-results .header-search__results {
    display: block
}

.header-search__results ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-search__results li {
    line-height: 1.3;
    margin-bottom: 10px;
    overflow: hidden
}

.header-search__results li:last-child {
    margin-bottom: 0
}

.header-search__results li img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 15px
}

.header-search__results li .post-title {
    display: block;
    margin: 2px 0
}

.header-search__results li .post-title:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

.header-search__results li .price {
    font-size: 14px;
    font-size: .875rem
}

.header-search__results a {
    color: inherit
}

.header-search__results .not_found_message {
    margin: 0
}

.header-search__results .view-more-results {
    font-weight: 500;
    padding-top: 10px;
    border-top: 1px solid #e3e7e8
}

.ajax-loading .search-icon:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0);
    animation: spin infinite 1s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px
}

.ajax-loading .search-icon svg {
    opacity: 0
}

.ajax-loading .header-search__results ul {
    opacity: .5;
    pointer-events: none
}

.dark .header-search.icon .search-field:focus,
.dark .header-search.icon .search-field.focused {
    background-color: #161619
}

.light .header-search.icon .search-field:focus,
.light .header-search.icon .search-field.focused {
    color: #161619;
    background-color: #fff
}

.transparent .header-search.icon .search-field {
    border-bottom: 0
}

.transparent .header-search.icon .search-field:focus,
.transparent .header-search.icon .search-field.focused {
    border-radius: 15px;
    color: #161619;
    background-color: #fff
}

.transparent .header-right-items .header-search.icon .search-field:focus,
.transparent .header-right-items .header-search.icon .search-field.focused {
    padding-left: 15px;
    margin-right: -5px
}

.transparent .header-left-items .header-search.icon .search-field:focus,
.transparent .header-left-items .header-search.icon .search-field.focused {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: -5px
}

.header-left-items .header-search.form:not(:last-child),
.header-right-items .header-search.form,
.header-center-items .header-search.form {
    width: 300px
}

.transparent .header-left-items .header-search.form:not(:last-child) .search-field,
.transparent .header-right-items .header-search.form .search-field,
.transparent .header-center-items .header-search.form .search-field {
    border-radius: 15px;
    color: #161619;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0;
    background-color: #fff
}

.transparent .header-left-items .header-search.form:not(:last-child) .search-icon,
.transparent .header-right-items .header-search.form .search-icon,
.transparent .header-center-items .header-search.form .search-icon {
    left: 5px
}

.header-right-items .header-search {
    text-align: left
}

.header-right-items .header-search .header-search__results,
.header-right-items .header-search .quick-links {
    left: auto;
    right: 0
}

.header-right-items .header-search.icon {
    margin-right: -8px
}

.header-right-items .header-search.icon .search-field {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.header-center-items .header-search.form {
    text-align: left
}

.header-center-items .quick-links,
.header-center-items .header-search__results {
    text-align: initial
}

.header-account {
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.header-account>a {
    display: block;
    white-space: nowrap
}

.header-account>a:hover {
    text-decoration: none
}

.header-account .icon-account {
    vertical-align: middle
}

.header-account .account-links {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 180px;
    opacity: 0;
    padding: 2px 0 0;
    z-index: 100;
    pointer-events: none;
    transform: translate(0, 20px);
    transition: transform .5s, opacity .4s
}

.header-account .account-links ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.header-account .account-links li {
    padding: 5px 0;
    position: relative
}

.header-account .account-links li .counter {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.header-account .account-links a {
    color: #161619
}

.header-account .account-links .counter {
    color: #fff;
    background: #161619
}

.header-account:hover .account-links {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: initial
}

.header-cart>a,
.header-wishlist>a {
    display: block;
    line-height: 1;
    white-space: nowrap
}

.header-cart .counter,
.header-wishlist .counter {
    vertical-align: .35em
}

.header-left-items .header-cart {
    margin-left: -4px
}

.header-right-items .header-cart {
    margin-left: 26px
}

.shopping-cart-icon--image {
    display: inline-block;
    position: relative
}

.shopping-cart-icon--image .icon-light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.text-light .shopping-cart-icon--image .icon-light {
    opacity: 1
}

.text-light .shopping-cart-icon--image .icon-dark {
    opacity: 0
}

.hamburger-menu {
    cursor: pointer
}

.hamburger-menu .hamburger-box {
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    width: 20px;
    height: 12px;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.hamburger-menu .hamburger-box .hamburger-inner {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #161619;
    transition: transform .2s ease
}

.hamburger-menu .hamburger-box .hamburger-inner:before,
.hamburger-menu .hamburger-box .hamburger-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: inherit
}

.hamburger-menu .hamburger-box .hamburger-inner:before {
    top: -5px;
    transition: top .2s ease .22s, opacity .2s ease, width .2s ease
}

.hamburger-menu .hamburger-box .hamburger-inner:after {
    bottom: -5px;
    transition: bottom .2s ease .22s, transform .2s ease, width .2s ease
}

.hamburger-menu .menu-text {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .2s ease, transform .2s ease
}

.hamburger-menu.active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .22s
}

.hamburger-menu.active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    width: 100%;
    transition: top .2s ease, opacity .2s ease .22s, width .1s ease
}

.hamburger-menu.active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    width: 100%;
    transition: bottom .2s ease, transform .2s ease .22s, width .1s ease
}

.hamburger-menu.active .menu-text {
    transition-delay: .42s;
    opacity: 1;
    transform: translateX(0)
}

.hamburger-menu.active .menu-text+.hamburger-box {
    margin-left: 4px
}

.text-light .hamburger-menu .hamburger-inner {
    background-color: #fff
}

.hamburger-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    background: #fff
}

.hamburger-fullscreen>.button-close {
    position: absolute;
    top: 46px;
    left: 60px;
    z-index: 100
}

.hamburger-fullscreen>.site-branding {
    position: absolute;
    left: 50%;
    top: 48px;
    transform: translateX(-50%)
}

.hamburger-fullscreen .hamburger-screen-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.hamburger-fullscreen .social-icons {
    position: fixed;
    left: 60px;
    bottom: 60px
}

.hamburger-fullscreen .social-icons li {
    display: block;
    margin: 10px 0 0;
    padding: 0
}

.hamburger-fullscreen .social-icons a {
    color: #a2a5a6;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e7e8
}

.hamburger-fullscreen .social-icons a:hover {
    color: #161619;
    border-color: #161619
}

.hamburger-fullscreen .fullscreen-footer {
    font-size: 14px;
    font-size: .875rem;
    color: #686b6c;
    padding: 10px 0 50px;
    margin-top: 0;
    justify-self: flex-end
}

.hamburger-fullscreen .currency {
    margin-right: 40px
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle {
    color: #000;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e7e8
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid;
    transition: width .4s
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:after {
    top: 6px;
    transform: none
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:hover:before {
    width: 100%;
    left: 0
}

.hamburger-fullscreen .menu>li,
.hamburger-fullscreen .widget,
.hamburger-fullscreen .currency,
.hamburger-fullscreen .language {
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeOut
}

.hamburger-fullscreen.open .menu>li,
.hamburger-fullscreen.open .widget,
.hamburger-fullscreen.open .currency,
.hamburger-fullscreen.open .language {
    animation-name: fadeIn
}

.hamburger-fullscreen.content-animation-fade.open .menu>li,
.hamburger-fullscreen.content-animation-fade.open .widget,
.hamburger-fullscreen.content-animation-fade.open .currency,
.hamburger-fullscreen.content-animation-fade.open .language {
    animation-duration: .85s
}

.hamburger-fullscreen.content-animation-slide .menu>li,
.hamburger-fullscreen.content-animation-slide .widget,
.hamburger-fullscreen.content-animation-slide .currency,
.hamburger-fullscreen.content-animation-slide .language {
    animation-name: fadeOutUp
}

.hamburger-fullscreen.content-animation-slide.open .menu>li,
.hamburger-fullscreen.content-animation-slide.open .widget,
.hamburger-fullscreen.content-animation-slide.open .currency,
.hamburger-fullscreen.content-animation-slide.open .language {
    animation-name: fadeInDown
}

.hamburger-fullscreen__header {
    height: var(--header-main-height, 120px);
    padding: 0 60px;
    display: flex;
    align-items: center;
    position: relative
}

.hamburger-fullscreen__header .site-branding {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hamburger-screen-content,
.hamburger-screen-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.hamburger-screen-background {
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hamburger-screen-content {
    padding: 70px 50px 10px 200px;
    display: flex;
    flex-direction: column;
    overflow: auto
}

.hamburger-screen-content .hamburger-navigation {
    padding: 100px 0 0;
    flex: 1
}

.hamburger-screen-content .fullscreen-widgets {
    padding: 100px 100px 0 0;
    flex: 1;
    width: auto
}

.hamburger-screen-content .list-dropdown .current {
    color: #000
}

.hamburger-screen-content .ps__rail-y {
    right: auto !important;
    left: 0
}

.campaign-bar {
    margin: 40px 0
}

.site-header.transparent~.campaign-bar {
    display: none
}

.site-header.light+.campaign-bar {
    margin-top: 0
}

.campaign-bar__campaigns {
    display: flex;
    margin-left: -20px;
    margin-right: -20px
}

.campaign-bar__campaigns .konte-promotion {
    flex: 1;
    margin: 0 20px;
    background-position: center center;
    background-size: cover
}

.campaign-bar__campaigns .konte-promotion--standard .konte-promotion__text {
    font-size: 3.2em;
    font-weight: 600;
    text-transform: uppercase
}

.campaign-bar__campaigns .konte-button.text-dark {
    color: #fff
}

.campaign-bar__campaigns .button-underline {
    color: inherit
}

.campaign-bar__campaigns .button-normal.text-light {
    background-color: #fff
}

.header-social-icons {
    font-size: 16px;
    font-size: 1rem
}

.header-items .list-dropdown {
    font-size: 16px;
    font-size: 1rem;
    height: 100%
}

.header-items .list-dropdown .dropdown,
.header-items .list-dropdown .current {
    height: 100%
}

.header-items .list-dropdown .current {
    padding-bottom: 0;
    display: flex;
    align-items: center
}

.header-items .list-dropdown .current:before,
.header-items .list-dropdown .current:after {
    display: none
}

.header-items .list-dropdown ul {
    text-align: initial;
    margin-top: 2px
}

.header-items .list-dropdown ul:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px
}

.header-items .list-dropdown ul a {
    font-size: 14px;
    font-size: .875rem
}

.header-items .header-currency-switcher {
    font-size: 16px;
    font-size: 1rem;
    height: 100%
}

.header-items .header-currency-switcher .wcml-cs-submenu {
    top: calc(100% + 2px)
}

.header-items .header-currency-switcher .wcml-cs-submenu:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px
}

.page-header .page-title {
    margin: 0
}

.page-header.full-height {
    height: 100vh
}

.blog-header {
    margin: -13px 0 0
}

.blog-header+.site-content-container {
    margin-top: 60px
}

.blog-search-form {
    position: relative
}

.blog-search-form .search-icon {
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -12px
}

.blog-search-form .search-field {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 30px;
    padding-bottom: 7px;
    border-color: rgba(0, 0, 0, 0)
}

.blog-search-form .search-field:focus {
    border-color: #161619
}

.blog-search-form .search-field::-webkit-input-placeholder {
    color: inherit
}

.blog-search-form .search-field::-moz-placeholder {
    color: inherit
}

.blog-search-form .search-field:-ms-input-placeholder {
    color: inherit
}

.blog-search-form .search-field:-moz-placeholder {
    color: inherit
}

.blog-header-content {
    padding: 20px 0 52px
}


.blog-header-content .header-title {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0
}

.blog-header-content .header-title span {
    display: inline-block;
    vertical-align: -.1363636364em
}

.blog-header-content .header-title a {
    color: inherit
}

.blog-header-content .social-icons {
    text-align: right
}

.blog-header-content .social-icons ul {
    width: 100%
}

.blog-header-content .blog-search-form,
.blog-header-content .social-icons {
    display: flex;
    flex: 1;
    align-items: center
}

.blog-header-title {
    text-align: center;
    background-color: #838889;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 130px 115px;
    margin: 0 0 60px
}

.blog-header-title .page-title {
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 600;
    line-height: 1;
    color: inherit
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 40px
}

.hentry.page {
    margin-bottom: 0
}

.updated:not(.published) {
    display: none
}

.entry-header .cat-links {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px
}

.entry-header .cat-links a {
    color: #161619
}

.entry-header .cat-links:before {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    border-top: 2px solid
}

.entry-header .post-info {
    padding-top: 35px;
    position: relative
}

.entry-header .entry-thumbnail {
    position: relative
}

.entry-header .entry-thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 1270px;
    height: 140px;
    background: #fff
}

.entry-header .entry-thumbnail img {
    display: block;
    margin: 0 auto
}

.entry-header .entry-thumbnail+.post-info {
    margin-top: -140px
}

.entry-header figure.entry-thumbnail {
    margin-top: 0;
    margin-bottom: 0
}

.post-thumbnail {
    position: relative
}

.post-thumbnail img {
    display: block
}

.post-thumbnail .post-format-icon {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .6)
}

.post-thumbnail .post-format-icon svg {
    vertical-align: -12px
}

.no-sidebar .entry-header .entry-thumbnail:after {
    width: 1170px
}

.no-sidebar .entry-header .post-info {
    width: 780px
}

.entry-title {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.1666666667;
    margin: 0 0 20px
}

.entry-meta {
    font-size: 12px;
    font-size: .75rem;
    color: #838889;
    font-weight: 500;
    text-transform: uppercase
}

.entry-meta a {
    color: #838889
}

.entry-meta a:hover {
    color: #161619
}

.entry-meta svg {
    fill: #838889
}

.entry-meta .svg-icon {
    margin-right: 6px
}

.entry-meta .icon-share,
.entry-meta .icon-comment {
    vertical-align: top;
    display: inline-block
}

.entry-meta .posted-on,
.entry-meta .total-shares {
    margin-right: 26px
}

.entry-content,
.entry-summary {
    margin: 15px 0 0
}

.entry-content {
    margin-top: 40px;
    margin-bottom: 20px
}

.entry-content>:first-child {
    margin-top: 0
}

.entry-content li,
.entry-content dd {
    margin-bottom: 6px
}

.post-password-form [type=submit] {
    color: #161619;
    padding: 2px 5px;
    border-bottom: 2px solid #e3e7e8;
    line-height: inherit;
    background: rgba(0, 0, 0, 0)
}

.post-password-form [type=submit]:hover {
    border-color: #161619
}

.page-links {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    clear: both;
    margin: 0 0 1.5em
}

.page-links a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 6px;
    border-bottom: 2px solid #e3e7e8
}

.page-links a:last-child {
    margin-right: 0
}

.page-links a:hover {
    border-bottom-color: #161619
}

.entry-footer .tags-links {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e7e8
}

.entry-footer .tags-links a {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    color: #838889;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    margin: 0 6px 10px 0;
    border: 1px solid #e3e7e8
}

.entry-footer .tags-links a:hover {
    color: #161619;
    border-color: #161619
}

.entry-footer .social-share {
    margin-top: 30px
}

.social-share a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 30px;
    background: #838889
}

.social-share a i {
    margin-right: 20px;
    width: 14px;
    text-align: center
}

.social-share .toggle-socials {
    cursor: pointer;
    color: #838889;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid;
    position: relative;
    vertical-align: top;
    transition: .4s
}

.social-share .toggle-socials .icon-plus {
    vertical-align: bottom
}

.social-share .toggle-socials:hover {
    color: #161619
}

.social-share .toggle-socials:hover svg {
    fill: #161619
}

.social-share .toggle-socials:hover .social-list {
    opacity: 1;
    z-index: 1;
    transform: translateX(0)
}

.social-share .social-list {
    text-align: left;
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: -1px;
    padding-left: 10px;
    z-index: -1;
    opacity: 0;
    transform: translateX(10px);
    transition: .4s
}

.social-share .social-list a {
    display: block
}

.social-share .facebook {
    background-color: #306199
}

.social-share .twitter {
    background-color: #26c4f1
}

.social-share .googleplus {
    background-color: #dd4f43
}

.social-share .pinterest {
    background-color: #bd081c
}

.social-share .tumblr {
    background-color: #35465c
}

.social-share .reddit {
    background-color: #5f99cf
}

.social-share .linkedin {
    background-color: #0077b5
}

.social-share .stumbleupon {
    background-color: #eb4924
}

.social-share .digg {
    background-color: #005be2
}

.social-share .vk {
    background-color: #45668e
}

.social-share .telegram {
    background-color: #08c
}

.social-share .email {
    background-color: #b7b7b7
}

.author-info {
    min-height: 140px;
    padding: 30px;
    background: #f3f5f6
}

.author-info .author-vcard,
.author-info .author-description,
.author-info .author-socials {
    padding-left: 110px
}

.author-info .author-vcard {
    position: relative
}

.author-info .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0
}

.author-info .author-name {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block
}

.author-info .author-description {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px
}

.author-info .author-socials {
    font-size: 14px;
    font-size: .875rem
}

.author-info .author-socials a {
    margin-right: 20px
}

.author-info .author-socials a:last-child {
    margin-right: 0
}

.author-info+.comments-area {
    margin-top: 40px
}

.related-posts {
    padding: 33px 0 25px
}

.related-posts h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 20px
}

.related-posts h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0
}

.related-posts img {
    display: block
}

.related-posts .post-thumbnail {
    display: block;
    margin-bottom: 15px
}

.single-post article.post {
    border-bottom: 1px solid #e3e7e8
}

.single-post article.post[class*=tag-] {
    border-bottom: 0
}

.single-post article.post+.post-navigation {
    margin-top: -40px
}

.single-post article.post+.related-posts {
    margin-top: -40px
}

.single-post article.post+.comments-area {
    margin-top: -41px
}

.single-post.post-shareable article.post {
    border-bottom: 0
}

.single-post.post-shareable article.post+.comments-area {
    margin-top: auto;
    border-top: 0
}

.hfeed .hentry {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.hfeed .hentry .post-thumbnail {
    width: 360px;
    max-width: 50%;
    margin-right: 40px
}

.hfeed .hentry .post-thumbnail img {
    display: block
}

.hfeed .hentry .post-thumbnail+.entry {
    width: auto
}

.hfeed .hentry .entry {
    padding-bottom: 36px;
    border-bottom: 1px solid #e3e7e8;
    flex: 1;
    width: 100%
}

.hfeed .hentry.has-post-thumbnail .entry {
    min-height: 210px;
    padding-bottom: 18px
}

.hfeed .hentry .cat-links {
    font-size: 11px;
    font-size: .6875rem;
    padding-left: 0;
    margin-bottom: 10px;
    top: -4px
}

.hfeed .hentry .cat-links:before {
    display: none
}

.hfeed .hentry .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px
}

.hfeed .hentry .entry-title a:hover {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 #161619
}

.hfeed .hentry .entry-summary {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.375;
    max-height: 2.75em;
    overflow: hidden
}

.hfeed .hentry .entry-summary p {
    margin: 0
}

.hfeed .hentry .entry-footer {
    margin-top: 10px
}

.hfeed .hentry .entry-meta {
    display: flex
}

.hfeed .hentry .posted-on {
    flex: 1
}

.hfeed .hentry .total-shares,
.hfeed .hentry .comments-link {
    display: none
}

.hfeed .hentry.post-large {
    display: block
}

.hfeed .hentry.post-large .post-thumbnail {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    display: block
}

.hfeed .hentry.post-large .cat-links {
    top: auto;
    margin-bottom: 15px
}

.hfeed .hentry.post-large .entry {
    margin-left: 0;
    min-height: 0;
    padding-bottom: 36px
}

.hfeed .hentry.post-large .entry-summary {
    max-height: none
}

.hfeed .hentry.post-large .entry-footer {
    margin-top: 20px
}

.hfeed .hentry.post-large .total-shares,
.hfeed .hentry.post-large .comments-link {
    display: inline
}

.hfeed .hentry.sticky {
    position: relative
}

.hfeed .hentry.sticky:first-child {
    margin-top: 15px
}

.hfeed .hentry.sticky .entry {
    border-bottom: 0;
    position: relative
}

.hfeed .hentry.sticky .post-thumbnail {
    position: relative
}

.hfeed .hentry.sticky:before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    background: #fff;
    box-shadow: 0 4px 22px -2px rgba(0, 0, 0, .1)
}

.blog-grid .site-main {
    margin-left: -15px;
    margin-right: -15px
}

.blog-grid .hentry {
    display: block
}

.blog-grid .hentry.col-md-6:nth-child(2n+1) {
    clear: left
}

.blog-grid .hentry.col-md-4:nth-child(3n+1) {
    clear: left
}

.blog-grid .hentry .post-thumbnail {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
    margin-right: 0
}

.blog-grid .hentry .entry {
    min-height: 0
}

.blog-grid .hentry.sticky:before {
    left: 0;
    right: 0
}

.hfeed.blog-grid .hentry .post-thumbnail+.entry {
    margin-left: 0
}

.blog-grid .content-area .navigation {
    clear: both
}

.featured-content {
    margin-bottom: 60px
}

.featured-content.posts-carousel:first-child {
    margin-top: -60px
}

.featured-content.posts-carousel .konte-container {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.featured-content-carousel {
    height: 790px;
    overflow: hidden
}

.featured-content-carousel .featured-item {
    height: 790px;
    position: relative;
    background: #838889 no-repeat center center;
    background-size: cover
}

.featured-content-carousel .featured-item.loading {
    background-image: url(./../images/loading.svg);
    background-size: auto
}

.featured-content-carousel .featured-item.loading .entry-header {
    opacity: 0;
    transition: opacity .4s
}

.featured-content-carousel .entry-header {
    color: #fff;
    padding: 60px 130px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%)
}

.featured-content-carousel .entry-header a {
    color: #fff
}

.featured-content-carousel .cat-links {
    margin-bottom: 15px
}

.featured-content-carousel .entry-title {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
    padding-right: 20%
}

.featured-content-carousel .read-more {
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    border: 1px solid
}

.featured-content-carousel .read-more:hover {
    color: #161619;
    border-color: #fff;
    background: #fff
}

.featured-content-carousel .slick-arrow {
    color: #fff;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    z-index: 1;
    cursor: pointer;
    transition: .4s
}

.featured-content-carousel .slick-arrow svg {
    vertical-align: middle
}

.featured-content-carousel .slick-arrow:hover {
    color: #161619;
    border-color: #fff;
    background: #fff
}

.featured-content-carousel .slick-next {
    right: 130px
}

.featured-content-carousel .slick-prev {
    right: 190px
}

.featured-content-carousel.carousel:hover .slick-arrow {
    opacity: 1
}

.featured-content-carousel.carousel .slick-arrow {
    color: #161619;
    bottom: 50%;
    margin-top: 20px;
    border-color: #fff;
    background: #fff;
    opacity: 0;
    transition: .5s
}

.featured-content-carousel.carousel .slick-arrow.slick-disabled {
    opacity: 0
}

.featured-content-carousel.carousel .slick-next {
    right: 0
}

.featured-content-carousel.carousel .slick-prev {
    left: 0;
    right: auto
}

.featured-content-carousel.carousel .entry-header {
    text-align: center;
    padding: 40px 110px
}

.featured-content-carousel.carousel .cat-links {
    padding-left: 0;
    margin-bottom: 8px;
    transform: translateY(55px);
    transition: .5s
}

.featured-content-carousel.carousel .cat-links:before {
    display: none
}

.featured-content-carousel.carousel .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-right: 0;
    margin-bottom: 0;
    transform: translateY(55px);
    transition: .5s
}

.featured-content-carousel.carousel .read-more {
    margin-top: 15px;
    opacity: 0;
    transform: translateY(100%);
    transition: .5s
}

.featured-content-carousel.carousel .featured-item:hover .cat-links,
.featured-content-carousel.carousel .featured-item:hover .entry-title,
.featured-content-carousel.carousel .featured-item:hover .read-more {
    opacity: 1;
    transform: translateY(0)
}

.featured-posts {
    padding-top: 42px;
    margin-bottom: 60px
}

.featured-posts h2 {
    font-weight: 400;
    text-align: center;
    margin: 0 0 22px
}

.featured-posts .posts {
    padding-bottom: 32px
}

.featured-posts .post-thumbnail {
    display: block;
    margin-bottom: 13px
}

.featured-posts .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 5px
}

.featured-posts .posted-on {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

.featured-posts .posted-on a {
    color: #838889
}

.featured-posts .posted-on a:hover {
    color: #161619
}

.featured-content+.featured-posts {
    margin-top: -17px;
    padding-top: 0
}

.flex-posts {
    margin: -15px
}

.flex-posts .flex-post--custom.right-item {
    display: flex;
    justify-content: flex-end
}

.flex-posts .flex_post {
    margin-bottom: 140px
}

.flex-posts .flex-posts-page-title {
    margin-bottom: 150px
}

.flex-posts+.next-posts-navigation {
    margin-top: -50px;
    margin-bottom: 120px;
    padding-top: 0
}

.flex_post {
    width: 50%;
    padding: 15px;
    float: left;
    position: relative;
    visibility: hidden
}

.flex_post .mc4wp-form input[type=text],
.flex_post .mc4wp-form input[type=email],
.flex_post .mc4wp-form select {
    min-width: 340px
}

.flex_post.konteFadeInUp {
    visibility: visible
}

.flex-post-background img {
    max-width: 200%
}

.flex-post-background+.flex-post-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.flex-tags {
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right;
    display: inline-block;
    position: absolute;
    left: -33px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem
}

.flex-post-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 400;
    margin: 9px 0 7px
}

.flex-post-content {
    position: relative
}

.flex-post-content .read-more {
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 2px
}

.flex-post-content .read-more:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom: 2px solid;
    transition: width .4s
}

.flex-post-content .read-more:hover:after {
    width: 100%
}

.flex-post--standard .flex-post-content>:last-child {
    margin-bottom: 0
}

.flex-post--standard .flex-tags+* {
    margin-top: 0
}

.flex-post--custom.thumbnail-portrait.right-item {
    padding-left: 17.8832%
}

.flex-post--custom.thumbnail-portrait.left-item {
    padding-right: 17.8832%
}

.flex-post--custom.thumbnail-landscape.right-item {
    padding-left: 7.6642%
}

.flex-post--custom.thumbnail-landscape.left-item {
    padding-right: 7.6642%
}

.flex-post--custom.thumbnail-square.right-item {
    padding-left: 14.9635%
}

.flex-post--custom.thumbnail-square.left-item {
    padding-right: 14.9635%
}

.flex-post--instagram {
    display: flex;
    justify-content: center
}

.flex-post--instagram .flex-post-content {
    max-width: 400px
}

.flex-post--instagram .flex-post-content img {
    display: block;
    border: 10px solid #ead9bf;
    margin-bottom: 20px
}

.flex-post--instagram .instagram-caption {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px
}

.flex-post--instagram .instagram-username {
    font-size: 14px;
    font-size: .875rem
}

.flex-post--instagram .instagram-username i {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: -.1em;
    margin-right: 6px
}

.flex-post--post .flex-post-content {
    max-width: 580px
}

.flex-post--post .post-thumbnail img {
    display: block;
    margin-bottom: 17px
}

.flex-post--post .cat-links a {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase
}

.flex-post--post .post-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 10px 0
}

.flex-post--post .post-summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 15px
}

.flex-post--post.right-item {
    display: flex;
    justify-content: flex-end
}

.sticky-socials {
    position: fixed;
    left: 60px;
    bottom: 60px
}

.sticky-socials li {
    display: block;
    padding: 0;
    margin-top: 10px
}

.sticky-socials li:first-child {
    margin-top: 0
}

.sticky-socials a {
    color: #a2a5a6;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e7e8
}

.sticky-socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.sticky-scrolldown {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    color: #a2a5a6;
    position: fixed;
    right: 60px;
    bottom: 60px;
    transform: rotate(-90deg) translate(100%, 0);
    transform-origin: right bottom;
    cursor: pointer;
    transition: color .4s
}

.sticky-scrolldown:hover {
    color: #161619
}

.sticky-scrolldown .svg-icon {
    font-size: 32px;
    vertical-align: -.25em
}

.portfolio-project {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.portfolio-project .alignwide {
    max-width: 1400px;
    width: 1400px;
    margin-left: calc(-700px + 50%);
    margin-right: calc(-700px + 50%)
}

@media(min-width:600px) {
    .portfolio-project .wp-block-gallery {
        margin-top: 54px
    }

    .portfolio-project .wp-block-gallery .blocks-gallery-image,
    .portfolio-project .wp-block-gallery .blocks-gallery-item {
        width: calc((100% - 60px)/2);
        margin-right: 60px;
        margin-bottom: 60px
    }

    .portfolio-project .wp-block-gallery .blocks-gallery-image:last-child,
    .portfolio-project .wp-block-gallery .blocks-gallery-item:last-child {
        margin-right: 0
    }

    .portfolio-project .wp-block-gallery+.wp-block-gallery {
        margin-top: 0
    }

    .portfolio-project .wp-block-gallery.columns-2 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-2 .blocks-gallery-item {
        width: calc((100% - 60px*1)/2)
    }

    .portfolio-project .wp-block-gallery.columns-3 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 60px*2)/3)
    }

    .portfolio-project .wp-block-gallery.columns-4 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 60px*3)/4)
    }

    .portfolio-project .wp-block-gallery.columns-5 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 60px*4)/5)
    }

    .portfolio-project .wp-block-gallery.columns-6 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 60px*5)/6)
    }

    .portfolio-project .wp-block-gallery.columns-7 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 60px*6)/7)
    }

    .portfolio-project .wp-block-gallery.columns-8 .blocks-gallery-image,
    .portfolio-project .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 60px*7)/8)
    }

    .portfolio-project .wp-block-image {
        margin-top: 54px;
        margin-bottom: 54px
    }
}

.project-meta {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 46px
}

.project-meta>p {
    margin: 0 0 8px;
    display: flex
}

.project-meta .project-meta__label {
    min-width: 70px
}

.project-meta .project-meta__value {
    flex: 1;
    padding-left: 35px
}

.project-footer {
    margin-bottom: 60px
}

.project-navigation {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 0;
    border-top: 1px solid #e3e7e8
}

.project-navigation a {
    font-size: 18px;
    font-size: 1.125rem
}

.project-navigation img {
    width: 100px
}

.project-navigation .project-navigation__summary>span {
    display: block
}

.project-navigation .project-types {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #838889;
    margin-top: 5px
}

.related-projects {
    padding: 40px 0;
    border-top: 1px solid #e3e7e8
}

.related-projects h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px
}

.related-projects .projects {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap
}

.related-projects .project {
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px
}

.related-projects .project h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 30px 0 0
}

.related-projects .project-types {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.related-projects .project-types a {
    color: #838889
}

.related-projects .project-types a:hover {
    color: #161619
}

.portfolio-project--layout-v1 .project-title {
    text-align: center
}

.portfolio-project--layout-v2 .project-header {
    background-color: #e3e7e8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.portfolio-project--layout-v2 .project-header__container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.portfolio-project--layout-v2 .project-header__container>* {
    max-width: 50%
}

.portfolio-project--layout-v2 .project-title {
    font-weight: 400
}

.portfolio-project--layout-v2 .project-meta {
    margin-top: 18px;
    margin-bottom: 46px
}

.portfolio-project--layout-v2 .project-content {
    margin-top: 110px
}

.project-layout-v2 .site-content {
    padding-top: 0
}

.portfolio-archive .site-content {
    padding-top: 0
}

.portfolio-archive .pagination {
    margin-bottom: 60px
}

.portfolio-page-header {
    padding: 60px 0
}

.portfolio-page-header strong {
    font-weight: 700
}

.portfolio-page-header p {
    margin: .55em 0
}

.portfolio-page-header__container>:first-child {
    margin-top: 0
}

.portfolio-page-header__container>:last-child {
    margin-bottom: 0
}

.post-type-archive-portfolio .portfolio-page-header--page_content {
    padding-bottom: 90px
}

.portfolio-page-header--page_title {
    text-align: center;
    padding: 54px 0 74px
}

.portfolio-page-header--page_title .page-title {
    font-weight: 600
}

.portfolio-page-header--page_title+.site-content-container .portfolio-filter,
.portfolio-page-header--page_title+.site-content-container .navigation {
    text-align: center
}

.portfolio-filter {
    padding: 60px 0
}

.portfolio-filter a {
    color: #838889;
    font-weight: 500;
    display: inline-block;
    margin-right: 60px
}

.portfolio-filter a:last-child {
    margin-right: 0
}

.portfolio-filter a:hover,
.portfolio-filter a.active {
    color: #161619
}

.portfolio-projects {
    margin-left: -40px;
    margin-right: -40px
}

.portfolio-projects .hentry {
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 72px
}

.portfolio-projects .project-header .project-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 22px;
    margin-bottom: 8px
}

.portfolio-projects .project-types {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.portfolio-projects .project-types a {
    color: #838889
}

.portfolio-projects .project-types a:hover {
    color: #161619
}

.portfolio-projects.loading {
    position: relative;
    min-height: 200px
}

.portfolio-projects.loading .loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 40
}

.portfolio-projects.loading .spinner,
.portfolio-projects.loading .wpcf7-form span.ajax-loader:after,
.wpcf7-form .portfolio-projects.loading span.ajax-loader:after {
    color: #161619;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translate(-50%, 0)
}

.portfolio-projects.loading~.navigation {
    opacity: 0
}

.portfolio-projects--columns-2 .project-header .project-title {
    font-size: 34px;
    font-size: 2.125rem
}

.portfolio-projects--columns-2 .project-types {
    font-size: 18px;
    font-size: 1.125rem
}

.portfolio-projects--columns-3 {
    margin-left: -20px;
    margin-right: -20px
}

.portfolio-projects--columns-3 .hentry {
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 32px
}

.portfolio-projects--columns-3 .entry-title {
    font-size: 24px;
    font-size: 1.5rem
}

.portfolio-projects--grid {
    display: flex;
    flex-wrap: wrap
}

.portfolio-projects--grid+.navigation {
    text-align: center;
    margin-top: 60px;
    margin-top: 60px;
    padding-top: 0
}

.next-projects-navigation {
    margin-bottom: 60px
}

.single-page-header {
    position: relative;
    text-align: center
}

.single-page-header .entry-thumbnail {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.single-page-header .entry-thumbnail .konte-map {
    height: 100% !important
}

.single-page-header .scroll {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(-90deg) translate(0, 50%);
    transform-origin: 0 100%;
    padding-left: 55px;
    cursor: pointer
}

.single-page-header .scroll:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    border-bottom: 2px solid
}

.single-page-header .entry-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 30px
}

.single-page-header .entry-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 8.3333%;
    margin: 0
}

.single-page-header.title-none .entry-thumbnail:after,
.single-page-header.title-above .entry-thumbnail:after {
    width: calc((100% - 1170px)/2 + 1170px);
    height: 160px;
    left: 0
}

.single-page-header.title-none+.site-content-container,
.single-page-header.title-above+.site-content-container {
    margin-top: -85px;
    position: relative
}

.single-page-header.title-above .page-titles {
    padding-top: 65px;
    padding-bottom: 70px
}

.single-page-header.title-front {
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 50px
}

.single-page-header.title-front .page-titles {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

.single-page-header.title-front .entry-title,
.single-page-header.title-front .entry-subtitle {
    color: inherit
}

.single-page-header.title-front .entry-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.single-page-header.title-front .entry-thumbnail:after {
    display: none
}

.page .page .entry-header {
    text-align: center;
    margin-bottom: 70px
}

.page .page .entry-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400
}

.page .page .entry-subtitle {
    font-weight: 400;
    padding-left: 16.6667%;
    padding-right: 16.6667%
}

.page .page>.entry-content:first-child {
    margin-top: 0
}

.page .page .entry-content {
    margin-bottom: 0
}

.page-template-split .site-content {
    padding-top: 0;
    padding-bottom: 0
}

.page-template-split .site-content-container,
.page-template-split .content-area,
.page-template-split .site-main,
.page-template-split .split-page {
    height: 100%
}

.page-template-split .split-page {
    overflow: hidden;
    position: relative;
    height: 100vh
}

.page-template-split .page.has-post-thumbnail.title-above {
    margin-top: 0
}

.page-template-split .split-page-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-split .split-page-featured .entry-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0
}

.page-template-split .split-page-featured .konte-map {
    height: 100% !important
}

.page-template-split .split-page-featured .entry-thumbnail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-template-split .split-page-featured .entry-thumbnail:after {
    display: none
}

.page-template-split .split-page-content {
    height: 100%;
    padding: 170px 0 100px
}

.page-template-split .split-page-content .konte-container {
    display: flex;
    align-items: center;
    height: 100%
}

.page-template-split .split-page-content .entry-content {
    width: 50%;
    max-height: 100%;
    overflow: hidden;
    padding-left: 110px;
    float: right;
    margin: 0 0 0 50%;
    position: relative
}

.page-template-split .split-page-content .entry-content.ps--active-y {
    height: 100%
}

.page-template-split .split-page-content .ps__rail-x {
    display: none
}

.page-template-split .split-page-content .wpcf7-submit {
    width: auto;
    padding: 0 40px;
    min-width: 265px
}

.page-template-split .content-left .split-page-featured .entry-header {
    left: auto;
    right: 0
}

.page-template-split .content-left .split-page-content .entry-content {
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 110px
}



.video-background {
    max-width: none;
    position: relative;
    z-index: 0;
    opacity: 0
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.search .site-content {
    padding-top: 0
}

.search.woocommerce .site-content {
    padding-top: 60px
}

.search .page-header {
    padding: 30px 0
}

.search .page-header .page-title {
    font-size: 30px;
    font-size: 1.875rem
}

.search .site-main article.product {
    margin-bottom: 40px
}

.search .site-main article.product .post-thumbnail {
    float: left;
    width: 360px;
    max-width: 50%
}

.search .site-main article.product .post-thumbnail img {
    display: block
}

.search .site-main article.product .post-thumbnail+.entry {
    margin-left: 400px
}

.search .site-main article.product .entry {
    min-height: 210px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e7e8
}

.search .site-main article.product .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 15px
}

.search .site-main article.product .entry-title a:hover {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 #161619
}

.search .site-main article.product .entry-summary {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.375;
    max-height: 2.75em;
    overflow: hidden
}

.search .site-main article.product .entry-summary p {
    margin: 0
}

.maintenance-mode .site-header,
.maintenance-mode .site-header-space,
.maintenance-mode .site-footer,
.maintenance-mode .single-page-header {
    display: none
}

.maintenance-mode .maintenance-header {
    display: block
}

.maintenance-mode .split-page-content {
    padding-top: 100px;
    padding-bottom: 100px
}

.maintenance-mode .site-content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh
}

.maintenance-mode .site-content-container,
.maintenance-mode .content-area,
.maintenance-mode .site-main,
.maintenance-mode .split-page {
    height: 100%
}

.maintenance-layout-split .site-content-container,
.maintenance-layout-split .content-area,
.maintenance-layout-split .site-main,
.maintenance-layout-split .split-page {
    height: 100%
}

.maintenance-layout-split .split-page-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.maintenance-layout-split .split-page-featured .entry-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    overflow: hidden
}

.maintenance-layout-split .split-page-featured .entry-thumbnail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.maintenance-layout-split .split-page-featured .entry-thumbnail:after {
    display: none
}

.maintenance-layout-split .split-page-content {
    height: 100%;
    padding: 100px 0
}

.maintenance-layout-split .split-page-content .konte-container {
    display: flex;
    align-items: center;
    height: 100%
}

.maintenance-layout-split .split-page-content .entry-content {
    width: 50%;
    max-height: 100%;
    overflow: hidden;
    padding-right: 85px;
    float: left;
    margin: 0;
    position: relative
}

.maintenance-layout-split .split-page-content .entry-content.ps--active-y {
    height: 100%
}

.maintenance-layout-fullscreen {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.maintenance-layout-fullscreen .site-main {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0;
    min-height: 100vh
}

.maintenance-layout-fullscreen .text-light .mc4wp-form input,
.maintenance-layout-fullscreen .text-light .mc4wp-form select,
.maintenance-layout-fullscreen .text-light .mc4wp-form textarea {
    padding-left: 30px;
    padding-right: 30px;
    border-width: 0
}

.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=text],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=email],
.maintenance-layout-fullscreen .text-light .mc4wp-form select {
    min-width: 360px
}

.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=submit],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=reset],
.maintenance-layout-fullscreen .text-light .mc4wp-form button {
    padding: 0 50px
}

.maintenance-header {
    padding: 45px 0
}

.maintenance-header .header-items {
    width: 100%;
    justify-content: space-between
}

.error-404 {
    padding: 140px 0
}

.error-404 .error-title {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-left: 40px
}

.error-404 .error-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 20px;
    border-bottom: 2px solid
}

.error-404 .page-title {
    line-height: 1;
    margin: 25px 0
}

.error-404 .page-content {
    font-size: 24px;
    font-size: 1.5rem
}

.error-404 .page-content p {
    margin: 20px 0 30px
}

.error-404 .page-content .button {
    padding-right: 100px
}

.error-404 .page-content .button .svg-icon {
    vertical-align: -5px;
    margin-right: 35px
}



.error404 .site-footer.light {
    border-top: 0
}

.comments-area {
    padding: 0;
    border-top: 1px solid #e3e7e8
}

.page .comments-area {
    margin-top: 40px
}

.comments-area p.no-comments {
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0)
}

.comments-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 37px 0 55px
}

.comment-list {
    margin: 37px 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e3e7e8
}

.comment-list .children {
    list-style: none;
    margin-left: 30px
}

.comment-list>.comment:first-child article {
    border: none;
    padding-top: 0
}

.comment article {
    padding: 30px 0 21px;
    border-top: 1px solid #e3e7e8
}

.comment .comment-meta {
    position: relative;
    padding-left: 60px
}

.comment .comment-meta:before,
.comment .comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed
}

.comment .comment-meta:after {
    clear: both
}

.comment .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0
}

.comment .comment-author {
    float: left
}

.comment .comment-author .fn {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600
}

.comment .comment-author .says {
    display: none
}

.comment .comment-metadata {
    float: right
}

.comment .comment-metadata a {
    font-size: 12px;
    font-size: .75rem;
    color: #838889
}

.comment .comment-metadata a:hover {
    color: #161619
}

.comment .comment-metadata .edit-link {
    margin-left: 10px
}

.comment .comment-content {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    padding: 5px 0 0;
    margin-left: 60px
}

.comment .comment-content p:first-child {
    margin-top: 0
}

.comment .comment-content p:last-child {
    margin-bottom: 0
}

.comment .comment-content ul {
    margin-bottom: 1em
}

.comment .reply {
    margin-left: 60px;
    margin-top: 10px
}

.comment .comment-edit-link,
.comment .comment-reply-link {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

.comment .comment-reply-link {
    display: inline-block
}

.pingback {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px 0
}

.bypostauthor {
    display: block
}

.comment-respond {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 40px
}

.comment-respond .comment-reply-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px
}

.comment-respond .comment-reply-title small {
    float: right
}

.comment-respond .comment-form {
    margin-left: -15px;
    margin-right: -15px
}

.comment-respond .comment-form>p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 20px
}

.comment-respond .comment-form .comment-notes {
    margin-bottom: 32px
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email] {
    width: 100%;
    padding: 13px 17px;
    border: 1px solid #161619;
    transition: none
}

.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form input[type=text]:focus,
.comment-respond .comment-form input[type=email]:focus {
    border-width: 2px
}

.comment-respond .comment-form textarea {
    height: 100px;
    display: block
}

.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email] {
    height: 50px
}

.comment-respond .comment-notes {
    color: #838889
}

.comment-respond .comment-notes .required {
    color: #838889
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    width: 50%;
    float: left
}

.comment-respond .form-submit {
    clear: both
}

.comment-respond .form-submit button,
.comment-respond .form-submit input[type=submit] {
    width: 100%
}




.gotop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #838889;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid;
    display: none;
    transition: color .4s, background .4s
}

.gotop:hover {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.gotop .svg-icon {
    transform: rotate(180deg)
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 6em
}

p.wp-block-subhead {
    color: #838889;
    opacity: 1
}

.has-small-font-size {
    font-size: 12px;
    font-size: .75rem
}

.has-medium-font-size {
    font-size: 24px;
    font-size: 1.5rem
}

.has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25
}

.has-huge-font-size {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.25
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding-left: 100px
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 100px;
    border-left: 4px solid
}

.wp-block-quote.is-style-large:before,
.wp-block-quote.is-large:before {
    display: none
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: inherit
}

.wp-block-cover .wp-block-cover-text {
    font-size: 2em;
    line-height: 1.25;
    margin: 0
}

.wp-block-code {
    font-size: 14px;
    font-size: .875rem;
    background: #cdcfd0;
    border: 0;
    padding: 1.6em
}

.wp-block-code code {
    font-size: inherit;
    font-family: inherit;
    background: rgba(0, 0, 0, 0)
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    padding-left: 30px;
    padding-right: 30px
}

.wp-block-separator {
    margin: 1.5em auto;
    border-bottom: 0;
    clear: both
}

.wp-block-gallery {
    margin-bottom: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px
}

.wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px
}

.wp-block-image img {
    display: block
}

.wp-block-gallery+.wp-block-image {
    margin-top: 0
}

.wp-block-image+.wp-block-image {
    margin-top: 20px
}

@media(min-width:600px) {

    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 40px
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image,
    .wp-block-gallery.columns-2 .blocks-gallery-item {
        width: calc((100% - 40px*1)/2)
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 40px*2)/3)
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 40px*3)/4)
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 40px*4)/5)
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 40px*5)/6)
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 40px*6)/7)
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 40px*7)/8)
    }

    .wp-block-image {
        margin-top: 34px;
        margin-bottom: 34px
    }
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

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

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin: 0 -20px
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 20px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-columns-10 .gallery-item {
    max-width: 10%
}

.gallery-caption {
    display: block
}

@media(max-width:1440px) {
    .konte-container {
        width: auto;
        max-width: 100%;
        margin-left: 45px;
        margin-right: 45px
    }

    .no-sidebar.page .alignwide {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .featured-content.posts-carousel .konte-container {
        margin-left: 0;
        margin-right: 0
    }

    .flex-post-background img {
        max-width: 100%
    }

    .konte-product-carousel .product-carousel-arrow.slick-prev {
        left: -60px
    }

    .konte-product-carousel .product-carousel-arrow.slick-next {
        right: -60px
    }

    .konte-instagram-carousel .slick-prev {
        left: -80px
    }

    .konte-instagram-carousel .slick-next {
        right: -80px
    }

    .konte-product-grid__title {
        font-size: 60px;
        font-size: 3.75rem
    }

    .header-vertical .site {
        padding-left: 280px
    }

    .header-vertical .site-footer.transparent {
        padding-left: 280px
    }

    .header-v10 .site-header__container {
        margin-right: auto
    }

    .header-v10 .site-header__container .sticky,
    .header-v10 .site-header__container .headroom--not-top {
        padding-right: 15px
    }

    .sticky-socials,
    .sticky-scrolldown {
        display: none !important
    }

    .konte-product-masonry ul.products li.product:nth-child(10n+2) .product-thumbnail,
    .konte-product-masonry ul.products li.product:nth-child(10n+6) .product-thumbnail {
        padding-bottom: 136.29412%
    }
}

@media(max-width:1280px) {
    .no-sidebar .alignwide {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .featured-content-carousel.carousel .entry-header {
        padding-left: 40px;
        padding-right: 40px
    }

    .konte-product-masonry ul.products li.product .product-thumbnail {
        background: #fff
    }

    .konte-product-masonry ul.products li.product .product-thumbnail {
        padding-bottom: 124%
    }

    .konte-product-grid__title {
        font-size: 54px;
        font-size: 3.375rem
    }
}

@media(min-width:1200px) {
    .header-v10 {
        background: rgba(0, 0, 0, 0)
    }

    .header-mobile {
        display: none
    }

    .mobile-menu-panel {
        display: none !important
    }
}

@media(max-width:1199px) {

    .konte-container,
    .konte-container-fluid {
        margin-left: 25px;
        margin-right: 25px
    }

    .header-vertical .site,
    .header-vertical .site-footer.transparent {
        padding-left: 0 !important
    }

    .header-main,
    .header-bottom {
        display: none
    }

    .header-v10.transparent {
        width: 100%;
        position: absolute
    }

    .header-v10.header-sticky--normal,
    .header-v10.header-sticky--smart {
        width: 100%
    }

    .header-v10 .site-branding {
        height: auto
    }

    .entry-header .entry-thumbnail:after {
        position: static;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0)
    }

    .entry-header .entry-thumbnail+.post-info {
        margin-top: 0
    }

    .social-share a {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-header-menu li {
        margin-left: 20px;
        margin-right: 20px
    }

    .blog-header-title {
        padding-left: 30px;
        padding-right: 30px
    }

    .blog-header-title .page-title {
        font-size: 90px;
        font-size: 5.625rem
    }

    .featured-content-carousel .entry-header {
        padding: 60px
    }

    .featured-content-carousel .slick-next {
        right: 60px
    }

    .featured-content-carousel .slick-prev {
        right: 120px
    }

    .hfeed .hentry.post-large {
        display: block
    }

    .hfeed .hentry .post-thumbnail {
        margin-right: 30px;
        flex-shrink: 0
    }

    .hfeed .hentry .post-thumbnail+.entry {
        margin-left: 0
    }

    .hfeed .hentry .entry {
        min-height: 0
    }

    .hfeed .hentry .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }

    .search .site-main article.product {
        display: flex
    }

    .search .site-main article.product .post-thumbnail {
        margin-right: 30px;
        flex-shrink: 0
    }

    .search .site-main article.product .post-thumbnail+.entry {
        margin-left: 0
    }

    .search .site-main article.product .entry {
        min-height: 0
    }

    .search .site-main article.product .entry-title {
        font-size: 26px;
        font-size: 1.625rem
    }

    .blog-grid .hentry {
        display: block
    }

    .blog-grid .hentry .post-thumbnail {
        margin-right: 0
    }

    .blog-grid .hentry .entry-title {
        font-size: 22px;
        font-size: 1.375rem
    }

    .hfeed.sidebar-left .hentry:before,
    .hfeed.sidebar-right .hentry:before {
        content: "";
        display: table;
        table-layout: fixed
    }

    .hfeed.sidebar-left .hentry:after,
    .hfeed.sidebar-right .hentry:after {
        content: "";
        display: table;
        table-layout: fixed;
        clear: both
    }

    .single-page-header.title-none+.site-content-container,
    .single-page-header.title-above+.site-content-container {
        margin-top: 40px
    }

    .page-template-split .split-page-content .entry-content {
        padding-left: 60px
    }

    .page-template-split .content-left .split-page-content .entry-content {
        padding-right: 60px
    }

    .flex_post .mc4wp-form input[type=text],
    .flex_post .mc4wp-form input[type=email],
    .flex_post .mc4wp-form select {
        margin-right: 0;
        margin-bottom: 10px
    }

    .flex-post-title {
        font-size: 30px;
        font-size: 1.875rem
    }

    .portfolio-projects .hentry {
        display: block
    }

    .konte-category-banner.align-left .konte-category-banner__category {
        left: -25px
    }

    .konte-category-banner.align-right .konte-category-banner__category {
        right: -5px
    }

    .konte-category-banner__title {
        font-size: 34px;
        font-size: 2.125rem
    }

    .konte-product-grid__title {
        font-size: 46px;
        font-size: 2.875rem
    }

    .konte-banner-grid__banner-content {
        padding: 30px 40px 40px
    }

    .konte-banner__content {
        padding: 30px
    }

    .konte-carousel__slide-index {
        display: none
    }

    .konte-carousel--free-mode .slick-slide {
        max-width: 992px
    }

    .konte-product-masonry ul.products li.product .product-thumbnail {
        padding-bottom: 122.5%
    }



    .offscreen-panel .panel-header,
    .offscreen-panel .panel-content {
        padding-left: 40px;
        padding-right: 40px
    }

    .offscreen-panel .panel-header {
        padding-top: 35px
    }

    .offscreen-panel .button-close {
        right: 38px;
        top: 28px
    }

    .modal .modal-header {
        padding: 30px 40px
    }

    .modal .button-close {
        right: 38px;
        top: 28px
    }

    .search-modal .search-form .search-field {
        font-size: 24px;
        font-size: 1.5rem
    }

    .search-modal .quick-links {
        padding-bottom: 30px
    }

    .popup-modal .popup-modal-content {
        min-height: 0
    }

    .split-page-content .konte-countdown.type-full .timers {
        display: flex;
        justify-content: space-between
    }

    .split-page-content .konte-countdown.type-full .konte-countdown__box {
        padding-left: 0;
        padding-right: 0
    }

    .gotop {
        right: 40px;
        bottom: 40px
    }
}

@media(min-width:992px) {}

@media(max-width:991px) {


    .konte-container,
    .konte-container-fluid {
        margin-left: 25px;
        margin-right: 25px
    }

    .sidebar-left .content-area,
    .sidebar-left .widget-area,
    .sidebar-right .content-area,
    .sidebar-right .widget-area {
        width: 100%;
        float: none
    }

    .sidebar-left .widget-area,
    .sidebar-right .widget-area {
        margin-top: 60px;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar-left .konte-container .content-area,
    .sidebar-left .konte-container .widget-area,
    .sidebar-right .konte-container .content-area,
    .sidebar-right .konte-container .widget-area {
        width: 100%
    }

    .sidebar-left .konte-container .widget-area,
    .sidebar-right .konte-container .widget-area {
        padding-left: 0;
        padding-right: 0
    }

    .header-vertical .site {
        padding-left: 0 !important
    }

    .blog-header-content .header-title {
        font-size: 30px;
        font-size: 1.875rem
    }

    .campaign-bar__campaigns {
        display: block
    }

    .campaign-bar__campaigns .konte-promotion {
        margin-bottom: 20px
    }

    .campaign-bar__campaigns .konte-promotion:last-child {
        margin-bottom: 0
    }

    .blog-header-menu li {
        margin-left: 15px;
        margin-right: 15px
    }

    .blog-header-menu li:first-child {
        margin-left: 0
    }

    .blog-header-menu li:last-child {
        margin-right: 0
    }

    .blog-header-title {
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-header-title .page-title {
        font-size: 60px;
        font-size: 3.75rem
    }

    .featured-content-carousel .entry-header {
        padding: 40px
    }

    .featured-content-carousel .entry-title {
        font-size: 30px;
        font-size: 1.875rem
    }

    .featured-content-carousel .slick-next {
        right: 40px;
        bottom: 40px
    }

    .featured-content-carousel .slick-prev {
        right: 100px;
        bottom: 40px
    }

    .featured-content-carousel.carousel .entry-header {
        padding: 20px
    }

    .featured-posts .posts {
        display: flex;
        flex-wrap: wrap
    }

    .featured-posts .posts .post {
        margin-bottom: 30px
    }

    .blog-grid .hentry.col-md-4:nth-child(3n+1) {
        clear: none
    }

    .blog-grid .hentry.col-sm-6:nth-child(2n+1) {
        clear: left
    }

    .no-sidebar .entry-header .post-info,
    .no-sidebar.single-post .content-area {
        width: auto
    }

    .social-share {
        position: relative
    }

    .social-share .toggle-socials {
        position: static
    }

    .social-share .social-list {
        top: 100%;
        width: 100%;
        padding: 0 10px 10px;
        left: -10px;
        transform: translateY(10px);
        white-space: normal;
        background: #fff
    }

    .social-share .social-list a {
        display: inline-block;
        margin: 20px 20px 0 0
    }

    .posts-slider-widget .post-thumbnail img {
        width: 100%;
        height: auto
    }

    .page .page .entry-title,
    .single-page-header .entry-title {
        font-size: 56px;
        font-size: 3.5rem
    }

    .page .page .entry-subtitle,
    .single-page-header .page-titles .entry-subtitle {
        padding-left: 0;
        padding-right: 0
    }

    .konte-testimonial-carousel {
        flex-wrap: wrap
    }

    .konte-testimonial-carousel__photos,
    .konte-testimonial-carousel__content {
        width: 100%
    }

    .konte-testimonial-carousel__content {
        padding: 40px
    }

    .konte-testimonial-carousel__content .konte-testimonials-title {
        margin-bottom: 30px
    }

    .konte-testimonial-carousel__content .konte-testimonial__content {
        margin-bottom: 25px
    }

    .konte-testimonial-carousel__content .slick-dots {
        margin-top: 40px
    }

    .page-template-split .split-page {
        height: auto !important
    }

    .page-template-split .split-page-featured {
        position: static;
        height: 50vh
    }

    .page-template-split .split-page-featured .entry-header {
        position: relative;
        width: 100%
    }

    .page-template-split .split-page-content {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto
    }

    .page-template-split .split-page-content .konte-container {
        height: auto
    }

    .page-template-split .split-page-content .entry-content {
        max-height: none;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none
    }

    .page-template-split .content-left .split-page-content .entry-content {
        padding-right: 0
    }

    .page-template-split .site-footer {
        position: static
    }

    .maintenance-layout-split .split-page-featured {
        display: none
    }

    .maintenance-layout-split .split-page-content {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%
    }

    .maintenance-layout-split .split-page-content .konte-container {
        min-height: 100%
    }

    .maintenance-layout-split .split-page-content .entry-content {
        max-height: none;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none
    }

    .vc_toggle.vc_toggle_ .vc_toggle_title,
    .vc_toggle.vc_toggle_ .vc_toggle_content {
        padding-right: 60px
    }

    .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-title,
    .wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.icon-right .vc_tta-panel .vc_tta-panel-body {
        padding-right: 60px
    }

    .flex-posts-page-title h1 {
        font-size: 48px;
        font-size: 3rem
    }

    .flex-post-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }

    .portfolio-page-header--page_content {
        padding-bottom: 60px
    }

    .portfolio-page-header--page_title {
        padding-bottom: 54px
    }

    .portfolio-projects {
        margin-left: -20px;
        margin-right: -20px
    }

    .portfolio-projects .hentry {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 32px
    }

    .portfolio-project--layout-v2 .project-header__container>* {
        max-width: 100%
    }

    .konte-category-banner {
        margin-bottom: 60px;
        padding: 0 20px
    }

    .konte-category-banner.has-sub-image {
        padding-top: 60px
    }

    .konte-category-banner.has-sub-image.align-left {
        padding-right: 60px
    }

    .konte-category-banner.has-sub-image.align-right {
        padding-left: 60px
    }

    .konte-category-banner.align-left .konte-category-banner__sub-image img {
        transform: translate(60px, -60px);
        float: right
    }

    .konte-category-banner.align-right .konte-category-banner__sub-image img {
        transform: translate(-60px, -60px)
    }

    .konte-category-banner.title-middle .konte-category-banner__content {
        position: static;
        padding: 0;
        transform: none
    }

    .konte-category-banner.title-middle.has-sub-image .konte-category-banner__content {
        margin-top: 0
    }

    .konte-category-banner.title-middle.align-left {
        padding-right: 50px
    }

    .konte-category-banner.title-middle.align-left .konte-category-banner__content {
        transform: none
    }

    .konte-category-banner.title-middle.align-right {
        padding-left: 50px
    }

    .konte-category-banner.title-middle.align-right .konte-category-banner__link {
        padding-left: 0
    }

    .konte-category-banner .konte-category-banner__sub-image img {
        max-width: 180px;
        max-height: 180px
    }

    .konte-category-banner__title {
        font-size: 28px;
        font-size: 1.75rem
    }

    .vc_row.vc_column-gap-40,
    .vc_row.vc_column-gap-60,
    .vc_row.vc_column-gap-120 {
        margin-left: -15px;
        margin-right: -15px
    }

    .vc_row.vc_column-gap-40>.vc_column_container,
    .vc_row.vc_column-gap-60>.vc_column_container,
    .vc_row.vc_column-gap-120>.vc_column_container {
        padding: 30px 0
    }

    .konte-post-grid.columns-gap-60 {
        margin-left: -20px;
        margin-right: -20px
    }

    .konte-post-grid.columns-gap-60 .post {
        padding-left: 20px;
        padding-right: 20px
    }

    .konte-subscribe-box .mc4wp-form-fields {
        flex-direction: column
    }

    .konte-subscribe-box .mc4wp-form-fields input {
        flex: 0;
        width: 100%;
        margin: 0 0 15px
    }

    .konte-subscribe-box .mc4wp-form-fields input:last-child {
        margin-bottom: 0
    }

    .konte-subscribe-box .mc4wp-form-fields button,
    .konte-subscribe-box .mc4wp-form-fields input[type=submit] {
        width: auto
    }

    .konte-subscribe-box__title {
        font-size: 36px;
        font-size: 2.25rem
    }

    .konte-product-grid ul.products li.product {
        width: 50%
    }

    .konte-product-grid__title {
        font-size: 56px;
        font-size: 3.5rem
    }

    .konte-banner__text {
        font-size: 2.6em
    }

    .konte-carousel--free-mode .slick-slide {
        max-width: 690px
    }

    .konte-carousel--gap-40 .slick-list,
    .konte-carousel--gap-60 .slick-list,
    .konte-carousel--gap-90 .slick-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .konte-carousel--gap-40 .slick-slide,
    .konte-carousel--gap-60 .slick-slide,
    .konte-carousel--gap-90 .slick-slide {
        padding-left: 15px;
        padding-right: 15px
    }

    .konte-product-masonry ul.products {
        height: auto !important
    }

    .konte-product-masonry ul.products li.product {
        width: 50%;
        position: static !important
    }

    .konte-product-masonry ul.products li.product:nth-child(2n+1):last-child {
        display: none
    }

    .konte-product-masonry ul.products li.product .product-inner .product-thumbnail {
        padding-bottom: 0
    }

    .konte-product-masonry ul.products li.product .product-thumbnail>a,
    .konte-product-masonry ul.products li.product .product-thumbnail>.slick-list {
        position: relative;
        top: 0;
        transform: none
    }

    .konte-product-masonry__title {
        font-size: 56px;
        font-size: 3.5rem
    }

    .konte-post-grid .post,
    .konte-post-grid.columns-4 .post {
        width: 50%
    }

    .konte-post-grid .post:nth-child(2n+1):last-child {
        display: none
    }

    .konte-instagram>ul li {
        width: 25% !important
    }

    .site-footer.transparent {
        position: static
    }


}

@media(max-width:767px) {
    .has-small-font-size {
        font-size: 12px;
        font-size: .75rem
    }

    .has-medium-font-size {
        font-size: 20px;
        font-size: 1.25rem
    }

    .has-large-font-size {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25
    }

    .has-huge-font-size {
        font-size: 48px;
        font-size: 3rem
    }

    .alignleft,
    .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto
    }


    .konte-container,
    .konte-container-fluid {
        margin-left: 5px;
        margin-right: 5px
    }

    .topbar {
        display: none
    }

    .topbar.topbar-mobile {
        display: block
    }

    .topbar .topbar-items {
        display: none
    }

    .topbar-left-items>* {
        margin-right: 20px
    }

    .topbar-right-items>* {
        margin-left: 20px
    }

    .topbar-mobile--keep-left .topbar-left-items {
        display: flex
    }

    .topbar-mobile--keep-center .topbar-center-items {
        display: flex;
        flex: 1;
        justify-content: center
    }

    .topbar-mobile--keep-right .topbar-right-items {
        display: flex;
        justify-content: flex-start;
        text-align: left
    }

    .topbar-mobile--keep-both .topbar-left-items,
    .topbar-mobile--keep-both .topbar-right-items {
        display: flex
    }

    .topbar-mobile--keep-all .topbar-items {
        display: flex
    }

    .topbar-menu>li {
        padding: 0 10px
    }

    .popup-modal .popup-image {
        display: none
    }

    .blog-header-content {
        padding-top: 0
    }

    .blog-header-content .blog-search-form,
    .blog-header-content .social-icons {
        display: none
    }

    .blog-header-content .header-title {
        text-align: center;
        width: 100%
    }

    .blog-header-menu {
        display: none
    }

    .entry-title {
        font-size: 40px;
        font-size: 2.5rem
    }

    blockquote {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0 40px
    }

    .wp-block-quote:not(.is-large):not(.is-style-large) {
        padding-left: 40px
    }

    .social-share a {
        margin-bottom: 10px
    }

    .social-share a i {
        margin-right: 0
    }

    .social-share a span {
        display: none
    }

    .social-share .social-list {
        left: 0;
        padding-left: 0;
        padding-right: 0
    }

    .author-info {
        padding: 20px
    }

    .author-info .author-vcard {
        display: none
    }

    .author-info .author-description,
    .author-info .author-socials {
        padding-left: 0
    }

    .post-navigation .nav-links img {
        display: none
    }

    .related-posts .post {
        margin-bottom: 30px
    }

    .related-posts .post:last-child {
        margin-bottom: 0
    }

    .comment-list .children {
        margin-left: 0;
        padding-left: 0
    }

    .comment-list .depth-1>.children {
        padding-left: 30px;
        margin-left: 30px
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        width: 100%
    }

    .blog-header-title {
        padding-top: 100px;
        padding-bottom: 70px
    }

    .blog-header-title .page-title {
        font-size: 42px;
        font-size: 2.625rem
    }

    .featured-content-carousel .entry-header {
        padding: 20px
    }

    .featured-content-carousel .entry-title {
        margin-bottom: 0;
        padding-right: 0
    }

    .featured-content-carousel .read-more {
        display: none
    }

    .featured-content-carousel .slick-arrow {
        display: none !important
    }

    .featured-content-carousel.carousel .cat-links,
    .featured-content-carousel.carousel .entry-title {
        transform: none
    }

    .hfeed .hentry,
    .search .site-main article.product {
        display: block
    }

    .hfeed .hentry .post-thumbnail,
    .search .site-main article.product .post-thumbnail {
        display: block;
        width: auto;
        max-width: none;
        float: none;
        margin-right: 0;
        margin-bottom: 30px
    }

    .hfeed .hentry .post-thumbnail img,
    .search .site-main article.product .post-thumbnail img {
        width: 100%
    }

    .page .page .entry-header {
        margin-bottom: 40px
    }

    .page .page .entry-title,
    .single-page-header .entry-title {
        font-size: 40px;
        font-size: 2.5rem
    }

    .single-page-header .entry-subtitle {
        font-size: 18px;
        font-size: 1.125rem
    }

    .single-page-header.title-above .page-titles {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .page-template-split .split-page-content .wpcf7-submit {
        width: 100%
    }

    .maintenance-mode .site-content {
        height: auto
    }

    .maintenance-mode .mc4wp-form {
        text-align: center
    }

    .maintenance-mode .mc4wp-form input[type=text],
    .maintenance-mode .mc4wp-form input[type=email],
    .maintenance-mode .mc4wp-form input[type=submit],
    .maintenance-mode .mc4wp-form button,
    .maintenance-mode .mc4wp-form select {
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .related-projects .project {
        width: 100%;
        margin-bottom: 40px
    }

    .related-projects .project:last-child {
        margin-bottom: 0
    }

    .konte-countdown.type-full .timers,
    .konte-countdown--default .timers {
        display: flex;
        justify-content: space-between
    }

    .konte-countdown.type-full .konte-countdown__box,
    .konte-countdown--default .konte-countdown__box {
        padding-left: 0;
        padding-right: 0
    }

    .konte-message-box {
        padding-left: 60px;
        padding-right: 20px
    }

    .konte-message-box.closeable {
        padding-right: 35px
    }

    .konte-message-box__icon {
        left: 10px
    }

    .konte-message-box__close {
        right: 10px
    }

    .konte-tabs__nav {
        margin-bottom: 40px
    }

    .konte-tabs__nav li {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 15px
    }

    .konte-product-tabs__tabs {
        white-space: nowrap;
        overflow-x: auto
    }

    .konte-product-tabs__tabs::-webkit-scrollbar {
        display: none
    }

    .konte-product-grid__title {
        font-size: 34px;
        font-size: 2.125rem
    }

    .konte-testimonial {
        display: block;
        text-align: center
    }

    .konte-testimonial__photo {
        float: none;
        padding-right: 0;
        margin-bottom: 30px;
        display: inline-block;
        max-width: 80px;
        border-radius: 50%;
        overflow: hidden
    }

    .konte-carousel .konte-testimonial {
        display: block
    }

    .konte-carousel .konte-testimonial__photo {
        padding-right: 0
    }

    .konte-testimonial-carousel .konte-testimonial {
        text-align: initial
    }

    .konte-post-grid .post,
    .konte-post-grid.columns-4 .post {
        width: 100%
    }

    .konte-post-grid .post:nth-child(2n+1):last-child {
        display: block
    }

    .flex_post {
        width: 100%;
        float: none;
        padding: 20px !important;
        margin: 0 0 40px !important
    }

    .flex_post .flex-post-background {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%
    }

    .flex_post .flex-post-background img {
        max-height: 100%
    }

    .flex_post .flex-tags {
        font-size: 11px;
        font-size: .6875rem;
        left: -24px
    }

    .flex_post .mc4wp-form input[type=text],
    .flex_post .mc4wp-form input[type=email],
    .flex_post .mc4wp-form select {
        width: 100%;
        min-width: 0
    }

    .flex_post .mc4wp-form input[type=submit],
    .flex_post .mc4wp-form input[type=reset],
    .flex_post .mc4wp-form button {
        width: 100%
    }

    .flex-post-background+.flex-post-content {
        position: relative;
        top: auto;
        transform: none
    }

    .flex-posts-page-title h1 {
        font-size: 40px;
        font-size: 2.5rem
    }

    .flex-post-title {
        margin: 15px 0 13px
    }

    .flex-post-content .read-more {
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 9px
    }

    .flex-posts {
        margin: 0
    }

    .flex-posts .flex-posts-page-title {
        margin-bottom: 95px !important
    }

    .flex-posts+.next-posts-navigation {
        margin-top: 80px;
        margin-bottom: 0;
        clear: both
    }

    .flex-post--custom.thumbnail-portrait.right-item {
        padding-left: 20px
    }

    .flex-post--custom.thumbnail-portrait.left-item {
        padding-right: 20px
    }

    .flex-post--custom.thumbnail-landscape.right-item {
        padding-left: 20px
    }

    .flex-post--custom.thumbnail-landscape.left-item {
        padding-right: 20px
    }

    .flex-post--custom.thumbnail-square.right-item {
        padding-left: 20px
    }

    .flex-post--custom.thumbnail-square.left-item {
        padding-right: 20px
    }

    .project-navigation .nav-links a {
        flex-direction: column
    }

    .project-navigation .nav-links .nav-previous,
    .project-navigation .nav-links .nav-next {
        align-items: flex-start
    }

    .project-navigation .nav-links .nav-previous a {
        align-items: flex-start
    }

    .project-navigation .nav-links .nav-next a {
        align-items: flex-end;
        flex-direction: column-reverse
    }

    .project-navigation .nav-links img {
        display: block;
        margin-bottom: 10px
    }

    .project-navigation .nav-links .project-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }

    .portfolio-page-header {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .portfolio-filter {
        padding: 40px 20px;
        margin-left: -20px;
        margin-right: -20px;
        white-space: nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .portfolio-filter::-webkit-scrollbar {
        display: none
    }

    .portfolio-filter a {
        margin-right: 40px
    }

    .portfolio-projects {
        margin-left: 0;
        margin-right: 0
    }

    .portfolio-projects .hentry {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .konte-category-banner.has-sub-image {
        padding-top: 20px
    }

    .konte-category-banner.has-sub-image.align-left {
        padding-right: 20px
    }

    .konte-category-banner.has-sub-image.align-right {
        padding-left: 20px
    }

    .konte-category-banner.title-middle.align-left {
        padding-right: 20px
    }

    .konte-category-banner.title-middle.align-right {
        padding-left: 20px
    }

    .konte-category-banner.align-left .konte-category-banner__category {
        left: -21px
    }

    .konte-category-banner.align-left .konte-category-banner__sub-image img {
        transform: translate(20px, -20px)
    }

    .konte-category-banner.align-right .konte-category-banner__category {
        right: auto;
        left: -21px;
        transform: translateX(-100%) rotate(-90deg);
        transform-origin: top right
    }

    .konte-category-banner.align-right .konte-category-banner__sub-image img {
        transform: translate(-20px, -20px)
    }

    .konte-category-banner .konte-category-banner__sub-image img {
        max-width: 130px;
        max-height: 130px
    }

    .konte-category-banner__category {
        font-size: 11px;
        font-size: .6875rem
    }

    .konte-category-banner__title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 24px 0 15px
    }

    .konte-category-banner__button {
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 9px
    }

    .vc_row.vc_column-gap-40>.vc_column_container,
    .vc_row.vc_column-gap-60>.vc_column_container,
    .vc_row.vc_column-gap-120>.vc_column_container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    h2.vc_custom_heading {
        font-size: 30px;
        font-size: 1.875rem
    }

    h3.vc_custom_heading {
        font-size: 24px;
        font-size: 1.5rem
    }

    .konte-banner .konte-button.button-underline {
        font-size: 1.6em
    }

    .konte-banner__content {
        padding: 20px
    }

    .konte-banner__tagline {
        font-size: 1.2em
    }

    .konte-banner__text {
        font-size: 2.4em
    }

    .konte-banner__description {
        font-size: 1.6em
    }

    .konte-product-grid ul.products li.konte-product-grid__head {
        width: 100%;
        padding-bottom: 30px
    }

    .konte-product-grid li.product:nth-child(2n+1):last-child {
        display: none
    }

    .konte-product-grid li.product:nth-child(2n+1):first-child {
        display: block
    }

    .konte-product-grid.has-heading li.product:nth-child(2n):last-child {
        display: none
    }

    .konte-product-grid.has-heading li.product:nth-child(2n):first-of-type {
        display: block
    }

    .konte-product-grid.has-heading li.product:nth-child(2n+1):last-child {
        display: block
    }

    .konte-product-grid__title {
        font-size: 36px;
        font-size: 2.25rem
    }

    .konte-product__wrapper {
        padding: 20px
    }

    .konte-product-masonry__title {
        font-size: 30px;
        font-size: 1.875rem;
        margin: 27px 0 10px
    }

    .konte-promotion__text {
        font-size: 2em;
        margin-top: 0
    }

    .konte-banner-grid .konte-banner-grid__banner {
        width: 100%
    }

    .konte-banner-grid .konte-banner-grid__banner1 {
        height: 29.5857988166%
    }

    .konte-banner-grid .konte-banner-grid__banner2 {
        top: 29.5857988166%;
        height: 20.3550295858%
    }

    .konte-banner-grid .konte-banner-grid__banner3 {
        height: 20.3550295858%
    }

    .konte-banner-grid .konte-banner-grid__banner4 {
        top: 49.9408284024%;
        bottom: auto;
        height: 29.5857988166%
    }

    .konte-banner-grid__banner-content {
        padding: 16px 30px 30px
    }

    .konte-banner-grid__banner-content .konte-button {
        font-size: 16px;
        font-size: 1rem
    }

    .konte-banner-grid__banner-image {
        background-size: cover
    }

    .konte-banner-grid__banner-text {
        font-size: 32px;
        font-size: 2rem
    }

    .konte-product-carousel ul.products li.product {
        margin-bottom: 5px
    }

    .konte-product-carousel2 .slick-arrow.slick-prev {
        left: 10px
    }

    .konte-product-carousel2 .slick-arrow.slick-next {
        left: 60px
    }

    .konte-icon-box__icon,
    .konte-icon-box__title {
        margin-bottom: 10px
    }

    .box-align-center .konte-icon-box__title {
        font-size: 24px !important;
        margin-bottom: 12px
    }

    .konte-icon-box__content {
        font-size: 16px;
        font-size: 1rem
    }

    .konte-carousel .konte-carousel__arrow {
        display: none !important
    }

    .konte-carousel .konte-carousel-item {
        max-width: 384px
    }

    .konte-carousel--gap-40 .slick-list,
    .konte-carousel--gap-60 .slick-list,
    .konte-carousel--gap-90 .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .konte-carousel--gap-40 .slick-slide,
    .konte-carousel--gap-60 .slick-slide,
    .konte-carousel--gap-90 .slick-slide {
        padding-left: 10px;
        padding-right: 10px
    }

    .konte-carousel--free-mode {
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .konte-carousel--free-mode .konte-carousel-item__title {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 10px 0
    }

    .konte-carousel--free-mode .konte-carousel-item .konte-button {
        font-size: 16px;
        font-size: 1rem
    }

    .konte-product-carousel2 ul.products li.product .product-summary {
        padding: 15px 20px 0 10px
    }

    .konte-product-carousel2 ul.products li.product .add-to-cart {
        margin-left: 10px;
        margin-bottom: 20px
    }

    .konte-product-carousel2 ul.products li.product .product-title {
        font-size: 18px;
        font-size: 1.125rem
    }

    .konte-product-carousel2 ul.products li.product .product-price {
        font-size: 16px;
        font-size: 1rem
    }

    .konte-promotion.layout-inline {
        text-align: center;
        display: block
    }

    .konte-promotion.layout-inline .konte-promotion__text {
        display: block;
        margin-bottom: 5px
    }

    .konte-promotion.layout-inline .konte-button {
        margin-left: 0
    }

    .konte-cta {
        padding-top: 32px;
        padding-bottom: 14px
    }

    .konte-cta:before {
        display: none
    }

    .konte-cta__content {
        padding-left: 40px;
        padding-right: 40px
    }

    .konte-cta__text {
        margin: 20px 0 30px
    }

    .konte-cta__note {
        font-size: 11px;
        font-size: .6875rem;
        margin-top: 16px
    }

    .konte-instagram>ul li {
        width: 50% !important
    }


    .offscreen-panel .button-close {
        top: 16px;
        right: 20px
    }

    .offscreen-panel .button-close .menu-text {
        display: none
    }

    .offscreen-panel .panel-header,
    .offscreen-panel .panel-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .offscreen-panel .panel-header {
        padding: 21px 20px
    }

    .offscreen-panel .panel-header h3 {
        font-size: 20px;
        font-size: 1.25rem
    }

    .offscreen-panel .panel-content {
        padding-top: 20px
    }

    .modal .modal-header {
        padding: 20px
    }

    .modal .modal-header h3 {
        font-size: 20px;
        font-size: 1.25rem
    }

    .modal .button-close {
        top: 18px;
        right: 18px
    }

    .modal .button-close .menu-text {
        display: none
    }

    .search-modal .search-result {
        padding-top: 40px
    }

    .search-modal .quick-links .label {
        font-size: 12px;
        font-size: .75rem
    }

    .search-modal .quick-links .links {
        display: flex;
        flex-wrap: wrap
    }

    .search-modal .quick-links .links li {
        font-size: 12px;
        font-size: .75rem;
        width: 50%;
        margin-right: 0;
        padding: 5px 0
    }

    .search-modal.searched .search-result {
        height: 100%
    }

    .login-panel .panel-content form {
        padding: 0
    }

    .gotop {
        right: 20px;
        bottom: 20px
    }

    .mobile-bottom-bar {
        display: block;
        visibility: visible;
        transition: transform .35s ease-in-out
    }

    .mobile-bottom-bar-enabled .site {
        margin-bottom: var(--mobile-bottom-bar-height)
    }

    .modal-opened .site,
    .offcanvas-opened .site,
    .sticky-cart-form-pinned-bottom .site {
        margin-bottom: 0
    }

    .modal-opened .mobile-bottom-bar,
    .offcanvas-opened .mobile-bottom-bar,
    .sticky-cart-form-pinned-bottom .mobile-bottom-bar {
        transform: translateY(100%)
    }

    .modal-opened #wpadminbar,
    .offcanvas-opened #wpadminbar {
        display: none
    }
}

@media(max-width:600px) {

    .admin-bar .header-sticky--normal.sticky,
    .admin-bar .header-sticky--smart.headroom--not-top {
        top: 0
    }
}

@media(max-width:414px) {
    .konte-product-carousel2 ul.products li.product {
        max-width: 280px
    }

    .mobile-menu-panel .header-mobile {
        display: block;
        opacity: 0;
        transition: opacity .2s linear .4s
    }

    .mobile-menu-panel.open .header-mobile {
        opacity: 1
    }

    .mobile-menu-panel .panel {
        width: 100%
    }
}

/*! elementor - v3.19.0 - 07-02-2024 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

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

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

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

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

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

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flatpickr-calendar {
    width: 280px
}

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

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

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

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

.elementor-hidden {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

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

.elementor-align-right .elementor-button {
    width: auto
}

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

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

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

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1) and (max-width:1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1*var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-block-start: 0px;
    --margin-inline-end: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --padding-block-start: var(--container-default-padding-block-start, 10px);
    --padding-inline-end: var(--container-default-padding-inline-end, 10px);
    --padding-block-end: var(--container-default-padding-block-end, 10px);
    --padding-inline-start: var(--container-default-padding-inline-start, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: .3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
    margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
    margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
    margin-inline-start: var(--bc-margin-inline-start, var(--margin-inline-start));
    padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
    padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--bc-padding-block-start, var(--padding-block-start));
    padding-block-end: var(--bc-padding-block-end, var(--padding-block-end))
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-inline-end: auto;
    --margin-inline-start: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.e-con {
    --bc-margin-block-start: var(--margin-top);
    --bc-margin-block-end: var(--margin-bottom);
    --bc-margin-inline-start: var(--margin-left);
    --bc-margin-inline-end: var(--margin-right);
    --bc-padding-block-start: var(--padding-top);
    --bc-padding-block-end: var(--padding-bottom);
    --bc-padding-inline-start: var(--padding-left);
    --bc-padding-inline-end: var(--padding-right)
}

[dir=rtl] .e-con {
    --bc-margin-inline-start: var(--margin-right);
    --bc-margin-inline-end: var(--margin-left);
    --bc-padding-inline-start: var(--padding-right);
    --bc-padding-inline-end: var(--padding-left)
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1)*var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1)*var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1)*var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1)*var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px/2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, .9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {

    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100%/var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

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

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

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

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

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

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

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5*var(--grid-column-gap));
    margin-right: calc(-.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5*var(--grid-column-gap));
    margin-right: calc(.5*var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5*var(--grid-column-gap));
        margin-right: calc(-.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5*var(--grid-column-gap));
        margin-right: calc(.5*var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:1) and (max-width:1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1) and (max-width:1) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-block-start: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-end: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-block-end: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-start: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: .3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between)
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc
}

.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 svg {
    width: 1em;
    height: 1em
}

.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 #d5d8dc
}

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

.e-con-inner>.elementor-widget-accordion,
.e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.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: var(--dismiss-icon-horizontal-position, 10px);
    top: var(--dismiss-icon-vertical-position, 10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size, 20px);
    line-height: 1;
    background: 0 0;
    color: var(--dismiss-icon-normal-color, inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color, inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size, 20px);
    height: var(--dismiss-icon-size, 20px);
    fill: var(--dismiss-icon-normal-color, currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color, currentColor)
}

.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-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    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;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --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 .elementor-divider {
    display: flex
}

.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);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    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-block-end: 0;
    flex-grow: 1;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    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 {
    flex-grow: 0;
    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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
    margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
    margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

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

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
    width: var(--container-widget-width, 100%);
    --flex-grow: var(--container-widget-flex-grow)
}

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

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 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 .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
    line-height: 0
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    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: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1) {

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1) {

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1) {

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1024px) {

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1) {

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    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%;
    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: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em)*.25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    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 (min-width:1) {

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1) {

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1) {

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-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 {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .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:1) {

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-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 {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .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 a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.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: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        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 {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        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,
.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
    max-width: calc(100%/var(--e-image-carousel-slides-to-show, 3))
}

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%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #69727d;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    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
    }
}

.e-con-inner .elementor-progress-wrapper,
.e-con .elementor-progress-wrapper {
    height: auto
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.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: #69727d
}

.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: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.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 {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.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: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: 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;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: 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;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: 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 i:not(.elementor-star-empty):before {
    content: "★"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    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;
    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 #d5d8dc
}

.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: var(--focus-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: #d5d8dc
}

.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-desktop-title:focus-visible {
    border: 1px solid #000
}

.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: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        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-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .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;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.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;
    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: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    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 #d5d8dc;
    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 svg {
    margin-inline-start: -5px;
    width: 1em;
    height: 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 #d5d8dc;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.e-con-inner>.elementor-widget-toggle,
.e-con>.elementor-widget-toggle {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100%/var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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%; */
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-custom-embed-image-overlay {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100%/var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #ccd6df;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start
}

.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content)
}

.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end: calc(0px - var(--e-rating-gap));
    margin-inline-end: calc(0px - var(--e-rating-gap))
}

.elementor-widget-rating .e-rating .e-icon {
    position: relative;
    margin-block-end: var(--e-rating-gap);
    margin-inline-end: var(--e-rating-gap)
}

.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.elementor-widget-rating .e-rating .e-icon-wrapper :is(i, svg) {
    display: flex;
    flex-shrink: 0
}

.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color)
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color)
}

.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;
    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;
    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 .3s ease-in-out;
    transition: all .3s 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-force-hide {
    display: none !important
}

.eael-d-none {
    display: none !important
}

.eael-d-block {
    display: block !important
}

.eael-h-auto {
    height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
    display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
    display: none
}

.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;
    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;
    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 .3s ease-in-out;
    transition: all .3s 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-force-hide {
    display: none !important
}

.eael-d-none {
    display: none !important
}

.eael-d-block {
    display: block !important
}

.eael-h-auto {
    height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
    display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
    display: none
}

.eael-particles-section {
    position: relative;
    z-index: 1
}

.eael-particles-section[data-element_type=container] {
    z-index: 1
}

canvas.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width:767px) {
    [data-particle-mobile-disabled=true] canvas.particles-js-canvas-el {
        display: none
    }
}

.eael-adv-accordion {
    width: auto;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .02);
    background-color: #f1f1f1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header span {
    margin-right: 10px
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg {
    font-size: 32px
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg svg {
    width: 1em;
    height: 1em
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
    background-color: #414141
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    background-color: #444
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.eael-accordion-header .eael-advanced-accordion-icon-closed {
    display: block
}

.eael-accordion-header .eael-advanced-accordion-icon-opened {
    display: none
}

.eael-accordion-header.active .eael-advanced-accordion-icon-closed {
    display: none
}

.eael-accordion-header.active .eael-advanced-accordion-icon-opened {
    display: block
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fa-accordion-icon {
    display: inline-block;
    margin-right: 10px
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    display: none;
    border: 1px solid #eee;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.7
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
    margin: 0
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
    display: block
}

@-webkit-keyframes rotate-90 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@keyframes rotate-90 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@keyframes fadeIn {
    0% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    100% {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

.rtl .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.eael-countdown-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%
}

.eael-countdown-items>li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    position: relative
}

.eael-countdown-item>div {
    text-align: center;
    padding: 20px
}

.eael-countdown-digits {
    font-size: 54px;
    line-height: 1
}

.eael-countdown-label {
    font-size: 18px;
    line-height: 1;
    color: #fff
}

.eael-countdown-show-separator.eael-countdown-separator-solid .eael-countdown-digits:after {
    content: "|";
    position: absolute;
    left: 98%;
    z-index: 1
}

.eael-countdown-show-separator.eael-countdown-separator-dotted .eael-countdown-digits:after {
    content: ":";
    position: absolute;
    left: 98%;
    z-index: 1
}

.eael-countdown-item:last-child .eael-countdown-digits:after {
    display: none
}

.eael-countdown-items.style-1 .eael-countdown-item>div {
    background: #262625
}

@media all and (min-width:1025px) {

    .eael-countdown-label-block .eael-countdown-digits,
    .eael-countdown-label-block .eael-countdown-label {
        display: block;
        text-align: center
    }
}

@media all and (max-width:1025px) {

    .eael-countdown-label-inline-tablet .eael-countdown-digits,
    .eael-countdown-label-inline-tablet .eael-countdown-label {
        display: inline-block !important
    }

    .eael-countdown-label-block-tablet .eael-countdown-digits,
    .eael-countdown-label-block-tablet .eael-countdown-label {
        display: block !important
    }
}

@media all and (max-width:767px) {

    .eael-countdown-label-inline-mobile .eael-countdown-digits,
    .eael-countdown-label-inline-mobile .eael-countdown-label {
        display: inline-block !important
    }

    .eael-countdown-label-block-mobile .eael-countdown-digits,
    .eael-countdown-label-block-mobile .eael-countdown-label {
        display: block !important
    }

    .eael-countdown-container .eael-countdown-item>div {
        padding: 10px
    }
}





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

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}



.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}



.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-advanced:before {
    content: "\eb84"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

.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 {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    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;
    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;
    transition: .3s;
    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;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-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%;
    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%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    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 {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    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;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    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;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px/2)
}

.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: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 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")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.elementor-kit-18 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-typography-primary-font-family: "inherit";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "inherit";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "inherit";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "inherit";
    --e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px
}

.elementor-element {
    --widgets-spacing: 20px 20px
}



h1.entry-title {
    display: var(--page-title-display)
}

.elementor-kit-18 e-page-transition {
    background-color: #ffbc7d
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }

    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }

    .e-con {
        --container-max-width: 767px
    }
}

/*! elementor-pro - v3.19.0 - 07-02-2024 */
.elementor-bg-transform .elementor-bg {
    will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
    transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
    transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
    transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
    transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
    transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
    transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
    transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
    --translate: 0, 0
}

.elementor-animated-content:focus .elementor-animated-item--grow,
.elementor-animated-content:hover .elementor-animated-item--grow {
    transform: scale(1.1)
}

.elementor-animated-content:focus .elementor-animated-item--shrink,
.elementor-animated-content:hover .elementor-animated-item--shrink {
    transform: scale(.85)
}

.elementor-animated-content:focus .elementor-animated-item--shrink-contained,
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
    transform: scale(1)
}

.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-in,
.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 {
    transform: scale(1);
    opacity: 1
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-out,
.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:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
    transform: scale(.2)
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
    transform: scale(2)
}

.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:focus .elementor-animated-item--enter-from-left,
.elementor-animated-content:focus .elementor-animated-item--enter-from-right,
.elementor-animated-content:focus .elementor-animated-item--enter-from-top,
.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;
    transform: translateY(0) translateX(0)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
    transform: translateX(1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
    transform: translateX(-1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    transform: translateY(-600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
    transform: translateY(600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.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:focus .elementor-animated-item--move-right,
.elementor-animated-content:hover .elementor-animated-item--move-right {
    transform: translateX(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-left,
.elementor-animated-content:hover .elementor-animated-item--move-left {
    transform: translateX(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-up,
.elementor-animated-content:hover .elementor-animated-item--move-up {
    transform: translateY(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-down,
.elementor-animated-content:hover .elementor-animated-item--move-down {
    transform: translateY(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-right,
.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
    --translate: 8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-left,
.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
    --translate: -8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-top,
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
    --translate: 0, -8%
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,
.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 {
    transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
    transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
    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;
    transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
    transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
    transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
    transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
    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;
    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 {
    transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
    outline: 1px solid var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
    background-color: var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting {
    background-color: var(--e-p-border-global);
    color: var(--e-p-border-global-invert)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
    background-color: var(--e-p-border-global-hover)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
    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-sticky--active {
    z-index: 99
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99)
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal {
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-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;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all
}

.elementor-popup-modal .dialog-message {
    width: 640px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
    transition-duration: 1s
}

.elementor-motion-effects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-motion-effects-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-motion-effects-perspective {
    perspective: 1200px
}

.elementor-motion-effects-element {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

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
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart {
    margin: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form) {
    display: flex;
    flex-wrap: nowrap
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
    margin-top: 0;
    margin-left: var(--button-spacing, 10px)
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--view-cart-spacing, 10px)
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container>* {
    display: flex;
    flex-basis: auto;
    margin: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity {
    vertical-align: middle
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    vertical-align: top;
    margin-right: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input {
    height: 100%
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form) {
    display: block
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder {
    display: flex
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container {
    flex-wrap: wrap
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container>* {
    flex-basis: 100%
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder {
    flex-wrap: wrap
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder>* {
    flex-basis: 100%
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button {
    flex-basis: auto
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)) {
    margin-left: 0;
    margin-top: var(--button-spacing, 10px)
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder {
    flex-wrap: nowrap
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity {
    margin-right: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button {
    vertical-align: middle
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity {
    margin-right: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button {
    flex-basis: auto
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container>* {
    flex-basis: 100%;
    justify-content: center
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity {
    margin-right: auto
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button {
    flex-basis: 100%
}

@media (min-width:1) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button {
        flex-basis: 100%
    }
}

@media (max-width:1) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button {
        flex-basis: 100%
    }
}

@media (max-width:1) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button {
        flex-basis: 100%
    }
}

@media (max-width:1024px) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button {
        flex-basis: 100%
    }
}

@media (max-width:1) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button {
        flex-basis: 100%
    }
}

@media (max-width:767px) {
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-start;
        text-align: left
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: flex-end;
        text-align: right
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
        justify-content: center;
        text-align: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity {
        margin-right: 0
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
        width: 100%
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container>* {
        flex-basis: 100%;
        justify-content: center
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
        flex-basis: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity {
        margin-right: auto
    }

    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button,
    :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button {
        flex-basis: 100%
    }
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity {
    display: none !important
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)) {
    margin-left: 0
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)) {
    margin-top: 0
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled {
    pointer-events: none
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button {
    text-align: center
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity {
    vertical-align: middle
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    vertical-align: top;
    margin-right: 0;
    width: 3.631em;
    text-align: center
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button {
    background-color: #5bc0de
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button {
    background-color: #5cb85c
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button {
    background-color: #f0ad4e
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button {
    background-color: #d9534f
}

.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;
    box-sizing: border-box
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px;
    border-radius: 0;
    border-width: 0;
    border-top: 1px solid #d3ced2;
    box-shadow: none;
    margin: -1px 0 0
}

.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price del,
.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .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: flex;
    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%;
    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 {
    display: flex;
    flex-direction: column
}

.elementor-woo-meta--view-table .product_meta .detail-container {
    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 .elementor-widget-woocommerce-product-rating .elementor-widget-container .woocommerce-product-rating {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .star-rating {
    margin-top: 0
}

.elementor-product-rating--align-left .woocommerce-product-rating {
    justify-content: flex-start
}

.elementor-product-rating--align-right .woocommerce-product-rating {
    justify-content: flex-end
}

.elementor-product-rating--align-center .woocommerce-product-rating {
    justify-content: center
}

.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
    margin-left: auto
}

.elementor-products-grid ul.products.elementor-grid {
    display: grid;
    margin: 0;
    grid-column-gap: 20px;
    grid-row-gap: 40px
}

.elementor-products-grid ul.products.elementor-grid:after,
.elementor-products-grid ul.products.elementor-grid:before {
    content: none;
    display: none
}

.elementor-products-grid ul.products.elementor-grid li.product {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
    display: var(--button-align-display);
    flex-direction: var(--button-align-direction);
    justify-content: var(--button-align-justify)
}

.elementor-products-grid ul.products.elementor-grid li.product .onsale {
    padding: 0;
    display: none
}

.elementor-products-grid ul.products.elementor-grid 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
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
    border-right: 0;
    border-left: 0
}

.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells>h2,
.elementor-widget-woocommerce-products:not(.products-heading-show) .related>h2,
.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells>h2 {
    display: none
}

.elementor-widget-woocommerce-products.products-heading-show .cross-sells>h2,
.elementor-widget-woocommerce-products.products-heading-show .related>h2,
.elementor-widget-woocommerce-products.products-heading-show .upsells>h2 {
    display: block;
    text-align: var(--products-title-alignment, left);
    color: var(--products-title-color);
    margin-bottom: var(--products-title-spacing, 1rem)
}

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

@media (min-width:1025px) {
    .elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr)
    }
}

.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
    overflow: hidden
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 0
}

.elementor-menu-cart__wrapper {
    text-align: var(--main-alignment, left)
}

.elementor-menu-cart__toggle_wrapper {
    display: inline-block;
    position: relative
}

.elementor-menu-cart__toggle {
    display: inline-block
}

.elementor-menu-cart__toggle .elementor-button {
    background-color: var(--toggle-button-background-color, transparent);
    color: var(--toggle-button-text-color, #69727d);
    border: var(--toggle-button-border-width, 1px) var(--toggle-button-border-type, solid) var(--toggle-button-border-color, #69727d);
    border-radius: var(--toggle-button-border-radius, 0);
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: var(--toggle-icon-padding, 12px 24px)
}

.elementor-menu-cart__toggle .elementor-button:hover {
    color: var(--toggle-button-hover-text-color, #69727d);
    background-color: var(--toggle-button-hover-background-color, transparent);
    border-color: var(--toggle-button-hover-border-color, #69727d)
}

.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
    color: var(--toggle-button-icon-hover-color, #69727d)
}

.elementor-menu-cart__toggle .elementor-button svg {
    fill: var(--toggle-button-icon-color, #69727d)
}

.elementor-menu-cart__toggle .elementor-button svg:hover {
    fill: var(--toggle-button-icon-hover-color, #69727d)
}

.elementor-menu-cart__toggle .elementor-button-text {
    margin-inline-end: .3em
}

.elementor-menu-cart__toggle .elementor-button-icon {
    position: relative;
    transition: color .1s
}

.elementor-menu-cart__toggle .e-toggle-cart-custom-icon,
.elementor-menu-cart__toggle .elementor-button-icon {
    color: var(--toggle-button-icon-color, #69727d);
    font-size: var(--toggle-icon-size, inherit)
}

.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover {
    color: var(--toggle-button-icon-hover-color, #69727d)
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    inset-inline-end: -.7em;
    border-radius: 100%;
    color: var(--items-indicator-text-color, #fff);
    background-color: var(--items-indicator-background-color, #d9534f);
    text-align: center;
    font-size: 10px
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    display: inline-block;
    font-weight: 400
}

.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    display: none
}

.elementor-menu-cart__container {
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    transition: background-color .4s, transform 0s;
    text-align: left
}

.elementor-menu-cart__main {
    position: fixed;
    left: var(--side-cart-alignment-left, auto);
    right: var(--side-cart-alignment-right, 0);
    transform: translateX(0);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    min-height: 200px;
    width: 350px;
    max-width: 100%;
    transition: .3s;
    padding: var(--cart-padding, 20px 30px);
    background-color: var(--cart-background-color, #fff);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-style: var(--cart-border-style, none);
    border-color: var(--cart-border-color, initial);
    border-radius: var(--cart-border-radius, 0);
    margin-top: var(--mini-cart-spacing, 0)
}

.elementor-menu-cart__main .widget_shopping_cart_content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    color: var(--empty-message-color, inherit);
    text-align: var(--empty-message-alignment, left)
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
    background-color: transparent;
    transform: scale(0);
    transition: background-color .4s, transform 0s .4s
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button {
    display: none
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
    overflow: hidden;
    opacity: 0;
    transform: var(--side-cart-alignment-transform, translateX(100%))
}

.elementor-menu-cart__close-button {
    width: var(--cart-close-icon-size, 25px);
    height: var(--cart-close-icon-size, 25px);
    position: relative;
    margin: 0 0 20px;
    align-self: flex-end;
    cursor: pointer;
    display: inline-block;
    font-family: eicons;
    font-size: 20px;
    line-height: 1;
    transition: .3s
}

.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: var(--cart-close-button-color, #69727d);
    border-radius: 1px;
    transition: .3s
}

.elementor-menu-cart__close-button:hover:after,
.elementor-menu-cart__close-button:hover:before {
    background: var(--cart-close-button-hover-color, #69727d)
}

.elementor-menu-cart__close-button:before {
    transform: rotate(45deg)
}

.elementor-menu-cart__close-button:after {
    transform: rotate(-45deg)
}

.elementor-menu-cart__close-button-custom {
    position: relative;
    margin: 0 0 20px;
    align-self: flex-end;
    cursor: pointer;
    display: inline-block;
    font-family: eicons;
    font-size: 20px;
    line-height: 1;
    transition: .3s
}

.elementor-menu-cart__close-button-custom:hover:after,
.elementor-menu-cart__close-button-custom:hover:before {
    background: var(--cart-close-button-hover-color, #69727d)
}

.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon {
    font-size: var(--cart-close-icon-size, 25px);
    color: var(--cart-close-button-color, #69727d)
}

.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover {
    color: var(--cart-close-button-hover-color, #69727d)
}

.elementor-menu-cart__close-button-custom svg {
    fill: var(--cart-close-button-color, #69727d);
    width: var(--cart-close-icon-size, 25px);
    height: var(--cart-close-icon-size, 25px)
}

.elementor-menu-cart__close-button-custom svg:hover {
    fill: var(--cart-close-button-hover-color, #69727d)
}

.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: 28% auto;
    grid-template-rows: var(--price-quantity-position--grid-template-rows, auto auto);
    position: relative;
    border-width: 0;
    border-bottom: var(--divider-width, 1px) var(--divider-style, solid) var(--divider-color, #d5d8dc)
}

.elementor-menu-cart__product .variation {
    display: grid;
    grid-template-columns: max-content auto;
    margin: 10px 0;
    color: var(--product-variations-color, #1f2124)
}

.elementor-menu-cart__product .variation dt {
    grid-column-start: 1
}

.elementor-menu-cart__product .variation dd {
    grid-column-start: 2;
    margin-inline-start: 5px
}

.elementor-menu-cart__product .variation dd p {
    margin-bottom: 0
}

.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: 3;
    margin: 0
}

.elementor-menu-cart__product-name a {
    transition: .3s
}

.elementor-menu-cart__product-price {
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: var(--price-quantity-position--align-self, end);
    font-weight: 300;
    color: var(--product-price-color, #d5d8dc)
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
    font-size: 14px;
    padding-left: 20px
}

.elementor-menu-cart__product-remove {
    color: #69727d;
    width: var(--remove-item-button-size, 22px);
    height: var(--remove-item-button-size, 22px);
    border-radius: var(--remove-item-button-size, 22px);
    border: 1px solid var(--remove-item-button-color, #d5d8dc);
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 20px;
    transition: .3s
}

.elementor-menu-cart__product-remove:hover {
    border: 1px solid var(--remove-item-button-hover-color, #d5d8dc)
}

.elementor-menu-cart__product-remove:hover:after,
.elementor-menu-cart__product-remove:hover:before {
    background: var(--remove-item-button-hover-color, #d5d8dc)
}

.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: var(--remove-item-button-color, #d5d8dc);
    z-index: 1;
    transition: .3s
}

.elementor-menu-cart__product-remove:before {
    transform: rotate(45deg)
}

.elementor-menu-cart__product-remove:after {
    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-remove>a.remove_from_cart_button {
    display: var(--remove-from-cart-button, block)
}

.elementor-menu-cart__product-remove>a.elementor_remove_from_cart_button {
    display: var(--elementor-remove-from-cart-button, none)
}

.elementor-menu-cart__product:last-child {
    border: none
}

.elementor-menu-cart__footer-buttons,
.elementor-menu-cart__product:not(:first-of-type),
.elementor-menu-cart__subtotal {
    padding-top: var(--product-divider-gap, 20px)
}

.elementor-menu-cart__product {
    padding-right: 30px
}

.elementor-menu-cart__product,
.elementor-menu-cart__subtotal {
    padding-bottom: var(--product-divider-gap, 20px)
}

.elementor-menu-cart__subtotal {
    font-size: 20px;
    text-align: var(--menu-cart-subtotal-text-align, center);
    font-weight: 600;
    color: var(--menu-cart-subtotal-color, inherit);
    border-left: var(--subtotal-divider-left-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
    border-bottom: var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
    border-right: var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
    border-top: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc)
}

.elementor-menu-cart__footer-buttons {
    font-size: 20px;
    text-align: var(--cart-footer-buttons-alignment-text-align, center);
    display: var(--cart-footer-buttons-alignment-display, grid);
    grid-template-columns: var(--cart-footer-layout, 1fr 1fr);
    margin-top: var(--cart-buttons-position-margin, 0);
    grid-column-gap: var(--space-between-buttons, 10px);
    grid-row-gap: var(--space-between-buttons, 10px)
}

.elementor-menu-cart__footer-buttons .elementor-button {
    display: inline-block;
    border-radius: var(--cart-footer-buttons-border-radius, 0);
    height: -moz-fit-content;
    height: fit-content
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    display: var(--view-cart-button-display, inline-block);
    color: var(--view-cart-button-text-color, #fff);
    padding: var(--view-cart-button-padding, 15px);
    background-color: var(--view-cart-button-background-color, #69727d)
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    color: var(--view-cart-button-hover-text-color, #fff);
    background-color: var(--view-cart-button-hover-background-color, #69727d)
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display, inline-block);
    color: var(--checkout-button-text-color, #fff);
    padding: var(--checkout-button-padding, 15px);
    background-color: var(--checkout-button-background-color, #69727d)
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    color: var(--checkout-button-hover-text-color, #fff);
    background-color: var(--checkout-button-hover-background-color, #69727d)
}

@media (max-width:767px) {
    .elementor-menu-cart__footer-buttons .elementor-button {
        padding-left: 10px;
        padding-right: 10px
    }
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"],
.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-remove-button-yes) .elementor-menu-cart__product {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 25% auto
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove {
    display: none
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove {
    top: 0;
    bottom: auto
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove {
    top: 20px;
    bottom: auto
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove {
    transform: translateY(50%);
    bottom: 50%
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove {
    top: auto;
    bottom: 20px
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    position: absolute;
    width: auto;
    height: auto;
    overflow: visible;
    top: 100%;
    bottom: auto;
    background: 0 0;
    min-width: 330px;
    left: 0;
    right: auto;
    transform: scale(1);
    transition: background-color .4s, transform 0s
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow: visible;
    transform: translateY(0);
    transition: .3s
}

@media (max-width:767px) {
    .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
        min-width: 300px
    }
}

body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
    transform: scale(0);
    transition: background-color .4s, transform 0s .4s
}

body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
    opacity: 0;
    transform: translateY(-10px)
}

.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown {
    opacity: 1
}

.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container {
    z-index: 9999
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container {
    display: none
}

.elementor-widget-woocommerce-purchase-summary {
    font-size: 14px;
    font-family: Hind;
    color: #69727d
}

.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>td,
.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>th {
    background-color: initial
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
    padding-inline-start: 0;
    margin: 0 0 2em;
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
    border-right: var(--payment-details-border-width, 1px) var(--payment-details-border-type, solid) var(--payment-details-border-color, #d5d8dc);
    color: var(--payment-details-titles-color, #000);
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: var(--payment-details-space-between, 4em);
    padding-right: var(--payment-details-space-between, 4em);
    float: unset;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
        border-right: none;
        border-bottom: var(--payment-details-border-width, 1px) var(--payment-details-border-type, solid) var(--payment-details-border-color, #d5d8dc);
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        padding-top: calc(var(--payment-details-space-between, 20px)/2);
        padding-bottom: calc(var(--payment-details-space-between, 20px)/2);
        justify-content: space-between;
        display: flex;
        margin-bottom: 0
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
    color: var(--payment-details-items-color, #69727d);
    font-weight: 400;
    font-size: 14px;
    margin-top: var(--payment-details-titles-spacing, 10px);
    text-transform: none;
    line-height: normal;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
        margin-top: 0
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    border-right: var(--bank-details-border-width, 1px) var(--bank-details-border-type, solid) var(--bank-details-border-color, #d5d8dc);
    color: var(--bank-details-titles-color, #000);
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: var(--bank-details-space-between, 4em);
    padding-right: var(--bank-details-space-between, 4em);
    float: unset;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
        border-right: none;
        border-bottom: var(--bank-details-border-width, 1px) var(--bank-details-border-type, solid) var(--bank-details-border-color, #d5d8dc);
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        padding-top: calc(var(--bank-details-space-between, 20px)/2);
        padding-bottom: calc(var(--bank-details-space-between, 20px)/2);
        justify-content: space-between;
        display: flex;
        margin-bottom: 0
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    color: var(--bank-details-items-color, #69727d);
    font-weight: 400;
    font-size: 14px;
    margin-top: var(--bank-details-titles-spacing, 10px);
    text-transform: none;
    line-height: normal;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
        margin-top: 0
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type {
    border-right: none
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label,
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p {
    color: var(--order-details-variations-color, #69727d)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table {
    font-size: 14px;
    margin-bottom: 0;
    padding: var(--sections-padding, 15px 30px);
    background-color: var(--sections-background-color, #fff);
    border-radius: var(--sections-border-radius, 3px);
    border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt {
    background-color: transparent;
    border-radius: var(--button-border-radius, 3px);
    border: 2px var(--buttons-border-type, solid) var(--buttons-border-color, #5bc0de);
    vertical-align: middle;
    color: var(--button-normal-text-color, #69727d);
    padding: var(--button-padding, 5px 10px)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover {
    color: var(--button-hover-text-color, #69727d);
    transition-duration: var(--button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
    border: 0;
    border-top: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d5d8dc);
    padding-top: calc(var(--order-details-rows-gap, 18px)/2);
    padding-bottom: calc(var(--order-details-rows-gap, 18px)/2);
    padding-left: 0;
    padding-right: 0
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th {
    color: var(--order-details-titles-totals-color, #000);
    border-top: none;
    padding-top: 0
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span {
    color: var(--order-details-titles-totals-color, #000)
}

@media (min-width:1025px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td {
        vertical-align: top;
        line-height: unset
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount {
    color: var(--order-details-items-color, #69727d)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th {
    color: var(--order-details-titles-totals-color, #000)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th {
    padding-bottom: 0
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining {
    font-weight: 400;
    color: var(--order-details-items-color, #69727d)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td {
    border-top: none;
    padding-top: 0;
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before {
    color: var(--order-details-titles-totals-color, #000)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button {
    background: 0 0;
    border: 2px solid #5bc0de;
    border: 2px var(--buttons-border-type, solid) var(--buttons-border-color, #5bc0de);
    border-radius: var(--button-border-radius, 3px);
    vertical-align: middle;
    color: var(--button-normal-text-color, #69727d);
    margin-top: 40px;
    margin-bottom: 0;
    padding: var(--button-padding, 12px 32px)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover {
    color: var(--button-hover-text-color, #69727d);
    transition-duration: var(--button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
    color: var(--titles-color, #000);
    margin-bottom: var(--titles-spacing, 45px);
    font-weight: 400
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2 {
    text-align: var(--order-summary-alignment, inherit)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading {
    text-align: var(--bank-details-alignment, inherit)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title {
    text-align: var(--downloads-alignment, inherit)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2,
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details>h2 {
    text-align: var(--billing-details-alignment, inherit)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2 {
    text-align: var(--shipping-details-alignment, inherit)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a {
    color: var(--order-details-product-links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover {
    color: var(--order-details-product-links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce p {
    margin-bottom: 20px
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: var(--sections-spacing, 40px);
    color: var(--confirmation-message-color, #69727d);
    text-align: var(--confirmation-message-alignment, inherit);
    display: var(--confirmation-message-display, none)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce strong {
    color: var(--general-text-color, #000)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>td,
.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>th {
    background-color: transparent
}

.elementor-widget-woocommerce-purchase-summary .woocommerce address {
    padding: var(--sections-padding, 15px 30px);
    background-color: var(--sections-background-color, #fff);
    border-radius: var(--sections-border-radius, 3px);
    border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    color: var(--general-text-color, #69727d)
}

@media (max-width:767px) {
    .elementor-widget-woocommerce-purchase-summary .woocommerce-column--2 {
        margin-top: 2em
    }
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details+p {
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name {
    color: var(--account-title-color, #000);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: var(--account-title-spacing, 1rem)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce section {
    margin-top: var(--sections-spacing, 4em)
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child {
    margin-bottom: 0
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,
.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
    padding-bottom: 0
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details {
    table-layout: fixed
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td {
    word-wrap: break-word
}

.elementor-widget-woocommerce-checkout-page {
    background-color: transparent;
    font-family: Hind, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #69727d
}

.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container {
    grid-template-columns: auto
}

.elementor-widget-woocommerce-checkout-page ::-moz-placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-checkout-page ::placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-checkout-page table tbody tr:hover>td,
.elementor-widget-woocommerce-checkout-page table tbody tr:hover>th {
    background-color: transparent
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
    color: var(--forms-fields-normal-color, #69727d);
    background-color: #f9fafa;
    border-radius: var(--forms-fields-border-radius, 0);
    border: none;
    height: 45px
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus {
    color: var(--forms-fields-focus-color, #69727d);
    background-color: #f9fafa;
    border-color: initial;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--forms-fields-normal-color, #69727d)
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--forms-fields-normal-color, #69727d);
    line-height: 45px;
    padding-left: 1rem;
    padding-right: 1rem
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below {
    background-color: #f9fafa
}

.elementor-widget-woocommerce-checkout-page .e-description {
    color: var(--sections-descriptions-color, #69727d);
    padding-bottom: var(--sections-descriptions-spacing, 0);
    font-size: 14px;
    font-weight: 400
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section {
    margin-bottom: 24px
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title {
    text-align: var(--login-title-alignment, left)
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge {
    margin-top: var(--sections-secondary-title-spacing, 24px);
    margin-bottom: 15px
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
    margin-top: var(--sections-secondary-title-spacing, 24px)
}

.elementor-widget-woocommerce-checkout-page .e-coupon-box {
    margin-top: 24px
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
    color: var(--forms-labels-color, #69727d);
    margin-bottom: var(--forms-label-spacing, 3px)
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap {
    display: flex;
    align-items: center
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-start {
    flex: 75%
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
    flex: 20%;
    text-align: right
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .e-login-wrap {
        display: block
    }

    .elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
        text-align: var(--login-button-alignment, left);
        margin-top: 15px
    }

    .elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label {
        display: none
    }
}

.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 6px
}

.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
    margin-bottom: 0;
    font-size: 12px
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
        font-size: 11px
    }
}

.elementor-widget-woocommerce-checkout-page .e-apply-coupon {
    width: 90%
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .e-apply-coupon {
        width: var(--coupon-button-width, auto)
    }
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 56% auto;
    align-items: stretch;
    grid-column-gap: var(--sections-margin, 24px);
    grid-row-gap: var(--sections-margin, 24px)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .e-checkout__container {
        grid-template-columns: repeat(1, 1fr)
    }
}

.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title {
    color: var(--sections-secondary-title-color, #69727d);
    margin-bottom: 0
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge {
    text-align: var(--coupon-title-alignment, left)
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
    margin-top: 13px;
    padding-left: var(--shipping-heading-padding-start, 30px)
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address span {
    font-weight: 400
}

.elementor-widget-woocommerce-checkout-page a {
    color: var(--links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-checkout-page a:hover {
    color: var(--links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row {
    padding-left: var(--forms-columns-gap-padding, 0);
    padding-right: var(--forms-columns-gap-padding, 0);
    margin-left: var(--forms-columns-gap-margin, 0);
    margin-right: var(--forms-columns-gap-margin, 0)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label {
    color: var(--forms-labels-color, #69727d);
    margin-bottom: var(--forms-label-spacing, 3px)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea {
    color: var(--forms-fields-normal-color, #69727d);
    background-color: #f9fafa;
    border-radius: var(--forms-fields-border-radius, 0);
    padding: var(--forms-fields-padding, 16px);
    font-size: 14px;
    border: none;
    font-weight: 400
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus {
    color: var(--forms-fields-focus-color, #69727d);
    background-color: #f9fafa;
    border-color: #69727d;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field {
    margin-bottom: 5px
}

.elementor-widget-woocommerce-checkout-page .woocommerce .create-account,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row {
    margin-bottom: 0 !important
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input,
.elementor-widget-woocommerce-checkout-page .woocommerce .input-radio {
    vertical-align: middle
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox {
    vertical-align: middle;
    margin: 0 5px 0 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
    position: relative;
    top: 2px;
    color: var(--sections-checkboxes-color, #69727d)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label,
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
    color: var(--sections-radio-buttons-color, #69727d)
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
    display: inline
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
    background-color: var(--e-a-bg-default);
    color: var(--forms-buttons-normal-text-color, #6f6f6f);
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: 1rem;
    border: 2px var(--forms-buttons-border-type, solid) var(--forms-buttons-border-color, #5bc0de)
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover {
    color: var(--forms-buttons-hover-text-color, #6f6f6f);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
    margin-right: 1%
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce-info {
    border-top-color: transparent;
    background-color: transparent;
    padding: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p {
    font-weight: 400;
    font-size: 12px
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
    font-weight: 400;
    margin-bottom: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
    background: var(--sections-background-color, #fff);
    border-radius: var(--sections-border-radius, 3px);
    padding: var(--sections-padding, 16px 30px);
    margin: var(--sections-margin, 0 0 24px 0);
    border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    display: block
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
    display: var(--additional-information-display, none)
}

@media (min-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
        margin: var(--sections-margin, 0)
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text {
    color: var(--sections-messages-color, #69727d);
    font-weight: 400
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
    margin-top: 25px
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1 {
    margin-bottom: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2 {
    padding-top: 15px
}

.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading {
    text-align: var(--order-review-title-alignment, left)
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
    margin-bottom: 0;
    border: 0;
    font-size: 14px
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
    background-color: transparent
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
    padding-top: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
    color: #000
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
    font-weight: 400
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
    color: #69727d
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
    border: 0;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 15px
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr {
    padding-bottom: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>th {
    background-color: transparent
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
    font-weight: 400;
    color: var(--order-summary-items-color, #000);
    border-bottom: var(--order-summary-items-divider-weight, 0) solid var(--order-summary-items-divider-color, #69727d)
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-right: 40px;
    max-width: 150px
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total {
    vertical-align: top
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
    padding-top: var(--order-summary-rows-gap-top, 15px);
    padding-bottom: var(--order-summary-rows-gap-bottom, 15px)
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th {
    color: var(--order-summary-totals-color, #69727d);
    vertical-align: top
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th {
    border-top: var(--order-summary-totals-divider-weight, 0) solid var(--order-summary-totals-divider-color, #69727d)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
    max-width: 70px
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: var(--sections-title-spacing, 30px);
    color: var(--sections-title-color, #000)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 3px;
    color: #69727d
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
    width: 48%
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox {
    vertical-align: middle;
    margin: 0 5px 0 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3 {
    text-align: var(--billing-details-title-alignment, left)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row {
    margin-bottom: var(--forms-rows-gap, 5px)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child {
    margin-bottom: 15px
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login {
    margin-top: -8px;
    z-index: 999;
    background: #fff;
    border-top-width: 0;
    position: relative;
    margin-bottom: 0;
    color: #69727d
}

@media (max-width:1024px) {

    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
        width: 100%
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle {
    display: none
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
    width: 85%
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
        width: var(--login-button-width, 35%)
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3 {
    text-align: var(--additional-fields-title-alignment, left)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address {
    margin-bottom: var(--sections-margin, 20px)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment {
    margin-top: 24px;
    padding: 15px 25px 25px
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods {
    border-bottom: none;
    padding: 0
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
    background-color: #f9fafa
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before {
    display: none
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
    line-height: 21px
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
    padding-left: 15px;
    font-size: 12px
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
        float: none;
        font-size: 11px;
        padding-left: 10px
    }
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
        width: 55px
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    align-items: var(--place-order-title-alignment, stretch)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    background-color: #5bc0de;
    width: var(--purchase-button-width, auto);
    float: none;
    color: var(--purchase-button-normal-text-color, #fff);
    min-height: auto;
    padding: var(--purchase-button-padding, 1em 1em);
    border-radius: var(--purchase-button-border-radius, 3px)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
    background-color: #5bc0de;
    color: var(--purchase-button-hover-text-color, #fff);
    border-color: var(--purchase-button-hover-border-color, #5bc0de);
    transition-duration: var(--purchase-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before {
    display: none
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2 {
    width: auto;
    float: none
}

.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center
}

.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
    text-align: right
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
        display: block
    }

    .elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
        text-align: var(--coupon-button-alignment, left)
    }
}

.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field {
    margin-bottom: 10px
}

.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation {
    color: var(--order-summary-variations-color, #000);
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none;
    line-height: 21px
}

.e-woo-select2-wrapper .select2-results__option,
.e-woo-select2-wrapper .select2-results__option:focus {
    color: #69727d
}

.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container {
    grid-template-columns: auto
}

.elementor-widget-woocommerce-cart table tbody tr:hover>td,
.elementor-widget-woocommerce-cart table tbody tr:hover>th {
    background-color: inherit
}

.elementor-widget-woocommerce-cart .e-clear {
    overflow: hidden;
    height: 0;
    width: 0
}

.elementor-widget-woocommerce-cart .e-cart-section {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px);
    margin: var(--sections-margin, 0 0 30px 0);
    border-radius: var(--sections-border-radius, 3px);
    border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc)
}

.elementor-widget-woocommerce-cart .e-cart-section--no-coupon {
    margin: var(--sections-margin, 0 0 0 0)
}

@media (min-width:1024px) {
    .elementor-widget-woocommerce-cart .e-cart-section:last-child {
        margin: var(--sections-margin, 0)
    }
}

.elementor-widget-woocommerce-cart .e-cart-content {
    color: var(--sections-descriptions-color, #69727d);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0
}

.elementor-widget-woocommerce-cart .e-cart__container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 59% auto;
    align-items: stretch;
    grid-column-gap: var(--sections-margin, 30px);
    grid-row-gap: var(--sections-margin, 30px)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .e-cart__container {
        grid-template-columns: repeat(1, 1fr)
    }
}

.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container {
    grid-template-columns: auto
}

.elementor-widget-woocommerce-cart .select2-container {
    margin-bottom: 4px
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single {
    color: var(--forms-fields-normal-color, #69727d);
    background-color: #f9fafa;
    border-radius: var(--forms-fields-border-radius, 0);
    border: none;
    height: 45px
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus {
    color: var(--forms-fields-focus-color, #69727d);
    background-color: #f9fafa;
    border-color: var(--forms-fields-focus-border-color, initial);
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--forms-fields-normal-color, #69727d)
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--forms-fields-normal-color, #69727d);
    line-height: 45px;
    padding-left: 1rem;
    padding-right: 1rem
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below {
    background-color: #f9fafa
}

.elementor-widget-woocommerce-cart .woocommerce {
    font-family: Hind;
}

.elementor-widget-woocommerce-cart .woocommerce button.button {
    background-color: var(--e-a-bg-default);
    color: var(--forms-buttons-normal-text-color, #69727d);
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: var(--forms-buttons-padding, .88rem 2rem);
    width: var(--forms-buttons-width, auto);
    border: 2px var(--forms-buttons-border-type, solid) var(--forms-buttons-border-color, #5bc0de)
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
    color: var(--forms-buttons-hover-text-color, #69727d);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
    border-color: var(--forms-buttons-hover-border-color, #5bc0de)
}

.elementor-widget-woocommerce-cart .woocommerce button.button.disabled,
.elementor-widget-woocommerce-cart .woocommerce button.button:disabled,
.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled] {
    padding: var(--forms-buttons-padding, .88rem 2rem);
    color: var(--forms-buttons-normal-text-color, #69727d)
}

.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover {
    background-color: var(--forms-buttons-hover-background-color, #fff);
    color: var(--forms-buttons-hover-text-color, #69727d);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
    border-color: var(--forms-buttons-hover-border-color, #5bc0de)
}

.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label {
    color: var(--sections-radio-buttons-color, #69727d)
}

.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input {
    vertical-align: middle
}

.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form {
    margin-top: var(--sections-descriptions-spacing, 15px)
}

.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination {
    color: var(--sections-descriptions-color, #69727d);
    margin-bottom: 0
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th {
    display: none
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td {
    text-align: left !important
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
    width: 100%;
    margin-bottom: 10px
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td {
    text-align: right !important
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before {
    content: attr(data-title);
    font-weight: 700;
    float: left
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
    text-align: var(--totals-title-alignment, left)
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td {
    padding-top: var(--totals-rows-gap-top, 12px);
    padding-bottom: var(--totals-rows-gap-bottom, 9px)
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before {
    color: var(--totals-color, #69727d);
    font-weight: 700
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td {
    border-top-color: var(--totals-divider-color, #69727d);
    border-top-width: var(--totals-divider-weight, 0)
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row {
    margin-bottom: var(--forms-rows-gap, 6px)
}

.elementor-widget-woocommerce-cart .woocommerce .product-name a {
    color: var(--product-link-normal-color, #000)
}

.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover {
    color: var(--product-link-hover-color, #000)
}

.elementor-widget-woocommerce-cart .woocommerce .form-row {
    padding: 3px 0;
    margin: 0
}

.elementor-widget-woocommerce-cart .woocommerce .input-text,
.elementor-widget-woocommerce-cart .woocommerce select {
    color: var(--forms-fields-normal-color, #69727d);
    background-color: #f9fafa;
    border-radius: var(--forms-fields-border-radius, 3px);
    border: none;
    padding: var(--forms-fields-padding, 16px);
    font-size: 14px
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder,
.elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder,
.elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder,
.elementor-widget-woocommerce-cart .woocommerce select::placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus,
.elementor-widget-woocommerce-cart .woocommerce select:focus {
    color: var(--forms-fields-focus-color, #69727d);
    background-color: #f9fafa;
    border-color: var(--forms-fields-focus-border-color, transparent);
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder,
.elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder {
    color: var(--forms-fields-focus-color, #69727d)
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder,
.elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder {
    color: var(--forms-fields-focus-color, #69727d)
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder,
.elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder {
    color: var(--forms-fields-focus-color, #69727d)
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    background-color: transparent;
    color: var(--order-summary-color, #000);
    border: var(--order-summary-quantity-border-weight, 1px) solid var(--order-summary-quantity-border-color, #d5d8dc);
    border-radius: 3px;
    padding: 1px 2px;
    text-align: left;
    font-size: 14px;
    min-height: 28px;
    max-height: 28px
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: var(--place-order-title-alignment, stretch)
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    padding: var(--checkout-button-padding, 15px 1em);
    width: var(--checkout-button-width, auto);
    font-size: 15px;
    text-align: center;
    color: var(--checkout-button-normal-text-color, #fff);
    background-color: #5bc0de;
    border-radius: var(--checkout-button-border-radius, 3px);
    min-height: auto;
    margin-bottom: 0
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
    color: var(--checkout-button-hover-text-color, #fff);
    background-color: #5bc0de;
    border-color: var(--checkout-button-hover-border-color, #5bc0de);
    transition-duration: var(--checkout-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-cart .woocommerce .remove {
    background: 0 0;
    color: var(--order-summary-remove-icon-normal-color, #000) !important;
    width: auto
}

.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
    background: 0 0;
    color: var(--order-summary-remove-icon-hover-color, #5bc0de) !important
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
    padding-left: 0
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
    padding-right: 0
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
    float: right;
    width: 100%
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
    padding: 0
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
    display: flex
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
    flex: 2;
    padding-right: 30px
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
        padding-right: 0
    }
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
    flex: 1
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
        text-align: var(--apply-coupon-button-alignment, center)
    }
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce .coupon-col {
        display: block
    }
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce .coupon {
        margin: var(--sections-margin, 0)
    }

    .elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .elementor-widget-woocommerce-cart .woocommerce .coupon .button {
        width: var(--apply-coupon-button-width, 100%);
        float: none
    }
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
    border: 0 solid
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
    float: left;
    font-size: 14px;
    font-weight: 700
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
    display: table-cell;
    text-align: var(--update-cart-button-alignment, left) !important
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    display: inline-block !important;
    float: none;
    width: var(--update-cart-button-width, auto)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
        width: var(--update-cart-button-width, 100%) !important
    }
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type {
    text-align: var(--update-shipping-button-alignment, start)
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
    float: none;
    width: var(--update-shipping-button-width, auto)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
        width: var(--update-shipping-button-width, 100%)
    }
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table td,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table th,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr {
    border: 0 solid
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>td,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>th {
    background-color: transparent
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions {
    padding: 16px 0 0
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
    display: inline-block
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: var(--update-cart-automatically-display, table-row)
}

.elementor-widget-woocommerce-cart .woocommerce table.cart {
    margin-bottom: 0
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 55px;
    height: auto;
    display: block
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td {
    padding-top: var(--order-summary-rows-gap-top, 20px);
    padding-right: 20px;
    padding-bottom: var(--order-summary-rows-gap-bottom, 20px);
    padding-left: 0
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td span {
    color: var(--order-summary-color, #000);
    font-size: 14px;
    font-weight: 400
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail {
    border-top: var(--order-summary-items-divider-weight, 1px) solid var(--order-summary-items-divider-color, #d5d8dc)
}

@media (max-width:768px) {

    .elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail {
        border-top-width: 0
    }
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td {
        border-top: none
    }
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove {
        position: relative
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart.product-name {
        padding-right: 0
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        border-top-width: var(--order-summary-items-divider-weight, 1px);
        border-top-color: var(--order-summary-items-divider-color, #d5d8dc)
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
        border-top: none
    }
}

@media (max-width:768px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart td {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart {
        padding: 0
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 16px 28px
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
        border-top: none
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td {
        padding-left: 0;
        padding-right: 0
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child {
        border-top: none
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
        padding: 0
    }
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: var(--links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
    color: var(--links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,
.elementor-widget-woocommerce-cart .woocommerce .cart th {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    padding: 0 20px 8px 0
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
    margin-bottom: var(--sections-title-spacing, 1rem);
    color: var(--sections-title-color, #000)
}

.elementor-widget-woocommerce-cart .woocommerce .cart th {
    padding-bottom: var(--order-summary-title-spacing, 8px);
    color: var(--order-summary-title-color, #000)
}

.elementor-widget-woocommerce-cart .woocommerce .cart td:before {
    color: var(--order-summary-title-color, #000)
}

.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button:after {
    display: none
}

.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
    color: var(--order-summary-variations-color, #000)
}

@media (max-width:1024px) {

    .elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
    .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent
    }

    .elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td {
        padding-left: 0
    }
}

.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input,
.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping] {
    pointer-events: none
}

.e-woo-select2-wrapper .select2-results__option {
    font-family: Hind;
    font-size: 14px;
    color: var(--forms-fields-normal-color, #69727d)
}

.e-woo-select2-wrapper .select2-results__option:focus {
    color: var(--forms-fields-focus-color, #69727d);
    border-color: #69727d;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account {
    font-family: Hind;
    color: #69727d
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding: 0;
    padding-left: var(--tab-content-spacing, 6%)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        width: 100%;
        padding: var(--tab-content-spacing, 6%) 0 0 0
    }
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table,
.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table,
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table,
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table {
    border: none;
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    background-color: var(--sections-background-color, #fff)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding, 16px 30px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding, 16px 30px 3px 30px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px);
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content,
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content {
    border: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper {
    padding: 0;
    border: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details {
    margin-bottom: 40px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details,
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px 3px 30px);
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
    background: 0 0;
    border-radius: var(--tables-button-border-radius, 3px);
    border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
    vertical-align: middle;
    color: var(--tables-button-normal-text-color, #69727d);
    padding: var(--tables-button-padding, 5px 10px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover {
    color: var(--tables-button-hover-text-color, #69727d);
    transition-duration: var(--tables-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text] {
    color: var(--forms-fields-normal-color, #69727d);
    border-radius: var(--forms-fields-border-radius, 0);
    padding: var(--forms-fields-padding, 16px);
    background: #f9fafa;
    border: none;
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus {
    color: var(--forms-fields-focus-color, #69727d);
    border-color: #69727d;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px);
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods {
    padding: 0;
    border-bottom: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d4d4d4)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order {
    background: #5bc0de;
    border: none;
    color: var(--forms-buttons-normal-text-color, #fff);
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: var(--forms-buttons-padding, 12px 32px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover {
    color: var(--forms-buttons-hover-text-color, #fff);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content>div>p {
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default {
    border-radius: var(--forms-fields-border-radius, 0);
    background-color: var(--forms-fields-normal-background-color, #f9fafa)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single {
    color: var(--forms-fields-normal-color, #69727d);
    background-color: var(--forms-fields-normal-background-color, #f9fafa);
    border-radius: var(--forms-fields-border-radius, 0);
    border: none;
    height: 45px;
    margin: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus {
    color: var(--forms-fields-focus-color, #69727d);
    background-color: var(--forms-fields-focus-background-color, #f9fafa);
    border-color: initial;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--forms-fields-normal-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--forms-fields-normal-color, #69727d);
    line-height: 45px;
    padding-left: 1rem;
    padding-right: 1rem
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below {
    background-color: var(--forms-fields-normal-background-color, #f9fafa)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder {
    color: var(--forms-fields-normal-color, inherit);
    font-family: inherit;
    opacity: .6
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message {
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address {
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: var(--links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover {
    color: var(--links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover {
    background-color: initial
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em {
    font-size: 12px;
    color: var(--login-messages-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row {
    padding-left: var(--forms-columns-gap-padding-left, 0);
    padding-right: var(--forms-columns-gap-padding-right, 0);
    margin-left: var(--forms-columns-gap-margin-left, 0);
    margin-right: var(--forms-columns-gap-margin-right, 0);
    margin-bottom: var(--forms-rows-gap, 6px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
    color: var(--forms-labels-color, #69727d);
    margin-bottom: var(--forms-label-spacing, 0)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
    color: var(--forms-fields-normal-color, #69727d);
    border-radius: var(--forms-fields-border-radius, 0);
    padding: var(--forms-fields-padding, 16px);
    background: #f9fafa;
    border: none;
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus {
    color: var(--forms-fields-focus-color, #69727d);
    border-color: #69727d;
    transition-duration: var(--forms-fields-focus-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field {
    margin-bottom: 5px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
    color: var(--login-messages-color, #69727d);
    font-size: 12px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]),
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]) {
    color: var(--login-messages-color, #69727d);
    font-size: 12px;
    margin-top: 10px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
    font-size: 12px;
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
    width: 50%
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
        width: 100%
    }
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p {
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first {
    width: 100%
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px);
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
    background: #5bc0de;
    border: none;
    color: var(--forms-buttons-normal-text-color, #fff);
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: var(--forms-buttons-padding, 12px 32px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover {
    color: var(--forms-buttons-hover-text-color, #fff);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3) {
    margin-top: 20px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox {
    vertical-align: middle
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type {
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span {
    color: var(--checkboxes-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr {
    border: none
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3 {
    color: var(--typography-section-titles-color, #000);
    margin-top: 0;
    margin-bottom: var(--section-title-spacing, 45px);
    font-weight: 400
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong {
    color: var(--general-text-color, #000)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label {
    color: var(--variations-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity {
    font-weight: 400;
    color: var(--tables-items-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads {
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
    margin-top: 30px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark {
    background-color: transparent;
    font-weight: 700;
    color: var(--general-text-color, #000)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child th {
    border-top: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: var(--tables-titles-spacing, 9px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th {
    background-color: transparent;
    padding-left: 0;
    padding-top: var(--order-summary-rows-gap-top, 9px);
    padding-bottom: var(--order-summary-rows-gap-bottom, 9px);
    color: var(--tables-items-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a {
    color: var(--tables-links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover {
    color: var(--tables-links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table {
    font-size: 14px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    background: 0 0;
    border-radius: var(--tables-button-border-radius, 3px);
    border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
    vertical-align: middle;
    color: var(--tables-button-normal-text-color, #69727d);
    padding: var(--tables-button-padding, 5px 10px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
    transition-duration: var(--tables-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th {
    border-top: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d5d8dc)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span {
    color: var(--tables-title-color, #000)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th {
    padding-left: 0;
    color: var(--tables-title-color, #000)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a {
    color: var(--tables-links-normal-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover {
    color: var(--tables-links-hover-color, #5bc0de)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td {
    border-top: none;
    padding-top: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button {
    background: 0 0;
    border: 2px solid #5bc0de;
    border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
    border-radius: var(--tables-button-border-radius, 3px);
    vertical-align: middle;
    color: var(--tables-button-normal-text-color, #69727d);
    margin-top: 0;
    margin-bottom: 0;
    padding: var(--tables-button-padding, 12px 32px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover {
    transition-duration: var(--tables-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3 {
    float: none
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
    padding: var(--sections-padding, 45px 30px 16px 30px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit {
    float: left;
    position: absolute;
    margin-left: var(--edit-link-margin-start, 30px);
    margin-top: var(--edit-link-margin-top, 10px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns {
    margin-top: 20px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset {
    border: none;
    padding: 0;
    margin-inline-start: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend {
    font-weight: 700;
    padding: 20px 0;
    color: var(--general-text-color, #000)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button {
    background: #5bc0de;
    border: none;
    color: var(--forms-buttons-normal-text-color, #fff);
    border-radius: var(--forms-buttons-border-radius, 3px);
    padding: var(--forms-buttons-padding, 12px 32px);
    margin-top: 20px
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover {
    color: var(--forms-buttons-hover-text-color, #fff);
    transition-duration: var(--forms-buttons-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination {
    padding: 16px 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button {
    background: 0 0;
    border-radius: var(--tables-button-border-radius, 3px);
    border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
    vertical-align: middle;
    color: var(--tables-button-normal-text-color, #69727d);
    padding: var(--tables-button-padding, 5px 10px)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover {
    transition-duration: var(--tables-button-hover-transition-duration, .3s)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates {
    color: var(--general-text-color, #69727d)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%
    }
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-inline-start: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    display: inline-block;
    width: var(--tab-width, 100%)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: var(--tabs-divider-color, #69727d);
    height: var(--tabs-divider-weight, 0);
    position: relative;
    top: calc(var(--tabs-spacing, 2px)/2)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--tabs-active-color, #5bc0de);
    background: #f1f2f3;
    border-color: var(--tabs-active-border-color, transparent)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--tabs-normal-color, #69727d);
    display: block;
    padding: var(--tabs-padding, 12px 20px);
    text-align: var(--tabs-alignment, start);
    background: #f9fafa;
    border-radius: var(--tabs-border-radius, 0);
    border: 0 var(--tabs-border-type, solid) var(--tabs-border-color, transparent)
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--tabs-hover-color, #5bc0de);
    border-color: var(--tabs-hover-border-color, transparent)
}

@media (max-width:1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
        padding: var(--tabs-padding, 10px)
    }
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after {
    display: none
}

.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,
.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
    padding-bottom: 0
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td {
    vertical-align: top;
    line-height: unset
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions {
    text-align: right
}

.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio {
    vertical-align: middle
}

.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio+label {
    color: var(--payment-methods-radio-buttons-color, #69727d)
}

.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
    display: inline-block
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation {
    display: block
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li {
    margin: calc(var(--tabs-spacing, 2px)/2) 0 calc(var(--tabs-spacing, 2px)/2) 0
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard {
    margin-top: 0
}

.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
    display: none
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after {
    display: none
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: var(--tab-content-spacing, 50px) 0 0 0
}

@media (max-width:1024px) {
    .e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        padding: var(--tab-content-spacing, 6%) 0 0 0
    }
}

.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation {
    display: none
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
    display: block
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: var(--tabs-container-justify-content, space-between)
}

@media (max-width:767px) {
    .e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
        display: block
    }
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    width: var(--tab-width, 100%);
    padding: 0 calc(var(--tabs-spacing, 2px)/2) 0 calc(var(--tabs-spacing, 2px)/2);
    margin: 0;
    border-right: var(--tabs-divider-weight, 0) solid var(--tabs-divider-color, #69727d)
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type {
    padding-left: 0
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type {
    padding-right: 0;
    border-right-width: 0
}

@media (max-width:767px) {
    .e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
        margin: calc(var(--tabs-spacing, 2px)/2) 0 calc(var(--tabs-spacing, 2px)/2) 0;
        display: inline-block;
        width: 100%
    }
}

.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a,
.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a {
    pointer-events: none
}

.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button,
.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button {
    pointer-events: none;
    opacity: .3
}

.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type) {
    display: none
}

.product .count {
    background-color: inherit
}

.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading *,
.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
    display: none
}

.elementor-widget-woocommerce-notices .woocommerce-error,
.elementor-widget-woocommerce-notices .woocommerce-info,
.elementor-widget-woocommerce-notices .woocommerce-message,
.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper,
.elementor-widget-woocommerce-notices .woocommerce .is-error,
.elementor-widget-woocommerce-notices .woocommerce .is-info,
.elementor-widget-woocommerce-notices .woocommerce .is-success {
    display: block
}

.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice {
    display: none
}

.woocommerce div.product.elementor form.cart div.product-addon {
    flex-basis: 100%;
    flex-shrink: 0
}

.e-sticky-right-column--active {
    position: sticky;
    top: 0
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
    color: #d5d8dc;
    border: 1px solid;
    border-right: none;
    border-left: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
    height: 100%;
    width: 1px;
    margin: 0 auto;
    background-color: #d5d8dc
}

.elementor-post-navigation {
    overflow: hidden;
    display: flex
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
    color: #d5d8dc
}

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

.elementor-post-navigation .elementor-grid {
    justify-content: space-between
}

.elementor-post-navigation .elementor-post-navigation__link {
    width: calc(50% - 1px/2);
    white-space: nowrap;
    overflow: hidden;
    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 {
    justify-content: flex-end
}

.elementor-search-form {
    display: block;
    transition: .2s
}

.elementor-search-form .e-font-icon-svg-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.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: 0 0;
    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: #69727d;
    font-size: var(--e-search-form-submit-icon-size, 16px);
    color: #fff;
    border-radius: 0
}

.elementor-search-form__container {
    display: flex;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #f1f2f3
}

.elementor-search-form__input {
    flex-basis: 100%;
    color: #3f444b;
    transition: color .2s
}

.elementor-search-form__input::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__submit {
    transition: color .2s, background .2s;
    font-size: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form__submit svg {
    fill: var(--e-search-form-submit-text-color, #fff);
    width: var(--e-search-form-submit-icon-size, 16px);
    height: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    color: var(--e-search-form-submit-text-color, #fff);
    border: none;
    border-radius: 0
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: .6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #3f444b;
    fill: #3f444b;
    font-size: var(--e-search-form-icon-size-minimal, 15px)
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
    width: var(--e-search-form-icon-size-minimal, 15px);
    height: var(--e-search-form-icon-size-minimal, 15px)
}

.elementor-search-form--skin-minimal:focus-within {
    outline-width: 2px;
    outline-style: solid
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    font-size: 50px;
    text-align: center;
    border: solid #fff;
    border-width: 0 0 1px;
    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: var(--e-search-form-toggle-color, #33373d);
    font-size: var(--e-search-form-toggle-size, 33px)
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
    position: relative;
    display: block;
    transition: .2s;
    width: var(--e-search-form-toggle-size, 33px);
    height: var(--e-search-form-toggle-size, 33px);
    background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05));
    border: var(--e-search-form-toggle-border-width, 0) solid var(--e-search-form-toggle-color, #33373d);
    border-radius: var(--e-search-form-toggle-border-radius, 3px)
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    font-size: var(--e-search-form-toggle-icon-size, .55em)
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
    fill: var(--e-search-form-toggle-color, #33373d);
    width: var(--e-search-form-toggle-icon-size, .55em);
    height: var(--e-search-form-toggle-icon-size, .55em)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    transition: .3s;
    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;
    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: flex;
    align-items: center
}

.elementor-author-box__avatar {
    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 {
    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 {
    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 {
    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 #3f444b;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 18px
}

.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
    background: 0 0;
    color: #3f444b
}

.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 {
    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 {
    align-self: center
}

.elementor-post-info__terms-list {
    display: inline-block
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
    border-radius: 100%
}

.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
    margin: initial
}

.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: flex;
    flex-flow: row wrap
}

.elementor-widget-archive-posts:after,
.elementor-widget-posts:after {
    display: none
}

.elementor-posts-container.elementor-posts-masonry {
    align-items: flex-start
}

.elementor-posts-container:not(.elementor-posts-masonry) {
    align-items: stretch
}

.elementor-posts-container .elementor-post {
    padding: 0;
    margin: 0
}

.elementor-posts-container .elementor-post__excerpt {
    flex-grow: var(--read-more-alignment, 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;
    transition: 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);
    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 {
    flex-direction: column;
    transition-property: background, border, box-shadow;
    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__text {
    display: var(--item-display, block);
    flex-direction: column;
    flex-grow: 1
}

.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;
    align-self: flex-start
}

.elementor-posts .elementor-post__thumbnail {
    position: relative
}

.elementor-posts--skin-classic .elementor-post {
    overflow: hidden
}

.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__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,
.elementor-posts--thumbnail-right .elementor-post {
    flex-direction: row
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
    flex-shrink: 0;
    width: 25%
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
    order: 0;
    margin-right: 20px
}

.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
    order: 5;
    margin-left: 20px
}

.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
    display: none
}

.elementor-posts .elementor-post {
    display: flex
}

.elementor-posts .elementor-post__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #69727d;
    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: #69727d;
    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;
    transform: translateY(-50%)
}

.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 {
    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: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    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 {
    transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1)
}

.elementor-card-shadow-yes .elementor-post__card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.elementor-card-shadow-yes .elementor-post__card:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.elementor-posts--skin-full_content article {
    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__filters {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0
}

.elementor-portfolio__filter {
    margin: 0;
    cursor: pointer;
    padding: 8px
}

.elementor-portfolio-item {
    align-self: flex-start;
    transition-property: transform, opacity;
    transition-timing-function: ease-in-out;
    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;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: rgba(105, 114, 125, .8)
}

.elementor-portfolio-item__overlay:hover {
    opacity: 1;
    transition: opacity .5s
}

.elementor-portfolio-item__img img[src=""] {
    background-color: rgba(0, 0, 0, .1);
    height: 100%
}

.elementor-portfolio.elementor-has-item-ratio {
    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
}

.e-con-inner>.elementor-widget-portfolio,
.e-con>.elementor-widget-portfolio {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-center .elementor-button-wrapper {
    text-align: center
}

.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-start .elementor-button-wrapper {
    text-align: start
}

.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-end .elementor-button-wrapper {
    text-align: end
}

.elementor-widget-archive-posts.load-more-align-justify .elementor-button,
.elementor-widget-posts.load-more-align-justify .elementor-button {
    width: 100%
}

.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container {
    cursor: default
}

.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg {
    display: flex
}

.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
    visibility: hidden
}

.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,
.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper {
    display: none
}

.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,
.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message {
    display: block
}

.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
    visibility: visible
}

.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner {
    display: flex
}

.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
    margin: 0 auto;
    display: none
}

.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i {
    color: var(--load-more-spinner-color)
}

.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
    fill: var(--load-more-spinner-color);
    height: 1em;
    width: 1em
}

.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,
.elementor-widget-posts>.elementor-widget-container .e-load-more-message {
    color: var(--load-more-message-color);
    text-align: var(--load-more-message-alignment, center);
    display: none;
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: inherit
}

.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button {
    cursor: pointer;
    position: relative
}

.elementor-button.elementor-hidden,
.elementor-hidden {
    display: none
}

.e-form__step {
    width: 100%
}

.e-form__step:not(.elementor-hidden) {
    display: flex;
    flex-wrap: wrap
}

.e-form__buttons {
    flex-wrap: wrap
}

.e-form__buttons,
.e-form__buttons__wrapper {
    display: flex
}

.e-form__indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 13px;
    margin-bottom: var(--e-form-steps-indicators-spacing)
}

.e-form__indicators__indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 0;
    padding: 0 var(--e-form-steps-divider-gap)
}

.e-form__indicators__indicator__progress {
    width: 100%;
    position: relative;
    background-color: var(--e-form-steps-indicator-progress-background-color);
    border-radius: var(--e-form-steps-indicator-progress-border-radius);
    overflow: hidden
}

.e-form__indicators__indicator__progress__meter {
    width: var(--e-form-steps-indicator-progress-meter-width, 0);
    height: var(--e-form-steps-indicator-progress-height);
    line-height: var(--e-form-steps-indicator-progress-height);
    padding-right: 15px;
    border-radius: var(--e-form-steps-indicator-progress-border-radius);
    background-color: var(--e-form-steps-indicator-progress-color);
    color: var(--e-form-steps-indicator-progress-meter-color);
    text-align: right;
    transition: width .1s linear
}

.e-form__indicators__indicator:first-child {
    padding-left: 0
}

.e-form__indicators__indicator:last-child {
    padding-right: 0
}

.e-form__indicators__indicator--state-inactive {
    color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: var(--e-form-steps-indicator-inactive-secondary-color, #fff)
}

.e-form__indicators__indicator--state-inactive object,
.e-form__indicators__indicator--state-inactive svg {
    fill: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-active {
    color: var(--e-form-steps-indicator-active-primary-color, #39b54a);
    border-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active object,
.e-form__indicators__indicator--state-active svg {
    fill: var(--e-form-steps-indicator-active-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed {
    color: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
    color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
    color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
    background-color: initial
}

.e-form__indicators__indicator--state-completed object,
.e-form__indicators__indicator--state-completed svg {
    fill: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator__icon {
    width: var(--e-form-steps-indicator-padding, 30px);
    height: var(--e-form-steps-indicator-padding, 30px);
    font-size: var(--e-form-steps-indicator-icon-size);
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px
}

.e-form__indicators__indicator__icon img,
.e-form__indicators__indicator__icon object,
.e-form__indicators__indicator__icon svg {
    width: var(--e-form-steps-indicator-icon-size);
    height: auto
}

.e-form__indicators__indicator__icon .e-font-icon-svg {
    height: 1em
}

.e-form__indicators__indicator__number {
    width: var(--e-form-steps-indicator-padding, 30px);
    height: var(--e-form-steps-indicator-padding, 30px);
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.e-form__indicators__indicator--shape-circle {
    border-radius: 50%
}

.e-form__indicators__indicator--shape-square {
    border-radius: 0
}

.e-form__indicators__indicator--shape-rounded {
    border-radius: 5px
}

.e-form__indicators__indicator--shape-none {
    border: 0
}

.e-form__indicators__indicator__label {
    text-align: center
}

.e-form__indicators__indicator__separator {
    width: 100%;
    height: var(--e-form-steps-divider-width);
    background-color: #babfc5
}

.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
    align-items: flex-start
}

.e-form__indicators--type-icon .e-form__indicators__indicator__separator,
.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,
.e-form__indicators--type-number .e-form__indicators__indicator__separator,
.e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
    margin-top: calc(var(--e-form-steps-indicator-padding, 30px)/2 - var(--e-form-steps-divider-width, 1px)/2)
}

.elementor-field-type-hidden {
    display: none
}

.elementor-field-type-html {
    display: inline-block
}

.elementor-field-type-tel input {
    direction: inherit
}

.elementor-login .elementor-lost-password,
.elementor-login .elementor-remember-me {
    font-size: .85em
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
    display: none
}

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
    z-index: 1
}

.elementor-button .elementor-form-spinner {
    order: 3
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center;
    align-items: center
}

.elementor-form .elementor-button .elementor-button-text {
    white-space: normal;
    flex-grow: 0
}

.elementor-form .elementor-button svg {
    height: auto
}

.elementor-form .elementor-button .e-font-icon-svg {
    height: 1em
}

.elementor-select-wrapper .select-caret-down-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 10px;
    pointer-events: none;
    font-size: 11px
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
    display: unset;
    width: 1em;
    aspect-ratio: unset;
    fill: currentColor
}

.elementor-select-wrapper .select-caret-down-wrapper i {
    font-size: 19px;
    line-height: 2
}

.elementor-select-wrapper.remove-before:before {
    content: "" !important
}

.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%;
    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: flex
}

.elementor-price-list .elementor-price-list-item {
    align-items: flex-start
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-grow: 1
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    align-items: center;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    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 .elementor-price-list-price {
    font-weight: 600
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    flex-basis: 100%;
    font-size: 14px;
    margin: 0
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
    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: var(--e-price-table-header-background-color, #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;
    align-self: center
}

.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
    font-size: 1em;
    margin: 0
}

.elementor-price-table .elementor-price-table__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    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: flex;
    flex-wrap: wrap;
    text-align: start;
    align-self: stretch;
    align-items: flex-start;
    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;
    color: var(--e-price-table-features-list-color)
}

.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%, 47.8%, .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;
    fill: var(--e-price-table-features-list-color);
    height: 1.3em;
    width: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg~* {
    vertical-align: text-top
}

.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;
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-price-table__ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    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 {
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-price-table__ribbon.elementor-ribbon-right {
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.elementor-widget-price-table .elementor-widget-container {
    overflow: hidden;
    background-color: #f9fafa
}

.e-con-inner>.elementor-widget-price-list,
.e-con>.elementor-widget-price-list {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-flip-box {
    height: 280px;
    position: relative;
    perspective: 1000px;
    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%;
    transition: all .6s ease-in-out
}

.elementor-flip-box__layer__overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff
}

.elementor-flip-box__layer__title {
    font-size: 21px
}

.elementor-flip-box__layer__description {
    font-size: 14px
}

.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-flip-box .elementor-view-framed,
.elementor-flip-box .elementor-view-stacked {
    --e-flip-box-view-framed-stacked-icon-color: #fff
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
    color: var(--e-flip-box-view-framed-stacked-icon-color)
}

.elementor-flip-box .elementor-icon svg,
.elementor-flip-box .elementor-view-framed .elementor-icon svg,
.elementor-flip-box .elementor-view-stacked .elementor-icon svg {
    fill: var(--e-flip-box-view-framed-stacked-icon-color)
}

.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;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    background: 0 0
}

.elementor-flip-box__button.elementor-button:focus-visible,
.elementor-flip-box__button.elementor-button:hover {
    background: 0 0;
    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 {
    transform: translateZ(90px) scale(.91)
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
    transform-style: preserve-3d;
    transform: translateZ(.1px)
}

.elementor-flip-box--effect-flip .elementor-flip-box {
    perspective: 1000px;
    transform-style: preserve-3d
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
    transform: none;
    z-index: 1
}

.elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back,
.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
    transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
    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:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
    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:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
    transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    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:focus-visible .elementor-flip-box__back,
.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
    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 {
    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 {
    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 {
    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 {
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
    transition: transform .7s, opacity .35s, width .1ms;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    width: 100%
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front,
.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
    width: 0;
    opacity: 0;
    transform: scale(.7);
    transition: transform .8s, opacity .7s .1s, width .1ms .7s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
    transition: transform .7s, opacity .5s .2s;
    opacity: 0;
    transform: scale(.7)
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back,
.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
    transition: transform .7s, opacity .5s;
    opacity: 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:focus-visible .elementor-flip-box__back,
.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 {
    transform: none;
    opacity: 1
}

.e-con-inner>.elementor-widget-flip-box,
.e-con>.elementor-widget-flip-box {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
    overflow: hidden
}

.elementor-cta {
    position: relative;
    display: flex;
    transition: .5s
}

.elementor-cta--skin-classic .elementor-cta {
    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 {
    transition: all .4s;
    width: 100%;
    background-color: #f9fafa
}

.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
    color: #3f444b;
    border-color: #3f444b;
    fill: #3f444b
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    color: #3f444b;
    border-color: #3f444b
}

.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;
    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 {
    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 {
    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 {
    flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
    flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
    flex-direction: row-reverse
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s
}

.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden
}

.elementor-cta__bg {
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.elementor-cta__bg-overlay {
    z-index: 2
}

.elementor-cta__button.elementor-button {
    cursor: pointer;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    background: 0 0
}

.elementor-cta__button.elementor-button:hover {
    background: 0 0;
    text-decoration: none
}

.elementor-cta__title {
    font-size: 23px
}

.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 35px;
    width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
    position: relative;
    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 {
    align-content: flex-start;
    align-items: flex-start
}

.elementor-cta--valign-middle .elementor-cta__content {
    align-content: center;
    align-items: center
}

.elementor-cta--valign-bottom .elementor-cta__content {
    align-content: flex-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:1) {
    .elementor-cta--widescreen-layout-image-above .elementor-cta {
        flex-wrap: wrap
    }

    .elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--widescreen-layout-image-left .elementor-cta,
    .elementor-cta--widescreen-layout-image-right .elementor-cta {
        flex-wrap: nowrap
    }

    .elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--widescreen-layout-image-left .elementor-cta__content,
    .elementor-cta--widescreen-layout-image-right .elementor-cta__content {
        flex-grow: 1
    }

    .elementor-cta--widescreen-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--widescreen-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

@media (max-width:1) {
    .elementor-cta--laptop-layout-image-above .elementor-cta {
        flex-wrap: wrap
    }

    .elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--laptop-layout-image-left .elementor-cta,
    .elementor-cta--laptop-layout-image-right .elementor-cta {
        flex-wrap: nowrap
    }

    .elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--laptop-layout-image-left .elementor-cta__content,
    .elementor-cta--laptop-layout-image-right .elementor-cta__content {
        flex-grow: 1
    }

    .elementor-cta--laptop-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--laptop-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

@media (max-width:1) {
    .elementor-cta--tablet_extra-layout-image-above .elementor-cta {
        flex-wrap: wrap
    }

    .elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--tablet_extra-layout-image-left .elementor-cta,
    .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
        flex-wrap: nowrap
    }

    .elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,
    .elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
        flex-grow: 1
    }

    .elementor-cta--tablet_extra-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

@media (max-width:1024px) {
    .elementor-cta--tablet-layout-image-above .elementor-cta {
        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 {
        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 {
        flex-grow: 1
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--tablet-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

@media (max-width:1) {
    .elementor-cta--mobile_extra-layout-image-above .elementor-cta {
        flex-wrap: wrap
    }

    .elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--mobile_extra-layout-image-left .elementor-cta,
    .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
        flex-wrap: nowrap
    }

    .elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,
    .elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
        flex-grow: 1
    }

    .elementor-cta--mobile_extra-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

@media (max-width:767px) {
    .elementor-cta--mobile-layout-image-above .elementor-cta {
        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 {
        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 {
        flex-grow: 1
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta {
        flex-direction: row
    }

    .elementor-cta--mobile-layout-image-right .elementor-cta {
        flex-direction: row-reverse
    }
}

.elementor-ribbon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    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 {
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-ribbon.elementor-ribbon-right {
    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 {
    flex-direction: row
}

.elementor-widget-countdown .elementor-countdown-item {
    padding: 20px 0;
    text-align: center;
    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: flex;
    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 {
    flex-basis: 0;
    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 {
    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: 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: 0 0;
    display: inline-block
}

.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    background: 0 0;
    color: inherit;
    text-decoration: none
}

.elementor--v-position-top .swiper-slide-inner {
    align-items: flex-start
}

.elementor--v-position-bottom .swiper-slide-inner {
    align-items: flex-end
}

.elementor--v-position-middle .swiper-slide-inner {
    align-items: center
}

.elementor--h-position-left .swiper-slide-inner {
    justify-content: flex-start
}

.elementor--h-position-right .swiper-slide-inner {
    justify-content: flex-end
}

.elementor--h-position-center .swiper-slide-inner {
    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: var(--e-share-buttons-primary-color, #ea4335)
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
    color: var(--e-share-buttons-secondary-color, #fff)
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
    fill: var(--e-share-buttons-secondary-color, #fff)
}

.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: var(--e-share-buttons-primary-color, #ea4335);
    border-color: var(--e-share-buttons-primary-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 {
    background-color: var(--e-share-buttons-primary-color, #ea4335);
    color: var(--e-share-buttons-secondary-color, #fff)
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg {
    fill: var(--e-share-buttons-secondary-color, #fff)
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
    color: var(--e-share-buttons-primary-color, #ea4335)
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg {
    fill: var(--e-share-buttons-primary-color, #ea4335)
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
    filter: saturate(1.5) brightness(1.2)
}

.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_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_digg svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg {
    fill: #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_email svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg {
    fill: #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_print svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg {
    fill: #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_facebook svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg {
    fill: #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_google svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg {
    fill: #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_pocket svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg {
    fill: #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_linkedin svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg {
    fill: #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_odnoklassniki svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg {
    fill: #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_pinterest svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg {
    fill: #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_reddit svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg {
    fill: #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_skype svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg {
    fill: #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_slideshare svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg {
    fill: #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_snapchat svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg {
    fill: #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_stumbleupon svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg {
    fill: #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_mix svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg {
    fill: #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_tumblr svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg {
    fill: #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_twitch svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg {
    fill: #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_telegram svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg {
    fill: #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_twitter svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg {
    fill: #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_vimeo svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg {
    fill: #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_vk svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg {
    fill: #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_whatsapp svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg {
    fill: #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_wordpress svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg {
    fill: #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_xing svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg {
    fill: #026466
}

.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: var(--e-share-buttons-icon-color, #fff)
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg {
    fill: var(--e-share-buttons-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: 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-gradient .elementor-share-btn {
    background-color: var(--e-share-buttons-primary-color, #ea4335)
}

.elementor-share-buttons--skin-flat .elementor-share-btn__icon,
.elementor-share-buttons--skin-flat .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
    color: var(--e-share-buttons-secondary-color, #fff)
}

.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,
.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,
.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
    fill: var(--e-share-buttons-secondary-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--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 {
    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 {
    flex-grow: 1;
    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-btn {
    overflow: hidden;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .2s;
    transition-property: filter, background-color, border-color;
    height: 4.5em;
    cursor: pointer
}

.elementor-share-btn__icon,
.elementor-share-btn__text {
    transition-property: color, background-color;
    transition-duration: .2s
}

.elementor-share-btn__icon {
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 4.5em;
    position: relative
}

.elementor-share-btn__icon i {
    font-size: var(--e-share-buttons-icon-size, 1.7em)
}

.elementor-share-btn__icon svg {
    width: var(--e-share-buttons-icon-size, 1.7em);
    height: var(--e-share-buttons-icon-size, 1.7em)
}

.elementor-share-btn__text {
    font-size: 1.5em;
    padding-right: 1em;
    align-self: stretch;
    flex-grow: 1;
    align-items: center;
    display: flex;
    font-weight: 100
}

.elementor-share-btn__title {
    font-weight: 700;
    flex-shrink: 0
}

.elementor-widget-share-buttons {
    text-align: var(--alignment, inherit);
    -moz-text-align-last: var(--alignment, inherit);
    text-align-last: var(--alignment, inherit)
}

.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container {
    font-size: 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%;
    background-size: cover;
    height: 100%;
    position: relative
}

.elementor-carousel-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: var(--e-carousel-image-overlay-color, #fff);
    background-color: rgba(105, 114, 125, .8);
    transition: transform .5s, opacity .5s
}

.elementor-carousel-image-overlay i {
    font-size: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-carousel-image-overlay svg {
    fill: var(--e-carousel-image-overlay-color, #fff);
    width: var(--e-carousel-image-overlay-icon-size, 21px);
    height: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-testimonial__image {
    flex-shrink: 0
}

.elementor-testimonial__image img {
    border-radius: 999px;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-testimonial__footer,
.elementor-testimonial__header {
    display: flex
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
    display: flex;
    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 {
    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 {
    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 {
    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: flex;
    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;
    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: flex;
    align-items: stretch
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    flex-shrink: 0;
    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 {
    justify-content: flex-start
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
    flex-direction: row-reverse
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
    padding-right: 20px
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
    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-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end
}

.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
    margin-right: 20px;
    margin-left: 0
}

.elementor-testimonial--align-left .elementor-testimonial {
    text-align: left
}

.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start
}

.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
    margin-right: 0;
    margin-left: 20px
}

.elementor-testimonial--align-center .elementor-testimonial {
    text-align: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    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: flex;
    flex-direction: column;
    margin-top: 25px
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    background-color: #f9fafa;
    padding: 20px;
    position: relative
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #f9fafa;
    position: absolute;
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    box-sizing: content-box
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
    bottom: calc(100% - 7px);
    transform: scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
    left: 50%;
    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%;
    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: calc(20px + 50px/2)
}

.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: calc(20px + 50px/2)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
    transform: scaleY(.75) rotate(135deg);
    left: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
    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: calc(20px + 50px/2)
}

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

@media (min-width:1) {
    .elementor-testimonial--widescreen-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--widescreen-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--widescreen-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

@media (max-width:1) {
    .elementor-testimonial--laptop-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--laptop-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--laptop-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

@media (max-width:1) {
    .elementor-testimonial--tablet_extra-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--tablet_extra-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--tablet_extra-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

@media (max-width:1024px) {
    .elementor-testimonial--tablet-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--tablet-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--tablet-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

@media (max-width:1) {
    .elementor-testimonial--mobile_extra-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--mobile_extra-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--mobile_extra-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

@media (max-width:767px) {
    .elementor-testimonial--mobile-align-right .elementor-testimonial {
        text-align: right
    }

    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row-reverse;
        justify-content: end
    }

    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 20px;
        margin-left: 0
    }

    .elementor-testimonial--mobile-align-left .elementor-testimonial {
        text-align: left
    }

    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        flex-direction: row;
        justify-content: start
    }

    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        margin-right: 0;
        margin-left: 20px
    }

    .elementor-testimonial--mobile-align-center .elementor-testimonial {
        text-align: center
    }

    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
        justify-content: center
    }

    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
        text-align: left
    }
}

.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: flex
}

.elementor-widget-reviews .elementor-testimonial__image img {
    width: 36px;
    height: 36px
}

.elementor-widget-reviews .elementor-testimonial__icon {
    margin-inline-start: auto;
    font-size: 17px
}

.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa {
    margin-inline-start: .15em
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon {
    color: var(--e-testimonial-icon-color)
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
    --e-testimonial-icon-color: #a4c639
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
    --e-testimonial-icon-color: #999
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
    --e-testimonial-icon-color: #1769ff
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
    --e-testimonial-icon-color: #205081
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
    --e-testimonial-icon-color: #000
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
    --e-testimonial-icon-color: #39f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
    --e-testimonial-icon-color: #005be2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
    --e-testimonial-icon-color: #ea4c89
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
    --e-testimonial-icon-color: #ea4335
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
    --e-testimonial-icon-color: #3b5998
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
    --e-testimonial-icon-color: #0063dc
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
    --e-testimonial-icon-color: #2d5be3
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
    --e-testimonial-icon-color: #333
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
    --e-testimonial-icon-color: #dd4b39
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
    --e-testimonial-icon-color: #7ac142
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
    --e-testimonial-icon-color: #262626
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
    --e-testimonial-icon-color: #487aa2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
    --e-testimonial-icon-color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
    --e-testimonial-icon-color: #00ab6b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
    --e-testimonial-icon-color: #ec1c40
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
    --e-testimonial-icon-color: #273a4b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
    --e-testimonial-icon-color: #f4731c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
    --e-testimonial-icon-color: #bd081c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
    --e-testimonial-icon-color: #da552f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
    --e-testimonial-icon-color: #ff4500
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
    --e-testimonial-icon-color: #f26522
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
    --e-testimonial-icon-color: #4caf50
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
    --e-testimonial-icon-color: #00aff0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
    --e-testimonial-icon-color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
    --e-testimonial-icon-color: #fffc00
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
    --e-testimonial-icon-color: #f80
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
    --e-testimonial-icon-color: #2ebd59
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
    --e-testimonial-icon-color: #fe7a15
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
    --e-testimonial-icon-color: #00adee
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
    --e-testimonial-icon-color: #eb4924
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
    --e-testimonial-icon-color: #2ca5e0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
    --e-testimonial-icon-color: #1aa1d8
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
    --e-testimonial-icon-color: #589442
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
    --e-testimonial-icon-color: #35465c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
    --e-testimonial-icon-color: #6441a5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
    --e-testimonial-icon-color: #1da1f2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
    --e-testimonial-icon-color: #1ab7ea
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
    --e-testimonial-icon-color: #45668e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
    --e-testimonial-icon-color: #dd2430
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
    --e-testimonial-icon-color: #31a918
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
    --e-testimonial-icon-color: #25d366
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
    --e-testimonial-icon-color: #21759b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
    --e-testimonial-icon-color: #026466
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
    --e-testimonial-icon-color: #af0606
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
    --e-testimonial-icon-color: #cd201f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
    --e-testimonial-icon-color: #0099e5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg {
    fill: var(--e-testimonial-icon-color)
}

.elementor-widget-reviews .elementor-testimonial__rating {
    background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
    font-family: eicons
}

.elementor-widget-reviews .elementor-testimonial__header {
    display: flex;
    padding-block-start: 15px;
    padding-block-end: 6px
}

.elementor-widget-reviews .elementor-testimonial__image+cite {
    margin-inline-start: 9px
}

.elementor-widget-reviews .elementor-testimonial__separator {
    margin: 0 auto;
    border-block-start: 0 none;
    border-block-end: 1px solid #e1e8ed;
    height: 0
}

.elementor-widget-reviews .elementor-testimonial__content {
    padding-block-start: 6px;
    padding-block-end: 15px
}

.elementor-widget-reviews .elementor-testimonial__content,
.elementor-widget-reviews .elementor-testimonial__header {
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
    border-block-end: 1px solid #e1e8ed
}

.swiper-pagination-bullets {
    color: #fff;
    cursor: default
}

.swiper-slide {
    will-change: transform;
    border-style: solid;
    border-width: 0;
    transition-duration: .5s;
    transition-property: border, background, transform;
    overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
    opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
    transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
    transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
    transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
    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: flex;
    align-items: stretch
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
    height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
    padding-bottom: 40px
}

.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next {
    left: 0;
    right: unset
}

.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev {
    right: 0;
    left: unset
}

.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% - 40px/2)
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
    left: 10px;
    right: unset
}

.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev {
    right: 10px;
    left: unset
}

.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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    quotes: none;
    border: 0;
    font-style: normal;
    color: #3f444b
}

.elementor-widget-blockquote blockquote .e-q-footer:after,
.elementor-widget-blockquote blockquote .e-q-footer:before,
.elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote:before,
.elementor-widget-blockquote blockquote cite:after,
.elementor-widget-blockquote blockquote cite:before {
    content: none
}

.elementor-blockquote {
    transition: .3s
}

.elementor-blockquote__author,
.elementor-blockquote__content {
    margin-bottom: 0;
    font-style: normal
}

.elementor-blockquote__author {
    font-weight: 700
}

.elementor-blockquote .e-q-footer {
    margin-top: 12px;
    display: flex;
    justify-content: space-between
}

.elementor-blockquote__tweet-button {
    display: flex;
    transition: .3s;
    color: #1da1f2;
    align-self: flex-end;
    line-height: 1;
    position: relative;
    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,
.elementor-blockquote__tweet-button svg+span {
    margin-left: .5em
}

.elementor-blockquote__tweet-button svg {
    fill: #1da1f2;
    height: 1em;
    width: 1em
}

.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__tweet-button svg,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg {
    fill: #fff;
    height: 1em;
    width: 1em
}

.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%;
    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%;
    transform: translateY(-50%) scaleY(.65);
    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: #f9fafa;
    padding: 30px
}

.elementor-blockquote--skin-border .elementor-blockquote {
    border-color: #f9fafa;
    border-left: 7px #f9fafa;
    border-style: solid;
    padding-left: 20px
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    content: "“";
    font-size: 100px;
    color: #f9fafa;
    font-family: Hind, 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 .e-q-footer {
    flex-direction: row
}

.elementor-blockquote--align-right .elementor-blockquote__content {
    text-align: right
}

.elementor-blockquote--align-right .elementor-blockquote .e-q-footer {
    flex-direction: row-reverse
}

.elementor-blockquote--align-center .elementor-blockquote {
    text-align: center
}

.elementor-blockquote--align-center .elementor-blockquote .e-q-footer,
.elementor-blockquote--align-center .elementor-blockquote__author {
    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-dynamic-text {
    color: var(--dynamic-text-color, #aebcb9)
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
    text-align: left
}

.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);
    transform: translate(-50%, -50%);
    overflow: visible
}

.elementor-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s
}

.elementor-headline.e-animated svg path {
    animation: elementor-headline-dash forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
    animation-delay: calc(var(--animation-duration, 1.2s)/2)
}

.elementor-headline.e-hide-highlight svg path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight .4s forwards;
    animation-iteration-count: 1
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        opacity: 0;
        filter: blur(10px)
    }
}

.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 {
    perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
    opacity: 1;
    transform: rotateX(0deg);
    animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    transform: rotateX(180deg);
    animation: elementor-headline-flip-out 1.2s
}

@keyframes elementor-headline-flip-in {
    0% {
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        transform: rotateX(1turn);
        opacity: 1
    }
}

@keyframes elementor-headline-flip-out {
    0% {
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    to {
        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%;
    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 {
    animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
    background-color: var(--typing-selected-bg-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: var(--typing-selected-color, var(--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
}

@keyframes elementor-headline-pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    to {
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
    perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    display: inline-block;
    backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
    transform: scaleX(1.0005);
    opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
    transform-style: preserve-3d;
    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 {
    animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-swirl-out .4s forwards
}

@keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        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;
    animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-slide-down-out .6s
}

@keyframes elementor-headline-slide-down-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        transform: translateY(20%)
    }

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

@keyframes elementor-headline-slide-down-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        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 {
    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;
    animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-drop-in-out .8s
}

@keyframes elementor-headline-drop-in-in {
    0% {
        opacity: 0;
        transform: translateZ(100px)
    }

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

@keyframes elementor-headline-drop-in-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translateZ(-100px)
    }
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
    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;
    transform: rotateY(180deg);
    backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-blinds-out .6s forwards
}

@keyframes elementor-headline-blinds-in {
    0% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(0deg)
    }
}

@keyframes elementor-headline-blinds-out {
    0% {
        transform: rotateY(0)
    }

    to {
        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;
    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 {
    animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
    animation: elementor-headline-wave-down .6s forwards
}

@keyframes elementor-headline-wave-up {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.2);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes elementor-headline-wave-down {
    0% {
        transform: scale(1);
        opacity: 1
    }

    60% {
        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;
    animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
    animation: elementor-headline-slide-out .6s
}

@keyframes elementor-headline-slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        transform: translateX(10%)
    }

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

@keyframes elementor-headline-slide-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        transform: translateX(110%)
    }

    to {
        opacity: 0;
        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 {
    transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
    overflow: hidden
}

.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;
    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;
    width: 100% !important
}

.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;
    transition: .3s;
    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 {
    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: #3f444b;
    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 {
    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;
    inset-inline-start: 100%
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #3f444b
}

.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 {
    transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity .2s, 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;
    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;
    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 {
    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 {
    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%;
    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 {
    transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
    content: "";
    transition: .3s
}

.e--pointer-background .elementor-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f444b;
    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 {
    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 {
    transform: scale(1);
    opacity: 1
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    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 {
    transition: opacity .15s, 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: #3f444b;
    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 {
    transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
    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 {
    transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
    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: #1f2124;
    color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b
}

.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: 8px dashed transparent;
    border-bottom: 8px solid #33373d
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #33373d transparent transparent
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg)
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em
}

.elementor-nav-menu--layout-horizontal {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: nowrap;
    flex-grow: 1
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
    top: 100% !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%);
    border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
    border-bottom-color: var(--e-nav-menu-divider-color, #000);
    border-right-color: var(--e-nav-menu-divider-color, #000);
    border-top-color: var(--e-nav-menu-divider-color, #000);
    align-self: center
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto;
    justify-content: flex-end
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto;
    justify-content: flex-start
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-start .elementor-nav-menu {
    margin-inline-end: auto;
    justify-content: flex-start
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
    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 {
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    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: flex;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    content: " ";
    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: flex;
    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: #1f2124;
    color: #fff
}

.elementor-nav-menu a.disabled {
    cursor: not-allowed;
    color: #88909b
}

.elementor-nav-menu .e-plus-icon:before {
    content: "+"
}

.elementor-nav-menu .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center
}

.elementor-nav-menu .sub-arrow i {
    pointer-events: none
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: .7em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: .7em;
    width: .7em
}

.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: #3f444b;
    color: #fff
}

.elementor-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nav-menu-icon-size, 22px);
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #33373d
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none
}

.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em
}

.elementor-menu-toggle svg {
    width: 1em;
    height: auto;
    fill: var(--nav-menu-icon-color, currentColor)
}

span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
    line-height: 1
}

.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;
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: .85em
}

.elementor-nav-menu--dropdown a {
    color: #33373d
}

.elementor-nav-menu--dropdown a.current {
    background: #1f2124;
    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 {
    justify-content: center
}

.elementor-nav-menu--toggle {
    --menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll .3s backwards
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
}

@media (max-width:767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:768px) {

    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:1) {
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:1) {

    .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        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
    }

    .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:1) {
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:1) {

    .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

.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);
    transition-duration: var(--overlay-transition-duration);
    transition-property: mix-blend-mode, transform, opacity, background-color
}

.elementor-gallery-item__image.e-gallery-image {
    transition-duration: var(--image-transition-duration);
    transition-property: filter, transform
}

.elementor-gallery-item__content {
    display: flex;
    flex-direction: column;
    justify-content: var(--content-justify-content, center);
    align-items: center;
    text-align: var(--content-text-align);
    padding: var(--content-padding)
}

.elementor-gallery-item__content>div {
    transition-duration: var(--content-transition-duration)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2) {
    transition-delay: calc(var(--content-transition-delay)/3)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3) {
    transition-delay: calc(var(--content-transition-delay)/3*2)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4) {
    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: flex;
    flex-wrap: wrap;
    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-left-width: var(--galleries-pointer-border-width);
    border-bottom-width: var(--galleries-pointer-border-width);
    border-right-width: 0;
    border-top-width: 0
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: var(--galleries-pointer-border-width);
    border-top-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-left-width: var(--galleries-pointer-border-width);
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
    border-left-width: 0;
    border-bottom-width: var(--galleries-pointer-border-width);
    border-right-width: var(--galleries-pointer-border-width);
    border-top-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;
    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 {
    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:focus .elementor-gallery__item-overlay-bg,
.e-gallery-item:focus .elementor-gallery__item-overlay-content,
.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,
.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,
.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)
}

.e-con-inner>.elementor-widget-gallery,
.e-con>.elementor-widget-gallery {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.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, #9da5ae);
    border-radius: var(--box-border-radius, 3px);
    background-color: var(--box-background-color);
    transition: min-height .4s;
    overflow: hidden
}

.elementor-toc__header {
    display: flex;
    align-items: center;
    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, #9da5ae)
}

.elementor-toc__header-title {
    font-size: 18px;
    margin: 0;
    color: var(--header-color)
}

.elementor-toc__toggle-button {
    cursor: pointer;
    display: inline-flex
}

.elementor-toc__toggle-button i {
    color: var(--toggle-button-color)
}

.elementor-toc__toggle-button svg {
    height: 1em;
    width: 1em;
    fill: var(--toggle-button-color)
}

.elementor-toc__spinner-container {
    text-align: center
}

.elementor-toc__spinner {
    font-size: 2em
}

.elementor-toc__spinner.e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-toc__body {
    padding: var(--box-padding, 20px);
    max-height: var(--toc-body-max-height);
    overflow-y: auto
}

.elementor-toc__body::-webkit-scrollbar {
    width: 7px
}

.elementor-toc__body::-webkit-scrollbar-thumb {
    background-color: #babfc5;
    border-radius: 10px
}

.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: flex;
    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 svg {
    margin-right: 8px;
    fill: var(--marker-color);
    height: var(--marker-size, .5em);
    width: var(--marker-size, .5em)
}

.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;
    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, ".") ". "
}

.e-lottie__container {
    display: inline-block;
    max-width: var(--lottie-container-max-width);
    width: var(--lottie-container-width);
    opacity: var(--lottie-container-opacity)
}

.e-lottie__container:hover {
    opacity: var(--lottie-container-opacity-hover);
    transition-duration: var(--lottie-container-transition-duration-hover)
}

.e-lottie__container svg,
.e-lottie__container svg * {
    transition: none !important
}

.e-lottie__caption {
    color: var(--caption-color);
    margin-top: var(--caption-margin-top);
    text-align: var(--caption-text-align)
}

.e-tabs-inner-tabs {
    text-align: left;
    font-family: Hind, sans-serif;
    font-size: 16px
}

.e-tabs-inner-tabs .e-tab-content {
    padding-top: 32px
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper :after {
    content: "";
    width: 100%;
    height: var(--inner-tabs-border-height, 1px);
    background-color: var(--inner-tabs-border-color, #d5d8dc);
    position: absolute;
    bottom: 0;
    z-index: -1
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title {
    font-weight: 700;
    min-width: 140px;
    line-height: 38px;
    height: 38px;
    box-sizing: content-box
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
    color: #3f444b;
    padding: 0 36px;
    display: block;
    text-align: center
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active {
    border-color: #0c0d0e #0c0d0e transparent;
    border-left-width: 0;
    border-bottom: 1px solid #0c0d0e;
    border-right-width: 0;
    border-top-width: 0
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a {
    color: #0c0d0e
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
    display: none
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
    display: none;
    padding: 20px
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
    color: #1f2124
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active {
    display: block
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons {
    margin-top: 24px;
    display: none
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button {
    display: none;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    border: none;
    background: 0 0;
    padding: 0
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text {
    overflow: hidden
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button {
    display: none
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons,
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button {
    display: block
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text {
    height: auto
}

@media (max-width:767px) {
    .e-tabs-inner-tabs>.e-tab-content:first-child {
        padding-top: 24px
    }

    .e-tabs-inner-tabs .e-inner-tabs-wrapper {
        display: none
    }

    .e-tabs-inner-tabs .e-inner-tabs-content-wrapper {
        border: solid #d5d8dc;
        border-width: 1px 1px 0
    }

    .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
        border: solid #d5d8dc;
        border-width: 0 0 1px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        height: 38px;
        line-height: 38px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 10px;
        cursor: pointer;
        display: block
    }

    .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
        border: solid #d5d8dc;
        border-width: 0 0 1px;
        padding: 20px
    }
}

.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
    flex-direction: row
}

@media (max-width:767px) {
    .elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
        flex-direction: column-reverse
    }
}

.elementor-widget-video-playlist {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.elementor-widget-video-playlist .e-tabs {
    display: flex;
    flex-direction: column
}

.elementor-widget-video-playlist .e-tabs-main-area {
    display: flex;
    flex-direction: row-reverse;
    height: 434px
}

.elementor-widget-video-playlist .e-tabs-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 33%
}

.elementor-widget-video-playlist .e-tabs-header {
    background-color: var(--e-a-bg-default);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 0 16px;
    min-height: 56px;
    border-bottom: 1px solid #d5d8dc
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side {
    display: inline-flex;
    flex-shrink: 0
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
    font-family: Hind, sans-serif;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: auto 0
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
    font-size: 14px;
    flex-shrink: 0;
    font-weight: 400;
    line-height: 20px;
    align-self: flex-start;
    padding: 18px 0 0
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
    display: none;
    margin: auto 0 auto 8px;
    cursor: pointer;
    padding: 0 4px
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-widget-video-playlist .e-tabs-header .rotate-up {
    transform: rotate(-180deg);
    transition: .3s
}

.elementor-widget-video-playlist .e-tabs-header .rotate-down {
    transform: rotate(0deg);
    transition: .3s
}

.elementor-widget-video-playlist .e-tabs-items-wrapper {
    background-color: var(--e-a-bg-default);
    overflow: hidden;
    position: relative;
    height: 100%
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
    overflow: auto;
    height: 100%
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
    border-color: #d5d8dc;
    font-size: 14px;
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-width: 0;
    box-sizing: content-box
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
    background-color: var(--e-a-bg-default);
    border-color: #d5d8dc;
    border-width: 0 0 1px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    outline: none;
    padding: 0 16px;
    box-sizing: content-box
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i {
    text-shadow: 0 0 3px #000;
    color: #fff;
    font-size: var(--playlist-item-icon-size, 16px)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
    text-shadow: 0 0 3px #000;
    color: #fff;
    fill: #fff;
    width: var(--playlist-item-icon-size, 16px);
    height: var(--playlist-item-icon-size, 16px)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path {
    fill: #fff
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover {
    background-color: #f1f2f3;
    border-color: #d5d8dc;
    border-width: 0 0 1px
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg {
    text-shadow: 0 0 3px #000;
    color: #fff
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path {
    fill: #fff
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text {
    font-size: 14px
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
    display: inline-flex
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
    background-color: #d5d8dc;
    position: relative;
    margin: auto 0;
    flex-shrink: 0;
    width: 75px;
    height: 42px
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 75px;
    height: 42px
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-weight: 900
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
    font-size: 14px;
    margin: auto 8px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex-grow: 1
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
    margin: auto 0;
    vertical-align: middle
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration {
    font-size: 14px;
    margin: auto 0
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play {
    display: none
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched {
    display: block
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
    display: none;
    height: 98px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, transparent, #fff)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
    display: none;
    height: 98px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    pointer-events: none
}

.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom,
.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top {
    display: block
}

.elementor-widget-video-playlist .e-tabs-content-wrapper {
    flex-grow: 1;
    height: 100%;
    position: relative
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title {
    display: none
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
    background-color: #000;
    display: none;
    height: 100%;
    outline: none
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content>div {
    height: 100%
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
    height: 100%;
    max-height: 100% !important;
    display: flex
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video {
    height: 100%;
    background-color: #000
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content {
    display: none;
    outline: none
}

@media (max-width:767px) {
    .elementor-widget-video-playlist .e-tabs-main-area {
        flex-direction: column-reverse;
        height: auto
    }

    .elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper {
        border: none;
        height: 38%
    }

    .elementor-widget-video-playlist .e-tabs-wrapper {
        width: auto;
        height: 62%
    }

    .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
        max-height: 248px
    }

    .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title {
        border: none
    }

    .elementor-widget-video-playlist .e-tabs-header {
        min-height: 48px
    }

    .elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
        display: inline-flex
    }

    .elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
        margin: 0 6px;
        padding: 14px 0 0
    }

    .elementor-widget-video-playlist .e-tab-content {
        border: none;
        padding: 0;
        display: flex
    }
}

.elementor-payment-button {
    border: none
}

.elementor-scrolling-tracker {
    --scrolling-track-default-progress-color: #61ce70;
    --scrolling-track-default-color: #eee;
    --scrolling-track-precentage-default-color: $black
}

.elementor-scrolling-tracker-horizontal {
    display: flex;
    width: 100%;
    height: var(--horizontal-height, 20px);
    padding: var(--tracker-padding);
    align-items: center;
    border-left: var(--horizontal-border-left-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
    border-bottom: var(--horizontal-border-bottom-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
    border-right: var(--horizontal-border-right-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
    border-top: var(--horizontal-border-top-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
    border-radius: var(--border-radius);
    background-color: var(--scrolling-track-default-color);
    direction: var(--direction)
}

.elementor-scrolling-tracker-horizontal .current-progress {
    display: none;
    height: 100%;
    align-items: center;
    position: relative;
    border-radius: var(--progress-border-radius);
    border-left: var(--horizontal-progress-border-left-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
    border-bottom: var(--horizontal-progress-border-bottom-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
    border-right: var(--horizontal-progress-border-right-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
    border-top: var(--horizontal-progress-border-top-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
    background-color: var(--scrolling-track-default-progress-color)
}

.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage {
    inset-inline-end: .5em;
    inset-inline-start: auto;
    position: absolute;
    direction: var(--text-direction);
    color: var(--percentage-color, var(--scrolling-track-precentage-default-color))
}

.elementor-scrolling-tracker-circular {
    display: flex;
    width: var(--circular-width, 100px);
    height: var(--circular-height, 100px);
    align-items: center;
    justify-content: center;
    position: relative;
    margin-inline-start: 0;
    margin-inline-end: auto
}

.elementor-scrolling-tracker-circular .current-progress-percentage {
    position: absolute;
    color: var(--percentage-color, var(--scrolling-track-precentage-default-color))
}

.elementor-scrolling-tracker-circular svg {
    position: absolute
}

.elementor-scrolling-tracker-circular .current-progress {
    display: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke: var(--circular-color, var(--scrolling-track-default-progress-color));
    fill: transparent;
    stroke-width: var(--circular-progress-width, 4px)
}

.elementor-scrolling-tracker-circular .circle {
    stroke: var(--circular-background-color, var(--scrolling-track-default-color));
    fill: transparent;
    stroke-width: var(--circular-background-width, 4px)
}

.elementor-scrolling-tracker-alignment-left {
    margin-left: 0;
    margin-right: auto
}

.elementor-scrolling-tracker-alignment-center {
    margin-left: auto;
    margin-right: auto
}

.elementor-scrolling-tracker-alignment-right {
    margin-left: auto;
    margin-right: 0
}

.e-con-inner>.elementor-widget-progress-tracker,
.e-con>.elementor-widget-progress-tracker {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-loop-grid {
    scroll-margin-top: var(--auto-scroll-offset, initial)
}

.elementor-widget-loop-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.elementor-widget-loop-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.elementor-widget-loop-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.elementor-widget-loop-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.elementor-widget-loop-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.elementor-widget-loop-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.elementor-widget-loop-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.elementor-widget-loop-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.elementor-widget-loop-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr))
}

.elementor-widget-loop-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.elementor-widget-loop-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr))
}

.elementor-widget-loop-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

@media (min-width:1) {
    .elementor-widget-loop-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (max-width:1) {
    .elementor-widget-loop-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (max-width:1) {
    .elementor-widget-loop-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (max-width:1024px) {
    .elementor-widget-loop-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (max-width:1) {
    .elementor-widget-loop-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (max-width:767px) {
    .elementor-widget-loop-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .elementor-widget-loop-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

.elementor-widget-loop-grid .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px)
}

.elementor-widget-loop-grid.e-loading-overlay {
    animation: loadingOpacityAnimation 1s infinite alternate
}

.elementor-widget-loop-grid .e-loop__load-more {
    text-align: var(--load-more-button-align)
}

.elementor-widget-loop-grid .e-loop__load-more .elementor-button {
    width: var(--load-more-button-width)
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container {
    cursor: default
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg {
    display: flex
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
    visibility: hidden
}

.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper {
    display: none
}

.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message {
    display: block
}

.elementor-widget-loop-grid.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
    visibility: visible
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner {
    display: flex
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg {
    margin: 0 auto;
    display: none
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i {
    color: var(--load-more-spinner-color)
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg {
    fill: var(--load-more-spinner-color);
    height: 1em;
    width: 1em
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-message {
    color: var(--load-more-message-color);
    text-align: var(--load-more-message-alignment, center);
    display: none;
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper {
    margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: inherit
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .elementor-button {
    cursor: pointer;
    position: relative
}

.elementor-widget-loop-grid .e-loop-nothing-found-message {
    text-align: var(--e-loop-nothing-found-message-align, center);
    padding-block-start: var(--e-loop-nothing-found-message-space-from-top, 30px);
    padding-block-end: var(--e-loop-nothing-found-message-space-from-bottom, 30px);
    color: var(--e-loop-nothing-found-message-color, #1f2124)
}

.elementor-loop-container.elementor-posts-masonry {
    align-items: flex-start
}

.elementor-loop-container:not(.elementor-posts-masonry) {
    align-items: stretch
}

@keyframes loadingOpacityAnimation {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

.elementor-widget-loop-carousel {
    --swiper-pagination-size: 0;
    --swiper-pagination-spacing: 10px;
    --swiper-slides-gap: 10px;
    --swiper-offset-size: 0;
    height: -moz-fit-content;
    height: fit-content;
    --swiper-padding-bottom: calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));
    --arrow-prev-top-align: 50%;
    --arrow-prev-top-position: 0px;
    --arrow-prev-caption-spacing: 15px;
    --arrow-next-top-align: 50%;
    --arrow-next-top-position: 0px;
    --arrow-next-caption-spacing: 15px;
    --arrow-prev-left-align: 0px;
    --arrow-prev-left-position: 0px;
    --arrow-next-right-align: 0px;
    --arrow-next-right-position: 0px;
    --arrow-next-translate-x: 0px;
    --arrow-next-translate-y: 0px;
    --arrow-prev-translate-x: 0px;
    --arrow-prev-translate-y: 0px;
    --dots-vertical-position: 100%;
    --dots-vertical-offset: 0px;
    --dots-horizontal-position: 50%;
    --dots-horizontal-offset: 0px;
    --dots-horizontal-transform: -50%;
    --dots-vertical-transform: -100%;
    --fraction-vertical-position: 100%;
    --fraction-vertical-offset: 0px;
    --fraction-horizontal-position: 50%;
    --fraction-horizontal-offset: 0px;
    --fraction-horizontal-transform: -50%;
    --fraction-vertical-transform: -100%;
    --horizontal-transform-modifier: 1
}

.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
    --swiper-pagination-size: 6px
}

.elementor-widget-loop-carousel.elementor-pagination-type-fraction {
    --swiper-pagination-size: 16px
}

.elementor-widget-loop-carousel.elementor-pagination-type-progressbar {
    --swiper-pagination-size: 4px
}

.elementor-widget-loop-carousel .elementor-loop-container>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
    overflow: initial
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-left {
    padding-inline-start: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-right {
    padding-inline-end: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-both {
    padding-inline-start: var(--swiper-offset-size, 0);
    padding-inline-end: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper {
    gap: var(--swiper-slides-gap);
    overflow: hidden
}

.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
    --number-of-gaps: max(calc(var(--swiper-slides-to-display) - 1), 0);
    --gaps-width-total: calc(var(--number-of-gaps)*var(--swiper-slides-gap));
    max-width: calc((100% - var(--gaps-width-total))/var(--swiper-slides-to-display, 1))
}

.elementor-widget-loop-carousel .e-loop-first-edit {
    min-width: 33%;
    margin-block-start: 23px
}

.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con {
    display: var(--display)
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    font-size: var(--arrow-size, 25px);
    color: var(--arrow-normal-color, hsla(0, 0%, 93.3%, .9));
    border-style: var(--arrow-normal-border-type);
    transition-duration: .25s;
    z-index: 2
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: var(--arrow-normal-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
    color: var(--arrow-hover-color, hsla(0, 0%, 93.3%, .9));
    border-style: var(--arrow-hover-border-type)
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
    fill: var(--arrow-hover-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
    top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
    right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
    transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y))
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
    top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
    left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
    transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y))
}

.elementor-widget-loop-carousel .swiper-container-horizontal~.swiper-pagination-progressbar,
.elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar {
    height: var(--swiper-pagination-size)
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--progressbar-normal-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
    background: var(--progressbar-hover-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-fraction {
    color: var(--fraction-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
    width: var(--swiper-pagination-size);
    height: var(--swiper-pagination-size);
    background: var(--dots-normal-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
    background: var(--dots-hover-color, #000);
    opacity: 1
}

.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container {
    overflow: visible;
    overflow-x: clip
}

.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets,
.elementor-widget-loop-carousel .swiper-pagination,
.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-widget-loop-carousel .swiper-pagination-custom,
.elementor-widget-loop-carousel .swiper-pagination-fraction {
    font-size: var(--swiper-pagination-size);
    line-height: var(--swiper-pagination-size)
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,
.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
    padding-bottom: var(--swiper-padding-bottom)
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,
.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow {
    padding-bottom: 0
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
    vertical-align: top
}

.elementor-widget-loop-carousel .swiper-pagination-bullets {
    top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
    left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
    transform: translate(calc(var(--dots-horizontal-transform)*var(--horizontal-transform-modifier)), var(--dots-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 3
}

.elementor-widget-loop-carousel .swiper-pagination-fraction {
    top: calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));
    left: calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));
    transform: translate(calc(var(--fraction-horizontal-transform)*var(--horizontal-transform-modifier)), var(--fraction-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 3
}

.e-loop-item * {
    word-break: break-word
}

[class*=elementor-widget-loop] .elementor-page-title,
[class*=elementor-widget-loop] .product_title.entry-title {
    display: initial
}

.e-loop-template-canvas {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item {
    max-width: var(--preview-width, 410px);
    width: var(--preview-width, 410px)
}

.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item #elementor-add-new-section {
    width: var(--preview-width, 410px)
}

.elementor-widget-n-menu {
    --n-menu-direction: column;
    --n-menu-wrapper-display: flex;
    --n-menu-content-display: flex;
    --n-menu-heading-display: flex;
    --n-menu-heading-justify-content: initial;
    --n-menu-title-color-normal: #1f2124;
    --n-menu-title-color-active: #58d0f5;
    --n-menu-icon-color: var(--n-menu-title-color-normal);
    --n-menu-icon-color-active: var(--n-menu-title-color-active);
    --n-menu-icon-color-hover: var(--n-menu-title-color-hover);
    --n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
    --n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
    --n-menu-title-hover-color-fallback: #1f2124;
    --n-menu-title-font-size: 1rem;
    --n-menu-title-justify-content: initial;
    --n-menu-title-flex-grow: initial;
    --n-menu-title-justify-content-mobile: initial;
    --n-menu-title-space-between: 0px;
    --n-menu-title-distance-from-content: 0px;
    --n-menu-title-color-hover: #1f2124;
    --n-menu-title-padding: .5rem 1rem;
    --n-menu-title-transition: .3s;
    --n-menu-title-line-height: 1.5;
    --n-menu-title-order: initial;
    --n-menu-title-direction: initial;
    --n-menu-title-align-items: center;
    --n-menu-toggle-align: center;
    --n-menu-toggle-icon-wrapper-animation-duration: .5s;
    --n-menu-toggle-icon-hover-duration: .5s;
    --n-menu-toggle-icon-size: 20px;
    --n-menu-toggle-icon-color: #1f2124;
    --n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
    --n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
    --n-menu-toggle-icon-border-radius: initial;
    --n-menu-toggle-icon-padding: initial;
    --n-menu-toggle-icon-distance-from-dropdown: 0px;
    --n-menu-icon-align-items: center;
    --n-menu-icon-order: initial;
    --n-menu-icon-gap: 5px;
    --n-menu-dropdown-icon-gap: 5px;
    --n-menu-dropdown-indicator-size: initial;
    --n-menu-dropdown-indicator-rotate: initial;
    --n-menu-dropdown-indicator-space: initial;
    --n-menu-dropdown-indicator-color-normal: initial;
    --n-menu-dropdown-indicator-color-hover: initial;
    --n-menu-dropdown-indicator-color-active: initial;
    --n-menu-dropdown-content-max-width: initial;
    --n-menu-dropdown-content-box-border-color: #fff;
    --n-menu-dropdown-content-box-border-inline-start-width: medium;
    --n-menu-dropdown-content-box-border-block-end-width: medium;
    --n-menu-dropdown-content-box-border-block-start-width: medium;
    --n-menu-dropdown-content-box-border-inline-end-width: medium;
    --n-menu-dropdown-content-box-border-style: none;
    --n-menu-dropdown-headings-height: 0px;
    --n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
    --n-menu-open-animation-duration: .5s;
    --n-menu-heading-overflow-x: initial;
    --n-menu-heading-wrap: wrap;
    --stretch-width: 100%;
    --stretch-left: initial;
    --stretch-right: initial
}

.elementor-widget-n-menu .e-n-menu {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-menu .e-n-menu-wrapper {
    display: var(--n-menu-wrapper-display);
    flex-direction: column
}

.elementor-widget-n-menu .e-n-menu-heading {
    display: var(--n-menu-heading-display);
    flex-direction: row;
    justify-content: var(--n-menu-heading-justify-content);
    row-gap: var(--n-menu-title-space-between);
    margin: initial;
    padding: initial;
    overflow-x: var(--n-menu-heading-overflow-x);
    flex-wrap: var(--n-menu-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title {
    position: relative
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
    margin-inline-end: var(--n-menu-title-space-between)
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child):after {
    content: var(--n-menu-divider-content, none);
    border-inline-start-width: var(--n-menu-divider-border-width);
    border-inline-start-style: var(--n-menu-divider-style, solid);
    height: var(--n-menu-divider-height, 35%);
    border-color: var(--n-menu-divider-color, #000);
    align-self: center;
    position: absolute;
    right: calc(var(--n-menu-title-space-between)/2*-1 - var(--n-menu-divider-border-width)/2)
}

.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title a:focus-visible,
.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title button:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-menu .e-n-menu-content {
    display: var(--n-menu-content-display);
    flex-direction: column;
    position: absolute;
    z-index: 2147483640;
    background-color: transparent;
    min-width: 0;
    width: var(--stretch-width);
    left: var(--stretch-left);
    right: var(--stretch-right)
}

.elementor-widget-n-menu .e-n-menu-content>.e-con {
    animation-duration: var(--n-menu-open-animation-duration);
    max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))
}

:where(.elementor-widget-n-menu .e-n-menu-content>.e-con) {
    background-color: #fff
}

.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-menu .e-n-menu-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: var(--n-menu-title-padding);
    font-weight: 500;
    color: var(--n-menu-title-color-normal);
    justify-content: var(--n-menu-title-justify-content);
    flex-grow: var(--n-menu-title-flex-grow);
    border: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: initial;
    gap: var(--n-menu-dropdown-indicator-space)
}

.elementor-widget-n-menu .e-n-menu-title.e-click,
.elementor-widget-n-menu .e-n-menu-title.e-click * {
    cursor: pointer
}

.elementor-widget-n-menu .e-n-menu-title-container {
    display: flex;
    flex-direction: var(--n-menu-title-direction);
    align-items: var(--n-menu-title-align-items);
    align-self: var(--n-menu-icon-align-items);
    gap: var(--n-menu-icon-gap);
    justify-content: var(--n-menu-title-justify-content)
}

.elementor-widget-n-menu .e-n-menu-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-menu-title-font-size);
    line-height: var(--n-menu-title-line-height);
    transition: all var(--n-menu-title-transition)
}

.elementor-widget-n-menu .e-n-menu-title-text.e-link {
    cursor: pointer
}

.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link),
.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link)>span {
    cursor: default
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: var(--n-menu-icon-order)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0s
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i {
    font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg {
    fill: var(--n-menu-title-color-normal);
    width: var(--n-menu-icon-size, var(--n-menu-title-font-size));
    height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    text-align: center;
    height: calc(var(--n-menu-title-font-size)*var(--n-menu-title-line-height));
    align-self: var(--n-menu-icon-align-items);
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: var(--n-menu-dropdown-icon-gap);
    transition: all var(--n-menu-title-transition);
    transform: var(--n-menu-dropdown-indicator-rotate)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
    font-size: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
    width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    height: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition)
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened {
    display: none
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed {
    display: flex
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
    display: none
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
    display: flex
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
    color: var(--n-menu-title-color-normal)
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i {
    color: var(--n-menu-icon-color)
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg {
    fill: var(--n-menu-icon-color)
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal))
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal))
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active {
    transform: translateY(-100%);
    height: 0;
    opacity: 0
}

.elementor-widget-n-menu .e-n-menu-title.e-current span>svg {
    fill: var(--n-menu-title-color-active)
}

.elementor-widget-n-menu .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: var(--n-menu-title-color-active)
}

.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive {
    transform: translateY(-100%);
    height: 0;
    opacity: 0
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i {
    color: var(--n-menu-icon-color-active)
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg {
    fill: var(--n-menu-icon-color-active)
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active))
}

.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active))
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-text:not(.e-link) {
    cursor: default
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg {
    fill: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback))
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i {
    color: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback))
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
    color: var(--n-menu-title-color-hover)
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i {
    color: var(--n-menu-icon-color-hover)
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg {
    fill: var(--n-menu-icon-color-hover)
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover))
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover))
}

.elementor-widget-n-menu .e-n-menu-toggle {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
    align-self: var(--n-menu-toggle-align);
    position: relative;
    z-index: 1000
}

.elementor-widget-n-menu .e-n-menu-toggle:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-menu .e-n-menu-toggle i {
    font-size: var(--n-menu-toggle-icon-size);
    color: var(--n-menu-toggle-icon-color);
    transition: all var(--n-menu-toggle-icon-hover-duration)
}

.elementor-widget-n-menu .e-n-menu-toggle svg {
    fill: var(--n-menu-toggle-icon-color);
    width: var(--n-menu-toggle-icon-size);
    height: auto;
    transition: all var(--n-menu-toggle-icon-hover-duration)
}

.elementor-widget-n-menu .e-n-menu-toggle span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: var(--n-menu-toggle-icon-padding);
    border-radius: var(--n-menu-toggle-icon-border-radius)
}

.elementor-widget-n-menu .e-n-menu-toggle span.e-close {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-] {
    animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
    transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration)
}

.elementor-widget-n-menu .e-n-menu-toggle:hover i {
    color: var(--n-menu-toggle-icon-color-hover)
}

.elementor-widget-n-menu .e-n-menu-toggle:hover svg {
    fill: var(--n-menu-toggle-icon-color-hover)
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open {
    opacity: 0
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close {
    opacity: 1
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i {
    color: var(--n-menu-toggle-icon-color-active)
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg {
    fill: var(--n-menu-toggle-icon-color-active)
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content {
    top: 100%;
    z-index: 1
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content.e-active {
    padding-block-start: var(--n-menu-title-distance-from-content);
    z-index: 2
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content {
    bottom: 100%;
    z-index: 1
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content.e-active {
    padding-block-end: var(--n-menu-title-distance-from-content);
    z-index: 2
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] {
    gap: 0
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
    min-width: 0;
    width: var(--stretch-width);
    flex-direction: column;
    position: absolute;
    z-index: 2147483640;
    background-color: transparent;
    top: 100%;
    left: var(--stretch-left);
    right: var(--stretch-right);
    border-inline-start: var(--n-menu-dropdown-content-box-border-width-inline-start);
    border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
    border-block-start: var(--n-menu-dropdown-content-box-border-width-block-start);
    border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
    border-style: var(--n-menu-dropdown-content-box-border-style);
    border-color: var(--n-menu-dropdown-content-box-border-color);
    border-radius: var(--n-menu-dropdown-content-box-border-radius);
    box-shadow: var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position, );
    max-height: var(--n-menu-dropdown-content-box-height);
    transition: max-height .3s;
    animation: hide-scroll .3s backwards;
    overflow-y: auto;
    overflow-x: hidden;
    margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
    justify-content: var(--n-menu-title-justify-content-mobile);
    width: auto;
    background-color: #fff;
    white-space: normal;
    order: var(--n-menu-title-order);
    margin-inline-end: 0
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(:first-child) {
    margin-block-start: var(--n-menu-title-space-between)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text {
    color: var(--n-menu-title-normal-color-dropdown)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown))
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown))
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
    color: var(--n-menu-title-active-color-dropdown)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown))
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown))
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content {
    overflow: hidden;
    width: auto;
    left: auto;
    right: auto;
    --n-menu-dropdown-content-max-width: initial
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con {
    order: var(--n-menu-title-order);
    width: var(--width);
    margin-block-start: var(--n-menu-title-distance-from-content)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view {
    min-width: 0;
    width: 100%
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner {
    max-width: var(--content-width)
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
    --n-menu-wrapper-display: flex
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) {
    --width: fit-content
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty {
    --empty-top-level-menu-content-container-min-width: 400px;
    --width: var(--empty-top-level-menu-content-container-min-width)
}

.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty {
    --nested-containers-min-width-for-dropzone: 150px;
    min-width: var(--nested-containers-min-width-for-dropzone)
}

.elementor-widget-n-menu.elementor-loading {
    pointer-events: none
}

.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents
}

.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle {
    display: flex
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile {
        --n-menu-wrapper-display: none;
        --n-menu-heading-display: contents;
        --n-menu-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle {
        display: flex
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra {
        --n-menu-wrapper-display: none;
        --n-menu-heading-display: contents;
        --n-menu-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle {
        display: flex
    }
}

@media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet {
        --n-menu-wrapper-display: none;
        --n-menu-heading-display: contents;
        --n-menu-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle {
        display: flex
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra {
        --n-menu-wrapper-display: none;
        --n-menu-heading-display: contents;
        --n-menu-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle {
        display: flex
    }
}

@media (max-width:1) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop {
        --n-menu-wrapper-display: none;
        --n-menu-heading-display: contents;
        --n-menu-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle {
        display: flex
    }
}

@keyframes hide-scroll {

    0%,
    to {
        overflow: hidden
    }
}

.e-con-inner>.elementor-widget-n-menu,
.e-con>.elementor-widget-n-menu {
    --flex-grow: var(--container-widget-flex-grow)
}

[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con {
    --padding-top: initial;
    --padding-right: initial;
    --padding-bottom: initial;
    --padding-left: initial
}

.elementor-widget-n-carousel {
    --e-n-carousel-slides-to-show: 3;
    --e-n-carousel-swiper-slides-gap: 10px;
    --e-n-carousel-swiper-slides-to-display: 3;
    --e-n-carousel-swiper-pagination-size: 0;
    --e-n-carousel-swiper-pagination-spacing: 10px;
    --e-n-carousel-swiper-offset-size: 0;
    height: -moz-fit-content;
    height: fit-content;
    --e-n-carousel-arrow-prev-top-align: 50%;
    --e-n-carousel-arrow-prev-top-position: 0px;
    --e-n-carousel-arrow-prev-caption-spacing: 15px;
    --e-n-carousel-arrow-next-top-align: 50%;
    --e-n-carousel-arrow-next-top-position: 0px;
    --e-n-carousel-arrow-next-caption-spacing: 15px;
    --e-n-carousel-arrow-prev-left-align: 0px;
    --e-n-carousel-arrow-prev-left-position: 0px;
    --e-n-carousel-arrow-next-right-align: 0px;
    --e-n-carousel-arrow-next-right-position: 0px;
    --e-n-carousel-arrow-next-translate-x: 0px;
    --e-n-carousel-arrow-next-translate-y: 0px;
    --e-n-carousel-arrow-prev-translate-x: 0px;
    --e-n-carousel-arrow-prev-translate-y: 0px;
    --e-n-carousel-swiper-padding-bottom: calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));
    --e-n-carousel-dots-vertical-position: 100%;
    --e-n-carousel-dots-vertical-offset: 0px;
    --e-n-carousel-dots-horizontal-position: 50%;
    --e-n-carousel-dots-horizontal-offset: 0px;
    --e-n-carousel-dots-horizontal-transform: -50%;
    --e-n-carousel-dots-vertical-transform: -100%;
    --e-n-carousel-fraction-vertical-position: 100%;
    --e-n-carousel-fraction-vertical-offset: 0px;
    --e-n-carousel-fraction-horizontal-position: 50%;
    --e-n-carousel-fraction-horizontal-offset: 0px;
    --e-n-carousel-fraction-horizontal-transform: -50%;
    --e-n-carousel-fraction-vertical-transform: -100%;
    --e-n-carousel-horizontal-transform-modifier: 1
}

.elementor-widget-n-carousel .e-n-carousel {
    display: flex;
    min-width: 0
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
    overflow: initial
}

.elementor-widget-n-carousel .e-n-carousel.offset-left {
    padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both,
.elementor-widget-n-carousel .e-n-carousel.offset-right {
    padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both {
    padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con {
    display: var(--display)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide {
    flex-shrink: 0;
    height: var(--e-n-carousel-slide-height, initial)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con {
    max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));
    height: var(--e-n-carousel-slide-container-height, initial)
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    font-size: var(--e-n-carousel-arrow-size, 25px);
    color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, .9));
    border-style: var(--e-n-carousel-arrow-normal-border-type);
    transition-duration: .25s;
    z-index: 2
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
    color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, .9));
    border-style: var(--e-n-carousel-arrow-hover-border-type)
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
    fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
    top: calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));
    right: calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));
    transform: translate(var(--e-n-carousel-arrow-next-translate-x), var(--e-n-carousel-arrow-next-translate-y))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
    top: calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));
    left: calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));
    transform: translate(var(--e-n-carousel-arrow-prev-translate-x), var(--e-n-carousel-arrow-prev-translate-y))
}

.elementor-widget-n-carousel.elementor-pagination-type-bullets {
    --e-n-carousel-swiper-pagination-size: 6px
}

.elementor-widget-n-carousel.elementor-pagination-type-fraction {
    --e-n-carousel-swiper-pagination-size: 16px
}

.elementor-widget-n-carousel.elementor-pagination-type-progressbar {
    --e-n-carousel-swiper-pagination-size: 4px
}

.elementor-widget-n-carousel .swiper-pagination-progressbar {
    height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--e-n-carousel-progressbar-normal-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
    background: var(--e-n-carousel-progressbar-hover-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
    color: var(--e-n-carousel-fraction-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-bullet {
    width: var(--e-n-carousel-swiper-pagination-size);
    height: var(--e-n-carousel-swiper-pagination-size);
    background: var(--e-n-carousel-dots-normal-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
    background: var(--e-n-carousel-dots-hover-color, #000);
    opacity: 1
}

.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,
.elementor-widget-n-carousel .swiper-pagination,
.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-widget-n-carousel .swiper-pagination-custom,
.elementor-widget-n-carousel .swiper-pagination-fraction {
    font-size: var(--e-n-carousel-swiper-pagination-size);
    line-height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
    padding-bottom: var(--e-n-carousel-swiper-padding-bottom)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow {
    padding-bottom: 0
}

.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
    vertical-align: top
}

.elementor-widget-n-carousel .swiper-pagination-bullets {
    top: calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));
    left: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
    transform: translate(calc(var(--e-n-carousel-dots-horizontal-transform)*var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-dots-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 3
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
    top: calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));
    left: calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));
    transform: translate(calc(var(--e-n-carousel-fraction-horizontal-transform)*var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-fraction-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 3
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
.swiper:not(.swiper-initialized)>.swiper-wrapper {
    gap: var(--e-n-carousel-swiper-slides-gap);
    overflow: hidden
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,
.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
    --e-n-carousel-number-of-gaps: max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1), 0);
    --e-n-carousel-gaps-width-total: calc(var(--e-n-carousel-number-of-gaps)*var(--e-n-carousel-swiper-slides-gap));
    max-width: calc((100% - var(--e-n-carousel-gaps-width-total))/var(--e-n-carousel-swiper-slides-to-display, 1))
}

[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con {
    --padding-top: initial;
    --padding-right: initial;
    --padding-bottom: initial;
    --padding-left: initial
}

.elementor-widget-taxonomy-filter {
    --e-filter-display: flex;
    --e-filter-direction: row;
    --e-filter-justify-content: center;
    --e-filter-wrap: wrap;
    --e-filter-align-items: center;
    --e-filter-item-width: initial;
    --e-filter-item-max-width: calc(100% - calc(var(--e-filter-item-padding)*3));
    --e-filter-item-justify-content: center;
    --e-filter-item-flex-grow: 0;
    --e-filter-item-align-items: center;
    --e-filter-item-border-radius: initial;
    --e-filter-space-between: 20px;
    --e-filter-normal-text-color: #69727d;
    --e-filter-active-text-color: #0c0d0e;
    --e-filter-hover-text-color: #0c0d0e;
    --e-filter-overflow-x: initial;
    --e-filter-white-space: nowrap;
    --e-filter-item-align-text: center;
    --e-filter-item-padding: 8px;
    --e-filter-item-box-sizing: initial
}

.elementor-widget-taxonomy-filter .e-filter {
    display: var(--e-filter-display);
    flex-direction: var(--e-filter-direction);
    flex-shrink: 0;
    justify-content: var(--e-filter-justify-content);
    align-items: var(--e-filter-align-items);
    gap: var(--e-filter-space-between);
    overflow-x: var(--e-filter-overflow-x);
    flex-wrap: var(--e-filter-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar {
    display: none
}

.elementor-widget-taxonomy-filter .e-filter.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-taxonomy-filter .e-filter.e-scroll-active {
    position: relative
}

.elementor-widget-taxonomy-filter .e-filter.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-taxonomy-filter .e-filter-item {
    all: unset;
    border: 1px #69727d;
    border-radius: var(--e-filter-item-border-radius);
    line-height: normal;
    color: var(--e-filter-normal-text-color);
    padding: var(--e-filter-item-padding);
    display: var(--e-filter-display);
    justify-content: var(--e-filter-item-justify-content);
    align-items: var(--e-filter-item-align-items);
    flex-grow: var(--e-filter-item-flex-grow);
    flex-basis: content;
    flex-shrink: 0;
    width: var(--e-filter-item-width);
    max-width: var(--e-filter-item-max-width);
    white-space: var(--e-filter-white-space);
    text-align: var(--e-filter-item-align-text);
    box-sizing: var(--e-filter-item-box-sizing);
    overflow-wrap: break-word;
    overflow: hidden
}

.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true] {
    color: var(--e-filter-active-text-color);
    border-color: #0c0d0e
}

.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]) {
    color: var(--e-filter-hover-text-color);
    border-color: #0c0d0e
}

.elementor-widget-taxonomy-filter .e-filter-item:hover,
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true] {
    background-color: initial
}

.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all] {
    order: -1
}

.elementor-widget-taxonomy-filter .e-filter-item:focus {
    background-color: initial;
    outline: none
}

.elementor-widget-taxonomy-filter .e-filter-item:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-taxonomy-filter .e-filter-empty {
    background-color: rgba(213, 216, 220, .8);
    color: #0c0d0e;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0
}

.elementor-widget-loop-grid .e-loop-item.e-inactive {
    display: none
}

.elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-container {
    max-width: 1595px;
    min-height: 100vh
}

.elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: space-between;
    align-items: space-between
}

.elementor-40534 .elementor-element.elementor-element-2c41a8d9 {
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 4%
}

.elementor-40534 .elementor-element.elementor-element-2c41a8d9:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f0dbe2;
    background-image: url(./../images/tlo_1.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0c0c0c 0%, #FFFFFF00 68%);
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-290c1a0>.elementor-container {
    min-height: 150px
}

.elementor-40534 .elementor-element.elementor-element-290c1a0>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-40534 .elementor-element.elementor-element-290c1a0 {
    margin-top: 0;
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-41583587 {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-41583587 img {
    width: 191px
}

.elementor-40534 .elementor-element.elementor-element-41583587>.elementor-widget-container {
    margin: 0 0 5px
}

.elementor-40534 .elementor-element.elementor-element-2295aeaa.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(76px/2)
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(76px/2)
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(76px/2);
    margin-left: calc(76px/2)
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-76px/2);
    margin-left: calc(-76px/2)
}

body.rtl .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-76px/2)
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-76px/2)
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-icon i {
    transition: color .3s
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-icon svg {
    transition: fill .3s
}

.elementor-40534 .elementor-element.elementor-element-5805881b {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px;
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-item>a {
    font-family: Hind, Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 1px
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-text {
    color: #fff;
    transition: color .3s
}

.elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #00c2e2
}

.elementor-40534 .elementor-element.elementor-element-2efa5eba .elementor-button {
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 8px;
    letter-spacing: 2.2px;
    fill: #000;
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 15px
}

.elementor-40534 .elementor-element.elementor-element-2efa5eba .elementor-button:hover,
.elementor-40534 .elementor-element.elementor-element-2efa5eba .elementor-button:focus {
    color: #fff;
    background-color: #FFFFFF00;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-2efa5eba .elementor-button:hover svg,
.elementor-40534 .elementor-element.elementor-element-2efa5eba .elementor-button:focus svg {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-2efa5eba>.elementor-widget-container {
    padding: 0 0 0 76px
}

.elementor-40534 .elementor-element.elementor-element-2efa5eba {
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-2d28daa2 {
    margin-top: 100px;
    margin-bottom: 310px
}

.elementor-40534 .elementor-element.elementor-element-22b7ad71>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-586ff7a7 {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-586ff7a7 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 100px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, .61)
}

.elementor-40534 .elementor-element.elementor-element-586ff7a7>.elementor-widget-container {
    margin: 0 50% 0 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-5e47565f {
    text-align: left;
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .96)
}

.elementor-40534 .elementor-element.elementor-element-5e47565f>.elementor-widget-container {
    margin: 0
}

.elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button {
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 8px;
    letter-spacing: 2.2px;
    fill: #363434;
    color: #363434;
    background-color: #e41a43;
    border-style: solid;
    border-width: 1px;
    border-color: #00000000;
    border-radius: 15px
}

.elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button:hover,
.elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button:focus {
    color: #fff;
    background-color: #FFFFFF00;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button:hover svg,
.elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button:focus svg {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-75f7d77c {
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-3c7e1f05 {
    --spacer-size: 1px
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon-wrapper {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8.elementor-view-stacked .elementor-icon {
    background-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-7aba2ca8.elementor-view-default .elementor-icon {
    color: #fff;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-7aba2ca8.elementor-view-default .elementor-icon svg {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon {
    font-size: 198px
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon svg {
    height: 198px
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8>.elementor-widget-container {
    margin: -72px 23px -113px -203px;
    padding: 0 0 0 199%
}

.elementor-40534 .elementor-element.elementor-element-7aba2ca8 {
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-325440e0>.elementor-container {
    max-width: 1595px
}

.elementor-40534 .elementor-element.elementor-element-325440e0:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-325440e0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f8f8fa
}

.elementor-40534 .elementor-element.elementor-element-325440e0 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 4%
}

.elementor-40534 .elementor-element.elementor-element-325440e0>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-50789af img {
    width: 38%
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-50789af {
    left: 208px
}

body.rtl .elementor-40534 .elementor-element.elementor-element-50789af {
    right: 208px
}

.elementor-40534 .elementor-element.elementor-element-50789af {
    top: -398px;
    z-index: 4
}

.elementor-40534 .elementor-element.elementor-element-233e99a6>.elementor-container {
    max-width: 565px;
    min-height: 275px
}

.elementor-40534 .elementor-element.elementor-element-233e99a6 {
    margin-top: -200px;
    margin-bottom: 0;
    padding: 0 65% 0 0;
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-1e50da0d:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 7px;
    border-color: #00c2e2;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, .05);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 6% 18% 0
}

.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-element-populated,
.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-element-populated>.elementor-background-overlay,
.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-background-slideshow {
    border-radius: 8px
}

.elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-30d232f9 .elementor-star-rating {
    font-size: 15.5px
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-30d232f9 .elementor-star-rating i:not(:last-of-type) {
    margin-right: 3px
}

body.rtl .elementor-40534 .elementor-element.elementor-element-30d232f9 .elementor-star-rating i:not(:last-of-type) {
    margin-left: 3px
}

.elementor-40534 .elementor-element.elementor-element-30d232f9 .elementor-star-rating i:before {
    color: #f3c352
}

.elementor-40534 .elementor-element.elementor-element-48aad94 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-48aad94>.elementor-widget-container {
    margin: 3% 0
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-arrows-yes .elementor-main-swiper {
    width: calc(100% - 40px)
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe .elementor-main-swiper {
    width: 100%
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe .elementor-main-swiper .swiper-slide {
    border-width: 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: 20px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    margin-bottom: 20px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
    padding-right: 20px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    padding-left: 20px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe .elementor-testimonial__text {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: .1px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe .elementor-testimonial__name {
    color: #96a5bc;
    font-family: Hind, Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 2px
}

.elementor-40534 .elementor-element.elementor-element-5bd13fbe .elementor-swiper-button {
    font-size: 20px
}

.elementor-40534 .elementor-element.elementor-element-32b4fd59>.elementor-container {
    max-width: 1595px;
    min-height: 640px
}

.elementor-40534 .elementor-element.elementor-element-32b4fd59:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-32b4fd59>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f8f8fa
}

.elementor-40534 .elementor-element.elementor-element-32b4fd59 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 8% 4% 0
}

.elementor-40534 .elementor-element.elementor-element-32b4fd59>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-1c2bf80e>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 2px
}

.elementor-40534 .elementor-element.elementor-element-648aada6 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-648aada6 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-4880872 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-4880872 .elementor-heading-title {
    color: #00c2e2;
    font-family: Hind, Sans-serif;
    font-size: 21px
}

.elementor-40534 .elementor-element.elementor-element-7a3d2678 {
    text-align: center;
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: .3px
}

.elementor-40534 .elementor-element.elementor-element-7a3d2678>.elementor-widget-container {
    margin: 30px 0 0
}

.elementor-40534 .elementor-element.elementor-element-e00d230 .elementor-wrapper {
    --video-aspect-ratio: 1.77777;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)
}

.elementor-40534 .elementor-element.elementor-element-e00d230>.elementor-widget-container {
    margin: 0 25%;
    border-radius: 25px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, .14)
}

.elementor-40534 .elementor-element.elementor-element-e00d230 {
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-2cdbf42d {
    --spacer-size: 175px;
    width: var(--container-widget-width, 150px);
    max-width: 150px;
    --container-widget-width: 150px;
    --container-widget-flex-grow: 0;
    top: 542px
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
    right: 340px
}

body.rtl .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
    left: 340px
}

.elementor-40534 .elementor-element.elementor-element-2cdbf42d>.elementor-widget-container {
    --e-transform-origin-x: left;
    --e-transform-origin-y: top;
    background-color: #87e4ff;
    border-radius: 25px
}

.elementor-40534 .elementor-element.elementor-element-20df2174 {
    margin-top: 7%;
    margin-bottom: 2%
}

.elementor-40534 .elementor-element.elementor-element-3df23646.elementor-column>.elementor-widget-wrap {
    justify-content: center
}

.elementor-40534 .elementor-element.elementor-element-3df23646>.elementor-element-populated {
    padding: 0 6%
}

.elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
    --spacer-size: 48px;
    width: var(--container-widget-width, 48px);
    max-width: 48px;
    --container-widget-width: 48px;
    --container-widget-flex-grow: 0;
    top: -11px
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
    left: 42%
}

body.rtl .elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
    right: 42%
}

.elementor-40534 .elementor-element.elementor-element-5e6e6e00>.elementor-widget-container {
    --e-transform-origin-x: left;
    --e-transform-origin-y: top;
    background-color: #ebebf1
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30.elementor-view-stacked .elementor-icon {
    background-color: #000
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-72cc6f30.elementor-view-default .elementor-icon {
    fill: #000;
    color: #000;
    border-color: #000
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 {
    --icon-box-icon-margin: 0px;
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon {
    font-size: 77px
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-title {
    margin-bottom: 17px;
    color: #090401
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .3px
}

.elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-description {
    color: #000;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .1px
}

.elementor-40534 .elementor-element.elementor-element-62c374d1.elementor-column>.elementor-widget-wrap {
    justify-content: center
}

.elementor-40534 .elementor-element.elementor-element-62c374d1>.elementor-element-populated {
    padding: 0 6%
}

.elementor-40534 .elementor-element.elementor-element-409ce24a {
    --spacer-size: 48px;
    width: var(--container-widget-width, 48px);
    max-width: 48px;
    --container-widget-width: 48px;
    --container-widget-flex-grow: 0;
    top: -11px
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-409ce24a {
    left: 41%
}

body.rtl .elementor-40534 .elementor-element.elementor-element-409ce24a {
    right: 41%
}

.elementor-40534 .elementor-element.elementor-element-409ce24a>.elementor-widget-container {
    --e-transform-origin-x: left;
    --e-transform-origin-y: top;
    background-color: #ebebf1
}

.elementor-40534 .elementor-element.elementor-element-728abdd.elementor-view-stacked .elementor-icon {
    background-color: #000
}

.elementor-40534 .elementor-element.elementor-element-728abdd.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-728abdd.elementor-view-default .elementor-icon {
    fill: #000;
    color: #000;
    border-color: #000
}

.elementor-40534 .elementor-element.elementor-element-728abdd {
    --icon-box-icon-margin: 0px;
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon {
    font-size: 85px
}

.elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-title {
    margin-bottom: 17px;
    color: #090401
}

.elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .3px
}

.elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-description {
    color: #000;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .1px
}

.elementor-40534 .elementor-element.elementor-element-5620ce0e.elementor-column>.elementor-widget-wrap {
    justify-content: center
}

.elementor-40534 .elementor-element.elementor-element-5620ce0e>.elementor-element-populated {
    padding: 0 6%
}

.elementor-40534 .elementor-element.elementor-element-61a4e42f {
    --spacer-size: 48px;
    width: var(--container-widget-width, 48px);
    max-width: 48px;
    --container-widget-width: 48px;
    --container-widget-flex-grow: 0;
    top: -11px
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-61a4e42f {
    left: 41%
}

body.rtl .elementor-40534 .elementor-element.elementor-element-61a4e42f {
    right: 41%
}

.elementor-40534 .elementor-element.elementor-element-61a4e42f>.elementor-widget-container {
    --e-transform-origin-x: left;
    --e-transform-origin-y: top;
    background-color: #ebebf1
}

.elementor-40534 .elementor-element.elementor-element-7ec257da.elementor-view-stacked .elementor-icon {
    background-color: #000
}

.elementor-40534 .elementor-element.elementor-element-7ec257da.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-7ec257da.elementor-view-default .elementor-icon {
    fill: #000;
    color: #000;
    border-color: #000
}

.elementor-40534 .elementor-element.elementor-element-7ec257da {
    --icon-box-icon-margin: 0px;
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon {
    font-size: 85px
}

.elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-title {
    margin-bottom: 17px;
    color: #090401
}

.elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .3px
}

.elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-description {
    color: #000;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: .1px
}

.elementor-40534 .elementor-element.elementor-element-3d598e84>.elementor-container {
    max-width: 1595px
}

.elementor-40534 .elementor-element.elementor-element-3d598e84 {
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8% 4% 0
}

.elementor-40534 .elementor-element.elementor-element-3d598e84>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-261a2cff>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 2px
}

.elementor-40534 .elementor-element.elementor-element-145ee5bb {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-145ee5bb .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-145ee5bb>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-aa6c52a {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-aa6c52a .elementor-heading-title {
    color: #00c2e2;
    font-family: Hind, Sans-serif;
    font-size: 21px
}

.elementor-40534 .elementor-element.elementor-element-68e9999 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1% 4% 0
}

.elementor-40534 .elementor-element.elementor-element-39a834e6 {
    margin-top: 3%;
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-59f8b098>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 20px
}

.elementor-40534 .elementor-element.elementor-element-37e324e .elementor-heading-title {
    color: #424045;
    font-family: Hind, Sans-serif;
    font-size: 7.8vw;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-37e324e {
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-wrapper {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title {
    margin-bottom: 10px;
    color: #222
}

.elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-description {
    color: #272727;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-978aabc>.elementor-widget-container {
    margin: 0 0 0 25px
}

.elementor-40534 .elementor-element.elementor-element-978aabc {
    width: var(--container-widget-width, 60%);
    max-width: 60%;
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0
}

.elementor-40534 .elementor-element.elementor-element-6926ff85.elementor-column>.elementor-widget-wrap {
    justify-content: center
}

.elementor-40534 .elementor-element.elementor-element-6926ff85>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 20px
}

.elementor-40534 .elementor-element.elementor-element-1c36592 .elementor-heading-title {
    color: #424045;
    font-family: Hind, Sans-serif;
    font-size: 7.8vw;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-1c36592 {
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-wrapper {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title {
    margin-bottom: 10px;
    color: #222
}

.elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-description {
    color: #222;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-1638d747>.elementor-widget-container {
    margin: 0 0 0 25px
}

.elementor-40534 .elementor-element.elementor-element-1638d747 {
    width: var(--container-widget-width, 60%);
    max-width: 60%;
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0
}

.elementor-40534 .elementor-element.elementor-element-7388e36f.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-40534 .elementor-element.elementor-element-7388e36f>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 20px
}

.elementor-40534 .elementor-element.elementor-element-37905cb2 .elementor-heading-title {
    color: #424045;
    font-family: Hind, Sans-serif;
    font-size: 7.8vw;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-37905cb2 {
    width: auto;
    max-width: auto
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-wrapper {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title {
    margin-bottom: 10px;
    color: #222
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-description {
    color: #222;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9>.elementor-widget-container {
    margin: 0 0 0 25px
}

.elementor-40534 .elementor-element.elementor-element-5c288fe9 {
    width: var(--container-widget-width, 60%);
    max-width: 60%;
    --container-widget-width: 60%;
    --container-widget-flex-grow: 0
}

.elementor-40534 .elementor-element.elementor-element-96f1ff1>.elementor-container {
    max-width: 1600px;
    min-height: 219px
}

.elementor-40534 .elementor-element.elementor-element-11f85e2 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-11f85e2 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-11f85e2>.elementor-widget-container {
    padding: 0 16%
}

.elementor-40534 .elementor-element.elementor-element-ad4964d>.elementor-container {
    min-height: 511px
}

.elementor-40534 .elementor-element.elementor-element-ad4964d:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-ad4964d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(./../images/plaza-kopia.webp);
    background-position: bottom center;
    background-size: cover
}

.elementor-40534 .elementor-element.elementor-element-ad4964d>.elementor-background-overlay {
    background-color: #000;
    opacity: .5;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-ad4964d {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    z-index: 8
}

.elementor-40534 .elementor-element.elementor-element-c7b1c3e {
    text-align: center;
    top: -70px;
    z-index: 3
}

.elementor-40534 .elementor-element.elementor-element-c7b1c3e img {
    max-width: 59%
}

.elementor-40534 .elementor-element.elementor-element-c7b1c3e>.elementor-widget-container {
    margin: -100px 0 0
}

body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-c7b1c3e {
    left: 479px
}

body.rtl .elementor-40534 .elementor-element.elementor-element-c7b1c3e {
    right: 479px
}

.elementor-40534 .elementor-element.elementor-element-8ea1c6e {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-8ea1c6e .elementor-heading-title {
    color: #00dbff;
    font-family: Hind, Sans-serif;
    font-size: 21px;
    line-height: 1px
}

.elementor-40534 .elementor-element.elementor-element-8ea1c6e>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-d9ee8a5 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 63px;
    font-weight: 600
}

.elementor-40534 .elementor-element.elementor-element-bf323c6 {
    color: #fff;
    font-family: Hind, Sans-serif
}

.elementor-40534 .elementor-element.elementor-element-bf323c6>.elementor-widget-container {
    margin: 0;
    padding: 0 50% 0 0
}

.elementor-40534 .elementor-element.elementor-element-256845b .elementor-button {
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 8px;
    letter-spacing: 2.2px;
    fill: #000;
    color: #000;
    background-color: #e41a43;
    border-style: solid;
    border-width: 1px;
    border-color: #00000000;
    border-radius: 15px
}

.elementor-40534 .elementor-element.elementor-element-256845b .elementor-button:hover,
.elementor-40534 .elementor-element.elementor-element-256845b .elementor-button:focus {
    color: #fff;
    background-color: #FFFFFF00;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-256845b .elementor-button:hover svg,
.elementor-40534 .elementor-element.elementor-element-256845b .elementor-button:focus svg {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-256845b {
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-2e331f8 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 5%;
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-2e331f8>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-1e70476>.elementor-element-populated,
.elementor-40534 .elementor-element.elementor-element-1e70476>.elementor-element-populated>.elementor-background-overlay,
.elementor-40534 .elementor-element.elementor-element-1e70476>.elementor-background-slideshow {
    border-radius: 25px
}

.elementor-40534 .elementor-element.elementor-element-1e70476>.elementor-element-populated {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-40534 .elementor-element.elementor-element-1e70476>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-9872086 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-9872086 .elementor-heading-title {
    color: #00dbff;
    font-family: Hind, Sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 50px
}

.elementor-40534 .elementor-element.elementor-element-9872086>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon {
    font-size: 16px;
    margin-left: 10px;
    color: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-accordion-icon {
    height: 16px;
    width: 16px;
    line-height: 16px
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list {
    margin-bottom: 18px
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    background-color: #f8f8fa;
    border-radius: 10px
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon-svg svg {
    color: #333;
    fill: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg {
    fill: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
    background-color: #e41a43;
    border-radius: 10px
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-accordion-tab-title {
    color: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon {
    color: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon svg {
    color: #333;
    fill: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover svg.fa-accordion-icon {
    fill: #333
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    background-color: #e41a43;
    color: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title {
    color: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon {
    color: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon svg {
    color: #fff;
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-accordion-icon {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    color: #333;
    font-family: Hind, Sans-serif
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle,
.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header>.fa-toggle-svg {
    font-size: 16px
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-toggle {
    height: 16px;
    width: 16px;
    line-height: 16px;
    fill: #444
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
    color: #444
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle svg {
    color: #444;
    fill: #444
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
    color: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle svg {
    color: #fff;
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-2bc4bb5 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-toggle {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-536b79e>.elementor-container {
    max-width: 1595px
}

.elementor-40534 .elementor-element.elementor-element-536b79e {
    padding: 7% 0 0
}

.elementor-40534 .elementor-element.elementor-element-fb72737 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-fb72737 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-fb72737>.elementor-widget-container {
    padding: 0 16%
}

.elementor-40534 .elementor-element.elementor-element-fb66c92 .konte-tabs__nav li {
    color: #00c2e2;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.elementor-40534 .elementor-element.elementor-element-fb66c92 .konte-carousel__pagination {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-fb66c92>.elementor-widget-container {
    padding: 2% 0 0
}

.elementor-40534 .elementor-element.elementor-element-58e0d7ae>.elementor-container {
    max-width: 1595px;
    min-height: 859px
}

.elementor-40534 .elementor-element.elementor-element-58e0d7ae {
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-58e0d7ae>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-4c721726>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 2px
}

.elementor-40534 .elementor-element.elementor-element-4c721726>.elementor-element-populated {
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-38d1bae7 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-38d1bae7 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-38d1bae7>.elementor-widget-container {
    padding: 0 16%
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-item>div {
    text-align: center;
    background: #f8f8fa;
    margin-right: 15px;
    margin-left: 15px;
    padding: 15%;
    border-radius: 15px
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-items>li {
    display: table-cell
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-digits:after {
    left: 98%
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-container {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-digits {
    color: #00c2e2;
    font-family: Hind, Sans-serif;
    font-size: 81px;
    font-weight: 800
}

.elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-label {
    color: #838383;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 500
}

.elementor-40534 .elementor-element.elementor-element-db7b76c>.elementor-widget-container {
    padding: 4% 0 0
}

.elementor-40534 .elementor-element.elementor-element-32ccdb45 {
    text-align: center;
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: .3px
}

.elementor-40534 .elementor-element.elementor-element-32ccdb45>.elementor-widget-container {
    margin: 30px 0 0;
    padding: 0 25%
}

.elementor-40534 .elementor-element.elementor-element-a42de7f>.elementor-container {
    max-width: 1600px;
    min-height: 600px
}

.elementor-40534 .elementor-element.elementor-element-a42de7f>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-start;
    align-items: flex-start
}

.elementor-40534 .elementor-element.elementor-element-a42de7f {
    margin-top: 0;
    padding: 0 4%
}

.elementor-40534 .elementor-element.elementor-element-3e3e82c>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-3e3e82c>.elementor-element-populated {
    padding: 0 14% 0 0
}

.elementor-40534 .elementor-element.elementor-element-636ed9f {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-636ed9f .elementor-heading-title {
    color: #161616;
    font-family: Hind, Sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    letter-spacing: -1px
}

.elementor-40534 .elementor-element.elementor-element-636ed9f>.elementor-widget-container {
    margin: 0 0 4%
}

.elementor-40534 .elementor-element.elementor-element-ea87f96 {
    text-align: left;
    color: #5b5755;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none
}

.elementor-40534 .elementor-element.elementor-element-ea87f96>.elementor-widget-container {
    padding: 0 10% 0 0
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title {
    border-width: 1px;
    border-color: #bec5d6;
    padding: 28px 0
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-content {
    border-width: 1px;
    border-bottom-color: #bec5d6;
    color: #6a6a6a;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    padding: 0 25% 5% 2%
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-item:not(:last-child) {
    margin-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-title,
.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-icon {
    color: #2b323d
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-icon svg {
    fill: #2b323d
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title.elementor-active a,
.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: #e41a43
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-title {
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title .elementor-toggle-icon i:before {
    color: #0396c2
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title .elementor-toggle-icon svg {
    fill: #0396c2
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title.elementor-active .elementor-toggle-icon i:before {
    color: #2b323d
}

.elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title.elementor-active .elementor-toggle-icon svg {
    fill: #2b323d
}

.elementor-40534 .elementor-element.elementor-element-84892b4>.elementor-widget-container {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #bec5d6
}

.elementor-40534 .elementor-element.elementor-element-48847bc {
    padding: 0 0 2%
}

.elementor-40534 .elementor-element.elementor-element-45cd328 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-45cd328 .elementor-heading-title {
    color: #090401;
    font-family: Hind, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-45cd328>.elementor-widget-container {
    padding: 0 16%
}

.elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-container {
    max-width: 1340px;
    min-height: 680px
}

.elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-40534 .elementor-element.elementor-element-76561e8d:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(./../images/nepal_zdjecie.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 31%, #FFFFFF00 74%);
    opacity: .61;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-76561e8d {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-40534 .elementor-element.elementor-element-27952543>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 2px
}

.elementor-40534 .elementor-element.elementor-element-27952543>.elementor-element-populated {
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-7aaed9d1 {
    text-align: center
}

.elementor-40534 .elementor-element.elementor-element-7aaed9d1 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 58px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 72px;
    letter-spacing: 0px
}

.elementor-40534 .elementor-element.elementor-element-7aaed9d1>.elementor-widget-container {
    margin: 0 0 40px
}

.elementor-40534 .elementor-element.elementor-element-9a501fe .elementor-button {
    font-family: Hind, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 8px;
    letter-spacing: 2.2px;
    fill: #000;
    color: #000;
    background-color: #e41a43;
    border-style: solid;
    border-width: 1px;
    border-color: #00000000;
    border-radius: 15px
}

.elementor-40534 .elementor-element.elementor-element-9a501fe .elementor-button:hover,
.elementor-40534 .elementor-element.elementor-element-9a501fe .elementor-button:focus {
    color: #fff;
    background-color: #FFFFFF00;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-9a501fe .elementor-button:hover svg,
.elementor-40534 .elementor-element.elementor-element-9a501fe .elementor-button:focus svg {
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-9a501fe {
    z-index: 5
}

.elementor-40534 .elementor-element.elementor-element-36a83a8d:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-36a83a8d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0c0c0c
}

.elementor-40534 .elementor-element.elementor-element-36a83a8d {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0 50px 100px
}

.elementor-40534 .elementor-element.elementor-element-36a83a8d>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-abe11a>.elementor-element-populated {
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-166d78ca>.elementor-element-populated {
    margin: 0 0 4px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px
}

.elementor-40534 .elementor-element.elementor-element-3c362d58 {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-3c362d58 img {
    width: 71%
}

.elementor-40534 .elementor-element.elementor-element-3c362d58>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-40534 .elementor-element.elementor-element-66593d64.elementor-view-stacked .elementor-icon {
    background-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-66593d64.elementor-view-framed .elementor-icon,
.elementor-40534 .elementor-element.elementor-element-66593d64.elementor-view-default .elementor-icon {
    fill: #fff;
    color: #fff;
    border-color: #fff
}

.elementor-40534 .elementor-element.elementor-element-66593d64 {
    --icon-box-icon-margin: 10px
}

.elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon {
    font-size: 29px
}

.elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-title {
    margin-bottom: 15px;
    color: #fff
}

.elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-title,
.elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 3.5px
}

.elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-description {
    color: #929292;
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-element-populated {
    border-style: solid;
    border-width: 0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-element-populated,
.elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-element-populated>.elementor-background-overlay,
.elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-background-slideshow {
    border-radius: 0
}

.elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-750a723c .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu .elementor-item {
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main .elementor-item {
    color: #929292;
    fill: #929292;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main .elementor-item:hover,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main .elementor-item:focus {
    color: #fff;
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-framed .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-underline .elementor-item:after,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-overline .elementor-item:before,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-double-line .elementor-item:before,
.elementor-40534 .elementor-element.elementor-element-5a46b632 .e--pointer-double-line .elementor-item:after {
    height: 0
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 {
    --e-nav-menu-horizontal-menu-item-margin: calc(4px/2)
}

.elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 4px
}

.elementor-40534 .elementor-element.elementor-element-5a46b632>.elementor-widget-container {
    margin: 20px 0 0 -10px
}

.elementor-40534 .elementor-element.elementor-element-223aec75 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu .elementor-item {
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main .elementor-item {
    color: #929292;
    fill: #929292;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main .elementor-item:hover,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main .elementor-item:focus {
    color: #fff;
    fill: #fff
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-framed .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-underline .elementor-item:after,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-overline .elementor-item:before,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-double-line .elementor-item:before,
.elementor-40534 .elementor-element.elementor-element-50d65b46 .e--pointer-double-line .elementor-item:after {
    height: 0
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 {
    --e-nav-menu-horizontal-menu-item-margin: calc(4px/2)
}

.elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 4px
}

.elementor-40534 .elementor-element.elementor-element-50d65b46>.elementor-widget-container {
    margin: 20px 0 0 -10px
}

.elementor-40534 .elementor-element.elementor-element-2c7e0d55 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000
}

.elementor-40534 .elementor-element.elementor-element-540281e1 {
    color: #929292;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    line-height: 29px
}

.elementor-40534 .elementor-element.elementor-element-540281e1>.elementor-widget-container {
    margin: 0
}

.elementor-40534 .elementor-element.elementor-element-6c77bd96 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px
}

.elementor-40534 .elementor-element.elementor-element-78f02cfc>.elementor-element-populated {
    margin: 0 0 0 -20px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -20px
}

.elementor-40534 .elementor-element.elementor-element-7efe2b9 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 25px;
    --grid-column-gap: 5px;
    --grid-row-gap: 0px
}

.elementor-40534 .elementor-element.elementor-element-7efe2b9 .elementor-widget-container {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-7efe2b9 .elementor-social-icon {
    background-color: #161619
}

.elementor-40534 .elementor-element.elementor-element-6586e959>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-40534 .elementor-element.elementor-element-6586e959:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-6586e959>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0c0c0c
}

.elementor-40534 .elementor-element.elementor-element-6586e959 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px
}

.elementor-40534 .elementor-element.elementor-element-6586e959>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-7236b9b {
    text-align: right
}

.elementor-40534 .elementor-element.elementor-element-c025b87 {
    text-align: left
}

.elementor-40534 .elementor-element.elementor-element-34088a62:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-34088a62>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0c0c0c
}

.elementor-40534 .elementor-element.elementor-element-34088a62 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-40534 .elementor-element.elementor-element-34088a62>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-a43ff91 {
    --divider-border-style: solid;
    --divider-color: #696969;
    --divider-border-width: 6.3px;
    width: 100%;
    max-width: 100%
}

.elementor-40534 .elementor-element.elementor-element-a43ff91 .elementor-divider-separator {
    width: 100%
}

.elementor-40534 .elementor-element.elementor-element-a43ff91 .elementor-divider {
    padding-block-start: 0px;
    padding-block-end: 0px
}

.elementor-40534 .elementor-element.elementor-element-15f5ffda>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-40534 .elementor-element.elementor-element-15f5ffda:not(.elementor-motion-effects-element-type-background),
.elementor-40534 .elementor-element.elementor-element-15f5ffda>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0c0c0c
}

.elementor-40534 .elementor-element.elementor-element-15f5ffda {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 60px
}

.elementor-40534 .elementor-element.elementor-element-15f5ffda>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-40534 .elementor-element.elementor-element-7a4817c8 {
    color: #fff
}

.elementor-bc-flex-widget .elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column .elementor-widget-wrap {
    align-items: flex-end
}

.elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: flex-end;
    align-items: flex-end
}

.elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-40534 .elementor-element.elementor-element-6596ff5d {
    color: #6d6d6d;
    line-height: 1.4em;
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-40534 .elementor-element.elementor-element-6596ff5d>.elementor-widget-container {
    margin: 0 40px 0 0
}

.elementor-40534 .elementor-element.elementor-element-7920d9a1 img {
    width: 45px;
    opacity: 1
}

.elementor-40534 .elementor-element.elementor-element-7920d9a1>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-40534 .elementor-element.elementor-element-7920d9a1 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-40534 .elementor-element.elementor-element-226a79fa {
    text-align: center;
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-40534 .elementor-element.elementor-element-226a79fa img {
    width: 45px;
    opacity: 1
}

.elementor-40534 .elementor-element.elementor-element-226a79fa>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-40534 .elementor-element.elementor-element-3fd80086 img {
    width: 60px;
    opacity: 1
}

.elementor-40534 .elementor-element.elementor-element-3fd80086>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-40534 .elementor-element.elementor-element-3fd80086 {
    width: auto;
    max-width: auto;
    align-self: center
}

@media(min-width:768px) {
    .elementor-40534 .elementor-element.elementor-element-6513f16 {
        width: 22.006%
    }

    .elementor-40534 .elementor-element.elementor-element-2295aeaa {
        width: 77.994%
    }

    .elementor-40534 .elementor-element.elementor-element-3e3e82c {
        width: 39.582%
    }

    .elementor-40534 .elementor-element.elementor-element-cc94f28 {
        width: 60.083%
    }

    .elementor-40534 .elementor-element.elementor-element-abe11a {
        width: 40%
    }

    .elementor-40534 .elementor-element.elementor-element-1554e931 {
        width: 20%
    }

    .elementor-40534 .elementor-element.elementor-element-1d277503 {
        width: 20%
    }

    .elementor-40534 .elementor-element.elementor-element-6977fc26 {
        width: 17.728%
    }

    .elementor-40534 .elementor-element.elementor-element-7937a47e {
        width: 68.656%
    }

    .elementor-40534 .elementor-element.elementor-element-62a74752 {
        width: 31.344%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-40534 .elementor-element.elementor-element-3df23646 {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-62c374d1 {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-5620ce0e {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-59f8b098 {
        width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-6926ff85 {
        width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-7388e36f {
        width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-3e3e82c {
        width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-cc94f28 {
        width: 100%
    }
}

@media(min-width:1025px) {

    .elementor-40534 .elementor-element.elementor-element-76561e8d:not(.elementor-motion-effects-element-type-background),
    .elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-attachment: fixed
    }
}

@media(max-width:1024px) {

    .elementor-40534 .elementor-element.elementor-element-2c41a8d9:not(.elementor-motion-effects-element-type-background),
    .elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 87% 0;
        background-repeat: no-repeat;
        background-size: cover
    }

    .elementor-40534 .elementor-element.elementor-element-290c1a0>.elementor-container {
        min-height: 100px
    }

    .elementor-40534 .elementor-element.elementor-element-41583587 img {
        width: 230px
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(30px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(30px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(30px/2);
        margin-left: calc(30px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-30px/2);
        margin-left: calc(-30px/2)
    }

    body.rtl .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-30px/2)
    }

    body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-30px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-item>a {
        letter-spacing: 0px
    }

    .elementor-40534 .elementor-element.elementor-element-2d28daa2 {
        margin-top: 0;
        margin-bottom: 26%
    }

    .elementor-40534 .elementor-element.elementor-element-586ff7a7 .elementor-heading-title {
        font-size: 74px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon {
        font-size: 185px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon svg {
        height: 185px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8>.elementor-widget-container {
        margin: -90px 0 -70px -125px
    }

    .elementor-40534 .elementor-element.elementor-element-233e99a6 {
        margin-top: -150px;
        margin-bottom: 0;
        padding: 0 30% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-1e50da0d>.elementor-element-populated {
        padding: 6% 16% 0 13%
    }

    .elementor-40534 .elementor-element.elementor-element-32b4fd59>.elementor-container {
        min-height: 800px
    }

    .elementor-40534 .elementor-element.elementor-element-32b4fd59 {
        padding: 13% 4% 0
    }

    .elementor-40534 .elementor-element.elementor-element-648aada6 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-7a3d2678>.elementor-widget-container {
        margin: 30px 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
        --spacer-size: 100px;
        width: var(--container-widget-width, 100px);
        max-width: 100px;
        --container-widget-width: 100px;
        --container-widget-flex-grow: 0;
        top: 247px
    }

    .elementor-40534 .elementor-element.elementor-element-20df2174 {
        margin-top: 10%;
        margin-bottom: 10%
    }

    .elementor-40534 .elementor-element.elementor-element-3df23646>.elementor-element-populated {
        margin: 0 0 18%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-72cc6f30 {
        --icon-box-icon-margin: 25px
    }

    .elementor-40534 .elementor-element.elementor-element-62c374d1>.elementor-element-populated {
        margin: 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-728abdd {
        --icon-box-icon-margin: 25px
    }

    .elementor-40534 .elementor-element.elementor-element-5620ce0e>.elementor-element-populated {
        margin: 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-7ec257da {
        --icon-box-icon-margin: 25px
    }

    .elementor-40534 .elementor-element.elementor-element-3d598e84 {
        padding: 12% 4% 0
    }

    .elementor-40534 .elementor-element.elementor-element-145ee5bb .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-145ee5bb>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-37e324e .elementor-heading-title {
        font-size: 100px
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-description {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc>.elementor-widget-container {
        margin: 0 0 0 40px
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc {
        width: var(--container-widget-width, 70%);
        max-width: 70%;
        --container-widget-width: 70%;
        --container-widget-flex-grow: 0
    }

    .elementor-40534 .elementor-element.elementor-element-6926ff85.elementor-column>.elementor-widget-wrap {
        justify-content: flex-start
    }

    .elementor-40534 .elementor-element.elementor-element-6926ff85>.elementor-element-populated {
        margin: 8% 0 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-1c36592 .elementor-heading-title {
        font-size: 100px
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-description {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 {
        width: var(--container-widget-width, 70%);
        max-width: 70%;
        --container-widget-width: 70%;
        --container-widget-flex-grow: 0
    }

    .elementor-40534 .elementor-element.elementor-element-7388e36f.elementor-column>.elementor-widget-wrap {
        justify-content: flex-start
    }

    .elementor-40534 .elementor-element.elementor-element-7388e36f>.elementor-element-populated {
        margin: 8% 0 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-37905cb2 .elementor-heading-title {
        font-size: 100px
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-description {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 {
        width: var(--container-widget-width, 70%);
        max-width: 70%;
        --container-widget-width: 70%;
        --container-widget-flex-grow: 0
    }

    .elementor-40534 .elementor-element.elementor-element-11f85e2 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-11f85e2>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-fb72737 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-fb72737>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-58e0d7ae>.elementor-container {
        min-height: 730px
    }

    .elementor-40534 .elementor-element.elementor-element-58e0d7ae {
        padding: 12% 4% 0
    }

    .elementor-40534 .elementor-element.elementor-element-38d1bae7 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-38d1bae7>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-32ccdb45>.elementor-widget-container {
        margin: 30px 0 90px
    }

    .elementor-40534 .elementor-element.elementor-element-a42de7f {
        margin-top: 20%;
        margin-bottom: 20%
    }

    .elementor-40534 .elementor-element.elementor-element-3e3e82c>.elementor-element-populated {
        padding: 0 18% 8% 0
    }

    .elementor-40534 .elementor-element.elementor-element-636ed9f .elementor-heading-title {
        font-size: 32px;
        line-height: 1.1em
    }

    .elementor-40534 .elementor-element.elementor-element-636ed9f>.elementor-widget-container {
        margin: 0 0 3%
    }

    .elementor-40534 .elementor-element.elementor-element-ea87f96 {
        font-size: 15px
    }

    .elementor-40534 .elementor-element.elementor-element-ea87f96>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-title {
        font-size: 19px;
        line-height: 1.3em
    }

    .elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-content {
        font-size: 15px
    }

    .elementor-40534 .elementor-element.elementor-element-45cd328 .elementor-heading-title {
        font-size: 60px
    }

    .elementor-40534 .elementor-element.elementor-element-45cd328>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-container {
        min-height: 50vh
    }

    .elementor-40534 .elementor-element.elementor-element-76561e8d:not(.elementor-motion-effects-element-type-background),
    .elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 43% 0
    }

    .elementor-40534 .elementor-element.elementor-element-76561e8d {
        padding: 12% 4% 0
    }

    .elementor-40534 .elementor-element.elementor-element-27952543>.elementor-element-populated {
        padding: 0 46% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-7aaed9d1 .elementor-heading-title {
        font-size: 46px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-7aaed9d1>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-6596ff5d>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-7920d9a1>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-226a79fa>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-3fd80086>.elementor-widget-container {
        margin: 0 8px 0 0
    }
}

@media(max-width:767px) {
    .elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-container {
        min-height: 103vh
    }

    .elementor-40534 .elementor-element.elementor-element-2c41a8d9:not(.elementor-motion-effects-element-type-background),
    .elementor-40534 .elementor-element.elementor-element-2c41a8d9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 44% 0;
        background-size: cover
    }

    .elementor-40534 .elementor-element.elementor-element-2c41a8d9 {
        padding: 4% 6% 10%
    }

    .elementor-40534 .elementor-element.elementor-element-290c1a0>.elementor-container {
        min-height: 70px
    }

    .elementor-40534 .elementor-element.elementor-element-6513f16>.elementor-element-populated {
        padding: 5% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-41583587 {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-41583587 img {
        width: 171px
    }

    .elementor-40534 .elementor-element.elementor-element-41583587>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-2295aeaa>.elementor-element-populated {
        margin: 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 10% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(24px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(24px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(24px/2);
        margin-left: calc(24px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-24px/2);
        margin-left: calc(-24px/2)
    }

    body.rtl .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-24px/2)
    }

    body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-5805881b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-24px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5805881b {
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-2d28daa2 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-586ff7a7 .elementor-heading-title {
        font-size: 50px
    }

    .elementor-40534 .elementor-element.elementor-element-586ff7a7>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-5e47565f {
        font-size: 18px
    }

    .elementor-40534 .elementor-element.elementor-element-5e47565f>.elementor-widget-container {
        margin: 0;
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-75f7d77c .elementor-button {
        line-height: 1em;
        letter-spacing: 2.1px
    }

    .elementor-40534 .elementor-element.elementor-element-3c7e1f05 {
        --spacer-size: 5px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon {
        font-size: 113px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8 .elementor-icon svg {
        height: 113px
    }

    .elementor-40534 .elementor-element.elementor-element-7aba2ca8>.elementor-widget-container {
        margin: -60px 10px -50px -65px
    }

    .elementor-40534 .elementor-element.elementor-element-325440e0 {
        padding: 0 6%
    }

    .elementor-40534 .elementor-element.elementor-element-50789af img {
        width: 100%;
        max-width: 100%;
        height: 168px
    }

    .elementor-40534 .elementor-element.elementor-element-50789af {
        width: var(--container-widget-width, 193px);
        max-width: 193px;
        --container-widget-width: 193px;
        --container-widget-flex-grow: 0;
        top: -263px
    }

    body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-50789af {
        left: 120px
    }

    body.rtl .elementor-40534 .elementor-element.elementor-element-50789af {
        right: 120px
    }

    .elementor-40534 .elementor-element.elementor-element-233e99a6 {
        margin-top: -30%;
        margin-bottom: 0;
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-32b4fd59 {
        padding: 30% 6%
    }

    .elementor-40534 .elementor-element.elementor-element-648aada6 .elementor-heading-title {
        font-size: 28px
    }

    .elementor-40534 .elementor-element.elementor-element-7a3d2678 {
        font-size: 17px;
        line-height: 1.5em
    }

    .elementor-40534 .elementor-element.elementor-element-7a3d2678>.elementor-widget-container {
        margin: 20px 0 0;
        padding: 0 5%
    }

    .elementor-40534 .elementor-element.elementor-element-e00d230>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
        --spacer-size: 54px;
        width: var(--container-widget-width, 54px);
        max-width: 54px;
        --container-widget-width: 54px;
        --container-widget-flex-grow: 0;
        top: 525px
    }

    body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
        right: -14px
    }

    body.rtl .elementor-40534 .elementor-element.elementor-element-2cdbf42d {
        left: -14px
    }

    .elementor-40534 .elementor-element.elementor-element-20df2174 {
        margin-top: 22%;
        margin-bottom: 5%
    }

    .elementor-40534 .elementor-element.elementor-element-3df23646>.elementor-element-populated {
        margin: 0 0 22%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%;
        padding: 0
    }

    body:not(.rtl) .elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
        left: 110px
    }

    body.rtl .elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
        right: 110px
    }

    .elementor-40534 .elementor-element.elementor-element-5e6e6e00 {
        top: -1px
    }

    .elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-72cc6f30 .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-62c374d1>.elementor-element-populated {
        margin: 0 0 22%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%;
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-728abdd .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-5620ce0e>.elementor-element-populated {
        margin: 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%;
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-61a4e42f {
        --spacer-size: 48px
    }

    .elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-7ec257da .elementor-icon-box-title a {
        font-size: 22px
    }

    .elementor-40534 .elementor-element.elementor-element-3d598e84 {
        padding: 30% 6%
    }

    .elementor-40534 .elementor-element.elementor-element-145ee5bb .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-145ee5bb>.elementor-widget-container {
        padding: 0 4%
    }

    .elementor-40534 .elementor-element.elementor-element-68e9999 {
        margin-top: -20%;
        margin-bottom: 0
    }

    .elementor-40534 .elementor-element.elementor-element-37e324e {
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-wrapper {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-978aabc .elementor-icon-box-title a {
        font-size: 18px
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-978aabc {
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-6926ff85>.elementor-element-populated {
        margin: 20% 0 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }

    .elementor-40534 .elementor-element.elementor-element-1c36592 {
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-wrapper {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-1638d747 .elementor-icon-box-title a {
        font-size: 18px
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-1638d747 {
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-7388e36f>.elementor-element-populated {
        margin: 20% 0 0;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%;
        padding: 0 0 20%
    }

    .elementor-40534 .elementor-element.elementor-element-37905cb2 {
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-wrapper {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-5c288fe9 .elementor-icon-box-title a {
        font-size: 18px
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9>.elementor-widget-container {
        margin: 0
    }

    .elementor-40534 .elementor-element.elementor-element-5c288fe9 {
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-96f1ff1>.elementor-container {
        min-height: 115px
    }

    .elementor-40534 .elementor-element.elementor-element-11f85e2 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-11f85e2>.elementor-widget-container {
        padding: 0 4%
    }

    .elementor-40534 .elementor-element.elementor-element-8ea1c6e {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-8ea1c6e>.elementor-widget-container {
        margin: 0;
        padding: 15% 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-d9ee8a5 {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-d9ee8a5 .elementor-heading-title {
        font-size: 49px
    }

    .elementor-40534 .elementor-element.elementor-element-bf323c6 {
        text-align: justify
    }

    .elementor-40534 .elementor-element.elementor-element-bf323c6>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-256845b .elementor-button {
        line-height: 1em;
        letter-spacing: 2.1px
    }

    .elementor-40534 .elementor-element.elementor-element-fb72737 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-fb72737>.elementor-widget-container {
        padding: 0 4%
    }

    .elementor-40534 .elementor-element.elementor-element-fb66c92>.elementor-widget-container {
        padding: 0 5%
    }

    .elementor-40534 .elementor-element.elementor-element-58e0d7ae>.elementor-container {
        min-height: 300px
    }

    .elementor-40534 .elementor-element.elementor-element-58e0d7ae {
        padding: 20% 6% 30%
    }

    .elementor-40534 .elementor-element.elementor-element-38d1bae7 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-38d1bae7>.elementor-widget-container {
        padding: 0 4%
    }

    .elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-item>div {
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
        padding: 15%
    }

    .elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-container {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 12px
    }

    .elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-digits {
        font-size: 2.2em
    }

    .elementor-40534 .elementor-element.elementor-element-db7b76c .eael-countdown-label {
        font-size: .5em
    }

    .elementor-40534 .elementor-element.elementor-element-db7b76c>.elementor-widget-container {
        padding: 20px 20px 0
    }

    .elementor-40534 .elementor-element.elementor-element-32ccdb45 {
        text-align: justify;
        font-size: 17px;
        line-height: 1.5em
    }

    .elementor-40534 .elementor-element.elementor-element-32ccdb45>.elementor-widget-container {
        margin: 20px 0 0;
        padding: 0 5%
    }

    .elementor-40534 .elementor-element.elementor-element-a42de7f {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 8%
    }

    .elementor-40534 .elementor-element.elementor-element-3e3e82c>.elementor-element-populated {
        padding: 0 0 20%
    }

    .elementor-40534 .elementor-element.elementor-element-636ed9f {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-636ed9f .elementor-heading-title {
        font-size: 26px
    }

    .elementor-40534 .elementor-element.elementor-element-636ed9f>.elementor-widget-container {
        padding: 0 0 10%
    }

    .elementor-40534 .elementor-element.elementor-element-ea87f96 {
        text-align: center;
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-ea87f96>.elementor-widget-container {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-toggle-title {
        font-size: 18px;
        line-height: 1.5em
    }

    .elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-title {
        padding: 28px 5px 28px 0
    }

    .elementor-40534 .elementor-element.elementor-element-84892b4 .elementor-tab-content {
        font-size: 14px;
        line-height: 1.4em;
        padding: 0 0 10%
    }

    .elementor-40534 .elementor-element.elementor-element-48847bc {
        padding: 10% 0 3%
    }

    .elementor-40534 .elementor-element.elementor-element-45cd328 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-45cd328>.elementor-widget-container {
        padding: 0 4%
    }

    .elementor-40534 .elementor-element.elementor-element-76561e8d:not(.elementor-motion-effects-element-type-background),
    .elementor-40534 .elementor-element.elementor-element-76561e8d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 46% 0
    }

    .elementor-40534 .elementor-element.elementor-element-76561e8d {
        padding: 15% 6%
    }

    .elementor-bc-flex-widget .elementor-40534 .elementor-element.elementor-element-27952543.elementor-column .elementor-widget-wrap {
        align-items: center
    }

    .elementor-40534 .elementor-element.elementor-element-27952543.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: center;
        align-items: center
    }

    .elementor-40534 .elementor-element.elementor-element-27952543>.elementor-element-populated {
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-7aaed9d1 {
        text-align: center
    }

    .elementor-40534 .elementor-element.elementor-element-7aaed9d1 .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2em
    }

    .elementor-40534 .elementor-element.elementor-element-7aaed9d1>.elementor-widget-container {
        margin: 0 0 10%;
        padding: 0 8px
    }

    .elementor-40534 .elementor-element.elementor-element-36a83a8d {
        padding: 40px 15px
    }

    .elementor-40534 .elementor-element.elementor-element-abe11a {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-3c362d58 img {
        width: 97%
    }

    .elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-wrapper {
        text-align: left
    }

    .elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon {
        font-size: 20px
    }

    .elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-title,
    .elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-title a {
        font-size: 12px;
        line-height: 1.6em;
        letter-spacing: 2.7px
    }

    .elementor-40534 .elementor-element.elementor-element-66593d64 .elementor-icon-box-description {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-1554e931 {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-1554e931>.elementor-element-populated {
        margin: 0 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 10px;
        padding: 0
    }

    .elementor-40534 .elementor-element.elementor-element-750a723c .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu .elementor-item {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-5a46b632 {
        --e-nav-menu-horizontal-menu-item-margin: calc(10px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-5a46b632 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 10px
    }

    .elementor-40534 .elementor-element.elementor-element-5a46b632>.elementor-widget-container {
        margin: 0 0 0 -10px
    }

    .elementor-40534 .elementor-element.elementor-element-1d277503 {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-223aec75 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu .elementor-item {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-50d65b46 {
        --e-nav-menu-horizontal-menu-item-margin: calc(10px/2)
    }

    .elementor-40534 .elementor-element.elementor-element-50d65b46 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 10px
    }

    .elementor-40534 .elementor-element.elementor-element-50d65b46>.elementor-widget-container {
        margin: 0 0 0 -10px
    }

    .elementor-40534 .elementor-element.elementor-element-6977fc26 {
        width: 50%
    }

    .elementor-40534 .elementor-element.elementor-element-6977fc26>.elementor-element-populated {
        margin: 0 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 10px
    }

    .elementor-40534 .elementor-element.elementor-element-2c7e0d55 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-40534 .elementor-element.elementor-element-540281e1 {
        font-size: 14px
    }

    .elementor-40534 .elementor-element.elementor-element-540281e1>.elementor-widget-container {
        margin: -17px 0 0
    }

    .elementor-40534 .elementor-element.elementor-element-6c77bd96 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.4px
    }

    .elementor-40534 .elementor-element.elementor-element-78f02cfc>.elementor-element-populated {
        margin: -20px 0 0 -20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: -20px
    }

    .elementor-40534 .elementor-element.elementor-element-7937a47e {
        width: 75%
    }

    .elementor-40534 .elementor-element.elementor-element-62a74752 {
        width: 25%
    }

    .elementor-40534 .elementor-element.elementor-element-15f5ffda {
        padding: 15px
    }

    .elementor-40534 .elementor-element.elementor-element-7a4817c8 {
        text-align: center;
        font-size: 14px
    }

    .elementor-bc-flex-widget .elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column .elementor-widget-wrap {
        align-items: center
    }

    .elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: center;
        align-items: center
    }

    .elementor-40534 .elementor-element.elementor-element-6bbc28df.elementor-column>.elementor-widget-wrap {
        justify-content: center
    }

    .elementor-40534 .elementor-element.elementor-element-6bbc28df>.elementor-element-populated {
        margin: 0 0 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-40534 .elementor-element.elementor-element-6596ff5d {
        text-align: center;
        font-size: 14px;
        width: 100%;
        max-width: 100%
    }

    .elementor-40534 .elementor-element.elementor-element-6596ff5d>.elementor-widget-container {
        margin: 0 8px 0 0
    }
}

.elementor-34593 .elementor-element.elementor-element-63cb667:not(.elementor-motion-effects-element-type-background),
.elementor-34593 .elementor-element.elementor-element-63cb667>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #141414
}

.elementor-34593 .elementor-element.elementor-element-63cb667 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 60px 100px 0
}

.elementor-34593 .elementor-element.elementor-element-63cb667>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-179c139 {
    text-align: center
}

.elementor-34593 .elementor-element.elementor-element-179c139 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px
}

.elementor-34593 .elementor-element.elementor-element-f4ff006 {
    --divider-border-style: solid;
    --divider-color: #e6470f;
    --divider-border-width: 2.4px;
    width: 100%;
    max-width: 100%
}

.elementor-34593 .elementor-element.elementor-element-f4ff006 .elementor-divider-separator {
    width: 32%;
    margin: 0 auto;
    margin-center: 0
}

.elementor-34593 .elementor-element.elementor-element-f4ff006 .elementor-divider {
    text-align: center;
    padding-block-start: 0px;
    padding-block-end: 0px
}

.elementor-34593 .elementor-element.elementor-element-059e27f {
    text-align: justify
}

.elementor-34593 .elementor-element.elementor-element-059e27f>.elementor-widget-container {
    margin: -20px 0 0;
    padding: 0
}

.elementor-34593 .elementor-element.elementor-element-05c94c0:not(.elementor-motion-effects-element-type-background),
.elementor-34593 .elementor-element.elementor-element-05c94c0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #141414
}

.elementor-34593 .elementor-element.elementor-element-05c94c0 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 50px 100px
}

.elementor-34593 .elementor-element.elementor-element-05c94c0>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-2722772>.elementor-element-populated {
    padding: 0
}

.elementor-34593 .elementor-element.elementor-element-344bde4>.elementor-element-populated {
    margin: 0 0 4px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px
}

.elementor-34593 .elementor-element.elementor-element-9c9c9b7 {
    text-align: left
}

.elementor-34593 .elementor-element.elementor-element-9c9c9b7 img {
    width: 71%
}

.elementor-34593 .elementor-element.elementor-element-9c9c9b7>.elementor-widget-container {
    margin: 0;
    padding: 0
}

.elementor-34593 .elementor-element.elementor-element-66867fe.elementor-view-stacked .elementor-icon {
    background-color: #fff
}

.elementor-34593 .elementor-element.elementor-element-66867fe.elementor-view-framed .elementor-icon,
.elementor-34593 .elementor-element.elementor-element-66867fe.elementor-view-default .elementor-icon {
    fill: #fff;
    color: #fff;
    border-color: #fff
}

.elementor-34593 .elementor-element.elementor-element-66867fe {
    --icon-box-icon-margin: 10px
}

.elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon {
    font-size: 29px
}

.elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-title {
    margin-bottom: 15px;
    color: #fff
}

.elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-title,
.elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-title a {
    font-family: Hind, Sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 3.5px
}

.elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-description {
    color: #929292;
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-element-populated {
    border-style: solid;
    border-width: 0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-element-populated,
.elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-element-populated>.elementor-background-overlay,
.elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-background-slideshow {
    border-radius: 0
}

.elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-756f94d .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu .elementor-item {
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main .elementor-item {
    color: #929292;
    fill: #929292;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main .elementor-item:hover,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main .elementor-item:focus {
    color: #fff;
    fill: #fff
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-framed .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-underline .elementor-item:after,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-overline .elementor-item:before,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-double-line .elementor-item:before,
.elementor-34593 .elementor-element.elementor-element-2c9eccd .e--pointer-double-line .elementor-item:after {
    height: 0
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd {
    --e-nav-menu-horizontal-menu-item-margin: calc(4px/2)
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 4px
}

.elementor-34593 .elementor-element.elementor-element-2c9eccd>.elementor-widget-container {
    margin: 20px 0 0 -10px
}

.elementor-34593 .elementor-element.elementor-element-74fd17f .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu .elementor-item {
    font-family: Hind, Sans-serif;
    font-size: 16px
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main .elementor-item {
    color: #929292;
    fill: #929292;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main .elementor-item:hover,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main .elementor-item:focus {
    color: #fff;
    fill: #fff
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-framed .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-underline .elementor-item:after,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-overline .elementor-item:before,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-double-line .elementor-item:before,
.elementor-34593 .elementor-element.elementor-element-35b7e49 .e--pointer-double-line .elementor-item:after {
    height: 0
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 {
    --e-nav-menu-horizontal-menu-item-margin: calc(4px/2)
}

.elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 4px
}

.elementor-34593 .elementor-element.elementor-element-35b7e49>.elementor-widget-container {
    margin: 20px 0 0 -10px
}

.elementor-34593 .elementor-element.elementor-element-1551b41 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000
}

.elementor-34593 .elementor-element.elementor-element-2d15da3 {
    color: #929292;
    font-family: Hind, Sans-serif;
    font-size: 16px;
    line-height: 29px
}

.elementor-34593 .elementor-element.elementor-element-2d15da3>.elementor-widget-container {
    margin: 0
}

.elementor-34593 .elementor-element.elementor-element-e376989 .elementor-heading-title {
    color: #fff;
    font-family: Hind, Sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3.5px
}

.elementor-34593 .elementor-element.elementor-element-2223d1b>.elementor-element-populated {
    margin: 0 0 0 -20px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -20px
}

.elementor-34593 .elementor-element.elementor-element-f704b06 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 25px;
    --grid-column-gap: 5px;
    --grid-row-gap: 0px
}

.elementor-34593 .elementor-element.elementor-element-f704b06 .elementor-widget-container {
    text-align: left
}

.elementor-34593 .elementor-element.elementor-element-f704b06 .elementor-social-icon {
    background-color: #161619
}

.elementor-34593 .elementor-element.elementor-element-00d6175>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-34593 .elementor-element.elementor-element-00d6175:not(.elementor-motion-effects-element-type-background),
.elementor-34593 .elementor-element.elementor-element-00d6175>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #161619
}

.elementor-34593 .elementor-element.elementor-element-00d6175 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px
}

.elementor-34593 .elementor-element.elementor-element-00d6175>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-09089f1 {
    text-align: right
}

.elementor-34593 .elementor-element.elementor-element-8417700 {
    text-align: left
}

.elementor-34593 .elementor-element.elementor-element-9cb49f9:not(.elementor-motion-effects-element-type-background),
.elementor-34593 .elementor-element.elementor-element-9cb49f9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #161619
}

.elementor-34593 .elementor-element.elementor-element-9cb49f9 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-34593 .elementor-element.elementor-element-9cb49f9>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-2ee21e8 {
    --divider-border-style: solid;
    --divider-color: #272727;
    --divider-border-width: 6.3px;
    width: 100%;
    max-width: 100%
}

.elementor-34593 .elementor-element.elementor-element-2ee21e8 .elementor-divider-separator {
    width: 100%
}

.elementor-34593 .elementor-element.elementor-element-2ee21e8 .elementor-divider {
    padding-block-start: 0px;
    padding-block-end: 0px
}

.elementor-34593 .elementor-element.elementor-element-75e1f2a>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-34593 .elementor-element.elementor-element-75e1f2a:not(.elementor-motion-effects-element-type-background),
.elementor-34593 .elementor-element.elementor-element-75e1f2a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #161619
}

.elementor-34593 .elementor-element.elementor-element-75e1f2a {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 60px
}

.elementor-34593 .elementor-element.elementor-element-75e1f2a>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-34593 .elementor-element.elementor-element-43c0fb6 {
    color: #fff
}

.elementor-bc-flex-widget .elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column .elementor-widget-wrap {
    align-items: flex-end
}

.elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: flex-end;
    align-items: flex-end
}

.elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-34593 .elementor-element.elementor-element-1b43de5 {
    color: #6d6d6d;
    line-height: 1.4em;
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-34593 .elementor-element.elementor-element-1b43de5>.elementor-widget-container {
    margin: 0 40px 0 0
}

.elementor-34593 .elementor-element.elementor-element-4c1ab38 img {
    width: 45px;
    opacity: 1
}

.elementor-34593 .elementor-element.elementor-element-4c1ab38>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-34593 .elementor-element.elementor-element-4c1ab38 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-34593 .elementor-element.elementor-element-942faab {
    text-align: center;
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-34593 .elementor-element.elementor-element-942faab img {
    width: 45px;
    opacity: 1
}

.elementor-34593 .elementor-element.elementor-element-942faab>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-34593 .elementor-element.elementor-element-837193a img {
    width: 60px;
    opacity: 1
}

.elementor-34593 .elementor-element.elementor-element-837193a>.elementor-widget-container {
    margin: -15px 20px 0 0
}

.elementor-34593 .elementor-element.elementor-element-837193a {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-34593:not(.elementor-motion-effects-element-type-background),
.elementor-34593>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #161619
}

@media(max-width:1024px) {
    .elementor-34593 .elementor-element.elementor-element-1b43de5>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-34593 .elementor-element.elementor-element-4c1ab38>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-34593 .elementor-element.elementor-element-942faab>.elementor-widget-container {
        margin: 0 8px 0 0
    }

    .elementor-34593 .elementor-element.elementor-element-837193a>.elementor-widget-container {
        margin: 0 8px 0 0
    }
}

@media(max-width:767px) {
    .elementor-34593 .elementor-element.elementor-element-63cb667 {
        padding: 40px 15px 0
    }

    .elementor-34593 .elementor-element.elementor-element-179c139 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-34593 .elementor-element.elementor-element-059e27f {
        text-align: justify
    }

    .elementor-34593 .elementor-element.elementor-element-05c94c0 {
        padding: 40px 15px
    }

    .elementor-34593 .elementor-element.elementor-element-2722772 {
        width: 50%
    }

    .elementor-34593 .elementor-element.elementor-element-9c9c9b7 img {
        width: 97%
    }

    .elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-wrapper {
        text-align: left
    }

    .elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon {
        font-size: 20px
    }

    .elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-title,
    .elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-title a {
        font-size: 12px;
        line-height: 1.6em;
        letter-spacing: 2.7px
    }

    .elementor-34593 .elementor-element.elementor-element-66867fe .elementor-icon-box-description {
        font-size: 14px
    }

    .elementor-34593 .elementor-element.elementor-element-8900c69 {
        width: 50%
    }

    .elementor-34593 .elementor-element.elementor-element-8900c69>.elementor-element-populated {
        margin: 0 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 10px;
        padding: 0
    }

    .elementor-34593 .elementor-element.elementor-element-756f94d .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu .elementor-item {
        font-size: 14px
    }

    .elementor-34593 .elementor-element.elementor-element-2c9eccd {
        --e-nav-menu-horizontal-menu-item-margin: calc(10px/2)
    }

    .elementor-34593 .elementor-element.elementor-element-2c9eccd .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 10px
    }

    .elementor-34593 .elementor-element.elementor-element-2c9eccd>.elementor-widget-container {
        margin: 0 0 0 -10px
    }

    .elementor-34593 .elementor-element.elementor-element-a6ae1af {
        width: 50%
    }

    .elementor-34593 .elementor-element.elementor-element-74fd17f .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu .elementor-item {
        font-size: 14px
    }

    .elementor-34593 .elementor-element.elementor-element-35b7e49 {
        --e-nav-menu-horizontal-menu-item-margin: calc(10px/2)
    }

    .elementor-34593 .elementor-element.elementor-element-35b7e49 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 10px
    }

    .elementor-34593 .elementor-element.elementor-element-35b7e49>.elementor-widget-container {
        margin: 0 0 0 -10px
    }

    .elementor-34593 .elementor-element.elementor-element-431dab3 {
        width: 50%
    }

    .elementor-34593 .elementor-element.elementor-element-431dab3>.elementor-element-populated {
        margin: 0 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 10px
    }

    .elementor-34593 .elementor-element.elementor-element-1551b41 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.6px
    }

    .elementor-34593 .elementor-element.elementor-element-2d15da3 {
        font-size: 14px
    }

    .elementor-34593 .elementor-element.elementor-element-2d15da3>.elementor-widget-container {
        margin: -17px 0 0
    }

    .elementor-34593 .elementor-element.elementor-element-e376989 .elementor-heading-title {
        font-size: 16px;
        letter-spacing: 1.4px
    }

    .elementor-34593 .elementor-element.elementor-element-2223d1b>.elementor-element-populated {
        margin: -20px 0 0 -20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: -20px
    }

    .elementor-34593 .elementor-element.elementor-element-e1d5c16 {
        width: 75%
    }

    .elementor-34593 .elementor-element.elementor-element-6a7e1bb {
        width: 25%
    }

    .elementor-34593 .elementor-element.elementor-element-75e1f2a {
        padding: 15px
    }

    .elementor-34593 .elementor-element.elementor-element-43c0fb6 {
        text-align: center;
        font-size: 14px
    }

    .elementor-bc-flex-widget .elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column .elementor-widget-wrap {
        align-items: center
    }

    .elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
        align-content: center;
        align-items: center
    }

    .elementor-34593 .elementor-element.elementor-element-91878e2.elementor-column>.elementor-widget-wrap {
        justify-content: center
    }

    .elementor-34593 .elementor-element.elementor-element-91878e2>.elementor-element-populated {
        margin: 0 0 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-34593 .elementor-element.elementor-element-1b43de5 {
        text-align: center;
        font-size: 14px;
        width: 100%;
        max-width: 100%
    }

    .elementor-34593 .elementor-element.elementor-element-1b43de5>.elementor-widget-container {
        margin: 0 8px 0 0
    }
}

@media(min-width:768px) {
    .elementor-34593 .elementor-element.elementor-element-2722772 {
        width: 40%
    }

    .elementor-34593 .elementor-element.elementor-element-8900c69 {
        width: 20%
    }

    .elementor-34593 .elementor-element.elementor-element-a6ae1af {
        width: 20%
    }

    .elementor-34593 .elementor-element.elementor-element-431dab3 {
        width: 17.728%
    }

    .elementor-34593 .elementor-element.elementor-element-e1d5c16 {
        width: 68.656%
    }

    .elementor-34593 .elementor-element.elementor-element-6a7e1bb {
        width: 31.344%
    }
}

.fs-free-shipping-notice-and-button-wrapper {
    align-content: start;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.fs-free-shipping-notice-continue-shopping-button-wrapper,
.fs-free-shipping-notice-text-and-progress-bar-wrapper {
    flex: 0 1 auto;
    margin: 0 .5em
}

.fs-free-shipping-notice-progress-bar-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row
}

.fs-free-shipping-notice-progress-bar {
    border: 1px solid #fff;
    border-radius: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 100%
}

.fs-free-shipping-notice-progress-bar>span {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative
}

.button.flexible-shipping-free-shipping-button {
    margin-left: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
    display: none !important
}

.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
    content: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
    padding: 5px;
    display: inline-flex !important;
    flex-wrap: wrap
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0 10px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
    display: block !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
    text-indent: -9999em
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px -2px 0 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
    background-color: #f1f1f1
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
    font-size: 14px;
    min-width: max-content;
    width: auto
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
    font-size: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
    font-size: 14px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
    border-radius: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
    cursor: default;
    opacity: .4 !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
    display: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
    cursor: pointer
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
    margin-left: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
    margin-right: 0
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #ddd
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
    border-color: transparent
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
    border-color: #674399
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
    content: none
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
    border-bottom: none !important
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #333;
    z-index: 2;
    color: #fff;
    margin: -15px 0 0;
    padding: 5px 10px;
    text-indent: initial;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    display: inline-block;
    word-break: break-all;
    white-space: normal;
    min-width: max-content
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #333;
    bottom: -4px;
    left: 50%;
    margin-left: -6px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
    left: 10% !important;
    top: 10px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
    position: relative
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover+.swatch__tooltip {
    opacity: 1;
    visibility: visible;
    user-select: auto
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
    position: relative;
    background: rgba(51, 51, 51, .3411764706)
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
    opacity: .5
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - .8px), #000 50%, rgba(0, 0, 0, 0) calc(50% + .8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - .8px), #000 50%, rgba(0, 0, 0, 0) calc(50% + .8px), rgba(0, 0, 0, 0) 100%)
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
    border-radius: 8px
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
    border-radius: 50%
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
    display: none !important
}

.swatch-align-left .variations {
    text-align: left
}

.swatch-align-left .variations img,
.swatch-align-left .variations select,
.swatch-align-left .variations .value {
    text-align: left
}

.swatch-align-center .variations {
    text-align: center
}

.swatch-align-center .variations img,
.swatch-align-center .variations select,
.swatch-align-center .variations .value {
    text-align: center
}

.related.products .swatch-align-center .variations .label {
    display: none
}

.swatch-align-right .variations {
    text-align: right
}

.swatch-align-right .variations img,
.swatch-align-right .variations select,
.swatch-align-right .variations .value {
    text-align: right
}

.variations .reset_variations {
    display: none
}

.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
    width: 90%
}

@media (max-width:768px) {
    .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
        width: 100%
    }
}

.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
    cursor: default
}

.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
    text-align: center
}

.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
    width: 100%;
    height: auto
}

table.variations {
    overflow: visible !important
}

table.variations .label {
    margin-bottom: 10px
}

.swatch-radio {
    width: 100%
}

.swatch-radio input[type=radio] {
    width: auto !important;
    height: auto !important
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa
}

table.shop_table th,
table.shop_table td {
    border-color: #e3e7e8
}

table.shop_attributes {
    font-size: 14px;
    font-size: .875rem
}

table.shop_attributes p:first-child {
    margin-top: 0
}

table.shop_attributes p:last-child {
    margin-bottom: 0
}

table.shop_attributes th,
table.shop_attributes td {
    border-bottom: 0
}

table.shop_attributes th {
    color: #161619;
    font-weight: 600;
    text-transform: uppercase
}

table.woocommerce-table--order-downloads thead th,
table.my_account_orders thead th {
    font-size: 11px;
    font-size: .6875rem;
    color: #161619;
    text-transform: uppercase;
    padding-top: 0
}

table.woocommerce-table--order-downloads thead .woocommerce-orders-table__header-order-actions span,
table.my_account_orders thead .woocommerce-orders-table__header-order-actions span {
    display: none
}

table.woocommerce-table--order-downloads tbody td,
table.my_account_orders tbody td {
    padding: 17px 0
}

table.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions,
table.my_account_orders tbody .woocommerce-orders-table__cell-order-actions {
    text-align: right
}

table.woocommerce-table--order-downloads thead .download-file span,
table.my_account_orders thead .woocommerce-orders-table__header-order-actions span {
    display: none
}

table.woocommerce-table--order-downloads tbody .download-file,
table.my_account_orders tbody .woocommerce-orders-table__cell-order-actions {
    text-align: right
}

ul.products {
    margin: 0 -20px;
    padding: 0;
    list-style: none
}

ul.products:before,
ul.products:after {
    content: "";
    display: table;
    table-layout: fixed
}

ul.products:after {
    clear: both
}

ul.products li.product {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
    float: left
}

ul.products li.product.first {
    clear: both
}

ul.products li.product .woocommerce-badges {
    top: 15px;
    left: 15px
}

ul.products li.product .product-thumbnail {
    overflow: hidden;
    position: relative
}

ul.products li.product .product-thumbnail img {
    display: block;
    width: 100%
}

ul.products li.product .product-thumbnails--slider a {
    display: block
}

ul.products li.product .product-thumbnails--slider .slick-arrow {
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    width: 30px;
    height: 50px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    transition: .4s
}

ul.products li.product .product-thumbnails--slider .slick-arrow svg {
    vertical-align: middle
}

ul.products li.product .product-thumbnails--slider .slick-prev {
    left: 0
}

ul.products li.product .product-thumbnails--slider .slick-next {
    right: 0
}

ul.products li.product .product-thumbnails--slider .slick-loading {
    display: none
}

ul.products li.product .product-thumbnails--slider .slick-slide .slick-loading {
    display: block;
    opacity: 0;
    transition: opacity .4s
}

ul.products li.product .product-thumbnails--hover img {
    transition: opacity .4s
}

ul.products li.product .product-thumbnails--hover .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

ul.products li.product .product-thumbnail-zoom {
    display: block
}

ul.products li.product .product-summary {
    padding: 14px 20px;
    transition: transform .4s
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 6px
}

ul.products li.product .star-rating {
    margin: -2px 0 5px
}

ul.products li.product .price {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    display: block;
    transition: .4s
}

ul.products li.product .price del {
    font-size: 85.7142857143%;
    color: #838889;
    margin-left: 5px
}

ul.products li.product .buttons {
    text-align: right;
    padding-top: 15px;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 40px;
    opacity: 0;
    transform: translateY(50%);
    transition: .4s
}

ul.products li.product .button {
    color: #161619;
    line-height: 25px;
    line-height: 1.5rem;
    padding: 0;
    margin-left: 16px;
    background: rgba(0, 0, 0, 0)
}

ul.products li.product .button:first-child {
    font-weight: 600;
    float: left;
    margin-left: 0
}

ul.products li.product .button:nth-child(2) {
    margin-left: 0
}

ul.products li.product .added_to_cart {
    display: none
}

ul.products li.product .ajax_add_to_cart {
    position: relative
}

ul.products li.product .ajax_add_to_cart:before {
    content: "";
    vertical-align: -.25em;
    display: inline-block;
    width: 0;
    height: 16px;
    opacity: 0
}

ul.products li.product .ajax_add_to_cart.loading:before {
    opacity: 1;
    width: 16px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0);
    animation: spin infinite 1s linear;
    transition: opacity .2s linear .2s
}

ul.products li.product .ajax_add_to_cart.added:before {
    width: 30px;
    animation: konteSlideOut .2s linear 2s forwards
}

ul.products li.product .ajax_add_to_cart.added:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    border-top: 2px solid;
    border-right: 2px solid;
    transition: none;
    transform: scaleX(1) rotate(135deg);
    transform-origin: left top;
    animation: checkmark 2s ease forwards
}

ul.products li.product .wcboost-wishlist-button>span,
ul.products li.product .add-to-wishlist-button>span {
    width: 24px
}

ul.products li.product .wcboost-wishlist-button .spinner,
ul.products li.product .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px
}

ul.products li.product .wcboost-wishlist-button__icon {
    display: inline-block;
    margin: 0
}

ul.products li.product .wcboost-wishlist-button__text {
    display: none
}

ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 60px 38px;
    position: absolute;
    bottom: 0;
    left: 0
}

ul.products li.product-category .woocommerce-loop-category__title .count {
    display: none
}

ul.products .product-inner {
    position: relative;
    overflow: hidden;
    transition: box-shadow .4s, background-color .3s
}

ul.products .product-inner:hover {
    color: #161619;
    background-color: #fff;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .1);
    transition: box-shadow .4s
}

ul.products .product-inner:hover a {
    color: #161619
}

ul.products .product-inner:hover .product-summary {
    transform: translateY(-40px);
    background-color: #fff
}

ul.products .product-inner:hover .buttons {
    transform: none;
    opacity: 1
}

ul.products.columns-6 li.product .button {
    margin-left: 10px
}

ul.products.columns-6 li.product .button:first-child {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 0
}

ul.products.columns-6 li.product .quick_view_button {
    margin-left: 0
}

ul.products.hover-slider .product-inner:hover .slick-arrow {
    opacity: 1
}

ul.products.hover-other_image .product-inner:hover .product-thumbnails--hover img {
    opacity: 0
}

ul.products.hover-other_image .product-inner:hover .product-thumbnails--hover .hover-image {
    opacity: 1
}

ul.products.hover-simple .product-inner .price {
    transition: .4s
}

ul.products.hover-simple .product-inner .buttons {
    height: auto;
    padding-top: 0;
    transform: none
}

ul.products.hover-simple .product-inner .wcboost-wishlist-button,
ul.products.hover-simple .product-inner .add-to-wishlist-button {
    position: absolute;
    top: 16px;
    right: 18px;
    opacity: 0
}

ul.products.hover-simple .product-inner:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

ul.products.hover-simple .product-inner:hover .product-summary {
    transform: none;
    background-color: rgba(0, 0, 0, 0)
}

ul.products.hover-simple .product-inner:hover .woocommerce-loop-product__title {
    position: relative;
    z-index: 1
}

ul.products.hover-simple .product-inner:hover .price {
    transform: translateY(-21px);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

ul.products.hover-simple .product-inner:hover .buttons {
    transform: translateY(-21px)
}

ul.products.hover-simple .product-inner:hover .wcboost-wishlist-button,
ul.products.hover-simple .product-inner:hover .add-to-wishlist-button {
    opacity: 1
}

ul.products.loading {
    position: relative;
    min-height: 200px
}

ul.products.loading .loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 40
}

ul.products.loading .spinner {
    color: #161619;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translate(-50%, 0)
}

ul.products.layout-masonry li.product {
    width: 25%
}

ul.products.layout-masonry li.product.first {
    clear: none
}

ul.products.layout-masonry li.product .product-thumbnail {
    padding-bottom: 125%
}

ul.products.layout-masonry li.product .product-thumbnail>a,
ul.products.layout-masonry li.product .product-thumbnail>.slick-list {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

ul.products.layout-masonry li.product .product-thumbnail>a img,
ul.products.layout-masonry li.product .product-thumbnail>.slick-list img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

ul.products.layout-masonry li.product .product-thumbnail .slick-track,
ul.products.layout-masonry li.product .product-thumbnail .slick-slide {
    height: 100%
}

ul.products.layout-masonry li.product .product-thumbnail .slick-slide {
    position: relative
}

ul.products.layout-masonry li.product .woocommerce-loop-product__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 1.55556em
}

ul.products.layout-masonry li.product:nth-child(10n+1),
ul.products.layout-masonry li.product:nth-child(10n+7) {
    width: 50%
}

ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
    padding-bottom: 135.2941176471%
}

ul.products.layout-carousel {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px
}

ul.products.layout-carousel li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

ul.products.layout-carousel li.product.first {
    clear: none
}

ul.products.layout-carousel .loading-placeholder .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
.sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
.sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
.sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
    padding-bottom: 138.8235294118%
}

.products-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-top: 20px
}

@media(min-width:992px) {
    ul.products li.product {
        width: 25%
    }

    ul.products li.product.first {
        clear: both
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%
    }

    ul.products.columns-2 li.product {
        width: 50%
    }

    ul.products.columns-3 li.product {
        width: 33.33%
    }

    ul.products.columns-4 li.product {
        width: 25%
    }

    ul.products.columns-5 li.product {
        width: 20%
    }

    ul.products.columns-6 li.product {
        width: 16.66%
    }
}

.shop-page-content>div>p:first-child:empty,
.shop-page-content>div>p:last-child:empty {
    display: none
}

.woocommerce-navigation {
    padding-top: 0;
    margin-top: 75px;
    margin-bottom: 60px
}

.woocommerce-pagination {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 20px
}

.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 3px
}

.woocommerce-pagination ul .page-numbers {
    font-size: 12px;
    font-size: .75rem;
    color: #838889;
    display: block;
    min-width: 40px;
    padding: 0 5px;
    line-height: 38px;
    border: 1px solid #e3e7e8
}

.woocommerce-pagination ul .current,
.woocommerce-pagination ul .page-numbers:hover {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.woocommerce-pagination ul .next,
.woocommerce-pagination ul .prev {
    padding: 0 20px
}

.woocommerce-pagination ul .svg-icon {
    font-size: 10px
}

.woocommerce-pagination ul .svg-icon svg {
    vertical-align: -.1em
}

.woocommerce-pagination ul .next .svg-icon {
    margin-left: 10px;
    margin-right: -4px
}

.woocommerce-pagination ul .prev .svg-icon {
    margin-right: 10px;
    margin-left: -4px
}

.woocommerce-products-header {
    margin-bottom: 30px
}

.woocommerce-products-header .page-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    float: left;
    margin: 0
}

.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
    font-size: 16px;
    font-size: 1rem;
    float: left
}

.woocommerce-products-header .breadcrumbs {
    float: right;
    margin-top: 10px
}

.woocommerce-products-header.layout-standard {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center
}

.woocommerce-products-header.layout-standard .woocommerce-products-header__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.woocommerce-products-header.layout-standard .page-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    color: inherit;
    float: none;
    margin-top: auto;
    position: relative;
    align-self: center
}

.woocommerce-products-header.layout-standard .breadcrumbs {
    float: none;
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 35px
}

.woocommerce-products-header.layout-standard .breadcrumbs a:hover {
    color: inherit
}

.woocommerce-products-header.layout-minimal .page-description,
.woocommerce-products-header.layout-minimal .term-description {
    color: #838889;
    margin-left: 20px;
    padding-top: 5px
}

.woocommerce-products-header.layout-minimal .page-description>:first-child,
.woocommerce-products-header.layout-minimal .term-description>:first-child {
    margin-top: 0
}

.woocommerce-products-header.layout-minimal .page-description>:last-child,
.woocommerce-products-header.layout-minimal .term-description>:last-child {
    margin-bottom: 0
}

.woocommerce-products-header.text-dark .breadcrumbs,
.woocommerce-products-header.text-dark .breadcrumbs a {
    color: #161619
}

.woocommerce-products-header.text-light .breadcrumbs,
.woocommerce-products-header.text-light .breadcrumbs a {
    color: #fff
}

.woocommerce-header--minimal-fluid .site-header.light~.site-content,
.woocommerce-header--minimal-fluid .site-header.transparent~.site-content {
    padding-top: 0
}

.home .woocommerce-products-header.layout-standard .page-title {
    margin-top: 0
}

.products-quick-search {
    font-size: 32px;
    font-size: 2rem;
    color: #838889;
    padding: 35px 0 25px
}

.products-quick-search .products-quick-search-form {
    position: relative
}

.products-quick-search select {
    display: none
}

.products-quick-search button {
    color: #161619;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-left: 10px;
    opacity: 0
}

.products-quick-search .changed button {
    opacity: 1
}

.products-quick-search .select2 {
    vertical-align: top;
    margin: 0 12px
}

.products-quick-search .select2 .select2-selection--single {
    border: 0
}

.products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
    color: #161619;
    line-height: 1.4;
    text-transform: lowercase;
    border-bottom: 2px solid;
    padding: 0 32px 0 0
}

.products-quick-search .select2 .select2-selection--single .select2-selection__arrow {
    margin-top: -5px
}

.products-quick-search .filtering select,
.products-quick-search .filtering button,
.products-quick-search .filtering .select2 .select2-selection--single .select2-selection__rendered {
    color: #838889
}

.products-header-standard .products-toolbar {
    margin-top: -30px
}

.products-tools {
    position: relative;
    padding: 38px 0;
    transition: opacity .4s
}

.products-tools.out {
    opacity: 0
}

.products-tools .woocommerce-ordering {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    position: relative
}

.products-tools .woocommerce-ordering select {
    border-width: 1px;
    min-width: 105px;
    display: none
}

.products-tools .woocommerce-ordering .select2 {
    min-width: 105px;
    position: static
}

.products-tools .woocommerce-ordering .select2 .selection {
    position: relative
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single {
    border: 0
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
    color: #161619;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    min-height: 30px;
    padding: 7px 32px 4px 0;
    border-bottom: 1px solid #e3e7e8;
    overflow: visible
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid;
    transition: width .3s
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__arrow {
    margin-top: -7px
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single:hover .select2-selection__rendered:after {
    width: 100%;
    left: 0
}

.products-tools .woocommerce-result-count {
    font-size: 12px;
    font-size: .75rem;
    margin: 0
}

.products-tools .columns-switcher {
    margin: 0
}

.products-tools .columns-switcher .column-seletor {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    font-weight: 500;
    display: inline-block;
    padding: 8px 2px;
    margin: 0 13px
}

.products-tools .columns-switcher .column-seletor:first-child {
    margin-left: 0
}

.products-tools .columns-switcher .column-seletor:last-child {
    margin-right: 0
}

.products-tools .columns-switcher .column-seletor.active,
.products-tools .columns-switcher .column-seletor:hover {
    color: #161619
}

.products-tools .products-filter-toggle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 60
}

.products-tools .products-filter-toggle a {
    display: inline-block
}

.products-tools .products-filter-toggle .svg-icon {
    margin-right: 13px
}

.products-tools .products-filter-toggle svg {
    vertical-align: -.3em
}

.products-tools .products-filter-toggle .toggle-filters {
    margin-right: 30px
}

.products-tools .products-filter-toggle .remove-filtered {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    margin-left: 40px
}

.products-tools .products-filter-toggle .remove-filtered:hover {
    color: inherit
}

.products-tools .products-filter-toggle .remove-filtered .svg-icon {
    font-size: 20px;
    margin-right: 0;
    margin-left: 16px
}

.products-tools .products-filter {
    font-size: 16px;
    font-size: 1rem
}

.products-tools .products-filter .widget {
    border: 0;
    padding: 0;
    margin: 0
}

.products-tools .products-filter .widget li {
    padding: 5px 0
}

.products-tools .products-filter .widget a {
    color: #838889
}

.products-tools .products-filter .widget a:hover {
    color: #161619
}

.products-tools .products-filter .widget-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 0
}

.products-tools .products-filter.offscreen-panel .filter-widgets {
    padding-top: 45px;
    width: 100%
}

.products-tools .products-filter.dropdown-panel {
    font-size: 14px;
    font-size: .875rem;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    padding: 38px 0 40px;
    background: #fff;
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, .1);
    z-index: 50;
    display: none
}

.products-tools .products-filter.dropdown-panel .panel-header {
    display: none
}

.products-tools .products-filter.dropdown-panel .panel-header h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0
}

.products-tools .products-filter.dropdown-panel .filter-widgets {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.products-tools .products-filter.dropdown-panel .widget {
    max-width: 280px;
    padding-left: 15px;
    padding-right: 15px
}

.products-tools .products-filter.dropdown-panel .products-filter-widget {
    width: 100%;
    max-width: 100%
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter-name {
    margin: 2px 0 23px
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .filter.dropdown,
.products-tools .products-filter.dropdown-panel .products-filter-widget .slider .filter-control {
    width: 310px;
    max-width: 100%
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .slider .widget {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .select2 .select2-selection__rendered {
    color: #161619
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .button {
    width: 280px;
    max-width: 100%
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .reset-button {
    margin-left: 40px;
    margin-top: 0
}

.products-tools .products-filter.dropdown-panel .products-filter-widget .products-loader {
    display: inline-block;
    vertical-align: -.2em;
    margin: 20px 0 20px 40px
}

.products-tools .products-filter-container {
    position: relative;
    padding-top: 60px
}

.products-tools .products-filter-container .button-close {
    position: absolute;
    top: 5px;
    right: 15px
}

.products-tools .products-tabs {
    margin: 0
}

.products-tools .products-tabs a {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    font-weight: 500;
    display: inline-block;
    margin-right: 38px
}

.products-tools .products-tabs a:last-child {
    margin-right: 0
}

.products-tools .products-tabs a:hover,
.products-tools .products-tabs a.active {
    color: #161619
}

.products-toolbar.layout-v1 .woocommerce-ordering {
    float: left
}

.products-toolbar.layout-v1 .columns-switcher,
.products-toolbar.layout-v1 .woocommerce-result-count {
    float: right
}

.products-toolbar.layout-v1 .woocommerce-result-count {
    padding: 8px 0
}

.products-toolbar.layout-v1 .columns-switcher {
    margin-left: 55px;
    margin-top: 2px
}

.products-toolbar.layout-v2 .woocommerce-result-count {
    float: left;
    padding: 8px 0
}

.products-toolbar.layout-v2 .woocommerce-ordering {
    float: right
}

.products-toolbar.layout-v2 .woocommerce-ordering .select2-container {
    left: auto !important;
    right: 0
}

.products-toolbar.layout-v2 .woocommerce-ordering .select2-dropdown {
    left: auto;
    right: 0
}

.products-toolbar.layout-v3 .products-filter-toggle {
    float: left
}

.products-toolbar.layout-v3 .woocommerce-result-count,
.products-toolbar.layout-v3 .woocommerce-ordering {
    float: right
}

.products-toolbar.layout-v3 .woocommerce-result-count {
    padding: 8px 0;
    margin-right: 55px
}

.products-toolbar.layout-v3 .woocommerce-ordering .select2-container {
    left: auto !important;
    right: 0
}

.products-toolbar.layout-v3 .woocommerce-ordering .select2-dropdown {
    left: auto;
    right: 0
}

.products-toolbar.layout-v4 .products-tools {
    padding-top: 32px
}

.products-toolbar.layout-v4 .products-tabs,
.products-toolbar.layout-v4 .woocommerce-ordering {
    float: left
}

.products-toolbar.layout-v4 .columns-switcher,
.products-toolbar.layout-v4 .products-filter-toggle {
    float: right
}

.products-toolbar.layout-v4 .woocommerce-ordering {
    display: none
}

.products-toolbar.layout-v4 .products-filter-toggle {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    margin-top: 1px
}

.products-toolbar.layout-v4 .products-filter-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid #e3e7e8
}

.products-toolbar.layout-v4 .products-filter-toggle .toggle-filters {
    margin-right: 0
}

.products-toolbar.layout-v4 .products-filter-toggle .remove-filtered {
    display: none
}

.products-toolbar.layout-v4 .toggle-filters {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.products-toolbar.layout-v4 .toggle-filters .svg-icon {
    margin-right: 0;
    margin-left: 13px
}

.products-toolbar.layout-v4 .products-filter-container .button-close {
    display: none
}

.products-toolbar.layout-v5 .products-tools {
    padding-top: 17px
}

.products-toolbar.layout-v5 .products-tabs,
.products-toolbar.layout-v5 .woocommerce-ordering {
    float: left
}

.products-toolbar.layout-v5 .woocommerce-result-count,
.products-toolbar.layout-v5 .products-filter-toggle {
    float: right
}

.products-toolbar.layout-v5 .woocommerce-ordering {
    display: none
}

.products-toolbar.layout-v5 .products-filter-toggle {
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    margin-top: 1px
}

.products-toolbar.layout-v5 .products-filter-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid #e3e7e8
}

.products-toolbar.layout-v5 .products-filter-toggle .toggle-filters {
    margin-right: 0
}

.products-toolbar.layout-v5 .products-filter-toggle .remove-filtered {
    display: none
}

.products-toolbar.layout-v5 .toggle-filters {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.products-toolbar.layout-v5 .toggle-filters .svg-icon {
    margin-right: 0;
    margin-left: 13px
}

.products-toolbar.layout-v5 .products-filter-container .button-close {
    display: none
}

.products-toolbar.layout-v5 .woocommerce-result-count {
    padding: 6px 0
}

.products-toolbar.layout-v6 {
    margin-bottom: 20px
}

.products-toolbar.layout-v6 .products-tools {
    text-align: center
}

.products-toolbar.layout-v6 .products-quick-search {
    display: inline-block
}

.products-toolbar.layout-v6 .products-quick-search button {
    display: none
}

.products-toolbar.layout-v6 .products-quick-search .changed button {
    display: inline-block
}

.select2-container .products-quick-search-options {
    min-width: 220px
}

.select2-container .products-quick-search-options.select2-dropdown {
    padding: 0;
    margin-left: -10px
}

.select2-container .products-quick-search-options .select2-results .select2-results__option {
    font-size: 32px;
    font-size: 2rem;
    text-transform: lowercase;
    padding: 5px 10px
}

.select2-container .products-ordering {
    min-width: 220px
}

.select2-container .products-ordering.select2-dropdown {
    padding: 0
}

.select2-container .products-ordering .select2-results__options {
    max-height: none
}

.select2-container .products-ordering .select2-results .select2-results__option {
    padding: 5px 10px
}

.select2-container .products-filter-dropdown.select2-dropdown {
    padding: 0
}

.select2-container .products-filter-dropdown .select2-results__options {
    max-height: 300px
}

.select2-container .products-filter-dropdown .select2-results .select2-results__option {
    padding: 5px 10px
}

.single-product .site-content {
    padding-bottom: 80px
}

.single-product:not(.product-v7) .site-header.light~.site-content,
.single-product:not(.product-v7) .site-header.transparent~.site-content {
    padding-top: 0
}

.woocommerce div.product {
    position: relative
}

.woocommerce div.product .woocommerce-product-gallery {
    width: 62.8571428571%;
    float: left
}

.woocommerce div.product .summary {
    width: 37.1428571429%;
    float: right;
    margin-top: 0;
    padding-left: 60px;
    position: relative
}

.woocommerce div.product .product_title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 7px
}

.woocommerce div.product .woocommerce-variation-description,
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 5px
}

.woocommerce div.product .woocommerce-variation-description p:first-child,
.woocommerce div.product .woocommerce-product-details__short-description p:first-child {
    margin-top: 0
}

.woocommerce div.product .woocommerce-variation-description p:last-child,
.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-review-link {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    color: #838889;
    text-transform: capitalize;
    margin-left: 6px;
    vertical-align: 1.5px
}

.woocommerce div.product .woocommerce-review-link:hover {
    color: #161619
}

.woocommerce div.product .price {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 15px 0 27px
}

.woocommerce div.product .price ins {
    background: rgba(0, 0, 0, 0)
}

.woocommerce div.product .price del {
    color: #838889;
    font-size: 53.3333333333%;
    margin-left: 4px
}

.woocommerce div.product .booking-pricing-info .price {
    font-size: inherit;
    margin: 0
}

.woocommerce div.product .variations_form {
    margin-top: -10px
}

.woocommerce div.product .quantity {
    margin-right: 16px;
    display: flex
}

.woocommerce div.product .quantity .qty {
    flex: 1 1 auto
}

.woocommerce div.product .quantity .qty-button {
    line-height: 58px
}

.woocommerce div.product .cart {
    margin: 0
}

.woocommerce div.product .cart .button.disabled {
    background: #cdcfd0
}

.woocommerce div.product .cart .added_to_cart {
    display: none
}

.woocommerce div.product .variations {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 30px;
    table-layout: fixed
}

.woocommerce div.product .variations th,
.woocommerce div.product .variations td {
    border-bottom: 0
}

.woocommerce div.product .variations th {
    font-weight: 400
}

.woocommerce div.product .variations select {
    color: #000;
    font-weight: 500;
    padding: 3px 20px 4px 0;
    border-radius: 0;
    border-bottom: 1px solid #cdcfd0;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right center;
    transition: .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%
}

.woocommerce div.product .variations select::-ms-expand {
    opacity: 0;
    visibility: hidden
}

.woocommerce div.product .variations select:hover,
.woocommerce div.product .variations select:focus {
    border-bottom-color: #161619
}

.woocommerce div.product .variations .reset_variations {
    color: #838889;
    margin-left: 30px
}

.woocommerce div.product .variations .reset_variations:hover {
    color: #161619
}

.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 30px
}

.woocommerce div.product .swatches-support .variations {
    margin-bottom: 17px
}

.woocommerce div.product .swatches-support tr {
    display: block;
    margin-bottom: 10px
}

.woocommerce div.product .swatches-support th,
.woocommerce div.product .swatches-support td {
    display: block;
    padding: 6px 0 7px
}

.woocommerce div.product .swatches-support td.value {
    display: flex;
    position: relative;
    justify-content: space-between
}

.woocommerce div.product .swatches-support .reset_variations {
    display: none !important
}

.woocommerce div.product .swatches-support .product-size-guide {
    padding-left: 30px
}

.woocommerce div.product .single_add_to_cart_button {
    color: #fff;
    line-height: 60px;
    border: 0;
    min-width: 200px;
    background: #161619;
    vertical-align: top
}

.woocommerce div.product .single_add_to_cart_button.loading:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    vertical-align: -.25em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0);
    animation: spin infinite 1s linear
}

.woocommerce div.product .variations_button {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product .variations_button .button {
    flex: 1
}

.woocommerce div.product .variations_button .product-size-guide {
    margin: 18px 0 -20px
}

.woocommerce div.product .bundle_button {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product .summary .bundle_button .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product .bundled_product_title {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product .bundled_product_excerpt {
    font-size: 14px;
    font-size: .875rem
}

.woocommerce div.product .bundle_form {
    margin-top: 40px
}

.woocommerce div.product .bundle_form .woocommerce-message,
.woocommerce div.product .bundle_form .woocommerce-info,
.woocommerce div.product .bundle_form .woocommerce-error {
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce div.product .bundle_form .woocommerce-info ul {
    padding-left: 0
}

.woocommerce div.product .bundle_form ul.products .bundled_product_title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 14px
}

.woocommerce div.product .bundle_form ul.products .variations_button {
    justify-content: center
}

.woocommerce div.product .bundle_form .bundled_product .bundled_product_image {
    width: auto
}

.woocommerce div.product .bundle_form .bundled_product .quantity {
    line-height: 38px;
    display: inline-block;
    min-width: 40px
}

.woocommerce div.product .bundle_form .bundled_product .quantity .qty-button {
    line-height: 38px;
    padding: 0 10px
}

.woocommerce div.product .bundle_form .bundled_product .quantity .qty {
    width: 20px
}

.woocommerce div.product .bundle_form .bundled_product .price {
    font-size: 20px;
    font-size: 1.25rem
}

.woocommerce div.product .bundle_form .woocommerce-variation-price {
    margin: 0
}

.woocommerce div.product .bundle_form .cart .stock.out-of-stock {
    line-height: 60px
}

.woocommerce div.product .bundle_form .swatches-support tr {
    margin-bottom: 0
}

.woocommerce div.product .bundled_product .stock {
    color: inherit;
    line-height: 1;
    text-transform: none;
    text-align: inherit;
    background: rgba(0, 0, 0, 0)
}

.woocommerce div.product table.bundled_products thead {
    display: none
}

.woocommerce div.product table.bundled_products .bundled_item_col {
    padding: 10px
}

.woocommerce div.product table.bundled_products .bundled_item_col:first-child {
    padding-left: 0
}

.woocommerce div.product table.bundled_products .bundled_item_col:last-child {
    padding-right: 0
}

.woocommerce div.product table.bundled_products th.bundled_item_col {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    background: #e3e7e8
}

.woocommerce div.product table.bundled_products .bundled_product_image {
    max-width: 120px
}

.woocommerce div.product table.bundled_products .quantity {
    display: flex !important;
    justify-content: center
}

.woocommerce div.product .summary-add-to-cart-form-bundle td.bundled_item_images_col {
    width: 120px
}

.woocommerce div.product.product-type-external .single_add_to_cart_button,
.woocommerce div.product.product-type-grouped .single_add_to_cart_button {
    width: 100%
}

.woocommerce div.product #wcpay-payment-request-wrapper,
.woocommerce div.product #wcpay-payment-request-button-separator,
.woocommerce div.product #wc-stripe-payment-request-button-separator {
    display: none !important
}

.woocommerce div.product #wc-stripe-payment-request-wrapper {
    width: 100%;
    margin-bottom: 20px
}

.woocommerce div.product .group_table {
    margin-top: -10px
}

.woocommerce div.product .group_table td {
    border-bottom: 0
}

.woocommerce div.product .group_table .quantity {
    padding: 0;
    margin: 0;
    float: right;
    max-width: 140px;
    min-width: 110px
}

.woocommerce div.product .group_table .quantity .qty-button {
    line-height: 38px;
    padding: 0 8px
}

.woocommerce div.product .group_table .button {
    font-size: 11px;
    font-size: .6875rem;
    padding: 0 10px;
    min-width: 110px
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__label {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: right;
    min-width: 76px
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price .stock {
    font-size: 11px;
    font-size: .6875rem;
    line-height: inherit;
    text-align: right;
    font-weight: 400;
    margin: 0;
    background: rgba(0, 0, 0, 0)
}

.woocommerce div.product .group_table .woocommerce-grouped-product-list-item__price .out-of-stock {
    color: #838889
}

.woocommerce div.product .product_meta {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 36px;
    width: 100%
}

.woocommerce div.product .product_meta>span {
    margin-bottom: 5px;
    display: block
}

.woocommerce div.product .product_meta .label {
    color: #838889;
    padding-right: 10px;
    display: inline-block;
    min-width: 80px
}

.woocommerce div.product .woocommerce-tabs {
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.woocommerce div.product .product-size-guide {
    width: 100%;
    margin: 18px 0
}

.woocommerce div.product .price+.product-size-guide {
    margin-top: -15px;
    margin-bottom: 30px
}

.woocommerce div.product .cart .product-size-guide {
    margin-bottom: 0
}

.woocommerce div.product .variations .product-size-guide {
    float: right;
    margin: 0;
    width: auto
}

.woocommerce div.product .variations .product-size-guide+.reset_variations {
    display: none !important
}

.woocommerce div.product .size-guide-button {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap
}

.woocommerce div.product.layout-v1 {
    clear: both;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw
}

.woocommerce div.product.layout-v1 .product-toolbar {
    padding-left: 60px;
    padding-right: 60px
}

.woocommerce div.product.layout-v1 .woocommerce-badges {
    left: 60px
}

.woocommerce div.product.layout-v1 .product-gallery-summary {
    display: flex
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery__wrapper {
    text-align: center;
    height: 100%
}

.woocommerce div.product.layout-v1 .summary {
    position: static;
    padding-right: 60px;
    display: flex;
    flex-direction: column
}

.woocommerce div.product.layout-v1 .product_title {
    margin-top: 30px
}

.woocommerce div.product.layout-v1 .product_meta {
    margin-bottom: 70px
}

.woocommerce div.product.layout-v1 div.bundled_product {
    padding-top: 0
}

.woocommerce div.product.layout-v1 .bundled_product_title {
    margin-top: 0
}

.woocommerce div.product.layout-v1.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v1.product-type-simple .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery {
    margin-top: -80px;
    position: static;
    align-self: center
}

.woocommerce div.product.layout-v1 .woocommerce-product-gallery img {
    margin-left: auto;
    margin-right: auto
}

.woocommerce div.product.layout-v1 .flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.woocommerce div.product.layout-v1 .flex-control-nav li {
    overflow: hidden;
    position: relative
}

.woocommerce div.product.layout-v1 .flex-control-nav li:last-child {
    margin-bottom: 0
}

.woocommerce div.product.layout-v1 .flex-control-nav li img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.woocommerce div.product.layout-v1 .flex-control-nav li span {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    transition: .4s
}

.woocommerce div.product.layout-v1 .flex-control-nav li span:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: .4s;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 #161619
}

.woocommerce div.product.layout-v1 .flex-control-nav .flex-active+span {
    padding-left: 35px
}

.woocommerce div.product.layout-v1 .flex-control-nav .flex-active+span:before {
    width: 20px
}

.woocommerce div.product.layout-v1 .product-share {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 99
}

.woocommerce div.product.layout-v1 .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer
}

.woocommerce div.product.layout-v1 .product-share .sharing-icon span {
    display: none
}

.woocommerce div.product.layout-v1 .product-share .socials {
    transition: .5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1
}

.woocommerce div.product.layout-v1 .product-share .socials a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0
}

.woocommerce div.product.layout-v1 .product-share .socials a:nth-child(n+2) {
    transform: translateX(-20%)
}

.woocommerce div.product.layout-v1 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v1 .product-share:hover .socials {
    max-width: 600px;
    z-index: 1
}

.woocommerce div.product.layout-v1 .product-share:hover .socials a {
    transform: none;
    opacity: 1
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button,
.woocommerce div.product.layout-v1 .add-to-wishlist-button {
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button>span,
.woocommerce div.product.layout-v1 .add-to-wishlist-button>span {
    vertical-align: -.4em
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button~.product-compare-button-wrapper .wcboost-products-compare-button--single,
.woocommerce div.product.layout-v1 .add-to-wishlist-button~.product-compare-button-wrapper .wcboost-products-compare-button--single {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button~.product-compare-button-wrapper~.share,
.woocommerce div.product.layout-v1 .add-to-wishlist-button~.product-compare-button-wrapper~.share {
    margin-bottom: 120px
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button~.share,
.woocommerce div.product.layout-v1 .add-to-wishlist-button~.share {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v1 .product-compare-button-wrapper~.share {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button__icon {
    margin: 0
}

.woocommerce div.product.layout-v1 .wcboost-wishlist-button__text {
    display: none
}

.woocommerce div.product.layout-v1 .woocommerce-tabs {
    justify-self: flex-end;
    margin-bottom: 35px;
    margin-top: auto
}

.single-product.product-v1 .woocommerce-message,
.single-product.product-v1 .woocommerce-info,
.single-product.product-v1 .woocommerce-error,
.single-product.product-v3 .woocommerce-message,
.single-product.product-v3 .woocommerce-info,
.single-product.product-v3 .woocommerce-error,
.single-product.product-v5 .woocommerce-message,
.single-product.product-v5 .woocommerce-info,
.single-product.product-v5 .woocommerce-error {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    margin: 0
}

.single-product.product-v1 .bundle_form .woocommerce-message,
.single-product.product-v1 .bundle_form .woocommerce-info,
.single-product.product-v1 .bundle_form .woocommerce-error,
.single-product.product-v3 .bundle_form .woocommerce-message,
.single-product.product-v3 .bundle_form .woocommerce-info,
.single-product.product-v3 .bundle_form .woocommerce-error,
.single-product.product-v5 .bundle_form .woocommerce-message,
.single-product.product-v5 .bundle_form .woocommerce-info,
.single-product.product-v5 .bundle_form .woocommerce-error {
    position: static;
    margin-bottom: 20px
}

.woocommerce div.product.layout-v2 {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-left: 60px;
    padding-right: 60px
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery {
    width: 72.619047619%
}

.woocommerce div.product.layout-v2 .summary {
    width: 27.380952381%
}

.woocommerce div.product.layout-v2 .woocommerce-badges {
    left: 60px;
    margin: 20px 0 0 20px
}

.woocommerce div.product.layout-v2 .product-toolbar {
    padding-top: 0;
    padding-bottom: 52px;
    margin-top: -2px
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__wrapper {
    margin: -2px;
    overflow: hidden
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image {
    width: 50%;
    float: left;
    border: 2px solid rgba(0, 0, 0, 0)
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image img {
    display: block;
    width: 100%
}

.woocommerce div.product.layout-v2 .woocommerce-product-gallery__image:nth-child(2n+1) {
    clear: left
}

.woocommerce div.product.layout-v2.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v2.product-type-simple .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button,
.woocommerce div.product.layout-v2 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    line-height: 30px;
    margin: 30px 0
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button .spinner,
.woocommerce div.product.layout-v2 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon {
    min-width: 18px;
    display: inline-block
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon .svg-icon {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon svg {
    vertical-align: -.3em
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon>svg {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon>svg,
.woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon>.spinner {
    vertical-align: -.25em
}

.woocommerce div.product.layout-v2 .wcboost-wishlist-button__text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto
}

.woocommerce div.product.layout-v2 .add-to-wishlist-button .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v2 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: .3s
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v2 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px
}

.woocommerce div.product.layout-v2 .product-share .socials {
    transition: .5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none
}

.woocommerce div.product.layout-v2 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px
}

.woocommerce div.product.layout-v2 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v2 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.woocommerce div.product.layout-v2 .product-share:hover .sharing-icon {
    opacity: 0
}

.woocommerce div.product.layout-v2 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto
}

.woocommerce div.product.layout-v2 .product-share:hover .socials a {
    opacity: 1
}

.woocommerce div.product.layout-v2 .product_meta {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v2 .woocommerce-tabs {
    padding-top: 20px
}

.woocommerce div.product.layout-v2 ul.bundled_products .woocommerce-product-gallery__image {
    float: none;
    width: 100%
}

.single-product.product-v2.product-summary-sticky-default .site {
    overflow-x: visible
}

.single-product.product-v2.product-summary-sticky-default div.product .summary {
    position: sticky;
    top: 0
}

.woocommerce div.product.layout-v3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 115px;
    min-height: 100vh
}

.woocommerce div.product.layout-v3:before,
.woocommerce div.product.layout-v3:after {
    display: none
}

.woocommerce div.product.layout-v3 .summary,
.woocommerce div.product.layout-v3 .woocommerce-product-cart {
    width: 270px;
    flex-basis: 270px
}

.woocommerce div.product.layout-v3 .summary {
    float: left;
    padding-left: 0;
    padding-right: 0
}

.woocommerce div.product.layout-v3 .woocommerce-badge {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-radius: 0;
    vertical-align: 5px
}

.woocommerce div.product.layout-v3 .woocommerce-badge~.woocommerce-badge {
    margin-left: 0
}

.woocommerce div.product.layout-v3 .woocommerce-badge span {
    transform: none;
    top: auto
}

.woocommerce div.product.layout-v3 .woocommerce-product-cart {
    float: right;
    order: 2
}

.woocommerce div.product.layout-v3 .woocommerce-product-gallery {
    position: static;
    padding: 0 170px;
    flex: 1;
    order: 1
}

.woocommerce div.product.layout-v3 .woocommerce-product-gallery__image,
.woocommerce div.product.layout-v3 .woocommerce-product-gallery__image--placeholder {
    text-align: center
}

.woocommerce div.product.layout-v3 .flex-control-nav {
    position: fixed;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000
}

.woocommerce div.product.layout-v3 .flex-control-nav li {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.woocommerce div.product.layout-v3 .flex-control-nav li img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1
}

.woocommerce div.product.layout-v3 .flex-control-nav li img:hover+span,
.woocommerce div.product.layout-v3 .flex-control-nav li img.flex-active+span {
    background-color: #161619
}

.woocommerce div.product.layout-v3 .flex-control-nav li img.flex-active+span {
    transform: rotate(0)
}

.woocommerce div.product.layout-v3 .flex-control-nav li img.flex-active+span:before {
    opacity: 1
}

.woocommerce div.product.layout-v3 .flex-control-nav li span {
    cursor: pointer;
    text-indent: -9999em;
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #838889;
    border-radius: 50%;
    margin: 12px;
    transform: rotate(-30deg);
    transition: .25s
}

.woocommerce div.product.layout-v3 .flex-control-nav li span:before {
    content: "";
    position: absolute;
    top: -9px;
    bottom: -9px;
    right: -9px;
    left: -9px;
    border-radius: 50%;
    border: 2px solid #161619;
    transition: opacity .3s;
    opacity: 0
}

.woocommerce div.product.layout-v3 .price {
    margin-top: 0;
    margin-bottom: 0
}

.woocommerce div.product.layout-v3 .cart:before,
.woocommerce div.product.layout-v3 .cart:after {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce div.product.layout-v3 .cart:after {
    clear: both
}

.woocommerce div.product.layout-v3 .variations td.value {
    text-align: right;
    position: relative
}

.woocommerce div.product.layout-v3 .variations .reset_variations {
    display: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%)
}

.woocommerce div.product.layout-v3 .swatches-support .variations td.value {
    text-align: left
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__label {
    font-size: 14px;
    font-size: .875rem
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__quantity {
    padding-left: 10px
}

.woocommerce div.product.layout-v3 .group_table .woocommerce-grouped-product-list-item__price {
    font-size: 14px;
    font-size: .875rem;
    min-width: 0;
    padding-left: 10px
}

.woocommerce div.product.layout-v3 .group_table .quantity {
    max-width: 110px;
    margin: 0
}

.woocommerce div.product.layout-v3 .group_table .quantity .qty-button {
    padding-left: 10px;
    padding-right: 10px
}

.woocommerce div.product.layout-v3 .quantity {
    width: 100%;
    margin: 0 0 20px;
    display: flex
}

.woocommerce div.product.layout-v3 .quantity .qty-button {
    padding-left: 26px;
    padding-right: 26px
}

.woocommerce div.product.layout-v3 .quantity .qty {
    flex: 1
}

.woocommerce div.product.layout-v3 .single_add_to_cart_button {
    width: 100%;
    min-width: 0
}

.woocommerce div.product.layout-v3 .variations_button {
    display: block
}

.woocommerce div.product.layout-v3 div.bundled_product {
    padding-top: 0
}

.woocommerce div.product.layout-v3 .bundled_product .quantity {
    width: auto
}

.woocommerce div.product.layout-v3 table.bundled_products .bundled_item_col {
    padding-left: 0;
    padding-right: 0
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button,
.woocommerce div.product.layout-v3 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    line-height: 30px;
    margin: 30px 0
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button .spinner,
.woocommerce div.product.layout-v3 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon {
    min-width: 18px;
    display: inline-block
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon .svg-icon {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon svg {
    vertical-align: -.3em
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon>svg {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon>svg,
.woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon>.spinner {
    vertical-align: -.25em
}

.woocommerce div.product.layout-v3 .wcboost-wishlist-button__text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto
}

.woocommerce div.product.layout-v3 .add-to-wishlist-button .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v3 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: .3s
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v3 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px
}

.woocommerce div.product.layout-v3 .product-share .socials {
    transition: .5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none
}

.woocommerce div.product.layout-v3 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px
}

.woocommerce div.product.layout-v3 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v3 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.woocommerce div.product.layout-v3 .product-share:hover .sharing-icon {
    opacity: 0
}

.woocommerce div.product.layout-v3 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto
}

.woocommerce div.product.layout-v3 .product-share:hover .socials a {
    opacity: 1
}

.woocommerce div.product.layout-v3 .product-size-guide {
    clear: both;
    margin-top: 0
}

.woocommerce div.product.layout-v3 .product_meta {
    margin-top: 27px
}

.woocommerce div.product.layout-v3 .woocommerce-tabs {
    margin-top: 15px;
    border-top: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs {
    padding-top: 12px
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li a {
    font-size: 10px;
    font-size: .625rem
}

.woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li:last-child {
    text-align: right
}

.single-product.product-v3 {
    position: relative;
    min-height: 100vh
}

.single-product.product-v3 .site {
    overflow: hidden
}

.single-product.product-v3 .content-area {
    position: relative
}

.single-product.product-v3 .product-toolbar {
    padding-bottom: 0;
    position: absolute;
    width: 100%
}

.single-product.product-v3 .woocommerce-product-gallery__wrapper,
.single-product.product-v3 .woocommerce-product-gallery__image,
.single-product.product-v3 .woocommerce-product-gallery__image a {
    height: 100%
}

.single-product.product-v3 .woocommerce-product-gallery__image a img {
    width: auto;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}



.woocommerce div.product.layout-v4 {
    position: relative
}

.woocommerce div.product.layout-v4 .woocommerce-badges {
    top: 20px;
    left: 150px
}

.woocommerce div.product.layout-v4.empty-gallery .woocommerce-badges {
    left: 20px
}

.woocommerce div.product.layout-v4 .woocommerce-product-gallery {
    width: 50%;
    padding-left: 130px
}

.woocommerce div.product.layout-v4 .woocommerce-product-gallery.no-thumbnails {
    padding-left: 0
}

.woocommerce div.product.layout-v4 .summary {
    width: 50%;
    padding-left: 110px
}

.woocommerce div.product.layout-v4 .flex-control-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    overflow: hidden
}

.woocommerce div.product.layout-v4 .flex-control-nav li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px
}

.woocommerce div.product.layout-v4 .flex-control-nav li:last-child {
    margin-bottom: 0
}

.woocommerce div.product.layout-v4 .flex-control-nav img {
    transition: .3s;
    opacity: 1;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0)
}

.woocommerce div.product.layout-v4 .flex-control-nav .flex-active {
    border-color: #161619
}

.woocommerce div.product.layout-v4 .flex-control-nav .slick-disabled {
    visibility: hidden;
    opacity: 0
}

.woocommerce div.product.layout-v4 .flex-control-nav.slick-vertical .slick-list {
    height: 100% !important
}

.woocommerce div.product.layout-v4 .flex-control-nav.slick-vertical .slick-arrow {
    padding: 7px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.woocommerce div.product.layout-v4 .flex-control-nav.slick-vertical .slick-arrow svg {
    transform: rotate(90deg)
}

.woocommerce div.product.layout-v4 .flex-control-nav.slick-vertical .slick-prev {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v4 .flex-control-nav.slick-vertical .slick-next {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v4 .product-toolbar {
    padding-top: 0;
    padding-bottom: 40px;
    margin: -3px 0 0
}

.woocommerce div.product.layout-v4 .product_title {
    margin-bottom: 17px
}

.woocommerce div.product.layout-v4 .woocommerce-product-details__short-description {
    margin-bottom: 15px
}

.woocommerce div.product.layout-v4 .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v4 #wc-stripe-payment-request-wrapper {
    width: 100%;
    padding-top: 1.5em
}

.woocommerce div.product.layout-v4 .price {
    margin-top: 15px;
    margin-bottom: 35px
}

.woocommerce div.product.layout-v4 .variations {
    margin-bottom: 40px
}

.woocommerce div.product.layout-v4 .variations:before {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce div.product.layout-v4 .variations:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}

.woocommerce div.product.layout-v4 .variations tbody {
    display: block;
    margin-left: -40px;
    margin-right: -40px
}

.woocommerce div.product.layout-v4 .variations tr {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 40px
}

.woocommerce div.product.layout-v4 .variations td {
    display: block;
    position: relative
}

.woocommerce div.product.layout-v4 .variations td.label {
    color: #838889;
    padding-top: 5px;
    padding-bottom: 5px
}

.woocommerce div.product.layout-v4 .variations td.value {
    position: relative
}

.woocommerce div.product.layout-v4 .variations select {
    width: 100%
}

.woocommerce div.product.layout-v4 .variations .product-size-guide {
    position: absolute;
    top: -26px;
    right: 0;
    margin: 0
}

.woocommerce div.product.layout-v4 .variations .reset_variations {
    display: none !important
}

.woocommerce div.product.layout-v4 .swatches-support .variations {
    margin-bottom: 0
}

.woocommerce div.product.layout-v4 .swatches-support tr {
    float: none;
    width: 100%
}

.woocommerce div.product.layout-v4 .swatches-support td.value {
    display: flex
}

.woocommerce div.product.layout-v4 .swatches-support select {
    width: auto;
    min-width: 120px;
    max-width: 100%
}

.woocommerce div.product.layout-v4 .swatches-support .qty-dropdown {
    min-width: 120px
}

.woocommerce div.product.layout-v4 .swatches-support .product-size-guide {
    position: static
}

.woocommerce div.product.layout-v4 .single_variation_wrap {
    width: 100%
}

.woocommerce div.product.layout-v4 .variations_button {
    flex-wrap: wrap
}

.woocommerce div.product.layout-v4 .variations_button .wcboost-wishlist-button,
.woocommerce div.product.layout-v4 .variations_button .add-to-wishlist-button {
    flex: none
}

.woocommerce div.product.layout-v4 .woocommerce-variation-description {
    margin-bottom: 20px
}

.woocommerce div.product.layout-v4 .quantity--dropdown,
.woocommerce div.product.layout-v4 .quantity-dropdown {
    display: block;
    width: 100%;
    border-width: 0;
    margin: 0 0 60px
}

.woocommerce div.product.layout-v4 .quantity--dropdown label,
.woocommerce div.product.layout-v4 .quantity-dropdown label {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    position: static !important;
    width: auto;
    height: auto;
    clip: unset;
    -webkit-clip-path: none;
    clip-path: none;
    display: block
}

.woocommerce div.product.layout-v4 .quantity--dropdown .qty {
    width: 24%;
    border-color: #cdcfd0
}

.woocommerce div.product.layout-v4 .quantity--dropdown .qty:focus {
    border-color: inherit
}

.woocommerce div.product.layout-v4 .qty-dropdown {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    display: block;
    width: 24%;
    margin-top: 10px;
    border-bottom: 1px solid #cdcfd0;
    transition: .4s
}

.woocommerce div.product.layout-v4 .qty-dropdown:hover,
.woocommerce div.product.layout-v4 .qty-dropdown.active {
    border-color: #161619
}

.woocommerce div.product.layout-v4 .qty-dropdown .current {
    padding: 5px 0
}

.woocommerce div.product.layout-v4 .qty-dropdown .svg-icon {
    float: right;
    margin-top: 5px
}

.woocommerce div.product.layout-v4 .qty-dropdown li {
    padding: 5px 0 5px 5px
}

.woocommerce div.product.layout-v4.product-type-grouped .quantity-dropdown {
    text-align: left;
    display: inline-block;
    width: auto;
    margin-bottom: 20px
}

.woocommerce div.product.layout-v4.product-type-grouped .quantity-dropdown label {
    display: none
}

.woocommerce div.product.layout-v4.product-type-grouped .qty-dropdown {
    min-width: 110px
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon {
    margin-right: 6px
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon--image .icon-dark {
    opacity: 0
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button .shopping-cart-icon--image .icon-light {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button svg {
    vertical-align: middle
}

.woocommerce div.product.layout-v4 .single_add_to_cart_button.loading .shopping-cart-icon {
    display: none
}

.woocommerce div.product.layout-v4 .wcboost-wishlist-button,
.woocommerce div.product.layout-v4 .add-to-wishlist-button {
    color: #161619;
    line-height: 58px;
    margin-left: 36px;
    border: 1px solid;
    background: rgba(0, 0, 0, 0)
}

.woocommerce div.product.layout-v4 .wcboost-wishlist-button svg,
.woocommerce div.product.layout-v4 .add-to-wishlist-button svg {
    vertical-align: middle
}

.woocommerce div.product.layout-v4 .wcboost-wishlist-button .spinner,
.woocommerce div.product.layout-v4 .add-to-wishlist-button .spinner {
    vertical-align: -.25em
}

.woocommerce div.product.layout-v4 .add-to-wishlist-button .button-text {
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 4px;
    width: auto;
    height: auto
}

.woocommerce div.product.layout-v4 .quantity:not(.quantity-dropdown)~.wcboost-wishlist-button,
.woocommerce div.product.layout-v4 .quantity:not(.quantity-dropdown)~.add-to-wishlist-button {
    margin-left: 16px
}

.woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon {
    text-align: center;
    width: 24px;
    display: inline-block
}

.woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon>svg,
.woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v4 .bundle_form .bundled_product .quantity {
    line-height: inherit;
    margin-top: 0
}

.woocommerce div.product.layout-v4 .bundle_form .bundled_product .quantity label {
    display: none
}

.woocommerce div.product.layout-v4 table.bundled_products .qty-dropdown {
    width: 100%;
    margin-top: 0
}

.woocommerce div.product.layout-v4 table.bundled_products .qty-dropdown .current {
    text-align: left
}

.woocommerce div.product.layout-v4 ul.products div.cart {
    justify-content: center
}

.woocommerce div.product.layout-v4 ul.products .qty-dropdown {
    width: 120px;
    margin-left: auto;
    margin-right: auto
}

.woocommerce div.product.layout-v4 .product-share {
    float: right;
    line-height: 30px;
    margin: 48px 0 40px;
    position: relative;
    max-width: 200px
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon {
    display: block;
    margin-bottom: 13px
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon svg {
    display: none
}

.woocommerce div.product.layout-v4 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle
}

.woocommerce div.product.layout-v4 .product-share .socials {
    overflow: hidden;
    white-space: nowrap
}

.woocommerce div.product.layout-v4 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-right: 10px
}

.woocommerce div.product.layout-v4 .product-share .socials a:last-child {
    margin-right: 0
}

.woocommerce div.product.layout-v4 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v4 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.woocommerce div.product.layout-v4 .product_meta {
    margin: 56px 200px 35px 0;
    width: auto
}

.woocommerce div.product.layout-v4 .woocommerce-tabs {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v4 .product-description {
    clear: both;
    padding-top: 115px
}

.woocommerce div.product.layout-v4 .product-description>p:first-child {
    margin-top: 0
}

.woocommerce div.product.layout-v5 {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw
}

.woocommerce div.product.layout-v5 .summary,
.woocommerce div.product.layout-v5 .woocommerce-product-gallery {
    width: 50%
}

.woocommerce div.product.layout-v5 .product-gallery-summary {
    position: relative;
    display: flex
}

.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom {
    position: static
}

.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom .product-share,
.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom .wcboost-wishlist-button,
.woocommerce div.product.layout-v5 .product-gallery-summary.summary-sticky-bottom .add-to-wishlist-button {
    opacity: 0
}

.woocommerce div.product.layout-v5 .summary {
    position: static;
    padding-left: 240px;
    padding-right: calc(50vw - 700px + 60px)
}

.woocommerce div.product.layout-v5 .summary-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.woocommerce div.product.layout-v5 .woocommerce-tabs {
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 50px;
    padding-top: 15px;
    width: 100%
}

.woocommerce div.product.layout-v5 .product-toolbar {
    margin-right: -60px;
    padding-bottom: 67px
}

.woocommerce div.product.layout-v5 .woocommerce-badges {
    position: static;
    margin-bottom: 10px;
    display: block
}

.woocommerce div.product.layout-v5 .woocommerce-badge {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 6px 0 0;
    border-radius: 0
}

.woocommerce div.product.layout-v5 .woocommerce-badge span {
    transform: none;
    top: auto
}

.woocommerce div.product.layout-v5.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v5.product-type-simple .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v5 .product-share {
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    transition: .4s
}

.woocommerce div.product.layout-v5 .product-share .sharing-icon {
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #161619;
    cursor: pointer
}

.woocommerce div.product.layout-v5 .product-share .sharing-icon span {
    display: none
}

.woocommerce div.product.layout-v5 .product-share .socials {
    transition: .5s;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50px;
    background: #161619;
    z-index: -1
}

.woocommerce div.product.layout-v5 .product-share .socials a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0
}

.woocommerce div.product.layout-v5 .product-share .socials a:nth-child(n+2) {
    transform: translateX(-20%)
}

.woocommerce div.product.layout-v5 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v5 .product-share:hover .socials {
    max-width: 600px;
    z-index: 1
}

.woocommerce div.product.layout-v5 .product-share:hover .socials a {
    transform: none;
    opacity: 1
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button,
.woocommerce div.product.layout-v5 .add-to-wishlist-button {
    text-align: center;
    line-height: 50px;
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button>span,
.woocommerce div.product.layout-v5 .add-to-wishlist-button>span {
    vertical-align: -.4em
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button~.share,
.woocommerce div.product.layout-v5 .add-to-wishlist-button~.share {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button~.product-compare-button-wrapper .wcboost-products-compare-button--single,
.woocommerce div.product.layout-v5 .add-to-wishlist-button~.product-compare-button-wrapper .wcboost-products-compare-button--single {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button~.product-compare-button-wrapper~.share,
.woocommerce div.product.layout-v5 .add-to-wishlist-button~.product-compare-button-wrapper~.share {
    margin-bottom: 120px
}

.woocommerce div.product.layout-v5 .product-compare-button-wrapper~.share {
    margin-bottom: 60px
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button__icon {
    margin: 0
}

.woocommerce div.product.layout-v5 .wcboost-wishlist-button__text {
    display: none
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery .wp-post-image {
    width: 100%
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
    width: 100%;
    padding: 0;
    float: none
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image {
    width: 50%;
    float: left
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+1),
.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
    text-align: center;
    clear: both;
    padding: 40px 165px;
    width: 100%
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+2) {
    clear: left;
    padding: 40px 10px 40px 40px;
    text-align: right
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+3) {
    padding: 240px 40px 40px 115px;
    text-align: right
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
    clear: both;
    padding: 40px 165px;
    width: 100%
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+5) {
    clear: left;
    padding: 160px 95px 40px 60px
}

.woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+6) {
    padding: 40px 0 40px 50px
}

.woocommerce div.product.layout-v5 .bundled_product .bundled_product_image {
    padding: 0;
    float: none
}

.single-product.product-v5.offcanvas-opened .product-summary-inner.is_stuck {
    z-index: 1600
}

.single-product.product-v5.product-summary-sticky-default .site {
    overflow-x: visible
}

.single-product.product-v5.product-summary-sticky-default div.product .summary-inner {
    position: sticky;
    top: 0
}

.woocommerce div.product.layout-v6 .woocommerce-badges {
    top: 20px;
    left: 110px
}

.woocommerce div.product.layout-v6.empty-gallery .woocommerce-badges {
    left: 20px
}

.woocommerce div.product.layout-v6 .product-toolbar {
    padding-top: 70px;
    padding-bottom: 68px
}

.woocommerce div.product.layout-v6 .product-toolbar .post-navigation {
    display: none
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery {
    width: 58.0714285714%;
    padding-left: 90px;
    margin-bottom: 80px
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery.no-thumbnails {
    padding-left: 0
}

.woocommerce div.product.layout-v6 .summary {
    width: 41.9285714286%;
    padding-right: 90px;
    padding-left: 97px;
    margin-bottom: 70px
}

.woocommerce div.product.layout-v6 .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%
}

.woocommerce div.product.layout-v6 .flex-control-thumbs li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px
}

.woocommerce div.product.layout-v6 .flex-control-thumbs li:last-child {
    margin-bottom: 0
}

.woocommerce div.product.layout-v6 .flex-control-thumbs img {
    transition: .3s;
    opacity: 1;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0)
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .flex-active {
    border-color: #161619
}

.woocommerce div.product.layout-v6 .flex-control-thumbs .slick-disabled {
    visibility: hidden;
    opacity: 0
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-list {
    height: 100% !important
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-arrow {
    padding: 7px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-arrow svg {
    transform: rotate(90deg)
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-prev {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-next {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v6 .variations {
    margin-bottom: 50px;
    padding-right: 40px;
    display: block
}

.woocommerce div.product.layout-v6 .variations:before {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce div.product.layout-v6 .variations:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}

.woocommerce div.product.layout-v6 .variations tbody {
    display: block;
    margin-left: -40px;
    margin-right: -40px
}

.woocommerce div.product.layout-v6 .variations tr {
    display: block;
    width: 50%;
    float: left;
    padding: 0 40px
}

.woocommerce div.product.layout-v6 .variations td {
    display: block;
    position: relative
}

.woocommerce div.product.layout-v6 .variations td.label {
    color: #838889;
    padding-top: 14px;
    padding-bottom: 5px
}

.woocommerce div.product.layout-v6 .variations td.value {
    position: relative
}

.woocommerce div.product.layout-v6 .variations select {
    width: 100%
}

.woocommerce div.product.layout-v6 .variations .product-size-guide {
    position: absolute;
    top: -26px;
    right: 0;
    margin: 0
}

.woocommerce div.product.layout-v6 .variations .reset_variations {
    position: absolute;
    margin-left: 40px;
    margin-top: 5px
}

.woocommerce div.product.layout-v6 .swatches-support .variations {
    display: table;
    padding-right: 0;
    margin-bottom: 37px
}

.woocommerce div.product.layout-v6 .swatches-support .variations tbody {
    display: table-row-group
}

.woocommerce div.product.layout-v6 .swatches-support .variations tr {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 0
}

.woocommerce div.product.layout-v6 .swatches-support .variations td.label {
    padding-top: 6px;
    padding-bottom: 7px
}

.woocommerce div.product.layout-v6 .swatches-support .variations td.value {
    display: flex
}

.woocommerce div.product.layout-v6 .swatches-support .variations select {
    width: auto;
    max-width: 100%
}

.woocommerce div.product.layout-v6 .swatches-support .variations .product-size-guide {
    position: static
}

.woocommerce div.product.layout-v6 .single_variation_wrap {
    clear: both
}

.woocommerce div.product.layout-v6.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v6.product-type-simple .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button,
.woocommerce div.product.layout-v6 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    line-height: 30px;
    margin: 30px 0
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button .spinner,
.woocommerce div.product.layout-v6 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon {
    min-width: 18px;
    display: inline-block
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon .svg-icon {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon svg {
    vertical-align: -.3em
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon>svg {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon>svg,
.woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon>.spinner {
    vertical-align: -.25em
}

.woocommerce div.product.layout-v6 .wcboost-wishlist-button__text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto
}

.woocommerce div.product.layout-v6 .add-to-wishlist-button .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v6 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: .3s
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v6 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px
}

.woocommerce div.product.layout-v6 .product-share .socials {
    transition: .5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none
}

.woocommerce div.product.layout-v6 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px
}

.woocommerce div.product.layout-v6 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v6 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
    opacity: 0
}

.woocommerce div.product.layout-v6 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto
}

.woocommerce div.product.layout-v6 .product-share:hover .socials a {
    opacity: 1
}

.woocommerce div.product.layout-v6 .product_meta {
    clear: both
}

.woocommerce div.product.layout-v6 .woocommerce-tabs {
    margin-top: 60px;
    padding-top: 48px;
    border-top: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
    display: block;
    width: 240px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li:last-child {
    margin-bottom: 0
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #838889;
    text-transform: none;
    padding-left: 30px;
    padding-bottom: 0;
    transform: translateX(-30px)
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:after {
    display: none
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    border-bottom: 2px solid;
    transition: width .4s
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:hover {
    color: #161619
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs .active a {
    color: #161619;
    transform: none
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    color: #838889;
    margin-left: 239px;
    margin-top: 0;
    padding-left: 85px;
    border-left: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h1,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h2,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h3,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h4,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h5,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel h6,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel big,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel strong,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel u,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel label,
.woocommerce div.product.layout-v6 .woocommerce-tabs .panel .comment-reply-title {
    color: #161619
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-author,
.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 40px
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-author {
    padding-right: 15px
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .comment-form-email {
    padding-left: 15px
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .form-submit {
    clear: both
}

.woocommerce div.product.layout-v6 .bundle_form {
    margin-top: 0
}

.woocommerce div.product.layout-v6 .bundle_form .variations {
    margin-bottom: 0
}

.woocommerce div.product.layout-v7 .woocommerce-product-gallery {
    width: 40%
}

.woocommerce div.product.layout-v7 .summary {
    width: 39.2857142857%;
    padding-right: 90px;
    padding-left: 60px;
    float: left
}

.woocommerce div.product.layout-v7 .side-products {
    width: 20.7142857143%;
    float: right;
    padding-left: 40px;
    border-left: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v7 .woocommerce-badges {
    top: 20px;
    left: 20px
}

.woocommerce div.product.layout-v7 .flex-control-thumbs {
    margin-top: 10px
}

.woocommerce div.product.layout-v7 .flex-control-thumbs.slick-slider {
    overflow: hidden
}

.woocommerce div.product.layout-v7 .flex-control-thumbs li {
    width: 80px;
    float: left;
    margin-right: 10px
}

.woocommerce div.product.layout-v7 .flex-control-thumbs li:last-child {
    margin-right: 0
}

.woocommerce div.product.layout-v7 .flex-control-thumbs img {
    transition: .3s;
    opacity: 1;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0)
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-list {
    margin: 0 -5px
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-slide {
    padding: 0 5px
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .flex-active {
    border-color: #161619
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-arrow {
    padding: 0 7px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-arrow svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-disabled {
    visibility: hidden;
    opacity: 0
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-prev {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v7 .flex-control-thumbs .slick-next {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 0) 100%)
}

.woocommerce div.product.layout-v7 .product-toolbar {
    padding: 0 0 17px;
    margin-top: -3px
}

.woocommerce div.product.layout-v7.product-type-simple .cart {
    display: flex;
    flex-wrap: wrap
}

.woocommerce div.product.layout-v7.product-type-simple .single_add_to_cart_button {
    flex: 1
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button,
.woocommerce div.product.layout-v7 .add-to-wishlist-button {
    color: inherit;
    float: left;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    line-height: 30px;
    margin: 30px 0
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button .spinner,
.woocommerce div.product.layout-v7 .add-to-wishlist-button .spinner {
    width: 16px;
    height: 16px
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon {
    min-width: 18px;
    display: inline-block
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon .svg-icon {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon svg {
    vertical-align: -.3em
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon>svg {
    font-size: 18px;
    font-size: 1.125rem
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon>svg,
.woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon>.spinner {
    vertical-align: -.25em
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button__text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button .button-text {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    clip: unset;
    margin: 0 0 0 6px;
    width: auto;
    height: auto
}

.woocommerce div.product.layout-v7 .add-to-wishlist-button .spinner {
    vertical-align: -.2em
}

.woocommerce div.product.layout-v7 .product-share {
    float: right;
    line-height: 30px;
    margin: 30px 0;
    position: relative
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon {
    text-align: right;
    display: inline-block;
    cursor: pointer;
    transition: .3s
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon svg {
    font-size: 18px;
    vertical-align: -.25em
}

.woocommerce div.product.layout-v7 .product-share .sharing-icon span {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px
}

.woocommerce div.product.layout-v7 .product-share .socials {
    transition: .5s;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none
}

.woocommerce div.product.layout-v7 .product-share .socials a {
    color: #838889;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #cdcfd0;
    border-radius: 50%;
    margin-left: 10px
}

.woocommerce div.product.layout-v7 .product-share .socials a span {
    display: none
}

.woocommerce div.product.layout-v7 .product-share .socials a:hover {
    color: #fff;
    border-color: #161619;
    background-color: #161619
}

.woocommerce div.product.layout-v7 .product-share:hover .sharing-icon {
    opacity: 0
}

.woocommerce div.product.layout-v7 .product-share:hover .socials {
    z-index: 1;
    pointer-events: auto
}

.woocommerce div.product.layout-v7 .product-share:hover .socials a {
    opacity: 1
}

.woocommerce div.product.layout-v7 .wcboost-wishlist-button,
.woocommerce div.product.layout-v7 .add-to-wishlist-button,
.woocommerce div.product.layout-v7 .product-share {
    margin-top: 20px
}

.woocommerce div.product.layout-v7 .variations_button .product-size-guide {
    margin-bottom: 0
}

.woocommerce div.product.layout-v7 .product_meta {
    margin-top: 26px;
    clear: both
}

.woocommerce div.product.layout-v7 .woocommerce-tabs {
    padding-top: 110px
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e3e7e8
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li {
    margin: 0 60px
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:first-child {
    margin-left: 0
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:last-child {
    margin-right: 0
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #838889;
    padding-bottom: 12px
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a:after {
    border-bottom-width: 2px
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs .active a {
    border-bottom-color: #161619
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs .active a,
.woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a:hover {
    color: #161619
}

.woocommerce div.product.layout-v7 .woocommerce-tabs .panel {
    max-width: 780px;
    padding: 0 15px;
    margin: 45px auto 0 auto
}

.woocommerce div.product.layout-v7 .summary-add-to-cart-form-bundle {
    width: 79.2%;
    clear: none;
    float: left
}

.woocommerce-product-gallery {
    position: relative
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxsaW5lIHgxPSIyMSIgeDI9IjE2LjY1IiB5MT0iMjEiIHkyPSIxNi42NSIvPjxsaW5lIHgxPSIxMSIgeDI9IjExIiB5MT0iOCIgeTI9IjE0Ii8+PGxpbmUgeDE9IjgiIHgyPSIxNCIgeTE9IjExIiB5Mj0iMTEiLz48L3N2Zz4=)
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

.woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image a,
.woocommerce-product-gallery.lightbox-support .woocommerce-product-gallery__image img {
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    text-align: center;
    display: block
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1
}

.woocommerce-product-gallery--nav-thumbnails .flex-control-nav li span {
    display: none
}

.stock {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500
}

.stock:empty:before {
    display: none
}

.stock.in-stock {
    color: #161619
}

.stock.out-of-stock {
    color: #838889
}

.outofstock .stock {
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: #cdcfd0
}

.product-toolbar {
    padding-top: 17px;
    padding-bottom: 45px
}

.product-toolbar .post-navigation {
    float: right;
    padding: 0;
    border: 0
}

.product-toolbar .post-navigation a {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #838889
}

.product-toolbar .post-navigation a:hover {
    color: #161619
}

.product-toolbar .post-navigation .nav-next,
.product-toolbar .post-navigation .nav-previous {
    width: auto;
    word-break: normal
}

.product-toolbar .post-navigation .nav-next {
    border-left: 0;
    padding-left: 30px
}

.product-toolbar .post-navigation .nav-previous {
    padding-right: 0
}

.product-toolbar .breadcrumbs {
    float: left
}

.product-toolbar .post-navigation,
.product-toolbar .breadcrumbs {
    position: relative;
    z-index: 99
}

.product-toolbar .post-navigation .nav-links .nav-next {
    border-left: 0
}

.woocommerce-Tabs-panel--description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2
}

.woocommerce-Tabs-panel--description p {
    margin-bottom: 2em
}

.woocommerce-Tabs-panel--description p:first-child {
    margin-top: 0
}

.woocommerce-tabs.panels-offscreen .panels {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none
}

.woocommerce-tabs.panels-offscreen .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, .2)
}

.woocommerce-tabs.panels-offscreen .button-close {
    position: absolute;
    right: 60px;
    top: 43px;
    z-index: 10
}

.woocommerce-tabs.panels-offscreen .button-close .menu-text {
    margin-right: 4px
}

.woocommerce-tabs.panels-offscreen .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    max-width: 90%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transform: translateX(100%);
    transition: transform .5s
}

.woocommerce-tabs.panels-offscreen .panel.open {
    transform: none
}

.woocommerce-tabs.panels-offscreen .panel-header,
.woocommerce-tabs.panels-offscreen .panel-content {
    padding: 0 60px;
    position: absolute;
    width: 100%
}

.woocommerce-tabs.panels-offscreen .panel-header {
    top: 0;
    padding-top: 50px
}

.woocommerce-tabs.panels-offscreen .panel-header h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0
}

.woocommerce-tabs.panels-offscreen .panel-content {
    top: 68px;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none
}

.woocommerce-Reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-Reviews .comment,
.woocommerce-Reviews .review {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e7e8
}

.woocommerce-Reviews .comment:last-child,
.woocommerce-Reviews .review:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.woocommerce-Reviews .comment p:first-child,
.woocommerce-Reviews .review p:first-child {
    margin-top: 0
}

.woocommerce-Reviews .comment p:last-child,
.woocommerce-Reviews .review p:last-child {
    margin-bottom: 0
}

.woocommerce-Reviews .comment .star-rating,
.woocommerce-Reviews .review .star-rating {
    float: right;
    margin-top: 8px
}

.woocommerce-Reviews .comment .meta,
.woocommerce-Reviews .review .meta {
    margin: 0 0 10px
}

.woocommerce-Reviews .comment .woocommerce-review__author,
.woocommerce-Reviews .review .woocommerce-review__author {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.woocommerce-Reviews .comment .woocommerce-review__dash,
.woocommerce-Reviews .review .woocommerce-review__dash {
    display: none
}

.woocommerce-Reviews .comment .woocommerce-review__published-date,
.woocommerce-Reviews .review .woocommerce-review__published-date {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #838889;
    margin-left: 20px
}

.woocommerce-Reviews .comment .description,
.woocommerce-Reviews .review .description {
    font-size: 14px;
    font-size: .875rem
}

.woocommerce-Reviews .comment-form {
    margin-left: 0;
    margin-right: 0
}

.woocommerce-Reviews .comment-form>p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.woocommerce-Reviews .comment-form textarea,
.woocommerce-Reviews .comment-form input[type=text],
.woocommerce-Reviews .comment-form input[type=email] {
    padding: 0;
    border: 0;
    border-bottom: 2px solid #e3e7e8;
    transition: .4s
}

.woocommerce-Reviews .comment-form textarea:focus,
.woocommerce-Reviews .comment-form input[type=text]:focus,
.woocommerce-Reviews .comment-form input[type=email]:focus {
    border-bottom-color: #161619
}

.woocommerce-Reviews .comment-form p label {
    transition: .4s;
    transform: translateY(35px);
    display: inline-block
}

.woocommerce-Reviews .comment-form .focused label {
    transform: translateY(10px);
    font-size: 14px;
    font-size: .875rem;
    color: #838889
}

.woocommerce-Reviews .comment-form .comment-notes {
    font-size: 14px;
    font-size: .875rem;
    color: #161619;
    margin-bottom: 68px
}

.woocommerce-Reviews .comment-form .comment-form-rating {
    margin-bottom: 5px
}

.woocommerce-Reviews .comment-form .comment-form-rating label {
    vertical-align: top;
    margin-right: 26px
}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email {
    width: auto;
    float: none
}

.woocommerce-Reviews .comment-form .mc4wp-checkbox {
    margin-top: 30px
}

.woocommerce-Reviews .comment-form .mc4wp-checkbox label {
    transform: none
}

.woocommerce-Reviews .comment-form .form-submit {
    margin-top: 40px
}

.woocommerce-Reviews .comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px
}

.panels-offscreen .woocommerce-Reviews {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.panels-offscreen .woocommerce-Reviews #comments {
    padding-bottom: 60px;
    flex: 1
}

.panels-offscreen .woocommerce-Reviews .add-review {
    width: 100%;
    line-height: 60px
}

.panels-offscreen .woocommerce-Reviews #review_form_wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9
}

.panels-offscreen .woocommerce-Reviews #review_form {
    display: flex;
    height: 100%;
    align-items: center
}

.panels-offscreen .woocommerce-Reviews .comment-respond {
    margin-top: -110px;
    padding-top: 0;
    width: 100%
}

.panels-offscreen .woocommerce-Reviews .cancel-review {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0
}

.panels-offscreen .woocommerce-Reviews .cancel-review a {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    color: #838889;
    text-transform: uppercase
}

.panels-offscreen .woocommerce-Reviews .cancel-review a:hover {
    color: #161619
}

.konte-size-guide {
    font-size: 16px;
    font-size: 1rem
}

.konte-size-guide .konte-tabs__nav {
    text-align: left;
    margin-bottom: 35px
}

.konte-size-guide .konte-tabs__nav li {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.konte-size-guide .konte-tabs__nav li:after {
    border-bottom-width: 1px
}

.konte-size-guide .konte-size-guide__name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e3e7e8
}

.konte-size-guide .konte-size-guide__table {
    font-size: 13px;
    font-size: .8125rem;
    margin: 10px 0
}

.konte-size-guide .konte-size-guide__table th,
.konte-size-guide .konte-size-guide__table td {
    border-bottom: 0
}

.konte-size-guide .konte-size-guide__table thead th {
    font-weight: 600
}

.konte-size-guide .konte-size-guide__table tbody td:first-child {
    min-width: 30%
}

.side-products h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 37px
}

.side-products ul.products {
    list-style: none;
    margin: 0
}

.side-products li {
    padding: 0;
    margin: 0 0 20px;
    transition: .4s
}

.side-products li:last-child {
    margin-bottom: 0
}

.side-products li:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .1)
}

.side-products li a {
    display: flex;
    width: 100%;
    align-items: center
}

.side-products li img {
    width: 80px;
    margin-right: 20px;
    float: left
}

.side-products .product-info {
    display: block
}

.side-products .product-title {
    line-height: 1.125;
    display: block;
    max-height: 40px;
    overflow: hidden
}

.side-products .product-price {
    font-size: 14px;
    font-size: .875rem
}

.products.related,
.products.upsells {
    padding-top: 107px
}

.products.related h2,
.products.upsells h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 50px
}

.products.upsells+.products.related {
    padding-top: 47px
}

.linked-products-carousel {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px
}

.linked-products-carousel ul.products {
    margin: 0
}

.linked-products-carousel ul.products li.product {
    padding-left: 0;
    padding-right: 0
}

.single-product.product-v5 .upsells,
.single-product.product-v5 .related {
    padding-top: 67px
}

.konte-size-guide--global-content {
    margin-bottom: 40px
}

.konte-size-guide--global-content>:first-child {
    margin-top: 0
}

.konte-size-guide--global-content>:last-child {
    margin-bottom: 0
}

.sticky-cart-form {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    transition: transform .25s
}

.sticky-cart-form div.sticky-cart-form__product-summary .price {
    font-size: 16px;
    font-size: 1rem;
    margin: 0
}

.sticky-cart-form div.sticky-cart-form__product-summary .price del {
    font-size: 80%
}

.sticky-cart-form form.cart {
    display: flex
}

.sticky-cart-form form.cart .quantity .qty-button {
    line-height: 48px
}

.sticky-cart-form form.cart .single_add_to_cart_button {
    line-height: 50px;
    flex-basis: fit-content
}

.sticky-cart-form form.cart .product-size-guide,
.sticky-cart-form form.cart .wcboost-wishlist-button,
.sticky-cart-form form.cart .wcboost-products-compare-button,
.sticky-cart-form form.cart .add-to-wishlist-button,
.sticky-cart-form form.cart .product-share {
    display: none
}

.sticky-cart-form form.variations_form {
    align-items: center
}

.sticky-cart-form form.variations_form .variations {
    display: block !important;
    margin: 0 !important
}

.sticky-cart-form form.variations_form .variations tbody {
    display: flex !important;
    justify-content: space-between
}

.sticky-cart-form form.variations_form .variations tr {
    align-items: center;
    margin: 0
}

.sticky-cart-form form.variations_form .variations .label,
.sticky-cart-form form.variations_form .variations .value {
    padding: 0 20px
}

.sticky-cart-form form.variations_form .variations .wcboost-variation-swatches__wrapper {
    margin-left: -7px;
    margin-right: -7px;
    display: flex
}

.sticky-cart-form form.variations_form .variations .wcboost-variation-swatches__item {
    margin: 7px
}

.sticky-cart-form form.variations_form .single_variation_wrap {
    margin-left: 60px
}

.sticky-cart-form form.variations_form .variations_button {
    flex-wrap: nowrap
}

.sticky-cart-form form.variations_form .variations_button .single_add_to_cart_button {
    flex: 1 0 fit-content
}

.sticky-cart-form .group_table,
.sticky-cart-form .woocommerce-variation {
    display: none !important
}

div.product.layout-v4 .sticky-cart-form .cart,
div.product.layout-v4 .sticky-cart-form .variations_button {
    flex-wrap: nowrap
}

div.product.layout-v4 .sticky-cart-form .variations:before,
div.product.layout-v4 .sticky-cart-form .variations:after {
    display: none
}

div.product.layout-v4 .sticky-cart-form .variations tbody {
    margin-left: auto;
    margin-right: auto
}

div.product.layout-v4 .sticky-cart-form .variations tr {
    padding: 0;
    width: auto
}

div.product.layout-v4 .sticky-cart-form .variations td.label,
div.product.layout-v4 .sticky-cart-form .variations td.value {
    padding: 0 20px
}

div.product.layout-v4 .sticky-cart-form .price {
    margin: 0
}

.sticky-cart-form--top {
    top: 0;
    border-bottom: 1px solid #e3e7e8;
    transform: translateY(-100%)
}

.sticky-cart-form--bottom {
    bottom: 0;
    border-top: 1px solid #e3e7e8;
    transform: translateY(100%)
}

.sticky-cart-form--pin {
    transform: none
}

.sticky-cart-form__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sticky-cart-form__container:before,
.sticky-cart-form__container:after {
    display: none
}

.sticky-cart-form__product-summary {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 0 20px
}

.sticky-cart-form__product-summary .sticky-cart-form__product-image {
    grid-row-start: 1;
    grid-row-end: 3
}

.sticky-cart-form__product-summary .sticky-cart-form__product-image img {
    display: block;
    max-height: 100%
}

.sticky-cart-form__product-summary .sticky-cart-form__product-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.sticky-cart-form__product-summary .stock {
    font-weight: 400;
    margin: 0
}

.sticky-cart-form__mobile-button {
    display: none;
    line-height: 50px
}

.sticky-cart-form__mobile-button .svg-icon {
    display: none;
    vertical-align: -.125em
}

.woocommerce-cart .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 75px
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
    text-align: center
}

.woocommerce-cart .cart-empty {
    color: inherit;
    font-size: inherit;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.woocommerce-cart .cart-empty img {
    opacity: .85;
    width: 150px;
    display: block;
    margin: 0 auto 30px auto
}

.woocommerce-cart .return-to-shop {
    margin-top: 100px
}

.woocommerce-cart .return-to-shop .button {
    line-height: 60px;
    min-width: 220px
}

.cart-empty.woocommerce-info .message-icon,
.cart-empty.woocommerce-info .close-message {
    display: none
}

table.cart {
    margin-bottom: 0
}

table.cart th,
table.cart td {
    padding: 20px;
    border-bottom-color: #e3e7e8
}

table.cart th {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase
}

table.cart thead th {
    padding: 0 20px 15px
}

table.cart thead th.product-thumbnail,
table.cart thead th.product-remove {
    padding-left: 0;
    padding-right: 0
}

table.cart .product-thumbnail {
    width: 130px;
    padding-left: 0;
    padding-right: 0
}

table.cart .product-thumbnail img {
    display: block
}

table.cart .product-name {
    padding-left: 40px
}

table.cart .product-name a {
    font-weight: 500
}

table.cart .product-name dl {
    font-size: 14px;
    font-size: .875rem;
    margin: 0;
    padding: 0
}

table.cart .product-name dt {
    display: none
}

table.cart .product-name dd {
    display: inline-block;
    margin: 0
}

table.cart .product-name dd:after {
    content: "/"
}

table.cart .product-name dd:last-child:after {
    content: ""
}

table.cart .product-name p {
    margin: 0;
    display: inline
}

table.cart .product-name .backorder_notification {
    color: #838889;
    font-size: 14px;
    font-size: .875rem;
    display: block
}

table.cart .product-name .product-price {
    font-weight: 400;
    display: none
}

table.cart .product-name .product-remove {
    display: none
}

table.cart .product-price,
table.cart .product-subtotal {
    font-weight: 500
}

table.cart .product-quantity .quantity {
    min-width: 142px
}

table.cart .product-quantity .quantity--individual {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    display: inline-block
}

table.cart .product-remove {
    text-align: right;
    padding-left: 0;
    padding-right: 0
}

table.cart .product-remove svg {
    vertical-align: middle
}

table.cart a.remove {
    color: #a2a5a6
}

table.cart a.remove:hover {
    color: #161619
}

table.cart .actions {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0
}

table.cart .actions .button {
    color: #161619;
    font-weight: 600;
    line-height: 1.8571428571;
    float: right;
    padding: 0;
    margin-top: 3px;
    border-bottom: 2px solid;
    background: rgba(0, 0, 0, 0)
}

table.cart .empty-cart-button {
    margin-right: 100px
}

table.cart .coupon {
    display: inline-block;
    width: 40.350877193%;
    position: relative
}

table.cart .coupon label {
    display: none
}

table.cart .coupon .input-text {
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    padding: 4px 0;
    border-bottom: 2px solid #e3e7e8;
    width: 100%
}

table.cart .coupon .input-text:hover,
table.cart .coupon .input-text:focus {
    border-bottom-color: #161619
}

table.cart .coupon .button {
    float: none;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cart-collaterals {
    padding: 30px 40px 40px;
    margin-top: 20px;
    border: 1px solid #161619
}

.cart-collaterals .cart_totals h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    float: left
}

.cart-collaterals .shop_table {
    margin-bottom: 20px;
    border-top: 1px solid #e3e7e8
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 30px 0;
    border-color: #e3e7e8
}

.cart-collaterals .shop_table th {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    width: 155px
}

.cart-collaterals .shop_table .shipping th {
    vertical-align: top
}

.cart-collaterals .shop_table .woocommerce-shipping-methods {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e7e8
}

.cart-collaterals .shop_table .shipping-calculator-button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 6px
}

.cart-collaterals .shop_table .shipping-calculator-form input,
.cart-collaterals .shop_table .shipping-calculator-form button {
    width: 100%
}

.cart-collaterals .cart-subtotal-table,
.cart-collaterals .order-total-table {
    width: 350px;
    float: right;
    border: 0
}

.cart-collaterals .cart-subtotal-table th,
.cart-collaterals .cart-subtotal-table td,
.cart-collaterals .order-total-table th,
.cart-collaterals .order-total-table td {
    border: 0;
    padding: 0
}

.cart-collaterals .cart-subtotal-table th,
.cart-collaterals .order-total-table th {
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    width: auto
}

.cart-collaterals .cart-subtotal-table td,
.cart-collaterals .order-total-table td {
    text-align: right
}

.cart-collaterals .cart-subtotal-table .amount,
.cart-collaterals .order-total-table .amount {
    font-weight: 500
}

.cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
    clear: both
}

.cart-collaterals .checkout-button {
    color: #fff;
    line-height: 60px;
    width: 350px;
    border: 0;
    background: #161619
}

.shipping ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.shipping ul input.shipping_method {
    display: none
}

.shipping ul label {
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer
}

.shipping ul label:before,
.shipping ul label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: .2em;
    transition: .4s
}

.shipping ul label:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8
}

.shipping ul label:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center
}

.shipping ul :checked+label,
.shipping ul input[type=hidden]+label {
    color: #161619
}

.shipping ul :checked+label:before,
.shipping ul input[type=hidden]+label:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

.shipping ul :checked+label:after,
.shipping ul input[type=hidden]+label:after {
    opacity: 1
}

.shipping .woocommerce-shipping-destination {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px
}

.woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 30px
}

.woocommerce-shipping-calculator .shipping-calculator-form>:first-child {
    margin-top: 0
}

.woocommerce-shipping-calculator .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-shipping-calculator button {
    margin-top: 20px
}

.cross-sells {
    margin-top: 105px
}

.cross-sells h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 46px
}

.cart-panel .panel-header {
    padding-bottom: 60px
}

.cart-panel .panel-content {
    padding-top: 10px
}

.cart-panel .cart-panel-counter {
    margin-left: 6px
}

.cart-panel .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.cart-panel .widget_shopping_cart_content .cart_list {
    flex: 1
}

.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 18px;
    font-size: 1.125rem
}

.cart-panel .widget_shopping_cart_content .total,
.cart-panel .widget_shopping_cart_content .buttons {
    width: 100%;
    margin: 0;
    padding-top: 30px
}

.cart-panel .widget_shopping_cart_content .buttons {
    text-align: center;
    margin-bottom: 60px
}

.cart-panel .widget_shopping_cart_content .buttons .button {
    color: #161619;
    font-weight: 600;
    display: block;
    border: 1px solid;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0)
}

.cart-panel .widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
    border-color: #161619;
    background: #161619
}

.cart-panel .widget_shopping_cart_content .buttons .button:last-child {
    margin-bottom: 0
}

.cart-panel .widget_shopping_cart_content .buttons .checkout {
    color: #fff;
    border: 0;
    background: #161619
}

.cart-panel .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #838889;
    justify-self: center;
    margin: auto 0;
    position: relative;
    top: -70px
}

.cart-panel .woocommerce-mini-cart__empty-message img {
    opacity: .25;
    width: 40%;
    display: block;
    margin: 0 auto 60px auto
}

.floating-cart-icon {
    text-align: center;
    z-index: 999;
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.floating-cart-icon:hover {
    color: #fff;
    background: #161619
}

.floating-cart-icon .svg-icon {
    vertical-align: middle;
    margin-top: 4px
}

.floating-cart-icon .counter {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%)
}

.gotop~.floating-cart-icon {
    right: 120px
}

.woocommerce-wishlist .entry-title {
    margin-bottom: 60px
}

.woocommerce-wishlist .wishlist-empty,
.woocommerce-wishlist .return-to-shop {
    text-align: center
}

.woocommerce-wishlist .wishlist-empty {
    color: inherit;
    font-size: inherit;
    padding: 0;
    min-height: unset;
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-wishlist .return-to-shop .button {
    line-height: 60px;
    min-width: 220px
}

table.wishlist_table tr {
    position: relative
}

table.wishlist_table th,
table.wishlist_table td {
    border-color: #e3e7e8
}

table.wishlist_table th {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0
}

table.wishlist_table td {
    padding: 20px 0
}

table.wishlist_table td .product-stock-status,
table.wishlist_table td .product-price,
table.wishlist_table td .product-add-to-cart {
    margin: 0
}

table.wishlist_table td .product-stock-status,
table.wishlist_table td .product-price {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px
}

table.wishlist_table td .product-stock-status {
    color: #838889;
    text-transform: uppercase
}

table.wishlist_table td .product-add-to-cart .button {
    color: #161619;
    font-weight: 600;
    padding: 0;
    min-width: 0;
    background: rgba(0, 0, 0, 0)
}

table.wishlist_table .product-thumbnail {
    width: 130px
}

table.wishlist_table .product-thumbnail>a {
    display: block;
    line-height: 1
}

table.wishlist_table .product-thumbnail img {
    max-width: 100%;
    margin-left: -10px
}

table.wishlist_table .product-name {
    padding-left: 30px
}

table.wishlist_table .product-name a {
    font-weight: 500
}

table.wishlist_table .product-name dl {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin: 0
}

table.wishlist_table .product-name dt {
    display: none
}

table.wishlist_table .product-name dd {
    display: inline-block;
    margin: 0
}

table.wishlist_table .product-name dd:after {
    content: "/"
}

table.wishlist_table .product-name dd:last-child:after {
    content: ""
}

table.wishlist_table .product-price del {
    color: #838889
}

table.wishlist_table td.product-price {
    font-weight: 500
}

table.wishlist_table td.product-stock-status {
    font-weight: 500;
    text-transform: uppercase
}

table.wishlist_table .product-add-to-cart {
    text-align: right;
    padding-right: 70px
}

table.wishlist_table .product-add-to-cart .button {
    line-height: 60px;
    min-width: 220px
}

table.wishlist_table .product-remove {
    width: 10px
}

table.wishlist_table .product-remove a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

table.wishlist_table a.remove {
    color: #a2a5a6;
    line-height: 1
}

table.wishlist_table a.remove:hover {
    color: #161619
}

.wcboost-wishlist-title {
    text-align: center
}

.wcboost-wishlist-actions button[disabled] {
    opacity: .7
}

.wishlist-share {
    text-align: center;
    margin-top: 60px
}

.wishlist-share h4 {
    margin-bottom: 24px
}

.wishlist-share ul li:last-child {
    margin-right: 0
}

.wishlist-share a {
    color: #838889;
    background-color: rgba(0, 0, 0, 0)
}

.wishlist-share a:hover {
    color: #161619
}

.wishlist-share a svg {
    margin: 0
}

.wcboost-wishlist-share-link__text {
    display: none
}

.wcboost-wishlist-edit-link-wrapper {
    text-align: center
}

.wcboost-wishlist-edit-link-wrapper a {
    color: #838889;
    font-weight: 500
}

.wcboost-wishlist-edit-link-wrapper a:hover {
    color: inherit
}

.wcboost-wishlist-form-edit .woocommerce-input-wrapper {
    display: block
}

.wcboost-wishlist-form-edit .input-text {
    width: 100%
}

.wcboost-wishlist-button__icon>svg {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: baseline
}

.wcboost-products-compare-button__icon svg,
.wcboost-products-compare-button__icon .spinner {
    width: 1rem;
    height: 1rem
}

.wcboost-products-compare-button__icon .spinner {
    vertical-align: -.15em
}

ul.products li.product .wcboost-products-compare-button {
    margin: 0 0 0 16px;
    vertical-align: top
}

ul.products li.product .wcboost-products-compare-button__icon {
    text-align: center;
    margin: 0;
    min-width: 24px;
    display: inline-block
}

ul.products li.product .wcboost-products-compare-button__icon svg {
    vertical-align: -.05em
}

ul.products li.product .wcboost-products-compare-button__text {
    display: none
}

ul.products.hover-simple .product-inner .wcboost-products-compare-button {
    position: absolute;
    top: 16px;
    right: 18px;
    opacity: 0;
    margin: 0
}

ul.products.hover-simple .product-inner .wcboost-products-compare-button__icon {
    text-align: center;
    display: inline-block;
    min-width: 24px
}

ul.products.hover-simple .product-inner .wcboost-wishlist-button+.wcboost-products-compare-button,
ul.products.hover-simple .product-inner .add-to-wishlist-button+.wcboost-products-compare-button {
    top: 50px
}

ul.products.hover-simple .product-inner:hover .wcboost-products-compare-button {
    opacity: 1
}

div.product.layout-v1 .wcboost-products-compare-button--single,
div.product.layout-v5 .wcboost-products-compare-button--single {
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    background-color: var(--konte--primary-color, #161619);
    z-index: 99
}

div.product.layout-v1 .wcboost-products-compare-button__icon,
div.product.layout-v5 .wcboost-products-compare-button__icon {
    margin: 0
}

div.product.layout-v1 .wcboost-products-compare-button__icon .spinner,
div.product.layout-v5 .wcboost-products-compare-button__icon .spinner {
    vertical-align: -.25em
}

div.product.layout-v1 .wcboost-products-compare-button__text,
div.product.layout-v5 .wcboost-products-compare-button__text {
    display: none
}

div.product.layout-v2 .product-compare-button-wrapper,
div.product.layout-v3 .product-compare-button-wrapper,
div.product.layout-v6 .product-compare-button-wrapper,
div.product.layout-v7 .product-compare-button-wrapper {
    clear: both
}

div.product.layout-v2 .wcboost-wishlist-button~.product-compare-button-wrapper,
div.product.layout-v2 .product-share~.product-compare-button-wrapper,
div.product.layout-v3 .wcboost-wishlist-button~.product-compare-button-wrapper,
div.product.layout-v3 .product-share~.product-compare-button-wrapper,
div.product.layout-v6 .wcboost-wishlist-button~.product-compare-button-wrapper,
div.product.layout-v6 .product-share~.product-compare-button-wrapper,
div.product.layout-v7 .wcboost-wishlist-button~.product-compare-button-wrapper,
div.product.layout-v7 .product-share~.product-compare-button-wrapper {
    top: -30px;
    margin-bottom: -20px;
    position: relative
}

div.product.layout-v2 .wcboost-products-compare-button--single,
div.product.layout-v3 .wcboost-products-compare-button--single,
div.product.layout-v6 .wcboost-products-compare-button--single,
div.product.layout-v7 .wcboost-products-compare-button--single {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block
}

div.product.layout-v2 .wcboost-products-compare-button__icon,
div.product.layout-v3 .wcboost-products-compare-button__icon,
div.product.layout-v6 .wcboost-products-compare-button__icon,
div.product.layout-v7 .wcboost-products-compare-button__icon {
    text-align: center;
    min-width: 18px;
    display: inline-block
}

div.product.layout-v2 .wcboost-products-compare-button__icon svg,
div.product.layout-v2 .wcboost-products-compare-button__icon .spinner,
div.product.layout-v3 .wcboost-products-compare-button__icon svg,
div.product.layout-v3 .wcboost-products-compare-button__icon .spinner,
div.product.layout-v6 .wcboost-products-compare-button__icon svg,
div.product.layout-v6 .wcboost-products-compare-button__icon .spinner,
div.product.layout-v7 .wcboost-products-compare-button__icon svg,
div.product.layout-v7 .wcboost-products-compare-button__icon .spinner {
    width: 14px;
    height: 14px
}

div.product.layout-v4 .product-compare-button-wrapper {
    flex-basis: 100%;
    margin-top: 20px
}

div.product.layout-v4 .wcboost-products-compare-button--single {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block
}

div.product.layout-v5 .wcboost-products-compare-button--single {
    position: fixed
}

table.compare_table {
    font-size: 16px;
    font-size: 1rem
}

table.compare_table th,
table.compare_table td {
    width: 200px;
    padding: 20px 10px
}

table.compare_table th {
    font-weight: 500;
    background: rgba(255, 255, 255, .7);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .8) 65%, rgba(255, 255, 255, 0) 100%)
}

table.compare_table td {
    text-align: center
}

table.compare_table tr:last-child th,
table.compare_table tr:last-child td {
    border-bottom: 0
}

table.compare_table .product-remove th,
table.compare_table .product-remove td {
    padding-bottom: 10px;
    border-bottom: 0
}

table.compare_table .product-remove a.remove {
    font-size: 20px;
    font-weight: 500;
    color: #a2a5a6;
    text-align: center;
    border: 1px solid;
    line-height: 22px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 24px
}

table.compare_table .product-remove a.remove:hover {
    color: inherit
}

table.compare_table .product-thumbnail th,
table.compare_table .product-thumbnail td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0
}

table.compare_table .product-thumbnail img {
    max-width: 100%;
    display: block
}

table.compare_table .product-name th,
table.compare_table .product-name td {
    border-bottom: none
}

table.compare_table .product-name a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500
}

table.compare_table .product-rating th,
table.compare_table .product-rating td {
    padding-top: 10px;
    padding-bottom: 10px
}

table.compare_table .product-add-to-cart th,
table.compare_table .product-add-to-cart td {
    padding-top: 20px
}

.wcboost-products-compare__tools {
    display: flex;
    justify-content: flex-end
}

.wcboost-products-compare-popup__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500
}

.wcboost-products-compare-popup__close {
    padding-right: 0
}

.wcboost-products-compare-popup .wcboost-products-compare__tools {
    padding-left: 30px;
    padding-right: 30px
}

.wcboost-products-compare-widget-item .wcboost-products-compare-widget-item__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    padding-right: 20px
}

.wcboost-products-compare-widget-item a.remove {
    font-size: 18px;
    font-weight: 500;
    color: #a2a5a6;
    text-align: center;
    border: 1px solid;
    line-height: 16px;
    width: 16px;
    height: 16px
}

.wcboost-products-compare-widget__buttons .button.wcboost-products-compare-open {
    color: #fff;
    background-color: var(--konte--primary-color, #161619)
}

.wcboost-products-compare-widget__buttons .button.wcboost-products-compare-open:hover {
    color: #fff
}

.button.wcboost-products-compare-clear {
    color: var(--konte--primary-color, #161619);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid
}

.widget-area .wcboost-products-compare-widget-item img {
    width: 80px;
    max-width: 80px;
    margin-right: 20px
}

.widget-area .wcboost-products-compare-widget-item a:not(.remove) {
    color: #161619
}

.widget-area .wcboost-products-compare-widget-item a.remove {
    left: auto;
    right: 0;
    top: 10px;
    transform: none
}

.widget-area .wcboost-products-compare-widget-item .price {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #161619
}

.widget-area .wcboost-products-compare-widget-item .price del {
    font-size: 85.7142857143%;
    opacity: .6
}

.widget-area .button.wcboost-products-compare-clear,
.widget-area .button.wcboost-products-compare-clear:hover {
    color: var(--konte--primary-color, #161619)
}

.wcboost-products-compare-bar {
    z-index: 99;
    background-color: #fff
}

.wcboost-products-compare-bar .wcboost-products-compare-bar__toggle-button {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    transition: .25s
}

.wcboost-products-compare-bar .wcboost-products-compare-bar__toggle-button svg {
    width: 12px;
    height: 12px
}

.wcboost-products-compare-bar .wcboost-products-compare-widget__empty-message {
    font-size: 16px;
    font-size: 1rem
}

.wcboost-products-compare-bar .wcboost-products-compare-widget-item a.remove {
    background-color: #fff
}

.wcboost-products-compare-bar .wcboost-products-compare-widget-item .price {
    font-size: 14px;
    font-size: .875rem
}

.wcboost-products-compare-bar--bottom .wcboost-products-compare-bar__toggle-button {
    margin-bottom: -1px
}

.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget-item {
    flex-basis: auto
}

.wcboost-products-compare-bar--bottom .wcboost-products-compare-widget-item .price {
    white-space: nowrap
}

.sticky-cart-form-pinned-bottom .wcboost-products-compare-bar--bottom {
    transform: translateY(100%) !important
}

@media(max-width:768px) {
    .wcboost-products-compare-bar--bottom .wcboost-products-compare-bar__toggle {
        right: 20px
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-bar__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: none;
        scroll-snap-type: x mandatory
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__products::-webkit-scrollbar {
        display: none
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__item {
        scroll-snap-align: start
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__buttons {
        display: flex;
        gap: 10px
    }

    .wcboost-products-compare-bar--bottom .wcboost-products-compare-widget__buttons .button {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0
    }

    .mobile-bottom-bar~.wcboost-products-compare-bar--bottom {
        display: none !important
    }
}

@media screen and (max-width:782px) {
    .admin-bar .wcboost-products-compare-popup {
        top: 0
    }

    .admin-bar .wcboost-products-compare-popup--open {
        z-index: 999999
    }
}


.woocommerce-checkout .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 40px
}

.checkout-login,
.checkout-coupon {
    font-size: 16px;
    font-size: 1rem;
    width: 50%;
    float: left;
    margin-bottom: 43px
}

.checkout-login .woocommerce-info,
.checkout-coupon .woocommerce-info {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #838889;
    padding: 18px 10px;
    margin: 0;
    background: #e3e7e8;
    min-height: 0
}

.checkout-login .woocommerce-info .svg-icon,
.checkout-coupon .woocommerce-info .svg-icon {
    display: none
}

.checkout-login .woocommerce-form-login {
    padding: 10px 30px 0 0
}

.checkout-login .woocommerce-form-login .form-row-first,
.checkout-login .woocommerce-form-login .form-row-last {
    width: auto;
    float: none;
    padding: 0
}

.checkout-login .woocommerce-form-login input.input-text {
    width: 100%
}

.checkout-login .woocommerce-form-login label {
    transform: translateY(35px);
    transition: .4s;
    display: inline-block
}

.checkout-login .woocommerce-form-login label.woocommerce-form__label {
    transform: none
}

.checkout-login .woocommerce-form-login .focused label {
    transform: none;
    font-size: 14px;
    font-size: .875rem;
    color: #838889
}

.checkout-login .woocommerce-form-login .button {
    width: 100%;
    line-height: 60px
}

.checkout-coupon .checkout_coupon {
    padding: 10px 0 0 30px
}

.checkout-coupon .checkout_coupon .form-row-first,
.checkout-coupon .checkout_coupon .form-row-last {
    width: auto;
    float: none;
    padding: 0
}

.checkout-coupon .checkout_coupon input.input-text {
    width: 100%
}

.checkout-coupon .checkout_coupon .button {
    width: 100%;
    line-height: 60px
}

.logged-in .checkout-coupon {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.logged-in .checkout-coupon .checkout_coupon {
    padding-left: 0
}

form.woocommerce-checkout {
    clear: both
}

form.woocommerce-checkout .form-row {
    display: flex;
    flex-wrap: wrap
}

form.woocommerce-checkout .form-row label {
    font-weight: 500;
    display: inline-block;
    flex-basis: 195px;
    margin-top: 10px
}

form.woocommerce-checkout .form-row label.screen-reader-text {
    -webkit-clip-path: none;
    clip-path: none;
    position: static !important;
    width: auto;
    height: auto;
    display: block;
    text-indent: -9999em
}

form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
form.woocommerce-checkout .form-row-first .input-text,
form.woocommerce-checkout .form-row-first .select2-container {
    margin-right: 0
}

form.woocommerce-checkout .form-row-last label {
    display: none
}

form.woocommerce-checkout .woocommerce-input-wrapper,
form.woocommerce-checkout .select2-container,
form.woocommerce-checkout .input-text {
    flex: 1;
    margin-right: 195px
}

form.woocommerce-checkout .woocommerce-input-wrapper .select2-container,
form.woocommerce-checkout .woocommerce-input-wrapper .input-text {
    margin-right: 0;
    width: 100%
}

form.woocommerce-checkout .select2-container {
    position: relative
}

form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-size: 1rem
}

form.woocommerce-checkout textarea,
form.woocommerce-checkout .input-text {
    font-size: 16px;
    font-size: 1rem;
    border-color: #cdcfd0
}

form.woocommerce-checkout textarea {
    padding: 10px 0 0
}

form.woocommerce-checkout abbr[title] {
    text-decoration: none;
    border-bottom: 0
}

form.woocommerce-checkout .mailchimp-newsletter,
form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    padding-left: 195px;
    display: block
}

form.woocommerce-checkout .mailchimp-newsletter label,
form.woocommerce-checkout .mc4wp-checkbox-woocommerce label {
    font-size: 16px;
    font-size: 1rem
}

form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    margin-top: 37px
}

.woocommerce-billing-fields h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 3px
}

.woocommerce-account-fields {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e7e8
}

.woocommerce-account-fields .form-row.create-account {
    margin-top: 37px;
    padding-left: 195px;
    display: block
}

.woocommerce-account-fields .form-row.create-account label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.woocommerce-account-fields .create-account {
    flex-wrap: wrap
}

.woocommerce-account-fields .woocommerce-password-hint,
.woocommerce-account-fields .woocommerce-password-strength {
    text-align: left;
    width: 100%;
    padding-left: 195px
}

.woocommerce-account-fields .woocommerce-password-strength {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px
}

.woocommerce-shipping-fields {
    margin-top: 40px
}

.woocommerce-shipping-fields h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 195px
}

.woocommerce-additional-fields {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e7e8
}

h3#order_review_heading {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 70px 0 23px
}

.woocommerce-checkout-review-order-table {
    width: calc(100% - 195px);
    margin-bottom: 0
}

.woocommerce-checkout-review-order-table thead {
    display: none
}

.woocommerce-checkout-review-order-table th {
    font-weight: 500
}

.woocommerce-checkout-review-order-table th:first-child {
    width: 195px;
    border-bottom: 0
}

.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
    padding: 15px 0
}

.woocommerce-checkout-review-order-table tbody th {
    text-indent: -9999em
}

.woocommerce-checkout-review-order-table tbody td {
    border-bottom-width: 0
}

.woocommerce-checkout-review-order-table tbody tr:first-child th {
    text-indent: 0
}

.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 23px;
    border-bottom-width: 1px
}

.woocommerce-checkout-review-order-table .product-item {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.woocommerce-checkout-review-order-table .product-item>span {
    flex: 1
}

.woocommerce-checkout-review-order-table .product-item img {
    display: block
}

.woocommerce-checkout-review-order-table .product-item .product-thumbnail {
    padding-right: 10px;
    flex: none;
    max-width: 100px
}

.woocommerce-checkout-review-order-table .product-item .product-name {
    flex: 2
}

.woocommerce-checkout-review-order-table .product-item span.product-quantity {
    font-size: 14px;
    font-size: .875rem;
    padding-top: 5px
}

.woocommerce-checkout-review-order-table .product-item .product-subtotal {
    text-align: right
}

.woocommerce-checkout-review-order-table .product-item dl.variation {
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt {
    display: inline-block
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt:before {
    content: "|";
    margin: 0 4px 0 0
}

.woocommerce-checkout-review-order-table .product-item dl.variation dt:first-child:before {
    display: none
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 400
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd :first-child {
    margin-top: 0
}

.woocommerce-checkout-review-order-table .product-item dl.variation dd :last-child {
    margin-bottom: 0
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding: 23px 0
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right
}

.woocommerce-checkout-review-order-table tfoot .shipping td {
    text-align: left
}

.woocommerce-checkout-review-order-table tfoot .shipping ul {
    width: 100%
}

.woocommerce-checkout-review-order-table tfoot .shipping label {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-checkout-review-order-table tfoot .shipping label:before,
.woocommerce-checkout-review-order-table tfoot .shipping label:after {
    top: .1em
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    padding-top: 33px;
    padding-bottom: 13px
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    text-align: right;
    border-bottom: 0
}

.woocommerce-checkout-review-order-table tfoot .order-total td strong {
    font-weight: 500
}

.wc_payment_methods {
    padding: 0;
    margin-bottom: 40px;
    list-style: none
}

.wc_payment_methods li {
    padding: 17px 0;
    border-bottom: 1px solid #e3e7e8
}

.wc_payment_methods li:first-child {
    padding-top: 0
}

.wc_payment_methods li:last-child {
    border-bottom: 0
}

.wc_payment_methods li>label {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: block;
    cursor: pointer
}

.wc_payment_methods li>label:before,
.wc_payment_methods li>label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: .1em;
    transition: .4s
}

.wc_payment_methods li>label:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8
}

.wc_payment_methods li>label:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center
}

.wc_payment_methods li>:checked+label {
    color: #161619
}

.wc_payment_methods li>:checked+label:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

.wc_payment_methods li>:checked+label:after {
    opacity: 1
}

.wc_payment_methods li.payment_method_braintree_cc>input[name=payment_method]+label,
.wc_payment_methods li.payment_method_braintree_paypal>input[name=payment_method]+label {
    padding-right: 30px
}

.wc_payment_methods li[class*=payment_method_braintree_] label>img:first-child {
    float: none
}

.wc_payment_methods img {
    height: 1.5625em;
    vertical-align: middle;
    margin: 0 16px
}

.wc_payment_methods .woocommerce-notice {
    padding: 20px !important;
    min-height: auto
}

.wc_payment_methods .woocommerce-info .close-message {
    display: none
}

.wc_payment_methods .about_paypal {
    float: right;
    border-bottom: 1px solid
}

.wc_payment_methods input.input-radio {
    display: none
}

.wc_payment_methods .payment_box {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    line-height: 1.25
}

.wc_payment_methods .payment_box p:last-child {
    margin-bottom: 0
}

.woocommerce-checkout-payment {
    padding-top: 26px;
    border-top: 1px solid #e3e7e8
}

.woocommerce-checkout-payment>h4 {
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    width: 195px;
    margin: -.1667em 0 0
}

.woocommerce-checkout-payment .payment_methods,
.woocommerce-checkout-payment .place-order {
    margin-left: 195px
}

.woocommerce-checkout-payment .place-order {
    margin-top: 40px
}

.woocommerce-checkout-payment .place-order .form-row {
    display: block
}

.woocommerce-checkout-payment .place-order .form-row label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.woocommerce-checkout-payment .place-order .form-row label .required:before,
.woocommerce-checkout-payment .place-order .form-row label .required:after {
    display: none
}

.woocommerce-checkout-payment .place-order .mc4wp-checkbox-woocommerce {
    padding-left: 0
}

.woocommerce-checkout-payment .place-order .button {
    color: #fff;
    width: 100%;
    line-height: 60px;
    border: 0;
    background-color: #161619
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 40px
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-checkout-payment .wc-credit-card-form {
    margin: 0;
    padding: 10px 30px
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row {
    align-items: center
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row label {
    color: #161619;
    margin-top: 0
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row>div {
    flex: 1;
    padding: 10px 0;
    border-bottom: 2px solid #cdcfd0
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row>div.focused {
    border-color: #161619
}

.woocommerce-checkout-payment .wc-credit-card-form .form-row-last>label {
    text-align: right;
    padding-right: 20px
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-info,
.woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
    border: 1px solid #cdcfd0;
    background: #f8f9fa
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    transform: none
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login .focused label {
    color: inherit
}

.woocommerce-checkout-2-columns .checkout-login .woocommerce-form-login label.woocommerce-form__label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.woocommerce-checkout-2-columns .checkout-login+.checkout-coupon {
    position: relative
}

.woocommerce-checkout-2-columns .checkout-login+.checkout-coupon:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    border-left: 1px solid #f8f9fa
}

.woocommerce-checkout-2-columns .checkout-login+.checkout-coupon:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -1px;
    border-right: 1px solid #cdcfd0
}

.woocommerce-checkout-2-columns .checkout-login+.checkout-coupon .woocommerce-info {
    border-left-width: 0
}

.woocommerce-checkout-2-columns.logged-in .checkout-coupon .woocommerce-info {
    border-left-width: 1px
}

.woocommerce-checkout-2-columns form.checkout:before,
.woocommerce-checkout-2-columns form.checkout:after {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce-checkout-2-columns form.checkout:after {
    clear: both
}

.woocommerce-checkout-2-columns form.checkout .col2-set {
    float: left;
    width: 57.2807017544%
}

.woocommerce-checkout-2-columns form.checkout label.screen-reader-text {
    display: none
}

.woocommerce-checkout-2-columns #order_review_heading,
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
    float: right;
    width: 40.0877192982%
}

.woocommerce-checkout-2-columns h3#order_review_heading {
    margin-top: 0
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
    padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa
}

@media(min-width:768px) {
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table {
        font-size: 16px;
        font-size: 1rem;
        width: 100%;
        table-layout: fixed
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tr {
        display: block;
        width: 100%
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table th {
        display: none
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table td {
        display: block
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody tr:first-child th {
        font-size: 32px;
        font-size: 2rem;
        display: block;
        width: 100%;
        padding: 7px 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody tr:last-child td {
        padding-bottom: 30px
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody td {
        padding: 13px 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot tr:last-child {
        border-bottom: 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot td {
        display: block;
        border-bottom: 0;
        padding: 16px 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot th {
        flex: 1
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping ul {
        display: block
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping li {
        margin-bottom: 15px
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping li:last-child {
        margin-bottom: 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping label:before {
        border: 1px solid #cdcfd0;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .shipping label:after {
        border: 1px solid #161619;
        background-color: #fff
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total {
        font-size: 20px;
        font-size: 1.25rem
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total th,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total td {
        padding: 23px 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item span.product-quantity {
        color: #838889
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item .product-thumbnail {
        max-width: 70px
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment {
        margin: 0 -40px;
        padding: 30px 40px 0;
        border-top-color: #cdcfd0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment>h4 {
        font-size: 32px;
        font-size: 2rem;
        float: none;
        margin-bottom: 25px
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods {
        margin-left: 0;
        margin-bottom: 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods li>label:before {
        border-color: #cdcfd0;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .payment_methods li>label:after {
        border: 1px solid #161619;
        background-color: #fff
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .place-order {
        margin: 0
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-payment .form-row.place-order {
        margin-bottom: 18px
    }
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:before,
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:after {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation:after {
    clear: both
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt,
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dd {
    float: left
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt {
    clear: left
}

.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table .product-item dl.variation dt:before {
    content: "";
    margin: 0
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form {
    padding: 0;
    border: 0
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row {
    margin: 8px 0
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row>label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 6px
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row>div {
    padding: 10px;
    border: 1px solid #cdcfd0
}

.woocommerce-checkout-2-columns .woocommerce-checkout-payment .wc-credit-card-form .form-row-last>label {
    text-align: left
}

.woocommerce-checkout-2-columns .site-content .form-row .input-text {
    padding: 16px 20px;
    border: 1px solid #cdcfd0
}

.woocommerce-checkout-2-columns .site-content .form-row .input-text:hover,
.woocommerce-checkout-2-columns .site-content .form-row .input-text:focus {
    border-color: #161619
}

.woocommerce-checkout-2-columns .site-content .form-row textarea {
    min-height: 110px
}

.woocommerce-checkout-2-columns .site-content .form-row label.screen-reader-text {
    display: none
}

.woocommerce-checkout-2-columns label.woocommerce-form__label-for-checkbox span:before {
    border-color: #cdcfd0;
    background: #f8f9fa
}

.woocommerce-checkout-2-columns .select2 .select2-selection--single {
    border: 1px solid #cdcfd0
}

.woocommerce-checkout-2-columns .select2 .select2-selection--single .select2-selection__rendered {
    padding: 14px 20px
}

.woocommerce-checkout-2-columns .select2 .select2-selection--single .select2-selection__arrow {
    right: 20px
}

.woocommerce-checkout-2-columns .select2 .select2-selection--single:hover,
.woocommerce-checkout-2-columns .select2 .select2-selection--single:focus {
    border-color: #161619
}

.woocommerce-checkout-2-columns .select2.select2-container--open .select2-selection--single {
    border-color: #161619
}

.woocommerce-checkout-2-columns .select2-container .select2-dropdown {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #161619
}

.woocommerce-checkout-2-columns .select2-search--dropdown .select2-search__field {
    padding: 12px 20px
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row {
    display: block;
    margin-bottom: 32px
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row label {
    margin-top: 0;
    margin-bottom: 10px
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row-last label {
    display: block
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:before,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:before {
    border-color: #cdcfd0;
    background: #f8f9fa
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:after,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox label span:after {
    border: 1px solid #161619
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .mailchimp-newsletter,
.woocommerce-checkout-2-columns form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    padding-left: 0
}

.woocommerce-checkout-2-columns .woocommerce-account-fields .form-row.create-account {
    padding-left: 0;
    margin-bottom: 10px
}

.woocommerce-checkout-2-columns .woocommerce-shipping-fields h3 {
    padding-left: 0
}

.woocommerce-order-pay .woocommerce>.woocommerce-info {
    padding-left: 30px;
    padding-right: 30px
}

.woocommerce-order-pay form.login {
    width: 50%;
    margin: 0 auto
}

.woocommerce-order-pay form.login .form-row {
    width: 100%;
    margin: 0 0 20px;
    padding: 0
}

.woocommerce-order-pay form.login label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px
}

.woocommerce-order-pay form.login label.woocommerce-form-login__rememberme {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0
}

.woocommerce-order-pay form.login .input-text {
    width: 100%
}

.woocommerce-order-pay form.login .button {
    line-height: 60px;
    width: 100%
}

.woocommerce-order-pay form.login .rememberme {
    margin: 35px 0
}

.woocommerce-order-pay form.login .lost_password {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0
}

.woocommerce-order-pay form.login .lost_password a {
    padding-bottom: 6px;
    border-bottom: 2px solid
}

.woocommerce-order-pay .shop_table th {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500
}

.woocommerce-order-pay .shop_table td {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-order-pay .shop_table td.product-quantity {
    font-size: 14px;
    font-size: .875rem;
    color: #838889
}

.woocommerce-order-pay .shop_table td.product-subtotal {
    font-weight: 500
}

.woocommerce-order-pay .shop_table td.product-total {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500
}

.woocommerce-order-pay .shop_table .product-total,
.woocommerce-order-pay .shop_table .product-subtotal {
    text-align: right
}

.woocommerce-order-pay form button[type=submit] {
    color: #fff;
    line-height: 60px;
    background-color: #161619;
    border: 0;
    min-width: 220px
}

.woocommerce .woocommerce-thankyou-order-received {
    font-size: 22px;
    font-weight: 500
}

.woocommerce ul.order_details {
    border: 1px solid #e3e7e8;
    display: flex;
    list-style: none;
    padding: 25px 40px 15px
}

.woocommerce ul.order_details li {
    padding-right: 20px;
    flex: 1;
    margin-bottom: 10px
}

.woocommerce ul.order_details strong {
    display: block
}

.woocommerce table.order_details th {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.woocommerce table.order_details td:first-child {
    padding-left: 20px
}

.woocommerce .woocommerce-customer-details :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    font-style: normal;
    border: 1px solid #e3e7e8;
    padding: 10px 15px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 0;
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.woocommerce .woocommerce-customer-details .col2-set .woocommerce-column {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:1199px) {
    .woocommerce ul.order_details {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px
    }
}

@media(max-width:991px) {
    .woocommerce .woocommerce-customer-details .col2-set .woocommerce-column {
        width: 100%
    }
}

@media(max-width:767px) {
    .woocommerce ul.order_details {
        display: block
    }
}

.woocommerce-account .site-content {
    padding-bottom: 90px
}

.woocommerce-account .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 60px
}

.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    padding-right: 30px;
    margin-top: 10px
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 28px
}

.woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0
}

.woocommerce-MyAccount-navigation a {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #838889
}

.woocommerce-MyAccount-navigation a:before {
    content: "";
    display: inline-block;
    width: 0;
    border-bottom: 2px solid;
    vertical-align: .25em
}

.woocommerce-MyAccount-navigation a:hover {
    color: #161619
}

.woocommerce-MyAccount-navigation .counter {
    vertical-align: .25em;
    margin-left: 6px;
    background-color: #838889
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #161619
}

.woocommerce-MyAccount-navigation .is-active a:before {
    width: 20px;
    margin-right: 10px
}

.woocommerce-MyAccount-navigation .is-active a .counter {
    background-color: #161619
}

.woocommerce-MyAccount-content {
    color: #838889;
    width: 75%;
    float: left
}

.woocommerce-MyAccount-content h3 {
    font-size: 40px;
    font-size: 2.5rem;
    color: #161619
}

.woocommerce-MyAccount-content>h3,
.woocommerce-MyAccount-content h3:first-child {
    margin-top: 0
}

.woocommerce-MyAccount-content>p:first-child {
    margin-top: 12px
}

.woocommerce-MyAccount-content h3.greeting {
    color: #838889;
    margin-bottom: 53px
}

.woocommerce-MyAccount-content h3.greeting span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400
}

.woocommerce-MyAccount-content h3.greeting strong {
    font-weight: 500;
    color: #161619
}

.woocommerce-MyAccount-content h3.no-order,
.woocommerce-MyAccount-content h3.no-downloads {
    margin-bottom: 20px
}

.woocommerce-MyAccount-content .button.large {
    min-width: 220px
}

.woocommerce-MyAccount-content .woocommerce-message--no-order {
    padding-left: 30px;
    padding-right: 30px
}

.woocommerce-Address-title h3 {
    margin: 0 0 15px
}

.woocommerce-address-footer {
    margin-top: 32px
}

form.edit-account h3 {
    margin-bottom: 15px
}

form.edit-account h3:first-child {
    margin-top: -.25em
}

form.edit-account .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0
}

form.edit-account .form-row>span {
    font-size: 14px;
    font-size: .875rem;
    margin-left: 195px;
    margin-top: 5px
}

form.edit-account .form-row>span.password-input {
    margin-top: 0;
    margin-left: 0;
    flex: 1
}

form.edit-account .form-row>span.password-input .input-text {
    width: 100%
}

form.edit-account .form-row-first {
    width: calc(50% + 97.5px)
}

form.edit-account .form-row-last {
    width: calc(50% - 97.5px)
}

form.edit-account .form-row-submit {
    padding-left: 195px;
    margin-top: 30px
}

form.edit-account .form-row-submit .button {
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 80px
}

form.edit-account label {
    color: #161619;
    font-weight: 500;
    margin-top: 10px;
    flex-basis: 195px
}

form.edit-account label[for=account_last_name] {
    display: none
}

form.edit-account .input-text {
    flex: 1
}

form.edit-account fieldset {
    margin: 80px 0 0;
    padding: 0;
    border: 0
}

form.edit-account fieldset legend {
    font-size: 40px;
    font-size: 2.5rem;
    color: #161619;
    font-weight: 500;
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #e3e7e8
}

.woocommerce-Address {
    margin-bottom: 23px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e7e8
}

.woocommerce-Address:last-child {
    margin-bottom: 0
}

.woocommerce-Address address {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 2
}

.woocommerce-address-fields .form-row {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-address-fields .form-row label.screen-reader-text {
    -webkit-clip-path: none;
    clip-path: none;
    position: static !important;
    width: auto;
    height: auto;
    display: block;
    text-indent: -9999em
}

.woocommerce-address-fields .form-row-first {
    width: calc(50% + 97.5px)
}

.woocommerce-address-fields .form-row-last {
    width: calc(50% - 97.5px)
}

.woocommerce-address-fields .form-row-last label {
    display: none
}

.woocommerce-address-fields .woocommerce-input-wrapper,
.woocommerce-address-fields .input-text,
.woocommerce-address-fields .select2-container {
    flex: 1
}

.woocommerce-address-fields .woocommerce-input-wrapper .input-text,
.woocommerce-address-fields .woocommerce-input-wrapper .select2-container {
    width: 100%
}

.woocommerce-address-fields label {
    color: #161619;
    font-weight: 500;
    margin-top: 10px;
    flex-basis: 195px
}

.woocommerce-address-fields .button {
    line-height: 60px;
    display: block;
    margin-top: 40px;
    margin-left: 195px;
    width: calc(100% - 195px)
}

.woocommerce-account-login .content-area .woocommerce {
    width: 36.8421052632%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}

.woocommerce-account-login .content-area .woocommerce h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 35px
}

.woocommerce-account-login .content-area .woocommerce .woocommerce-message,
.woocommerce-account-login .content-area .woocommerce .woocommerce-info,
.woocommerce-account-login .content-area .woocommerce .woocommerce-error {
    padding-left: 80px;
    padding-right: 60px
}

.woocommerce-account-login form.register .form-row,
.woocommerce-account-login form.login .form-row,
.woocommerce-account-login form.lost_reset_password .form-row {
    margin: 0
}

.woocommerce-account-login form.register .form-row:first-child,
.woocommerce-account-login form.login .form-row:first-child,
.woocommerce-account-login form.lost_reset_password .form-row:first-child {
    margin-bottom: -4px
}

.woocommerce-account-login form.register .input-text,
.woocommerce-account-login form.login .input-text,
.woocommerce-account-login form.lost_reset_password .input-text {
    width: 100%
}

.woocommerce-account-login form.register label,
.woocommerce-account-login form.login label,
.woocommerce-account-login form.lost_reset_password label {
    font-size: 16px;
    font-size: 1rem;
    color: #838889;
    transform: translateY(35px);
    transition: .4s;
    display: inline-block;
    position: relative;
    z-index: 1
}

.woocommerce-account-login form.register label.woocommerce-form__label,
.woocommerce-account-login form.login label.woocommerce-form__label,
.woocommerce-account-login form.lost_reset_password label.woocommerce-form__label {
    transform: none
}

.woocommerce-account-login form.register .focused label,
.woocommerce-account-login form.login .focused label,
.woocommerce-account-login form.lost_reset_password .focused label {
    font-size: 14px;
    font-size: .875rem;
    color: #161619;
    transform: translateY(10px)
}

.woocommerce-account-login form.register .button,
.woocommerce-account-login form.login .button,
.woocommerce-account-login form.lost_reset_password .button {
    width: 100%
}

.woocommerce-account-login form.login .rememberme {
    margin: 35px 0
}

.woocommerce-account-login form.login .lost_password {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 0
}

.woocommerce-account-login form.login .lost_password a {
    padding-bottom: 6px;
    border-bottom: 2px solid
}

.woocommerce-account-login form.register .button {
    margin-top: 40px
}

.woocommerce-account-login form.register .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-account-login form.lost_reset_password .form-row {
    width: 100%
}

.woocommerce-account-login form.lost_reset_password .button {
    line-height: 60px;
    margin-top: 40px
}

.woocommerce-account-login .login-tabs-nav {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    margin: 0 0 35px
}

.woocommerce-account-login .login-tabs-nav .tab-nav {
    color: #838889;
    cursor: pointer;
    margin-right: 100px
}

.woocommerce-account-login .login-tabs-nav .tab-nav:last-child {
    margin-right: 0
}

.woocommerce-account-login .login-tabs-nav .tab-nav:after {
    border-bottom-width: 2px
}

.woocommerce-account-login .login-tabs-nav .tab-nav.active {
    color: #161619
}

.woocommerce-account-login .u-columns {
    position: relative;
    width: 200%;
    overflow: hidden
}

.woocommerce-account-login .u-columns .u-column1,
.woocommerce-account-login .u-columns .u-column2 {
    width: 50%;
    float: left;
    padding: 0 15px;
    opacity: 0;
    transition: .4s
}

.woocommerce-account-login .u-columns .u-column1.active,
.woocommerce-account-login .u-columns .u-column2.active {
    opacity: 1;
    transform: translateX(-100%)
}

.woocommerce-account-login .u-columns .u-column1 h2,
.woocommerce-account-login .u-columns .u-column2 h2 {
    display: none
}

.woocommerce-account-login .u-columns .u-column1 {
    transform: translateX(-100%)
}

.woocommerce-account-login .u-columns .u-column1.active {
    transform: none
}

.woocommerce-order-tracking .entry-title {
    margin-bottom: 20px
}

.track_order>p:not(.form-row):first-child {
    text-align: center;
    margin-bottom: 107px
}

.track_order .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.track_order .form-row label {
    flex-basis: 17.1052631579%
}

.track_order .form-row .input-text {
    flex: 1;
    margin-right: 17.1052631579%
}

.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.track_order .button {
    line-height: 60px;
    min-width: 220px;
    margin-left: 17.1052631579%
}

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed
}

.site-header-cart .cart-contents {
    text-decoration: none
}

.site-header-cart .widget_shopping_cart {
    display: none
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0
}

@media screen and (min-width:48em) {
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block
    }
}

.star-rating {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.star-rating .rating-stars {
    display: block;
    height: 12.5px;
    line-height: 1
}

.star-rating .svg-icon {
    font-size: inherit
}

.star-rating .max-rating {
    color: #cdcfd0
}

.star-rating .user-rating {
    color: #ffb22d;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

p.stars {
    line-height: 1;
    display: inline-block;
    margin: 0
}

p.stars>span {
    display: inline-block;
    height: 24px
}

p.stars a {
    position: relative;
    height: 24px;
    width: 24px;
    text-indent: -999em;
    font-size: 0;
    color: #cdcfd0;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    transition: none
}

p.stars a:hover~a {
    color: #cdcfd0
}

p.stars a span {
    text-indent: 0;
    display: block
}

p.stars:hover a {
    color: #ffb22d
}

p.stars.selected a.active {
    color: #ffb22d
}

p.stars.selected a.active~a {
    color: #cdcfd0
}

p.stars.selected a:not(.active) {
    color: #ffb22d
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative
}

.woocommerce-tabs ul.tabs li a {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding-bottom: 8px;
    position: relative
}

.woocommerce-tabs ul.tabs li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width .4s
}

.woocommerce-tabs ul.tabs .active a:after {
    width: 100%;
    left: 0
}

.woocommerce-password-strength.strong {
    color: #8ed3af
}

.woocommerce-password-strength.short {
    color: #f49090
}

.woocommerce-password-strength.bad {
    color: #f49090
}

.woocommerce-password-strength.good {
    color: #ffd07d
}

.woocommerce-form .password-input {
    display: block;
    position: relative
}

.woocommerce-form .show-password-input {
    transition: .35s;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: no-repeat center center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjIiLz48cGF0aCBkPSJNMTYuNDY2LDYuNzQ4QzE1LjIzOCw1LjU4MywxMy42MTksNSwxMiw1UzguNzYyLDUuNTgzLDcuNTM0LDYuNzQ4TDIsMTJsNS41MzQsNS4yNTJDOC43NjIsMTguNDE3LDEwLjM4MSwxOSwxMiwxOXMzLjIzOC0wLjU4Myw0LjQ2Ni0xLjc0OEwyMiwxMkwxNi40NjYsNi43NDh6IE0xNS4wODksMTUuODAxQzE0LjI3NCwxNi41NzQsMTMuMTc3LDE3LDEyLDE3cy0yLjI3NC0wLjQyNi0zLjA4OS0xLjE5OUw0LjkwNSwxMmw0LjAwNS0zLjgwMUM5LjcyNiw3LjQyNiwxMC44MjMsNywxMiw3czIuMjc0LDAuNDI2LDMuMDg5LDEuMTk5TDE5LjA5NSwxMkwxNS4wODksMTUuODAxeiIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48L2c+PC9zdmc+)
}

.woocommerce-form .show-password-input:hover,
.woocommerce-form .show-password-input.display-password {
    opacity: 1
}

.form-row {
    margin: 20px 0
}

.form-row.woocommerce-invalid input.input-text {
    border-color: #f49090
}

.form-row input.input-text {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 0
}

.form-row input.input-text:hover {
    border-bottom-color: #161619
}

.form-row label .optional {
    display: none
}

.form-row-first,
.form-row-last {
    width: 50%;
    float: left
}

.form-row-first {
    padding-right: 15px
}

.form-row-last {
    padding-left: 15px
}

.clear,
.form-row-wide {
    clear: both
}

.select2 .selection {
    display: block
}

.select2 .select2-selection--single {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e3e7e8;
    background: rgba(0, 0, 0, 0);
    height: auto;
    transition: border .4s
}

.select2 .select2-selection--single:hover {
    border-bottom-color: #161619
}

.select2 .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    line-height: inherit;
    height: auto;
    min-height: 50px;
    padding: 13px 20px 13px 0
}

.select2 .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=) no-repeat right center
}

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

.select2.select2-container--open .select2-selection--single {
    border-bottom-color: #161619
}

.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg)
}

.select2.select2-container--disabled .select2-selection--single {
    background: rgba(0, 0, 0, 0)
}

.select2-container.select2-container--open {
    z-index: 10000
}

.select2-container .select2-dropdown {
    font-size: 16px;
    font-size: 1rem
}

.select2-container .select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px
}

.select2-container .select2-search--dropdown .select2-search__field {
    border-color: #838889
}

.select2-container .select2-dropdown {
    text-align: initial;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, .1);
    z-index: 1151
}

.select2-container .select2-results__options::-webkit-scrollbar {
    width: 0;
    opacity: 0
}

.select2-container .select2-results__options:hover::-webkit-scrollbar {
    width: 6px
}

.select2-container .select2-results__options::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #e3e7e8
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #838889
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #161619
}

.select2-container .select2-results__options .select2-results__option--highlighted {
    background-color: #161619
}

.required {
    color: #000
}

label.woocommerce-form__label-for-checkbox {
    color: #838889;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer
}

label.woocommerce-form__label-for-checkbox input {
    display: none
}

label.woocommerce-form__label-for-checkbox span:before,
label.woocommerce-form__label-for-checkbox span:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: .1em;
    transition: .4s
}

label.woocommerce-form__label-for-checkbox span:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8
}

label.woocommerce-form__label-for-checkbox span:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center
}

label.woocommerce-form__label-for-checkbox span.required:before,
label.woocommerce-form__label-for-checkbox span.required:after {
    display: none
}

label.woocommerce-form__label-for-checkbox :checked~span {
    color: #161619
}

label.woocommerce-form__label-for-checkbox :checked~span:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

label.woocommerce-form__label-for-checkbox :checked~span:after {
    opacity: 1
}

@media screen and (max-width:767px) {

    .form-row-first,
    .form-row-last {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0
    }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    padding: 20px 80px 20px 100px;
    margin-bottom: 60px;
    background-color: #8ed3af;
    min-height: 60px
}

.woocommerce-message.woocommerce-notice,
.woocommerce-info.woocommerce-notice,
.woocommerce-error.woocommerce-notice {
    padding: 1em
}

.woocommerce-message .svg-icon,
.woocommerce-info .svg-icon,
.woocommerce-error .svg-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.woocommerce-message .message-icon,
.woocommerce-info .message-icon,
.woocommerce-error .message-icon {
    font-size: 40px
}

.woocommerce-message .close-message,
.woocommerce-info .close-message,
.woocommerce-error .close-message {
    right: 20px;
    left: auto;
    cursor: pointer
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    line-height: inherit;
    padding: 0;
    border-bottom: 2px solid;
    background: rgba(0, 0, 0, 0);
    float: right;
    margin-left: 10px
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    color: #161619
}

.woocommerce-info {
    background-color: #ffd07d
}

.woocommerce-error {
    background-color: #f49090
}

.woocommerce-error .error-message {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-error .error-message li {
    margin-bottom: 20px
}

.woocommerce-error .error-message li:last-child {
    margin-bottom: 0
}

.demo_store {
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 15px 20px;
    background-color: #ffd07d;
    z-index: 9999
}

.demo_store .woocommerce-store-notice__dismiss-link {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    float: right;
    margin-top: 5px
}

.woocommerce-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19
}

.product_title .woocommerce-badges {
    position: static;
    display: inline-block;
    margin-left: 20px;
    vertical-align: .15625em
}

.woocommerce-badge {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    background-color: #3ee590;
    border-radius: 50%;
    position: relative
}

.woocommerce-badge.featured {
    background-color: #ff736c
}

.woocommerce-badge.new {
    background-color: #ffb453
}

.woocommerce-badge.sold-out {
    background-color: #838889
}

.woocommerce-badge span {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.woocommerce-badges--rectangle .woocommerce-badge {
    line-height: 20px;
    height: auto;
    width: auto;
    min-width: 40px;
    padding: 0 5px;
    border-radius: 0
}

.woocommerce-badges--rectangle .woocommerce-badge span {
    top: auto;
    transform: none;
    position: static
}

.add-to-wishlist-button .added,
.add-to-wishlist-button .adding {
    display: none
}

.add-to-wishlist-button.added .add {
    display: none
}

.add-to-wishlist-button.added .added {
    display: inline-block
}

.add-to-wishlist-button.loading .add {
    display: none
}

.add-to-wishlist-button.loading .adding {
    display: inline-block
}

.add-to-wishlist-button .adding .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0);
    animation: spin infinite 1s linear
}

.woocommerce .quantity {
    display: inline-block;
    border: 1px solid #cdcfd0;
    transition: .4s
}

.woocommerce .quantity:hover {
    border-color: #161619
}

.woocommerce .quantity input {
    background: rgba(0, 0, 0, 0);
    border: 0
}

.woocommerce .quantity .qty {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    width: 34px;
    padding: 0;
    -moz-appearance: textfield
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.woocommerce .quantity .qty-button {
    color: #838889;
    font-size: 16px;
    padding: 0 16px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: .4s
}

.woocommerce .quantity .qty-button:hover {
    color: #161619
}

.woocommerce .quantity .qty-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .2s
}

.woocommerce .quantity .qty-button:active:before {
    background-color: #cdcfd0
}

.woocommerce .quantity .qty-button svg {
    position: relative;
    vertical-align: -.2em
}

.woocommerce .quantity--dropdown {
    border-width: 0;
    flex-wrap: wrap
}

.woocommerce .quantity--dropdown:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-left: -12px;
    transform: rotate(45deg)
}

.woocommerce .quantity--dropdown .qty-button {
    display: none
}

.woocommerce .quantity--dropdown .qty {
    text-align: initial;
    min-width: 55px;
    border-width: 0 0 1px;
    border-style: solid;
    padding: 8px 0;
    flex: auto 1 auto
}

.woocommerce .quantity-dropdown {
    min-width: 55px
}

.woocommerce .quantity-dropdown:after {
    display: none
}

.woocommerce .quantity-dropdown .qty,
.woocommerce .quantity-dropdown .qty-button {
    display: none
}

.woocommerce .quantity-dropdown .qty-dropdown {
    position: relative;
    cursor: pointer;
    display: block
}

.woocommerce .quantity-dropdown .current {
    display: block
}

.woocommerce .quantity-dropdown .qty-options {
    position: absolute;
    top: 15px;
    transform: translate(0, -50%);
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    z-index: 1000;
    overflow: hidden
}

.woocommerce .quantity-dropdown .qty-options ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform .2s ease
}

.woocommerce .quantity-dropdown .qty-options ul li {
    transition: .4s;
    display: block;
    padding: 4.5px 0
}

.woocommerce .quantity-dropdown .qty-options ul li:hover,
.woocommerce .quantity-dropdown .qty-options ul li.active {
    background-color: #e3e7e8
}

.woocommerce .tawcvs-swatches {
    min-height: 28px;
    padding: 0;
    display: inline-block
}

.woocommerce .tawcvs-swatches .swatch {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #838889;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    margin: 0 22px 10px 0;
    position: relative
}

.woocommerce .tawcvs-swatches .swatch:last-child {
    margin-right: 0
}

.woocommerce .tawcvs-swatches .swatch:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    transition: .4s
}

.woocommerce .tawcvs-swatches .swatch.selected {
    color: #161619
}

.woocommerce .tawcvs-swatches .swatch.selected:after {
    border-color: #161619
}

.woocommerce .tawcvs-swatches .swatch .swatch__tooltip {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.woocommerce .tawcvs-swatches .swatch-label {
    width: auto;
    min-width: 18px
}

.woocommerce .tawcvs-swatches .swatch-image {
    font-size: 0;
    overflow: visible
}

.woocommerce .tawcvs-swatches .swatch-color.selected:before {
    display: none
}

.woocommerce .wcboost-variation-swatches__wrapper {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap
}

.woocommerce .wcboost-variation-swatches__item {
    margin: 0 10px 20px
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .wcboost-variation-swatches__item {
    box-shadow: none
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .wcboost-variation-swatches__item img {
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .wcboost-variation-swatches__name {
    color: #838889;
    position: relative
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .wcboost-variation-swatches__name:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    transition: .4s
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .selected .wcboost-variation-swatches__name {
    color: #000
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .selected .wcboost-variation-swatches__name:after {
    border-color: #161619
}

.woocommerce .wcboost-variation-swatches--default:not(.wcboost-variation-swatches--button) .selected img {
    border-color: #161619
}

.woocommerce .wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    padding: 5px 10px;
    height: auto
}

.woocommerce .wcboost-variation-swatches--label .wcboost-variation-swatches__name {
    font-weight: 600
}

.konte-woocommerce-alert {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    transform: translate3d(0, 100%, 0);
    z-index: 9999
}

.konte-woocommerce-alert.active {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.konte-woocommerce-alert .woocommerce-error,
.konte-woocommerce-alert .woocommerce-info,
.konte-woocommerce-alert .woocommerce-message {
    margin: 0
}

.blockOverlay {
    background: #fff !important
}

.currency-switcher--wcml {
    display: inline-block
}

.currency-switcher--wcml .wcml-dropdown {
    width: auto;
    height: 100%;
    display: inline-block
}

.currency-switcher--wcml .wcml-dropdown.product {
    margin: 0
}

.currency-switcher--wcml .wcml-dropdown>ul,
.currency-switcher--wcml .wcml-dropdown>ul>li {
    height: 100%
}

.currency-switcher--wcml .wcml-dropdown li {
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.currency-switcher--wcml .wcml-dropdown a {
    color: #161619;
    line-height: inherit;
    white-space: nowrap;
    padding: 10px 15px
}

.currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle {
    color: inherit;
    padding: 0 25px 0 0;
    height: 100%;
    display: flex;
    align-items: center
}

.currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 3px 20px 4px 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right center
}

.currency-switcher--wcml .wcml-dropdown .wcml-cs-submenu {
    left: -15px;
    border-top: none;
    background-color: #fff;
    min-width: -moz-max-content;
    min-width: max-content;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1)
}

.currency-switcher--wcml .wcml-dropdown .wcml-cs-submenu li {
    text-align: initial
}

.currency-switcher--wcml .wcml-dropdown .wcml-cs-submenu a {
    transition: background-color .3s ease-in
}

.currency-switcher--wcml .wcml-dropdown .wcml-cs-submenu a:hover {
    background-color: #e3e7e8
}

.currency-switcher--wcml .wcml-cs-item-toggle {
    font-weight: 500
}

.currency-switcher--wcml .label {
    margin-right: 20px
}

.currency-switcher--wcml.up .wcml-cs-submenu {
    top: auto;
    bottom: 100%
}

.text-light .wcml-dropdown a.wcml-cs-item-toggle:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cG9seWdvbiBwb2ludHM9IjcsMTAuNzczIDEuNTMxLDYuMzk4IDIuNDY5LDUuMjI3IDcsOC44NTEgMTEuNTMxLDUuMjI3IDEyLjQ2OSw2LjM5OCIgZmlsbD0iI2ZmZiIvPgo8L2c+Cjwvc3ZnPg==)
}

.notifyjs-konte-base {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding: 15px 20px 15px 60px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1)
}

.notifyjs-konte-base .message-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.notifyjs-konte-success {
    color: #fff;
    background-color: #8ed3af
}

.pswp {
    z-index: 4000
}

.bct-canvas-image {
    display: none !important
}

.widget .product_list_widget li {
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.widget .product_list_widget li:last-child {
    margin-bottom: 0
}

.widget .product_list_widget .cart_item--summary {
    flex: 1
}

.widget .product_list_widget img {
    margin-right: 30px;
    width: 80px
}

.widget .product_list_widget .star-rating,
.widget .product_list_widget .product-title {
    display: block
}

.widget .product_list_widget .product-title {
    font-size: 16px;
    font-size: 1rem;
    color: #161619;
    font-weight: 500;
    margin-bottom: 8px
}

.widget .product_list_widget .star-rating {
    margin-bottom: 5px
}

.widget .product_list_widget .amount {
    color: #161619
}

.shop-sidebar {
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    margin-top: 33px
}

.shop-sidebar .widget {
    padding: 0 0 28px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #e3e7e8
}

.shop-sidebar .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.shop-sidebar .widget li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0
}

.shop-sidebar .widget li .posts-count {
    margin-top: 2px
}

.shop-sidebar .widget ul ul {
    border-top: 0;
    margin-top: 5px
}

.shop-sidebar .widget a {
    color: #838889
}

.shop-sidebar .widget a:hover {
    color: #161619
}

.shop-sidebar .widget-title {
    color: #161619;
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0
}

.shop-sidebar .tagcloud a:hover {
    color: #fff
}

.shop-sidebar .products-filter-widget .widget-title {
    text-transform: none;
    margin-bottom: 30px
}

.shop-sidebar .products-filter-widget .filter-name {
    color: #161619;
    margin-bottom: 24px
}

.shop-sidebar .products-filter-widget .filter {
    padding-bottom: 28px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e3e7e8
}

.shop-sidebar .products-filter-widget .filter:last-child {
    border-bottom: 0
}

.shop-sidebar .products-filter-widget .select2 {
    margin-bottom: 16px
}

.shop-sidebar .products-filter-widget .button {
    margin-top: 0
}

.shop-sidebar .products-filter-widget .reset-button {
    display: none
}

.shop-sidebar .products-filter-widget .products-loader {
    margin-bottom: 0
}

.shop-sidebar .products-filter-widget .instant-filter .filter:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.shop-sidebar .widget_search .search-field {
    padding-top: 15px;
    padding-bottom: 15px
}

.shop-sidebar .widget_search .search-submit {
    line-height: 50px
}

.widget_price_filter .price_slider {
    margin-top: 41px;
    margin-bottom: 30px
}

.widget_price_filter .price_slider_amount {
    text-align: center;
    line-height: 2.4em;
    display: flex;
    flex-direction: column-reverse
}

.widget_price_filter .price_slider_amount .button {
    line-height: 60px;
    display: block;
    width: 100%
}

.widget_price_filter .price_slider_amount .price_label {
    font-size: 12px;
    font-size: .75rem;
    color: #161619;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    outline: none;
    background: #000;
    box-sizing: border-box;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #161619
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e3e7e8
}

.widget_price_filter .ui-slider-horizontal {
    height: 1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 1px
}

.products-filter-widget .products-filter__activated {
    margin-bottom: 30px
}

.products-filter-widget a.remove-filtered {
    display: inline-block;
    margin-right: 10px
}

.products-filter-widget a.remove-filtered .svg-icon {
    font-size: 20px;
    margin-left: 6px
}

.products-filter-widget a.remove-filtered svg {
    vertical-align: -.3em
}

.products-filter-widget .counter {
    margin-left: 10px;
    color: #161619;
    background-color: #e3e7e8
}

.products-filter-widget .products-filter__search-box {
    width: 100%;
    margin-bottom: 10px
}

.products-filter-widget .filter {
    margin-bottom: 46px
}

.products-filter-widget .filter-name {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block
}

.products-filter-widget .filter-control {
    position: relative
}

.products-filter-widget input[type=checkbox],
.products-filter-widget input[type=radio] {
    display: none
}

.products-filter-widget label {
    font-weight: 400;
    cursor: pointer
}

.products-filter-widget .products-filter__options .children {
    margin: 5px 0 0;
    padding: 0 0 0 30px;
    width: 100%
}

.products-filter-widget .products-filter__options .children li:last-child {
    padding-bottom: 0
}

.products-filter-widget .products-filter__option-name,
.products-filter-widget .products-filter__option-toggler {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.products-filter-widget .filter-list li,
.products-filter-widget .filter-checkboxes li {
    color: #838889;
    transition: .4s
}

.products-filter-widget .filter-list li:hover,
.products-filter-widget .filter-list .selected,
.products-filter-widget .filter-checkboxes li:hover,
.products-filter-widget .filter-checkboxes .selected {
    color: #161619
}

.products-filter-widget .filter-list .selected>.name {
    border-bottom: 1px solid
}

.products-filter-widget .list label {
    display: block
}

.products-filter-widget .h-list li {
    display: inline-block;
    margin: 6px
}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name {
    position: relative;
    padding-left: 30px
}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name:before,
.products-filter-widget .products-filter--checkboxes .products-filter__option-name:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #e3e7e8;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s
}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name:before {
    border: 1px solid #e3e7e8;
    background: #e3e7e8
}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center
}

.products-filter-widget .products-filter--checkboxes .selected>.products-filter__option-name:before {
    border-color: #161619;
    background: rgba(0, 0, 0, 0)
}

.products-filter-widget .products-filter--checkboxes .selected>.products-filter__option-name:after {
    opacity: 1
}

.products-filter-widget .select2 .select2-selection--single {
    border-bottom-width: 1px
}

.products-filter-widget .select2 .select2-selection--single .select2-selection__rendered {
    color: #838889;
    transition: color .4s;
    min-height: 30px
}

.products-filter-widget .select2 .select2-selection--single:hover {
    border-color: #e3e7e8
}

.products-filter-widget .select2 .select2-selection--single:hover .select2-selection__rendered {
    color: #161619
}

.products-filter-widget .select2 .select2-selection--single:hover .select2-selection__rendered:after {
    width: 100%;
    left: 0
}

.products-filter-widget .select2 .select2-selection__rendered {
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    overflow: visible
}

.products-filter-widget .select2 .select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid;
    transition: width .3s
}

.products-filter-widget .swatch {
    transition: .5s;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 16px 16px 0;
    text-align: center;
    overflow: visible;
    position: relative
}

.products-filter-widget .swatch.selected {
    font-weight: 700;
    opacity: 1
}

.products-filter-widget .swatch .counter {
    text-indent: 0;
    position: absolute;
    top: -9px;
    right: -9px
}

.products-filter-widget .swatch-color {
    text-indent: -99999px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2)
}

.products-filter-widget .swatch-color.selected {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .7)
}

.products-filter-widget .swatch-color.selected:before {
    transform: rotate(45deg);
    content: "";
    width: 4px;
    height: 9px;
    display: block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 7px;
    left: 10px
}

.products-filter-widget .swatch-label {
    color: #838889;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.products-filter-widget .swatch-label.selected {
    color: #161619;
    border-bottom-color: #161619
}

.products-filter-widget .swatch-label .counter {
    top: -12px
}

.products-filter-widget .swatch-image {
    width: 40px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.products-filter-widget .swatch-image.selected {
    border-color: inherit
}

.products-filter-widget .swatch-image img {
    display: block
}

.products-filter-widget .swatch-button {
    color: #838889;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border: 1px solid
}

.products-filter-widget .swatch-button.selected {
    color: #fff;
    font-weight: 400;
    background-color: #838889
}

.products-filter-widget .swatch-button .counter {
    position: static
}

.products-filter-widget .list input:checked+span {
    font-weight: 400;
    text-decoration: underline
}

.products-filter-widget .widget_price_filter .widgettitle {
    display: none
}

.products-filter-widget .slider .filter-control {
    width: 100%;
    padding: 0 8px
}

.products-filter-widget .price_slider {
    margin-bottom: 14px
}

.products-filter-widget .price_slider_amount .button {
    display: none
}

.products-filter-widget .price_slider_amount .price_label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-align: center
}

.products-filter-widget .button {
    line-height: 60px;
    width: 100%;
    margin-top: 13px
}

.products-filter-widget .button.alt {
    line-height: 58px
}

.products-filter-widget .reset-button {
    margin-top: 20px
}

.products-filter-widget .products-loader {
    text-align: center;
    display: block;
    margin: 20px 0;
    opacity: 0;
    transition: opacity .4s
}

.products-filter-widget .filtering .products-loader {
    opacity: 1
}

.products-filter-widget .instant-filter .button {
    display: none
}

.products-filter-widget .products-filter--collapsible ul.children {
    display: none
}

.products-filter-widget .products-filter--collapsible .active>ul.children {
    display: block
}

.products-filter-widget .products-filter--collapsible .products-filter__option-toggler {
    float: right;
    padding: 3px
}

.products-filter-widget .products-filter--collapsible .products-filter__option-toggler:before {
    content: "";
    vertical-align: .3em;
    display: inline-block;
    padding: 3px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.products-filter-widget .products-filter--collapsible .active>.products-filter__option-toggler:before {
    vertical-align: .1em;
    transform: rotate(-135deg)
}

.products-filter-widget .products-filter--scrollable .products-filter__options {
    max-height: 250px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #161619 #aaa
}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px
}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-track {
    background: #eee
}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 2px
}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb:hover {
    background-color: #161619
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message img {
    display: none
}

.widget_shopping_cart_content {
    position: relative
}

.widget_shopping_cart_content a.remove {
    color: #a2a5a6;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    line-height: 1
}

.widget_shopping_cart_content a.remove:hover {
    color: #161619
}

.widget_shopping_cart_content a.remove .svg-icon {
    font-size: 18px;
    font-size: 1.125rem
}

.widget_shopping_cart_content ul.cart_list {
    margin: 0;
    padding: 0
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item {
    display: flex;
    padding: 0;
    margin-bottom: 24px;
    position: relative
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: 30px
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
    display: block;
    float: none;
    margin-right: 0;
    width: 120px
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #161619;
    margin-bottom: 9px;
    padding-right: 20px;
    display: block
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
    color: #161619
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__remove {
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.widget_shopping_cart_content .variation {
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

.widget_shopping_cart_content .variation dt {
    font-weight: 400;
    display: inline-block
}

.widget_shopping_cart_content .variation dt:before {
    content: "|";
    display: inline-block;
    margin: 0 4px 0 0
}

.widget_shopping_cart_content .variation dt:first-child:before {
    display: none
}

.widget_shopping_cart_content .variation dd {
    display: inline-block;
    margin: 0 0 0 5px
}

.widget_shopping_cart_content .variation dd :first-child {
    margin-top: 0
}

.widget_shopping_cart_content .variation dd :last-child {
    margin-bottom: 0
}

.widget_shopping_cart_content .quantity {
    border: 0
}

.widget_shopping_cart_content .quantity .qty-button {
    display: none
}

.widget_shopping_cart_content .quantity .qty {
    color: #000;
    text-align: center;
    font-weight: 400
}

.widget_shopping_cart_content .quantity .qty-dropdown {
    color: #000
}

.widget_shopping_cart_content .quantity .current {
    text-align: center;
    padding: 4.5px 15px 4.5px 0;
    position: relative
}

.widget_shopping_cart_content .quantity .current .svg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px
}

.widget_shopping_cart_content .quantity .qty-options {
    text-align: center;
    width: auto;
    left: 0;
    right: 15px
}

.widget_shopping_cart_content span.quantity {
    text-align: center;
    min-width: 40px
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
    font-size: 14px;
    font-size: .875rem
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .label {
    color: #686b6c
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .price {
    font-weight: 500;
    float: right;
    margin-top: 5px
}

.widget_shopping_cart_content .total {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: right;
    color: #161619;
    margin: 20px 0 32px
}

.widget_shopping_cart_content .total strong {
    font-weight: 400;
    float: left
}

.widget_shopping_cart_content .buttons .button {
    color: #fff;
    line-height: 60px;
    width: 100%;
    display: none
}

.widget_shopping_cart_content .buttons .button:hover {
    color: #fff
}

.widget_shopping_cart_content .buttons .checkout {
    display: block
}

.widget-area .widget_shopping_cart_content .button {
    line-height: 40px
}

.widget-area .woocommerce-mini-cart-item .woocommerce-mini-cart-item__thumbnail {
    padding-right: 20px
}

.widget-area .woocommerce-mini-cart-item img {
    width: 80px
}

.widget-area .woocommerce-mini-cart-item .price {
    margin-top: 0
}

.widget-area .woocommerce-mini-cart-item a.remove {
    top: 0;
    margin-top: 0
}

.widget-area .woocommerce-mini-cart-item__name {
    margin-bottom: 0
}

.widget-area ul.cart_list .mini_cart_item {
    align-items: flex-start
}

.widget_product_search form {
    position: relative
}

.widget_product_search .search-field {
    width: 100%;
    padding: 15px 60px 15px 20px
}

.widget_product_search button {
    color: #161619;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0)
}

.widget_product_search button svg {
    vertical-align: -.25em
}

.widget_layered_nav .select2-selection--single {
    border-bottom-width: 1px
}

.widget_layered_nav .select2-selection__clear {
    display: none
}

.widget_layered_nav_filters .chosen a {
    color: #161619;
    display: inline-block;
    padding: 0 25px 0 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPjxnPjxwb2x5Z29uIHBvaW50cz0iMTEuNTc2LDUuNTc2IDksOC4xNTIgNi40MjQsNS41NzYgNS41NzYsNi40MjQgOC4xNTIsOSA1LjU3NiwxMS41NzYgNi40MjQsMTIuNDI0IDksOS44NDggMTEuNTc2LDEyLjQyNCAxMi40MjQsMTEuNTc2IDkuODQ4LDkgMTIuNDI0LDYuNDI0ICIvPjxwYXRoIGQ9Ik05LDFDNC41ODIsMSwxLDQuNTgyLDEsOXMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxMy40MTgsMSw5LDF6IE05LDE2Yy0zLjg2LDAtNy0zLjE0LTctN3MzLjE0LTcsNy03czcsMy4xNCw3LDdTMTIuODYsMTYsOSwxNnoiLz48L2c+PC9nPjwvc3ZnPg==)
}

.wcboost-wishlist-widget-item__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

.widget-area .wcboost-wishlist-widget-content .wcboost-wishlist-widget-item__link {
    color: #161619
}

.widget-area .wcboost-wishlist-widget-item img {
    width: 80px;
    max-width: unset;
    margin-right: 20px
}

.widget-area .wcboost-wishlist-widget-item .remove {
    font-size: 18px;
    font-weight: 500;
    color: #a2a5a6;
    text-align: center;
    line-height: 16px;
    left: auto;
    right: 0;
    top: 10px;
    border-radius: 50%;
    border: 1px solid;
    width: 16px;
    height: 16px;
    transform: none
}

.widget-area .wcboost-wishlist-widget-item__title {
    padding-right: 20px
}

.widget-area .wcboost-wishlist-widget-item__price {
    font-size: 14px;
    font-size: .875rem;
    color: #161619;
    font-weight: 500;
    margin-top: 5px
}

.widget-area .wcboost-wishlist-widget-item__price del {
    font-size: 85.7142857143%;
    color: #838889
}

.widget-area .wcboost-wishlist-widget__buttons .button {
    color: #fff;
    width: 100%
}

.widget-area .wcboost-wishlist-widget__buttons .button:hover {
    color: #fff
}

@media(max-width:1440px) {
    .woocommerce div.product .quantity .qty-button {
        padding-left: 12px;
        padding-right: 12px
    }

    .woocommerce div.product .single_add_to_cart_button {
        min-width: 160px
    }

    .woocommerce div.product.layout-v1 .summary {
        padding-right: 0
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart {
        flex-direction: column
    }

    .woocommerce div.product.layout-v2.product-type-simple .quantity {
        margin-right: 0;
        margin-bottom: 15px
    }

    .woocommerce div.product.layout-v2.product-type-simple .quantity .qty {
        flex: 1;
        width: auto
    }

    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: column
    }

    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-right: 0;
        margin-bottom: 15px;
        display: flex
    }

    .woocommerce div.product.layout-v2 .variations_button .quantity .qty {
        flex: 1;
        width: auto
    }

    .woocommerce div.product.layout-v2 .sticky-cart-form form.cart {
        flex-direction: row;
        gap: 20px
    }

    .woocommerce div.product.layout-v2 .sticky-cart-form form.cart .quantity {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        padding-left: 40px;
        padding-right: 40px
    }

    .woocommerce div.product.layout-v5 .summary {
        padding-left: 120px
    }

    .woocommerce div.product.layout-v5 .product-toolbar {
        margin-right: 0
    }

    .woocommerce div.product.layout-v6 .summary {
        padding-right: 0
    }

    .woocommerce div.product.layout-v7 .summary {
        padding-right: 60px;
        padding-left: 40px
    }

    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 135.8823529412%
    }

    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 139.4117647059%
    }
}

@media(max-width:1280px) {

    ul.products.columns-6 li.product .quick_view_button,
    ul.products.columns-6 li.product .wcboost-wishlist-button,
    ul.products.columns-6 li.product .add-to-wishlist-button {
        display: none
    }

    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 137.3529411765%
    }

    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 142.0588235294%
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        padding-left: 100px
    }

    .woocommerce div.product.layout-v4 .flex-control-thumbs {
        width: 90px
    }
}

@media(max-width:1199px) {
    ul.products {
        display: flex;
        flex-wrap: wrap
    }

    ul.products:before,
    ul.products:after {
        display: none
    }

    ul.products.layout-carousel {
        flex-wrap: nowrap
    }

    ul.products li.product .button {
        margin-left: 10px
    }

    ul.products li.product .quick_view_button {
        display: none
    }

    .linked-products-carousel ul.products {
        flex-wrap: nowrap
    }

    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 140.2941176471%
    }

    .sidebar-left ul.products.columns-4 li.product,
    .sidebar-left ul.products.columns-5 li.product,
    .sidebar-left ul.products.columns-6 li.product,
    .sidebar-right ul.products.columns-4 li.product,
    .sidebar-right ul.products.columns-5 li.product,
    .sidebar-right ul.products.columns-6 li.product {
        width: 33.33%
    }

    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 145.8823529412%
    }

    .woocommerce div.product .summary,
    .woocommerce div.product .woocommerce-product-gallery {
        width: 50%
    }

    .woocommerce div.product.layout-v1 .product-toolbar {
        padding-left: 40px;
        padding-right: 40px
    }

    .woocommerce div.product.layout-v1 .woocommerce-badges,
    .woocommerce div.product.layout-v1 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v1 .wcboost-products-compare-button--single,
    .woocommerce div.product.layout-v1 .add-to-wishlist-button,
    .woocommerce div.product.layout-v1 .product-share {
        left: 40px
    }

    .woocommerce div.product.layout-v1 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v1 .add-to-wishlist-button,
    .woocommerce div.product.layout-v1 .wcboost-products-compare-button--single,
    .woocommerce div.product.layout-v1 .product-share {
        bottom: 30px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        margin-top: 0
    }

    .woocommerce div.product.layout-v1 .flex-control-nav {
        left: 40px
    }

    .woocommerce div.product.layout-v1 .summary {
        padding-right: 0
    }

    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        position: static;
        margin: 0 0 20px
    }

    .woocommerce div.product.layout-v2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .woocommerce div.product.layout-v2 .woocommerce-badges {
        left: 40px
    }

    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        width: 62%
    }

    .woocommerce div.product.layout-v2 .summary {
        width: 38%
    }

    .woocommerce div.product.layout-v3 {
        align-items: stretch;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        order: 0;
        width: 65%;
        padding: 0;
        position: relative
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery__image a img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .woocommerce div.product.layout-v3 .flex-control-nav {
        position: absolute
    }

    .woocommerce div.product.layout-v3 .summary {
        width: 35%;
        flex-basis: 35%;
        padding-left: 40px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-cart {
        display: none
    }

    .woocommerce div.product.layout-v3 .price {
        margin-bottom: 27px
    }

    .single-product.product-v3 div.product {
        padding-bottom: 0
    }

    .single-product.product-v3 div.product .price {
        margin-bottom: 7px
    }

    .single-product.product-v3 div.product .cart {
        margin-top: 30px
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v4 .add-to-wishlist-button {
        width: 60px;
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button .button-text,
    .woocommerce div.product.layout-v4 .add-to-wishlist-button .button-text {
        position: absolute !important;
        margin-left: 0;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%)
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon {
        margin: 0
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button__text {
        display: none
    }

    .woocommerce div.product.layout-v4.product-type-grouped .qty-dropdown {
        min-width: 50px
    }

    .woocommerce div.product.layout-v5 .summary {
        padding-left: 80px
    }

    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+1),
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+4) {
        padding: 30px 100px
    }

    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+3) {
        padding: 180px 30px 30px 60px
    }

    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+5) {
        padding: 80px 35px 40px 60px
    }

    .woocommerce div.product.layout-v5 .woocommerce-product-gallery__image:nth-child(6n+6) {
        padding: 40px 0 40px 30px
    }

    .woocommerce div.product.layout-v5 .bundled_product .bundled_product_image {
        padding: 0
    }

    .woocommerce div.product.layout-v6 .summary {
        padding-left: 60px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        width: 50%
    }

    .woocommerce div.product.layout-v7 .summary {
        padding-right: 0;
        width: 50%
    }

    .woocommerce div.product.layout-v7 .side-products {
        display: none
    }

    .woocommerce div.product.layout-v7 .summary-add-to-cart-form-bundle {
        width: auto;
        float: none;
        clear: both
    }

    .form-row-first {
        width: calc(50% + 97px)
    }

    .form-row-last {
        width: calc(50% - 97px)
    }

    form.woocommerce-checkout .woocommerce-input-wrapper,
    form.woocommerce-checkout .select2-container,
    form.woocommerce-checkout .input-text {
        margin-right: 0
    }

    .woocommerce-checkout-review-order-table {
        width: 100%
    }

    .woocommerce-checkout-2-columns form.checkout .col2-set,
    .woocommerce-checkout-2-columns #order_review_heading,
    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
        float: none;
        width: 100%
    }

    .woocommerce-checkout-2-columns h3#order_review_heading {
        margin-top: 30px
    }

    .woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
        padding: 0;
        border: 0;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce-checkout-2-columns .form-row-first,
    .woocommerce-checkout-2-columns .form-row-last {
        width: 50%
    }

    .woocommerce-account-login .content-area .woocommerce {
        width: 50%
    }

    .cart-panel .panel-header {
        padding-bottom: 35px
    }

    .floating-cart-icon {
        right: 40px;
        bottom: 40px
    }

    .gotop~.floating-cart-icon {
        right: 100px
    }
}

@media(max-width:1199px)and (min-width:992px) {
    ul.products.columns-5 li.product {
        width: 25%
    }

    ul.products.columns-6 li.product {
        width: 25%
    }
}

@media(max-width:1199px)and (min-width:768px) {
    .woocommerce-checkout-payment .wc-credit-card-form .form-row {
        flex-direction: column;
        align-items: flex-start
    }

    .woocommerce-checkout-payment .wc-credit-card-form .form-row>label,
    .woocommerce-checkout-payment .wc-credit-card-form .form-row>div {
        flex-basis: auto;
        width: 100%
    }

    .woocommerce-checkout-payment .wc-credit-card-form .form-row-first,
    .woocommerce-checkout-payment .wc-credit-card-form .form-row-last {
        width: 50%
    }

    .woocommerce-checkout-payment .wc-credit-card-form .form-row-last>label {
        text-align: left
    }
}

@media(max-width:991px) {
    .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        font-size: 1rem
    }

    .woocommerce div.product .product-toolbar {
        display: none
    }

    .woocommerce div.product .summary,
    .woocommerce div.product .woocommerce-product-gallery {
        width: auto;
        float: none
    }

    .woocommerce div.product .woocommerce-product-gallery__image {
        width: 100%
    }

    .woocommerce div.product .woocommerce-product-gallery__image a img {
        width: 100%
    }

    .woocommerce div.product .summary {
        position: relative
    }

    .woocommerce div.product .woocommerce-variation-description {
        margin-bottom: 20px
    }

    .woocommerce div.product .quantity .qty {
        width: 60px
    }

    .woocommerce div.product .group_table .quantity,
    .woocommerce div.product .group_table .button {
        min-width: 120px
    }

    .woocommerce div.product .wcboost-wishlist-button,
    .woocommerce div.product .add-to-wishlist-button {
        border-radius: 50%;
        color: #fff;
        line-height: 50px;
        position: absolute;
        top: -25px;
        right: 0;
        bottom: auto;
        left: auto;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        z-index: 99;
        background-color: #161619
    }

    .woocommerce div.product .wcboost-wishlist-button>span,
    .woocommerce div.product .add-to-wishlist-button>span {
        vertical-align: -.4em
    }

    .woocommerce div.product .wcboost-wishlist-button .button-text,
    .woocommerce div.product .add-to-wishlist-button .button-text {
        display: none
    }

    .woocommerce div.product .woocommerce-product-gallery--mobile-nav-thumbnails~.summary .product_title {
        padding-right: 60px
    }

    .woocommerce div.product .woocommerce-product-gallery--mobile-nav-thumbnails~.summary .wcboost-wishlist-button,
    .woocommerce div.product .woocommerce-product-gallery--mobile-nav-thumbnails~.summary .add-to-wishlist-button {
        top: 55px
    }

    .woocommerce div.product .wcboost-wishlist-button__icon {
        margin: 0
    }

    .woocommerce div.product .wcboost-wishlist-button__text {
        display: none
    }

    .woocommerce div.product .product_meta {
        font-size: 14px;
        font-size: .875rem
    }

    .woocommerce div.product .size-guide-button {
        font-size: 14px;
        font-size: .875rem
    }

    .woocommerce div.product .cart .product-size-guide {
        margin: 0 0 7px;
        padding: 22px 0;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce div.product .variations .product-size-guide {
        padding: 0;
        border-bottom: 0;
        margin-top: 15px
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        position: relative;
        overflow: hidden
    }

    .woocommerce-product-gallery .flex-direction-nav {
        display: none
    }

    .woocommerce-product-gallery__wrapper {
        overflow: hidden
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        line-height: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 10
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin-right: 30px
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li:last-child {
        margin-right: 0
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li img {
        opacity: 0 !important;
        position: absolute
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span {
        text-indent: -9999em;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: block;
        background: #cdcfd0;
        transition: background-color .4s
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li .flex-active+span {
        background: #161619
    }

    .woocommerce-product-gallery--mobile-nav-dots.lightbox-support.zoom-support .woocommerce-product-gallery__trigger {
        display: block;
        position: absolute;
        left: 40px;
        bottom: 34px;
        z-index: 99
    }

    .woocommerce-product-gallery--mobile-nav-dots.lightbox-support.zoom-support .flex-control-nav {
        left: 90px !important
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails {
        height: auto !important
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        position: relative;
        width: 100%;
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        overflow: hidden
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li {
        padding: 10px
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        opacity: 1 !important;
        width: 120px;
        height: auto;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0)
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li .flex-active {
        border-color: inherit
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li span {
        display: none
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-list {
        overflow: visible
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-slide>div {
        line-height: 0
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-arrow {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 99em;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
        z-index: 10
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-arrow.slick-disabled {
        visibility: hidden
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-prev {
        left: 20px
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-next {
        right: 20px
    }

    .woocommerce div.product.layout-v1 {
        padding-top: 0 !important;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .woocommerce div.product.layout-v1 .product-gallery-summary {
        display: block
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        position: relative;
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery img {
        width: 100%
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        top: auto;
        transform: none;
        display: block
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span {
        padding: 0
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span:before {
        display: none
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li .flex-active+span {
        padding: 0
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        position: relative;
        display: block;
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        transform: none;
        top: unset;
        left: unset
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        position: static;
        width: 120px;
        height: auto
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li span {
        display: none
    }

    .woocommerce div.product.layout-v1 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        position: relative
    }

    .woocommerce div.product.layout-v1 .product_title {
        margin-top: 0
    }

    .woocommerce div.product.layout-v1.product-type-simple .cart,
    .woocommerce div.product.layout-v1 .variations_button {
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v1 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v1 .add-to-wishlist-button {
        left: auto;
        bottom: auto
    }

    .woocommerce div.product.layout-v1 .add-to-wishlist-button .spinner {
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v1 .wcboost-wishlist-button__icon>svg,
    .woocommerce div.product.layout-v1 .wcboost-wishlist-button__icon>.spinner {
        font-size: 20px;
        vertical-align: 0
    }

    .woocommerce div.product.layout-v1 .product-compare-button-wrapper {
        flex-basis: 100%;
        margin-top: 35px
    }

    .woocommerce div.product.layout-v1 .wcboost-products-compare-button--single {
        color: inherit;
        line-height: inherit;
        display: inline-flex;
        gap: 6px;
        position: static;
        width: auto;
        height: auto;
        border-radius: unset;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0 !important
    }

    .woocommerce div.product.layout-v1 .wcboost-products-compare-button__text {
        display: inline-block
    }

    .woocommerce div.product.layout-v1 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        margin-bottom: 0 !important
    }

    .woocommerce div.product.layout-v1 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v1 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v1 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v1 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v1 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v1 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v1 .product-share .socials a:hover,
    .woocommerce div.product.layout-v1 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v1 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v1 .product_meta {
        margin: 0;
        padding: 30px 0 25px;
        border-top: 1px solid #e3e7e8;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        margin-top: 25px
    }

    .woocommerce div.product.layout-v2 .summary,
    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        width: auto
    }

    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v2 .woocommerce-product-gallery__image {
        width: 100%;
        border: 0
    }

    .woocommerce div.product.layout-v2 .woocommerce-product-gallery__image:nth-child(2n+1) {
        clear: none
    }

    .woocommerce div.product.layout-v2 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart,
    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: row
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-bottom: 0;
        margin-right: 10px
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity .qty,
    .woocommerce div.product.layout-v2 .variations_button .quantity .qty {
        width: 60px
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v2 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background-color: #161619
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button svg,
    .woocommerce div.product.layout-v2 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button .spinner,
    .woocommerce div.product.layout-v2 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon .svg-icon {
        font-size: 24px
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon>svg {
        font-size: 20px;
        vertical-align: 0
    }

    .woocommerce div.product.layout-v2 .wcboost-wishlist-button__icon>.spinner {
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v2 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%
    }

    .woocommerce div.product.layout-v2 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v2 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v2 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v2 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v2 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v2 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v2 .product-share .socials a:hover,
    .woocommerce div.product.layout-v2 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v2 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v2 .product-compare-button-wrapper {
        top: -10px !important;
        margin-bottom: 20px !important
    }

    .woocommerce div.product.layout-v2 .product_meta {
        font-size: 14px;
        font-size: .875rem;
        margin-top: 0;
        padding-top: 23px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v2 .woocommerce-tabs {
        padding-top: 30px
    }

    .single-product.product-v2.product-summary-sticky-default div.product .summary {
        position: relative
    }

    .single-product.product-v2.product-summary-sticky-default .site {
        overflow-x: hidden
    }

    .woocommerce div.product.layout-v3 {
        display: block;
        background-color: rgba(0, 0, 0, 0) !important;
        padding-top: 0 !important
    }

    .woocommerce div.product.layout-v3 .summary,
    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        width: 100%
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        width: auto;
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery img {
        width: 100%
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        left: 40px;
        bottom: 40px;
        transform: none
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span {
        width: 12px;
        height: 12px;
        margin: 0;
        transform: none
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span:before {
        display: none
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails {
        max-height: unset !important
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        transform: none;
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        overflow: hidden
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li {
        float: none
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        position: static;
        width: 120px;
        height: auto
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li span {
        display: none
    }

    .woocommerce div.product.layout-v3 .summary {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        position: relative
    }

    .woocommerce div.product.layout-v3 .quantity {
        width: auto;
        margin-right: 10px
    }

    .woocommerce div.product.layout-v3 .single_add_to_cart_button {
        width: auto;
        flex: 1
    }

    .woocommerce div.product.layout-v3 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%
    }

    .woocommerce div.product.layout-v3 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v3 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v3 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v3 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v3 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v3 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v3 .product-share .socials a:hover,
    .woocommerce div.product.layout-v3 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v3 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v3 .product-compare-button-wrapper {
        top: -10px !important;
        margin-bottom: 20px !important
    }

    .woocommerce div.product.layout-v3 .product_meta {
        margin: 0;
        padding: 25px 0 20px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v3 .variations_button {
        display: flex;
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v3 .variations_button .quantity {
        margin-bottom: 0;
        margin-right: 20px;
        width: auto
    }

    .woocommerce div.product.layout-v3 .variations_button .quantity .qty {
        width: 60px;
        flex: 0
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v3 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button svg,
    .woocommerce div.product.layout-v3 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button .spinner,
    .woocommerce div.product.layout-v3 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon .svg-icon {
        font-size: 24px
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon>svg {
        font-size: 20px;
        vertical-align: 0
    }

    .woocommerce div.product.layout-v3 .wcboost-wishlist-button__icon>.spinner {
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v3.product-type-simple .cart {
        display: flex;
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v3.product-type-simple .cart .quantity {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v3.product-type-grouped .single_add_to_cart_button {
        width: 100%
    }

    .woocommerce div.product.layout-v3.product-type-external .single_add_to_cart_button {
        width: 100%
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs {
        margin-top: 0;
        padding-top: 30px
    }

    .woocommerce div.product.layout-v4 .summary,
    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        width: 100%
    }

    .woocommerce div.product.layout-v4 .woocommerce-badges {
        left: 0;
        top: 40px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        padding-left: 0;
        width: auto;
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery img {
        width: 100%
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        display: inline-block;
        width: auto;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        width: auto;
        position: relative;
        top: auto;
        left: auto
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        width: 120px
    }

    .woocommerce div.product.layout-v4 .summary {
        padding-left: 0;
        padding-top: 60px;
        position: relative
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v4 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        width: 50px;
        border: 0;
        background: #161619
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button svg,
    .woocommerce div.product.layout-v4 .add-to-wishlist-button svg {
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button .spinner,
    .woocommerce div.product.layout-v4 .add-to-wishlist-button .spinner {
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon>svg,
    .woocommerce div.product.layout-v4 .wcboost-wishlist-button__icon>.spinner {
        vertical-align: 0
    }

    .woocommerce div.product.layout-v4 .bundle_form .wcboost-wishlist-button,
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button {
        color: inherit;
        line-height: 60px;
        position: static;
        height: 60px;
        width: auto;
        padding: 0 40px;
        border-radius: 0;
        border: 1px solid;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v4 .bundle_form .wcboost-wishlist-button .button-text,
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button .button-text {
        position: static !important;
        clip: unset;
        -webkit-clip-path: none;
        clip-path: none;
        display: inline-block;
        line-height: 1.5
    }

    .woocommerce div.product.layout-v4 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        float: none;
        max-width: none;
        line-height: inherit
    }

    .woocommerce div.product.layout-v4 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v4 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v4 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v4 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v4 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v4 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v4 .product-share .socials a:hover,
    .woocommerce div.product.layout-v4 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v4 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v4 .product-share .sharing-icon {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v4 .product_meta {
        margin: 0;
        padding: 25px 0 20px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v4 .woocommerce-tabs {
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v4 .product-description {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v5 .product-gallery-summary {
        display: block
    }

    .woocommerce div.product.layout-v5 .summary,
    .woocommerce div.product.layout-v5 .woocommerce-product-gallery {
        width: 100%
    }

    .woocommerce div.product.layout-v5 .woocommerce-product-gallery .woocommerce-product-gallery__image {
        width: 100%;
        clear: none;
        padding: 0;
        float: none
    }

    .woocommerce div.product.layout-v5 .summary {
        padding-left: 40px;
        padding-right: 40px;
        position: relative
    }

    .woocommerce div.product.layout-v5 .summary-inner {
        display: block;
        height: auto;
        max-height: none !important
    }

    .woocommerce div.product.layout-v5 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v5 .add-to-wishlist-button {
        position: absolute;
        left: auto;
        right: 40px
    }

    .woocommerce div.product.layout-v5 .product-compare-button-wrapper {
        flex-basis: 100%;
        margin-top: 35px
    }

    .woocommerce div.product.layout-v5 .wcboost-products-compare-button--single {
        color: inherit;
        line-height: inherit;
        display: inline-flex;
        gap: 6px;
        position: static;
        width: auto;
        height: auto;
        border-radius: unset;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0 !important
    }

    .woocommerce div.product.layout-v5 .wcboost-products-compare-button__text {
        display: inline-block
    }

    .woocommerce div.product.layout-v5 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%;
        margin-bottom: 0 !important
    }

    .woocommerce div.product.layout-v5 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v5 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v5 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v5 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v5 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v5 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v5 .product-share .socials a:hover,
    .woocommerce div.product.layout-v5 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v5 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v5 .product_meta {
        margin: 0;
        padding: 30px 0 25px;
        border-top: 1px solid #e3e7e8;
        border-bottom: 1px solid #e3e7e8
    }

    .single-product.product-v5.product-summary-sticky-default div.product .summary-inner {
        position: static
    }

    .woocommerce div.product.layout-v6 .woocommerce-badges {
        top: 40px;
        left: 0
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        width: auto;
        width: calc(100% + 80px)
    }

    .woocommerce div.product.layout-v6 .summary {
        width: 100%
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        display: inline-block;
        width: auto;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li:last-child {
        margin-right: 0
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li {
        width: auto;
        margin: 0;
        float: left
    }

    .woocommerce div.product.layout-v6 .summary {
        padding-left: 0;
        padding-top: 60px;
        margin: 0
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v6 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button svg,
    .woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button .spinner,
    .woocommerce div.product.layout-v6 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon .svg-icon {
        font-size: 24px
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon>svg {
        font-size: 20px;
        vertical-align: 0
    }

    .woocommerce div.product.layout-v6 .wcboost-wishlist-button__icon>.spinner {
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v6 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%
    }

    .woocommerce div.product.layout-v6 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v6 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v6 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v6 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v6 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v6 .product-share .socials a:hover,
    .woocommerce div.product.layout-v6 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v6 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v6 .product-compare-button-wrapper {
        top: -10px !important;
        margin-bottom: 20px !important
    }

    .woocommerce div.product.layout-v6 .product_meta {
        margin-top: 0;
        padding: 25px 0 20px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs {
        padding-top: 25px
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
        width: auto;
        float: none;
        border-right: 0;
        margin-bottom: 30px
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
        display: block;
        margin: 0 0 23px
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a {
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        padding-left: 0;
        transform: none;
        display: inline-block
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs a:before {
        display: none
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs .active a {
        border-bottom: 1px solid
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-badges {
        top: 40px;
        left: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery,
    .woocommerce div.product.layout-v7 .summary {
        width: auto;
        float: none
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        margin-left: -40px;
        margin-right: -40px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        top: auto;
        left: 40px;
        bottom: 40px;
        height: auto;
        width: auto
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        display: inline-block;
        width: auto;
        margin-right: 30px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li:last-child {
        margin-right: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li {
        width: auto;
        margin: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-list {
        margin: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-slide {
        padding: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-arrow {
        top: 50%;
        height: 40px;
        padding: 0;
        background: #fff
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-arrow svg {
        position: static;
        transform: none
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-next {
        right: 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-prev {
        left: 20px
    }

    .woocommerce div.product.layout-v7 .summary {
        padding-left: 0;
        padding-top: 60px
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v7 .add-to-wishlist-button {
        color: #fff;
        line-height: 50px;
        margin: 0;
        background: #161619
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button svg,
    .woocommerce div.product.layout-v7 .add-to-wishlist-button svg {
        font-size: inherit;
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button .spinner,
    .woocommerce div.product.layout-v7 .add-to-wishlist-button .spinner {
        width: 20px;
        height: 20px;
        vertical-align: .1em
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon .svg-icon {
        font-size: 24px
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon>svg {
        font-size: 20px;
        vertical-align: 0
    }

    .woocommerce div.product.layout-v7 .wcboost-wishlist-button__icon>.spinner {
        vertical-align: -.1em
    }

    .woocommerce div.product.layout-v7 .product-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        margin: 0;
        padding: 35px 0;
        width: 100%
    }

    .woocommerce div.product.layout-v7 .product-share .sharing-icon {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        color: #838889 !important;
        text-transform: uppercase;
        text-align: left;
        line-height: inherit;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0
    }

    .woocommerce div.product.layout-v7 .product-share .sharing-icon svg {
        display: none
    }

    .woocommerce div.product.layout-v7 .product-share .sharing-icon span {
        font-size: 14px;
        font-size: .875rem;
        display: inline;
        font-weight: 500;
        margin-left: 0
    }

    .woocommerce div.product.layout-v7 .product-share .socials {
        height: auto;
        max-width: none;
        position: static;
        background: rgba(0, 0, 0, 0) !important;
        border-radius: 0;
        z-index: auto;
        pointer-events: auto
    }

    .woocommerce div.product.layout-v7 .product-share .socials a {
        color: #161619;
        font-size: 20px;
        line-height: inherit;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 30px;
        border: 0
    }

    .woocommerce div.product.layout-v7 .product-share .socials a:first-child {
        margin-left: 0
    }

    .woocommerce div.product.layout-v7 .product-share .socials a:hover,
    .woocommerce div.product.layout-v7 .product-share .socials a:active {
        color: inherit;
        background: rgba(0, 0, 0, 0)
    }

    .woocommerce div.product.layout-v7 .product-share:hover .sharing-icon {
        opacity: 1
    }

    .woocommerce div.product.layout-v7 .product-compare-button-wrapper {
        top: -10px !important;
        margin-bottom: 20px !important
    }

    .woocommerce div.product.layout-v7 .product_meta {
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 20px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs {
        padding-top: 25px;
        border-top: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs {
        text-align: left;
        border-bottom: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs a {
        padding-bottom: 3px;
        border-bottom-width: 1px
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .panel {
        padding: 0
    }

    .single-product.product-v7 .site-content {
        padding-top: 0
    }

    .panels-offscreen .woocommerce-Reviews #review_form_wrapper {
        height: auto;
        min-height: 100%;
        margin-top: -1px
    }

    .panels-offscreen .woocommerce-Reviews #review_form {
        height: auto
    }

    .panels-offscreen .woocommerce-Reviews .comment-respond {
        margin-top: 30px
    }

    .panels-offscreen .woocommerce-Reviews .cancel-review {
        position: static;
        margin: 20px 0
    }

    .products.related,
    .products.upsells {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e3e7e8
    }

    .products-tools .products-filter.dropdown-panel .widget {
        max-width: 50%
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget {
        max-width: 100%
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
        width: 50%
    }

    .products-tools .columns-switcher {
        display: none
    }

    ul.products li.product {
        width: 33.33%
    }

    ul.products li.product .product-thumbnails--slider .slick-arrow {
        margin-top: 0
    }

    ul.products.layout-masonry li.product {
        width: 33.3333%
    }

    ul.products.layout-masonry li.product .product-thumbnail {
        padding-bottom: 0
    }

    ul.products.layout-masonry li.product .product-thumbnail>a,
    ul.products.layout-masonry li.product .product-thumbnail>.slick-list {
        display: block;
        position: static;
        transform: none
    }

    ul.products.layout-masonry li.product .product-thumbnail>a img,
    ul.products.layout-masonry li.product .product-thumbnail>.slick-list img {
        position: static;
        transform: none
    }

    ul.products.layout-masonry li.product .product-thumbnails--hover .hover-image {
        position: absolute;
        top: 0;
        left: 0
    }

    ul.products.layout-masonry li.product .woocommerce-loop-product__title {
        white-space: wrap;
        max-height: none
    }

    ul.products.layout-masonry li.product:nth-child(10n+1),
    ul.products.layout-masonry li.product:nth-child(10n+7) {
        width: 33.3333%
    }

    ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 0
    }

    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-left ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+1) .product-thumbnail,
    .sidebar-right ul.products.layout-masonry li.product:nth-child(10n+7) .product-thumbnail {
        padding-bottom: 0
    }

    .shipping ul {
        display: block
    }

    .shipping ul li {
        margin-bottom: 10px
    }

    .shipping ul li:last-child {
        margin-bottom: 0
    }

    .cart-collaterals .cart-subtotal-table,
    .cart-collaterals .order-total-table {
        width: 100%;
        float: none
    }

    .cart-collaterals .checkout-button {
        width: 100%
    }

    .track_order .form-row .input-text {
        margin-right: 0
    }

    table.cart .product-thumbnail {
        width: 80px
    }

    table.cart .product-name {
        padding-left: 20px
    }

    table.wishlist_table {
        display: block
    }

    table.wishlist_table thead,
    table.wishlist_table tbody,
    table.wishlist_table tfoot {
        display: block
    }

    table.wishlist_table tr {
        border-bottom: 1px solid #e3e7e8
    }

    table.wishlist_table th,
    table.wishlist_table td {
        border-bottom-width: 0
    }

    table.wishlist_table thead tr {
        display: block
    }

    table.wishlist_table thead .product-remove,
    table.wishlist_table thead .product-thumbnail,
    table.wishlist_table thead .product-price,
    table.wishlist_table thead .product-stock-status,
    table.wishlist_table thead .product-add-to-cart {
        display: none
    }

    table.wishlist_table tbody tr {
        display: grid;
        grid-template-columns: 130px auto min-content;
        padding: 20px 0
    }

    table.wishlist_table tbody td {
        grid-column: 2;
        padding: 0
    }

    table.wishlist_table .product-name {
        padding-left: 0
    }

    table.wishlist_table .product-remove {
        padding: 0
    }

    table.wishlist_table .product-remove a {
        top: 20px;
        transform: none
    }

    table.wishlist_table .product-thumbnail {
        grid-column: 1;
        grid-row: span 10;
        padding-left: 0;
        padding-right: 20px;
        width: auto
    }

    table.wishlist_table .product-thumbnail img {
        margin-left: 0
    }

    table.wishlist_table .product-stock-status {
        font-size: 14px;
        font-size: .875rem;
        color: #838889
    }

    table.wishlist_table .product-add-to-cart {
        grid-column: 3;
        grid-row: 2
    }

    .woocommerce-account-login .content-area .woocommerce {
        width: 100%;
        max-width: 500px;
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce-account-login .login-tabs-nav {
        margin-top: 0
    }

    .woocommerce-order-pay form.login {
        width: 80%
    }

    .sticky-cart-form__mobile-button[data-product_type=variable] {
        display: initial
    }

    .sticky-cart-form form.variations_form {
        display: none !important
    }
}

@media(max-width:767px) {
    .woocommerce-badges {
        left: 20px
    }

    .woocommerce-badge {
        line-height: 40px;
        width: 40px;
        height: 40px
    }

    .woocommerce-badge.sold-out {
        line-height: inherit
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding-left: 80px;
        padding-right: 40px
    }

    .woocommerce-message .message-icon,
    .woocommerce-info .message-icon,
    .woocommerce-error .message-icon {
        font-size: 40px;
        left: 20px
    }

    .woocommerce-message .close-message,
    .woocommerce-info .close-message,
    .woocommerce-error .close-message {
        right: 10px
    }

    .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0 0 15px
    }

    .woocommerce-tabs ul.tabs li:last-child {
        margin-bottom: 0
    }

    .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding-bottom: 0
    }

    .woocommerce-tabs.panels-offscreen .button-close {
        right: 18px;
        top: 15px
    }

    .woocommerce-tabs.panels-offscreen .button-close .menu-text {
        display: none
    }

    .woocommerce-tabs.panels-offscreen .panel {
        max-width: 100%
    }

    .woocommerce-tabs.panels-offscreen .panel-header {
        padding: 20px 20px 0
    }

    .woocommerce-tabs.panels-offscreen .panel-header h3 {
        font-size: 20px;
        font-size: 1.25rem
    }

    .woocommerce-tabs.panels-offscreen .panel-content {
        top: 60px;
        padding: 20px
    }

    .woocommerce div.product .product_title {
        font-size: 24px;
        font-size: 1.5rem
    }

    .woocommerce div.product .woocommerce-badges {
        left: 20px
    }

    .woocommerce div.product .price {
        margin-top: 0
    }

    .woocommerce div.product .quantity {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .woocommerce div.product .variations .product-size-guide {
        float: none
    }

    .woocommerce div.product .group_table .quantity {
        width: auto;
        margin-bottom: 0
    }

    .woocommerce div.product .variations {
        font-size: 20px;
        font-size: 1.25rem
    }

    .woocommerce div.product .variations td.label {
        vertical-align: top
    }

    .woocommerce div.product .variations td.value {
        text-align: right
    }

    .woocommerce div.product .variations .reset_variations {
        display: none !important
    }

    .woocommerce div.product .swatches-support td.value {
        text-align: left;
        display: block;
        position: relative
    }

    .woocommerce div.product .swatches-support td.value .product-size-guide {
        padding: 0;
        border-bottom: 0;
        position: absolute;
        top: -36px;
        right: 0;
        margin: 0
    }

    .woocommerce div.product .bundle_form .cart .quantity {
        width: 100%
    }

    .woocommerce div.product .bundle_form .bundled_product .variations_button {
        display: inline-block
    }

    .woocommerce div.product .bundle_form .bundled_product .quantity {
        width: auto
    }

    .woocommerce div.product .bundle_form .bundled_product .quantity .qty {
        width: 40px
    }

    .woocommerce div.product .bundle_form ul.products .swatches-support td.value {
        text-align: center
    }

    .woocommerce div.product .bundle_button .single_add_to_cart_button {
        flex: 1
    }

    .woocommerce div.product .product_meta span.label {
        min-width: 100px
    }

    .woocommerce div.product .woocommerce-tabs {
        margin-top: 20px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: block
    }

    .woocommerce div.product .woocommerce-tabs .tabs a {
        color: #161619
    }

    .woocommerce div.product .woocommerce-product-gallery--mobile-nav-thumbnails~.summary .wcboost-wishlist-button,
    .woocommerce div.product .woocommerce-product-gallery--mobile-nav-thumbnails~.summary .add-to-wishlist-button {
        top: 20px
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        width: 16px;
        height: 16px;
        background-size: 16px
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        line-height: 6px;
        bottom: 17px;
        left: 20px
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li {
        padding: 5px;
        margin-right: 10px
    }

    .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span {
        width: 6px;
        height: 6px
    }

    .woocommerce-product-gallery--mobile-nav-dots.lightbox-support.zoom-support .woocommerce-product-gallery__trigger {
        left: 20px;
        bottom: 16px
    }

    .woocommerce-product-gallery--mobile-nav-dots.lightbox-support.zoom-support .flex-control-nav {
        left: 50px !important
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        padding-left: 10px;
        padding-right: 10px
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        width: 70px
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-next {
        right: 10px
    }

    .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-prev {
        left: 10px
    }

    .products.related,
    .products.upsells {
        margin-top: 20px
    }

    .products.related h2,
    .products.upsells h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 30px
    }

    .woocommerce div.product.layout-v1 {
        margin-bottom: 30px
    }

    .woocommerce div.product.layout-v1 .woocommerce-badges {
        left: 22px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        left: 20px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        padding-left: 10px;
        padding-right: 10px
    }

    .woocommerce div.product.layout-v1 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        width: 70px
    }

    .woocommerce div.product.layout-v1 .summary {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v1 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v1 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v1 .woocommerce-tabs {
        margin-top: 18px;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v1 .woocommerce-tabs .tabs li {
        margin-right: 0
    }

    .woocommerce div.product.layout-v2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce div.product.layout-v2 .woocommerce-badges {
        left: 20px;
        margin-left: 0
    }

    .woocommerce div.product.layout-v2 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px
    }

    .woocommerce div.product.layout-v2 .summary {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart,
    .woocommerce div.product.layout-v2 .variations_button {
        flex-direction: column
    }

    .woocommerce div.product.layout-v2.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v2 .variations_button .quantity {
        margin-bottom: 20px;
        margin-right: 0
    }

    .woocommerce div.product.layout-v2 table.bundled_products .bundled_product_image {
        float: none
    }

    .woocommerce div.product.layout-v2 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v2 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v2 .woocommerce-tabs {
        padding-top: 20px
    }

    .woocommerce div.product.layout-v2 .woocommerce-tabs .tabs li {
        margin-right: 0;
        margin-bottom: 23px
    }

    .woocommerce div.product.layout-v2 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v3 {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
        height: auto !important;
        max-height: none !important
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery__wrapper {
        overflow: hidden
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        bottom: 17px;
        left: 20px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li span {
        width: 6px;
        height: 6px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav {
        padding-left: 10px;
        padding-right: 10px
    }

    .woocommerce div.product.layout-v3 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        width: 70px
    }

    .woocommerce div.product.layout-v3 .summary {
        padding-top: 25px
    }

    .woocommerce div.product.layout-v3 .group_table .quantity {
        max-width: 100%;
        min-width: 120px
    }

    .woocommerce div.product.layout-v3 .group_table .quantity .decrease {
        padding-right: 1px
    }

    .woocommerce div.product.layout-v3 .group_table .quantity .increase {
        padding-left: 1px
    }

    .woocommerce div.product.layout-v3.product-type-simple .cart,
    .woocommerce div.product.layout-v3 .variations_button {
        flex-direction: column
    }

    .woocommerce div.product.layout-v3.product-type-simple .cart .quantity,
    .woocommerce div.product.layout-v3 .variations_button .quantity {
        margin-bottom: 20px;
        margin-right: 0
    }

    .woocommerce div.product.layout-v3 .variations_button .quantity .qty {
        flex: 1
    }

    .woocommerce div.product.layout-v3 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v3 .product-share .sharing-icon span {
        margin-left: 0
    }

    .woocommerce div.product.layout-v3 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs {
        padding-top: 20px
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs {
        padding-top: 0
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li {
        margin-right: 0;
        margin-bottom: 23px
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li:last-child {
        text-align: left;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v3 .woocommerce-tabs .tabs li a {
        font-size: 16px;
        font-size: 1rem
    }

    .single-product.product-v3 {
        position: static
    }

    .woocommerce div.product.layout-v4 .woocommerce-badges {
        top: 20px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        bottom: 17px;
        left: 20px
    }

    .woocommerce div.product.layout-v4 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav li img {
        width: 70px
    }

    .woocommerce div.product.layout-v4 .summary {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown,
    .woocommerce div.product.layout-v4 .quantity-dropdown {
        border-width: 1px;
        display: flex;
        margin-bottom: 20px
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown label,
    .woocommerce div.product.layout-v4 .quantity-dropdown label {
        display: none
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown .qty,
    .woocommerce div.product.layout-v4 .quantity--dropdown .qty-button,
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty,
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty-button {
        display: inline-block
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown .qty,
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty {
        flex: 1
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown .qty-dropdown,
    .woocommerce div.product.layout-v4 .quantity-dropdown .qty-dropdown {
        display: none
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown:after {
        display: none
    }

    .woocommerce div.product.layout-v4 .quantity--dropdown .qty {
        text-align: center
    }

    .woocommerce div.product.layout-v4 .group_table .quantity {
        max-width: 100%;
        min-width: 120px;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v4 .group_table .quantity .qty {
        margin-left: -4px;
        margin-right: -4px
    }

    .woocommerce div.product.layout-v4 .variations tbody {
        margin-left: 0;
        margin-right: 0;
        display: table-row-group
    }

    .woocommerce div.product.layout-v4 .variations tr {
        display: table-row;
        width: auto;
        float: none;
        padding: 0
    }

    .woocommerce div.product.layout-v4 .variations td {
        display: table-cell
    }

    .woocommerce div.product.layout-v4 .variations td.value {
        text-align: right
    }

    .woocommerce div.product.layout-v4 .variations select {
        width: auto
    }

    .woocommerce div.product.layout-v4 .variations .product-size-guide {
        position: static;
        margin: 10px 0 0
    }

    .woocommerce div.product.layout-v4 .swatches-support tr {
        display: block
    }

    .woocommerce div.product.layout-v4 .swatches-support td.value {
        text-align: left
    }

    .woocommerce div.product.layout-v4 .cart,
    .woocommerce div.product.layout-v4 .bundle_wrap {
        width: 100%
    }

    .woocommerce div.product.layout-v4 .bundle_form ul.products .variations td {
        display: block
    }

    .woocommerce div.product.layout-v4 .bundle_form .wcboost-wishlist-button,
    .woocommerce div.product.layout-v4 .bundle_form .add-to-wishlist-button {
        margin: 20px 0 0;
        width: 100%
    }

    .woocommerce div.product.layout-v4 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v4 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v5 .summary {
        padding: 30px 20px 0 !important
    }

    .woocommerce div.product.layout-v5 .cart,
    .woocommerce div.product.layout-v5 .variations_button {
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v5 .single_add_to_cart_button {
        width: 100%
    }

    .woocommerce div.product.layout-v5 .wcboost-wishlist-button,
    .woocommerce div.product.layout-v5 .add-to-wishlist-button {
        right: 20px
    }

    .woocommerce div.product.layout-v5 .wcboost-wishlist-button~.share,
    .woocommerce div.product.layout-v5 .add-to-wishlist-button~.share {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v5 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v5 .product_meta {
        padding: 25px 0 20px;
        margin-top: 0;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce div.product.layout-v5 .woocommerce-tabs {
        padding-top: 20px;
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v5 .woocommerce-tabs .tabs li {
        margin-bottom: 23px
    }

    .woocommerce div.product.layout-v5 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0
    }

    .single-product.product-v5 .upsells,
    .single-product.product-v5 .related {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v6 .woocommerce-badges {
        top: 20px
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px;
        width: auto
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        bottom: 17px;
        left: 20px
    }

    .woocommerce div.product.layout-v6 .summary {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v6 .cart,
    .woocommerce div.product.layout-v6 .variations_button {
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v6 .variations {
        display: table;
        padding-right: 0;
        margin-bottom: 30px
    }

    .woocommerce div.product.layout-v6 .variations tbody {
        margin-left: 0;
        margin-right: 0;
        display: table-row-group
    }

    .woocommerce div.product.layout-v6 .variations tr {
        display: table-row;
        width: auto;
        float: none;
        padding: 0
    }

    .woocommerce div.product.layout-v6 .variations td {
        display: table-cell
    }

    .woocommerce div.product.layout-v6 .variations td.value {
        text-align: right
    }

    .woocommerce div.product.layout-v6 .variations select {
        width: auto
    }

    .woocommerce div.product.layout-v6 .variations .product-size-guide {
        position: static;
        margin: 10px 0 0
    }

    .woocommerce div.product.layout-v6 .swatches-support tr {
        display: block
    }

    .woocommerce div.product.layout-v6 .swatches-support .variations td.value {
        display: block;
        text-align: left
    }

    .woocommerce div.product.layout-v6 .swatches-support .variations .product-size-guide {
        margin-top: 0;
        position: absolute;
        top: -36px;
        right: 0
    }

    .woocommerce div.product.layout-v6 .bundle_form ul.products .variations td {
        display: block
    }

    .woocommerce div.product.layout-v6 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v6 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-badges {
        top: 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery {
        margin-left: -20px;
        margin-right: -20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav {
        bottom: 17px;
        left: 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-dots .flex-control-nav li:not(:last-child) {
        margin-right: 10px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-next {
        right: 10px
    }

    .woocommerce div.product.layout-v7 .woocommerce-product-gallery--mobile-nav-thumbnails .flex-control-nav .slick-prev {
        left: 10px
    }

    .woocommerce div.product.layout-v7 .summary {
        padding-top: 30px
    }

    .woocommerce div.product.layout-v7 .cart,
    .woocommerce div.product.layout-v7 .variations_button {
        flex-wrap: wrap
    }

    .woocommerce div.product.layout-v7 .product-share {
        padding: 25px 0
    }

    .woocommerce div.product.layout-v7 .product_meta {
        padding: 25px 0 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs {
        padding-top: 20px
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li {
        display: block;
        margin: 0 0 23px
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0
    }

    .woocommerce div.product.layout-v7 .woocommerce-tabs .tabs li a {
        font-size: 16px;
        font-size: 1rem;
        color: #161619
    }

    .woocommerce-products-header.layout-minimal {
        margin: 10px 0
    }

    .woocommerce-products-header.layout-standard .page-title {
        font-size: 32px;
        font-size: 2rem
    }

    .woocommerce-products-header.layout-standard .breadcrumbs {
        margin-bottom: 20px
    }

    .products-quick-search {
        padding: 15px 0
    }

    .select2-container .products-quick-search-options {
        min-width: 110px
    }

    .select2-container .products-quick-search-options.select2-dropdown {
        margin-left: 0
    }

    .select2-container .products-quick-search-options .select2-results .select2-results__option {
        font-size: 18px;
        font-size: 1.125rem
    }

    .products-tools {
        padding: 28px 0
    }

    .products-tools .woocommerce-ordering .select2 {
        min-width: 0
    }

    .products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
        padding-right: 24px
    }

    .products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__arrow {
        margin-top: -4px
    }

    .products-tools .products-filter-toggle .remove-filtered {
        display: none
    }

    .products-tools .products-filter.offscreen-panel .filter-widgets {
        padding: 20px 40px
    }

    .products-tools .products-filter.dropdown-panel {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0 !important;
        width: 100% !important;
        height: 100%;
        padding-top: 0;
        z-index: 1100;
        overflow-y: auto
    }

    .products-tools .products-filter.dropdown-panel .products-filter-container {
        padding-top: 0
    }

    .products-tools .products-filter.dropdown-panel .button-close {
        top: 18px
    }

    .products-tools .products-filter.dropdown-panel .button-close .menu-text {
        display: none
    }

    .products-tools .products-filter.dropdown-panel .panel-header {
        display: block;
        padding: 21px 0
    }

    .products-tools .products-filter.dropdown-panel .filter-widgets {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget .filter {
        width: 100%
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget .button {
        width: 100%
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget .reset-button {
        margin-left: 0;
        margin-top: 20px
    }

    .products-tools .products-filter.dropdown-panel .products-filter-widget .products-loader {
        text-align: center;
        display: block;
        margin-left: 0
    }

    .products-toolbar.layout-v3 .woocommerce-result-count {
        display: none
    }

    .products-toolbar.layout-v4 .products-tabs,
    .products-toolbar.layout-v5 .products-tabs {
        display: none
    }

    .products-toolbar.layout-v4 .woocommerce-ordering,
    .products-toolbar.layout-v5 .woocommerce-ordering {
        display: block
    }

    .products-toolbar.layout-v4 .products-filter-container .button-close,
    .products-toolbar.layout-v5 .products-filter-container .button-close {
        display: block
    }

    .products-toolbar.layout-v4 .products-filter-container .button-close .menu-text,
    .products-toolbar.layout-v5 .products-filter-container .button-close .menu-text {
        display: none
    }

    .products-toolbar.layout-v4 .columns-switcher {
        display: none
    }

    .products-toolbar.layout-v4 .products-filter-toggle {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    .products-toolbar.layout-v5 .woocommerce-result-count {
        display: none
    }

    .products-toolbar.layout-v5 .products-filter-toggle {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    ul.products {
        margin-left: -10px;
        margin-right: -10px
    }

    ul.products li.product {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    ul.products li.product .product-summary {
        padding: 10px
    }

    ul.products li.product .buttons {
        left: 10px;
        right: 10px
    }

    ul.products li.product .wcboost-wishlist-button,
    ul.products li.product .wcboost-products-compare-button,
    ul.products li.product .add-to-wishlist-button {
        display: none
    }

    ul.products li.product-category .woocommerce-loop-category__title {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 30px 20px
    }

    .sidebar-left ul.products.columns-3 li.product,
    .sidebar-left ul.products.columns-4 li.product,
    .sidebar-left ul.products.columns-5 li.product,
    .sidebar-left ul.products.columns-6 li.product,
    .sidebar-right ul.products.columns-3 li.product,
    .sidebar-right ul.products.columns-4 li.product,
    .sidebar-right ul.products.columns-5 li.product,
    .sidebar-right ul.products.columns-6 li.product {
        width: 50%
    }

    ul.products.layout-masonry li.product {
        width: 50%
    }

    ul.products.layout-masonry li.product:nth-child(10n+1),
    ul.products.layout-masonry li.product:nth-child(10n+7) {
        width: 50%
    }

    .mobile-shop-columns-1 ul.products li.product,
    .mobile-shop-columns-1 ul.products.layout-masonry li.product {
        width: 100%
    }

    .mobile-shop-buttons ul.products li.product .buttons {
        position: static;
        transform: none;
        opacity: 1;
        padding-top: 10px
    }

    .mobile-shop-buttons ul.products li.product .wcboost-wishlist-button,
    .mobile-shop-buttons ul.products li.product .add-to-wishlist-button {
        margin-left: 6px;
        display: inline-block
    }

    .mobile-shop-buttons ul.products .product-inner:hover .product-summary {
        transform: none
    }

    .mobile-shop-buttons ul.products .product-inner:hover .price,
    .mobile-shop-buttons ul.products .product-inner:hover .buttons {
        transform: none;
        opacity: 1
    }

    .products-quick-search {
        font-size: 20px;
        font-size: 1.25rem
    }

    .products-quick-search .select2 .select2-selection--single .select2-selection__rendered {
        min-height: 0
    }

    .products-quick-search__intro-text {
        display: block
    }

    .products-quick-search__intro-text+select+.select2 {
        margin-left: 0
    }

    .products-toolbar.layout-v6 .products-tools {
        text-align: left;
        padding: 50px 0 10px
    }

    .products-toolbar.layout-v6 .products-quick-search {
        display: block
    }

    .woocommerce-navigation {
        margin-top: 40px
    }

    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
        width: 75px
    }

    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name,
    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__qty,
    .cart-panel .widget_shopping_cart_content .total {
        font-size: 16px;
        font-size: 1rem
    }

    .cart-panel .widget_shopping_cart_content .total {
        margin-top: 30px;
        border-top: 1px solid #e3e7e8
    }

    .cart-panel .widget_shopping_cart_content .buttons {
        margin-bottom: 20px
    }

    .cart-panel .widget_shopping_cart_content .buttons .button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 50px
    }

    .woocommerce-account-login .login-tabs-nav {
        font-size: 20px;
        font-size: 1.25rem
    }

    .woocommerce-account-login .login-tabs-nav .tab-nav {
        margin-right: 30px
    }

    .woocommerce-cart .entry-title {
        margin-bottom: 30px
    }

    .woocommerce-wishlist .entry-title {
        margin-bottom: 0
    }

    table.wishlist_table tbody tr {
        grid-template-columns: 100px auto;
        padding-right: 50px
    }

    table.wishlist_table .product-stock-status {
        font-size: 12px;
        font-size: .75rem;
        margin-top: 5px
    }

    table.wishlist_table .product-date {
        margin-top: 5px;
        font-size: 14px;
        font-size: .875rem
    }

    table.wishlist_table .product-quantity {
        margin: 5px 0
    }

    table.wishlist_table .product-add-to-cart {
        text-align: initial;
        grid-column: 2;
        grid-row: auto;
        margin-top: 18px;
        padding-right: 0
    }

    table.wishlist_table .product-add-to-cart .button {
        color: inherit;
        line-height: inherit;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        min-width: 0
    }

    table.cart {
        width: 100%
    }

    table.cart tr {
        border-bottom: 1px solid #e3e7e8
    }

    table.cart td {
        border-bottom: 0
    }

    table.cart .product-thumbnail {
        width: 77px
    }

    table.cart .product-name {
        padding-left: 30px
    }

    table.cart .product-name a {
        font-size: 16px;
        font-size: 1rem
    }

    table.cart .product-name .product-price {
        font-size: 16px;
        font-size: 1rem;
        display: block
    }

    table.cart .product-name .product-remove {
        text-align: left;
        display: block
    }

    table.cart .product-name .product-remove a {
        font-size: 12px;
        font-size: .75rem;
        font-weight: 400
    }

    table.cart .product-price,
    table.cart .product-subtotal,
    table.cart .product-remove {
        display: none
    }

    table.cart .product-quantity {
        text-align: right;
        padding-left: 0;
        padding-right: 0
    }

    table.cart .product-quantity .quantity {
        min-width: 0
    }

    table.cart .product-quantity .quantity--individual {
        width: 40px
    }

    table.cart .quantity {
        text-align: center;
        border: 0
    }

    table.cart .quantity .qty-button {
        line-height: 24px;
        display: block;
        width: 40px;
        padding: 0
    }

    table.cart .quantity .qty {
        width: 40px
    }

    table.cart .actions {
        padding-left: 0;
        padding-right: 0
    }

    table.cart .actions .empty-cart-button {
        float: left
    }

    table.cart .coupon {
        width: 100%;
        margin-bottom: 30px
    }

    .cart-collaterals {
        padding: 15px 20px 20px;
        margin-top: 40px
    }

    .cart-collaterals .cart_totals h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 20px
    }

    .cart-collaterals .shop_table tbody {
        display: block
    }

    .cart-collaterals .shop_table tr {
        display: flex
    }

    .cart-collaterals .shop_table th {
        flex: 1
    }

    .cart-collaterals .shop_table tr.shipping {
        flex-direction: column;
        border-bottom: 1px solid #e3e7e8
    }

    .cart-collaterals .shop_table tr.shipping th,
    .cart-collaterals .shop_table tr.shipping td {
        display: block;
        width: 100%;
        border-bottom: 0
    }

    .cart-collaterals .shop_table tr.shipping th {
        padding-bottom: 0
    }

    .cart-collaterals .shop_table .woocommerce-shipping-methods {
        border-bottom: 0;
        margin-bottom: 0
    }

    .checkout-login,
    .checkout-coupon {
        width: auto;
        float: none;
        margin-bottom: 30px
    }

    .checkout-coupon .checkout_coupon {
        padding: 0
    }

    .form-row-first,
    .form-row-last,
    .woocommerce-checkout-2-columns .form-row-first,
    .woocommerce-checkout-2-columns .form-row-last {
        width: 100%
    }

    form.woocommerce-checkout .form-row {
        display: block
    }

    form.woocommerce-checkout .form-row label.screen-reader-text {
        display: none
    }

    form.woocommerce-checkout .mc4wp-checkbox-woocommerce,
    form.woocommerce-checkout .mailchimp-newsletter,
    .woocommerce-account-fields .form-row.create-account,
    .woocommerce-shipping-fields h3 {
        padding-left: 0
    }

    .woocommerce-checkout-review-order-table tr {
        display: block;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        display: block;
        border-bottom: 0
    }

    .woocommerce-checkout-review-order-table tbody th {
        display: none
    }

    .woocommerce-checkout-review-order-table tbody tr:first-child th {
        display: block;
        width: 100%
    }

    .woocommerce-checkout-review-order-table .product-item {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    .woocommerce-checkout-review-order-table tfoot tr {
        display: flex;
        justify-content: space-between
    }

    .woocommerce-checkout-payment {
        border-top: 0
    }

    .woocommerce-checkout-payment>h4 {
        float: none;
        width: auto;
        margin: 0 0 30px
    }

    .woocommerce-checkout-payment .payment_methods,
    .woocommerce-checkout-payment .place-order {
        margin-left: 0
    }

    .woocommerce-checkout-payment .payment_methods {
        padding-bottom: 25px;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce-checkout-2-columns .checkout-login .woocommerce-info {
        border-right-width: 1px
    }

    .woocommerce-checkout-2-columns .checkout-login .woocommerce-info:after {
        display: none
    }

    .woocommerce-checkout-2-columns .checkout-coupon .woocommerce-info {
        border-left-width: 1px
    }

    .track_order .form-row {
        display: block
    }

    .track_order .form-row .input-text {
        width: 100%
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 40px;
        padding-bottom: 20px;
        padding-right: 0;
        overflow-y: scroll;
        border-bottom: 1px solid #e3e7e8
    }

    .woocommerce-MyAccount-navigation::-webkit-scrollbar {
        display: none
    }

    .woocommerce-MyAccount-navigation ul {
        white-space: nowrap;
        max-height: 30px
    }

    .woocommerce-MyAccount-navigation li {
        display: inline-block;
        margin: 0 15px
    }

    .woocommerce-MyAccount-navigation li:first-child {
        margin-left: 0
    }

    .woocommerce-MyAccount-navigation .is-active a:before {
        display: none
    }

    .woocommerce-MyAccount-content {
        width: auto;
        float: none
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    .woocommerce-MyAccount-content h3.greeting {
        margin-bottom: inherit
    }

    form.edit-account .form-row-first,
    form.edit-account .form-row-last {
        width: auto
    }

    form.edit-account .form-row {
        display: block
    }

    form.edit-account>.form-row>span {
        margin-left: 0
    }

    form.edit-account .form-row-submit {
        padding-left: 0
    }

    form.edit-account label {
        display: inline-block
    }

    form.edit-account .input-text {
        width: 100%
    }

    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        width: auto
    }

    .woocommerce-address-fields .form-row {
        display: block
    }

    .woocommerce-address-fields label {
        display: inline-block
    }

    .woocommerce-address-fields .button {
        margin-left: 0;
        width: 100%
    }

    .woocommerce-order-pay form.login {
        width: 100%
    }

    table.woocommerce-table--order-downloads thead,
    table.my_account_orders thead {
        display: none
    }

    table.woocommerce-table--order-downloads tbody tr,
    table.my_account_orders tbody tr {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #e3e7e8
    }

    table.woocommerce-table--order-downloads tbody td,
    table.my_account_orders tbody td {
        font-size: 16px;
        font-size: 1rem;
        text-align: right;
        display: block;
        border-bottom: 0;
        padding: 5px 0
    }

    table.woocommerce-table--order-downloads tbody td:before,
    table.my_account_orders tbody td:before {
        content: attr(data-title);
        font-size: 14px;
        float: left;
        text-transform: uppercase;
        display: block
    }

    table.woocommerce-table--order-downloads tbody .button,
    table.my_account_orders tbody .button {
        line-height: inherit;
        color: #161619;
        padding: 0;
        margin-left: 10px;
        border-bottom: 2px solid #e3e7e8;
        background: rgba(0, 0, 0, 0)
    }

    table.woocommerce-table--order-downloads tbody .button:hover,
    table.woocommerce-table--order-downloads tbody .button:active,
    table.woocommerce-table--order-downloads tbody .button:focus,
    table.my_account_orders tbody .button:hover,
    table.my_account_orders tbody .button:active,
    table.my_account_orders tbody .button:focus {
        border-bottom-color: #161619
    }

    .floating-cart-icon {
        right: 20px;
        bottom: 20px
    }

    .gotop~.floating-cart-icon {
        right: 80px
    }

    .sticky-cart-form__container {
        justify-content: center;
        margin-left: 0;
        margin-right: 0
    }

    .sticky-cart-form__product-summary {
        display: none
    }

    .sticky-cart-form form.cart,
    .sticky-cart-form__mobile-button {
        width: 100%
    }

    .sticky-cart-form form.cart table.group_table,
    .sticky-cart-form form.cart .quantity {
        display: none
    }

    .sticky-cart-form form.cart .single_add_to_cart_button {
        width: 100%;
        flex-basis: 100%
    }
}

@media(max-width:320px) {
    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button {
        font-size: 0
    }

    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        opacity: 1;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwYXRoIGQ9Ik0xOSwxMGgtM1Y3YzAtMi4yMDYtMS43OTQtNC00LTRTOCw0Ljc5NCw4LDd2M0g1Yy0wLjU1LDAtMC45MDgsMC40NDEtMC43OTcsMC45NzlsMS44NzksOS4wNDJDNi4xOTQsMjAuNTU5LDYuNzM2LDIxLDcuMjg2LDIxaDkuNDI5YzAuNTUsMCwxLjA5Mi0wLjQ0MSwxLjIwMy0wLjk3OWwxLjg3OS05LjA0MkMxOS45MDgsMTAuNDQxLDE5LjU1LDEwLDE5LDEweiBNMTAsN2MwLTEuMTAzLDAuODk3LTIsMi0yczIsMC44OTcsMiwydjNoLTRWN3ogTTE2LjA4NywxOUg3LjkxM2wtMS40NTUtN2gxMS4zMTNMMTYuMDg3LDE5eiIvPjwvZz48L3N2Zz4=)
    }

    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.loading:before {
        width: 16px;
        height: 16px;
        background: 0 0;
        margin-top: 3px
    }

    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.added:before {
        animation: none
    }

    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.added:after {
        display: none
    }

    .mobile-shop-buttons ul.products li.product .ajax_add_to_cart.loading:before {
        margin-right: 0
    }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(1);
    transform: scale(1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(./../fonts/fa-solid-900.eot);
    src: url(./../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./../fonts/fa-solid-900.woff2) format("woff2"), url(./../fonts/fa-solid-900.woff) format("woff"), url(./../fonts/fa-solid-900.ttf) format("truetype"), url(./../images/fa-solid-900.svg) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(./../fonts/fa-brands-400.eot);
    src: url(./../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./../fonts/fa-brands-400.woff2) format("woff2"), url(./../fonts/fa-brands-400.woff) format("woff"), url(./../fonts/fa-brands-400.ttf) format("truetype"), url(./../images/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

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

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(1);
    transform: scale(1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(./../fonts/fa-brands-400.eot);
    src: url(./../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./../fonts/fa-brands-400.woff2) format("woff2"), url(./../fonts/fa-brands-400.woff) format("woff"), url(./../fonts/fa-brands-400.ttf) format("truetype"), url(./../images/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(./../fonts/fa-regular-400.eot);
    src: url(./../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./../fonts/fa-regular-400.woff2) format("woff2"), url(./../fonts/fa-regular-400.woff) format("woff"), url(./../fonts/fa-regular-400.ttf) format("truetype"), url(./../images/fa-regular-400.svg) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(./../fonts/fa-solid-900.eot);
    src: url(./../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./../fonts/fa-solid-900.woff2) format("woff2"), url(./../fonts/fa-solid-900.woff) format("woff"), url(./../fonts/fa-solid-900.ttf) format("truetype"), url(./../images/fa-solid-900.svg) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: "\f080"
}

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: "\f2b4"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.cookielawinfo-column-1 {
    width: 25%
}

.cookielawinfo-column-2 {
    width: 10%
}

.cookielawinfo-column-3 {
    width: 15%
}

.cookielawinfo-column-4 {
    width: 50%
}

.cookielawinfo-simple thead {
    width: 100%
}

.cookielawinfo-simple td {
    padding: 5px 5px 5px 0;
    vertical-align: top
}

.cookielawinfo-simple thead th {
    padding-right: 10px;
    text-align: left
}

.cookielawinfo-modern {
    border: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

.cookielawinfo-modern td,
.cookielawinfo-modern th {
    padding: 5px;
    color: #333
}

.cookielawinfo-modern thead {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: .2em 0 .2em .5em;
    text-align: left;
    color: #4b4b4b;
    background-color: #c8c8c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6, #b3b3b3));
    background-image: -moz-linear-gradient(top, #d6d6d6, #b0b0b0, #b3b3b3 90%);
    border-bottom: solid 1px #999
}

.cookielawinfo-modern th {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-shadow: #fff 1px 1px 1px
}

.cookielawinfo-modern td {
    line-height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.cookielawinfo-modern tr.cookielawinfo-row:hover {
    background-color: #fff
}

.cookielawinfo-elegant {
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    color: #333
}

.cookielawinfo-elegant tr {
    border-top-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    color: #555
}

.cookielawinfo-elegant th {
    text-shadow: rgba(255, 255, 255, .796875) 0px 1px 0px;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-weight: 400;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px
}

.cookielawinfo-elegant td {
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top
}

.cookielawinfo-rounded {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ebebeb
}

.cookielawinfo-rounded td,
.rounded th {
    padding: 1px 5px
}

.cookielawinfo-rounded thead {
    text-shadow: 0 1px 0 #fff;
    color: #999
}

.cookielawinfo-rounded th {
    text-align: left;
    text-transform: uppercase;
    font-size: 11pt;
    border-bottom: 1px solid #fff;
    padding: 1px 5px
}

.cookielawinfo-rounded td {
    font-size: 10pt;
    padding: 5px
}

.cookielawinfo-rounded tr.cookielawinfo-row:hover {
    background-color: #fff
}

table.cookielawinfo-classic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333
}

table.cookielawinfo-classic thead tr th {
    text-transform: uppercase;
    background: #e2e2e2
}

table.cookielawinfo-classic tfoot tr th,
table.cookielawinfo-classic tfoot tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

table.cookielawinfo-classic tfoot tr th {
    width: 20%
}

table.cookielawinfo-classic tfoot tr td {
    width: 80%
}

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: .8em;
    vertical-align: top;
    width: 20%
}

table.cookielawinfo-classic tr.odd th,
table.cookielawinfo-classic tr.odd td {
    background: #efefef
}

table.cookielawinfo-winter {
    font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    padding: 0;
    margin: 10px 0 20px;
    border-collapse: collapse;
    color: #333;
    background: #f3f5f7
}

table.cookielawinfo-winter a {
    color: #3a4856;
    text-decoration: none;
    border-bottom: 1px solid #c6c8cb
}

table.cookielawinfo-winter a:visited {
    color: #777
}

table.cookielawinfo-winter a:hover {
    color: #000
}

table.cookielawinfo-winter caption {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif
}

table.cookielawinfo-winter thead th {
    background: #3a4856;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-weight: 400
}

table.cookielawinfo-winter tbody {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee
}

table.cookielawinfo-winter tbody {
    border-bottom: 1px solid #eaecee
}

table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
    padding: 10px;
    background: url(./../images/td_back.gif) repeat-x;
    text-align: left
}

table.cookielawinfo-winter tbody tr {
    background: #f3f5f7
}

table.cookielawinfo-winter tbody tr.odd {
    background: #f0f2f4
}

table.cookielawinfo-winter tbody tr:hover {
    background: #eaecee;
    color: #111
}

table.cookielawinfo-winter tfoot td,
table.cookielawinfo-winter tfoot th,
table.cookielawinfo-winter tfoot tr {
    text-align: left;
    font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    background: #fff;
    padding: 10px
}

@media(max-width:800px) {

    table.cookielawinfo-row-cat-table td,
    table.cookielawinfo-row-cat-table th {
        width: 23%;
        font-size: 12px;
        word-wrap: break-word
    }

    table.cookielawinfo-row-cat-table .cookielawinfo-column-4,
    table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
        width: 45%
    }
}

.cookielawinfo-row-cat-title {
    border-bottom: 1px solid #eee;
    text-align: center
}

.cookielawinfo-row-cat-title-head {
    text-align: center
}

.cookielawinfo-row-cat-table {
    width: 99%;
    margin-left: 5px
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-display: swap;
    font-family: 'revicons';
    src: url(./../fonts/revicons.eot);
    src: url(./../fonts/revicons.eot) format('embedded-opentype'), url(./../fonts/revicons.woff) format('woff'), url(./../fonts/revicons.ttf) format('truetype'), url(./../images/revicons.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(./../css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(./../css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(./../images/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(./../images/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(./../images/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(./../images/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(./../images/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(./../images/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(./../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(./../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rs-safari .willow:after {
    background-color: rgba(100, 0, 0, .2)
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter: grayscale(1) contrast(.95) brightness(.9)
        }

        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: none
}

button.pswp__button {
    box-shadow: none !important;
    background-image: url(./../images/default-skin.png) !important
}

button.pswp__button,
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before,
button.pswp__button:hover {
    background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
    background-image: none !important
}

button.pswp__button--close:hover {
    background-position: 0 -44px
}

button.pswp__button--zoom:hover {
    background-position: -88px 0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.admin-bar .pswp {
    height: calc(100% - 32px);
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .pswp {
        height: calc(100% - 46px);
        top: 46px
    }
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
    transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .333s cubic-bezier(.4, 0, .22, 1);
    transition: transform .333s cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
    transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(./../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(./../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(./../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
    transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.panama-konkurs {
    --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--font-size--small: 12px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--large: 40px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--normal: 18px;
    --wp--preset--font-size--huge: 64px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --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: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.panama-konkurs .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.panama-konkurs .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.panama-konkurs .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.panama-konkurs .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.panama-konkurs .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.panama-konkurs .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.panama-konkurs .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;
}

.panama-konkurs .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

.panama-konkurs .is-layout-flex {
    display: flex;
}

.panama-konkurs .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.panama-konkurs .is-layout-flex>* {
    margin: 0;
}

.panama-konkurs .is-layout-grid {
    display: grid;
}

.panama-konkurs .is-layout-grid>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.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;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

.topbar {
    height: 38px
}

:root {
    --header-main-height: 90px
}

:root {
    --header-bottom-height: 90px
}

.header-main,
.header-v10 .site-branding,
.header-v10 .header-main .header-right-items {
    height: 90px;
}

.header-bottom {
    height: 90px;
}

.header-mobile {
    height: 139px
}

.logo img {
    width: 200px;
}

.logo svg {
    width: 200px;
    height: auto;
}

.hamburger-screen-background {
    background-image: url(./../images/ffff-scaled.jpg);
}

.page-header.title-front,
.page-header .entry-thumbnail {
    height: 800px;
}

@media (max-width: 991px) {

    max.page-header.title-front,
    .page-header .entry-thumbnail {
        height: 400px;
    }
}

@media (max-width: 767px) {

    max.page-header.title-front,
    .page-header .entry-thumbnail {
        height: 300px;
    }
}

.panama-konkurs {
    font-size: 18px;
    line-height: 1.55556;
    color: #161619;
    max-width: 100vw;
    overflow-x: hidden;
}

.panama-konkurs h1,
.panama-konkurs .h1 {
    font-size: 60px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.panama-konkurs h2,
.panama-konkurs .h2 {
    font-size: 40px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.panama-konkurs h3,
.panama-konkurs .h3 {
    font-size: 30px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.panama-konkurs h4,
.panama-konkurs .h4 {
    font-size: 24px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.panama-konkurs h5,
.panama-konkurs .h5 {
    font-size: 18px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.panama-konkurs h6,
.panama-konkurs .h6 {
    font-size: 16px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.main-navigation a,
.header-v8 .nav-menu>li>a,
.header-v9 .nav-menu>li>a,
.header-vertical .main-navigation .nav-menu>li>a {
    font-size: 16px;
    text-transform: none;
}

.main-navigation li li a,
.header-vertical .main-navigation .sub-menu a {
    font-size: 14px;
    text-transform: none;
}

.single-page-header .entry-title,
.page .page .entry-title {
    font-size: 80px;
    line-height: 1.16667;
    text-transform: none;
    color: #161619;
}

.single-page-header .entry-subtitle {
    font-size: 24px;
    line-height: 1.55556;
    text-transform: none;
    color: #161619;
}

.blog-header-content .header-title {
    font-family: Crimson Text;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #161619;
}

.hfeed .hentry .entry-title {
    font-size: 30px;
    line-height: 1.33333;
    text-transform: none;
    color: #161619;
}

.hfeed .hentry .entry-summary {
    font-size: 16px;
    line-height: 1.375;
    text-transform: none;
    color: #838889;
}

.widget-title {
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #161619;
}





/* moje style */
.details-icon summary {
    display: block;
}

.details-icon hr.hr-line {
    width: 100%;
    height: 1px;
    outline: 1px solid gray;
    opacity: 0.1;
}

.row.products-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


a.col-12.col-md-4.col-lg-2 {
    text-decoration: none;
}

p.small.text-center {
    font-size: 1rem;
    padding: 1rem 0;
}

.eael-accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}


.fa-accordion-icon {
    transition: transform 0.3s ease;
}

.fa-plus {

    transform: rotate(0deg);
}

.fa-minus {
    transform: rotate(180deg);

}

.panama-konkurs summary h4,
.panama-konkurs details {
    position: relative;
    color: #e41a43;
}

.panama-konkurs details h6 {
    max-width: 700px;
    padding: 0 1rem;
}

.panama-konkurs details h4 {
    font-size: 1.3rem;
    padding: 0 2rem;
}


.panama-konkurs details>summary {
    list-style: none;
    cursor: pointer;
}



.panama-konkurs .details-icon {
    display: inline-block;
    background: url(./../images/arrow-down.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    transition: transform 0.3s ease;
    right: 0;
    top: 50%;
}

.panama-konkurs details[open] .details-icon {
    transform: rotate(-180deg);

}

.panama-konkurs .partner-wrapper {
    padding: 4rem 0;
}

.panama-konkurs .play-icon {
    width: 80px;
    height: 80px;
}

.panama-konkurs .elementor-widget-container {
    padding: 0.5rem 0;
}