.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;
    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 {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.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;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    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--selectable {
    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;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !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: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.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 transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.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__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    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: transparent;
    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 .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--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.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: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.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: bold;
    height: 26px;
    margin-right: 20px
}

.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: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.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: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.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: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.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;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.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__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.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--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    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: #5897fb
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg')
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(../fonts/Simple-Line-Icons.eot);
    src: url(../fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.ttf) format('truetype'), url(../fonts/Simple-Line-Icons.woff2) format('woff2'), url(../fonts/Simple-Line-Icons.woff) format('woff'), url(../fonts/Simple-Line-Icons.svg?#simple-line-icons) format('svg')
}

[class*=mec-fa-],
[class*=mec-li_],
[class*=mec-sl-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=mec-fa-] {
    font-family: FontAwesome
}

[class*=mec-sl-] {
    font-family: 'simple-line-icons'
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mec-sl-user:before {
    content: "\e005"
}

.mec-sl-people:before {
    content: "\e001"
}

.mec-sl-user-female:before {
    content: "\e000"
}

.mec-sl-user-follow:before {
    content: "\e002"
}

.mec-sl-user-following:before {
    content: "\e003"
}

.mec-sl-user-unfollow:before {
    content: "\e004"
}

.mec-sl-login:before {
    content: "\e066"
}

.mec-sl-logout:before {
    content: "\e065"
}

.mec-sl-emotsmile:before {
    content: "\e021"
}

.mec-sl-phone:before {
    content: "\e600"
}

.mec-sl-call-end:before {
    content: "\e048"
}

.mec-sl-call-in:before {
    content: "\e047"
}

.mec-sl-call-out:before {
    content: "\e046"
}

.mec-sl-map:before {
    content: "\e033"
}

.mec-sl-location-pin:before {
    content: "\e096"
}

.mec-sl-direction:before {
    content: "\e042"
}

.mec-sl-directions:before {
    content: "\e041"
}

.mec-sl-compass:before {
    content: "\e045"
}

.mec-sl-layers:before {
    content: "\e034"
}

.mec-sl-menu:before {
    content: "\e601"
}

.mec-sl-list:before {
    content: "\e067"
}

.mec-sl-options-vertical:before {
    content: "\e602"
}

.mec-sl-options:before {
    content: "\e603"
}

.mec-sl-arrow-down:before {
    content: "\e604"
}

.mec-sl-arrow-left:before {
    content: "\e605"
}

.mec-sl-arrow-right:before {
    content: "\e606"
}

.mec-sl-arrow-up:before {
    content: "\e607"
}

.mec-sl-arrow-up-circle:before {
    content: "\e078"
}

.mec-sl-arrow-left-circle:before {
    content: "\e07a"
}

.mec-sl-arrow-right-circle:before {
    content: "\e079"
}

.mec-sl-arrow-down-circle:before {
    content: "\e07b"
}

.mec-sl-check:before {
    content: "\e080"
}

.mec-sl-clock:before {
    content: "\e081"
}

.mec-sl-plus:before {
    content: "\e095"
}

.mec-sl-minus:before {
    content: "\e615"
}

.mec-sl-close:before {
    content: "\e082"
}

.mec-sl-event:before {
    content: "\e619"
}

.mec-sl-exclamation:before {
    content: "\e617"
}

.mec-sl-organization:before {
    content: "\e616"
}

.mec-sl-trophy:before {
    content: "\e006"
}

.mec-sl-screen-smartphone:before {
    content: "\e010"
}

.mec-sl-screen-desktop:before {
    content: "\e011"
}

.mec-sl-plane:before {
    content: "\e012"
}

.mec-sl-notebook:before {
    content: "\e013"
}

.mec-sl-mustache:before {
    content: "\e014"
}

.mec-sl-mouse:before {
    content: "\e015"
}

.mec-sl-magnet:before {
    content: "\e016"
}

.mec-sl-energy:before {
    content: "\e020"
}

.mec-sl-disc:before {
    content: "\e022"
}

.mec-sl-cursor:before {
    content: "\e06e"
}

.mec-sl-cursor-move:before {
    content: "\e023"
}

.mec-sl-crop:before {
    content: "\e024"
}

.mec-sl-chemistry:before {
    content: "\e026"
}

.mec-sl-speedometer:before {
    content: "\e007"
}

.mec-sl-shield:before {
    content: "\e00e"
}

.mec-sl-screen-tablet:before {
    content: "\e00f"
}

.mec-sl-magic-wand:before {
    content: "\e017"
}

.mec-sl-hourglass:before {
    content: "\e018"
}

.mec-sl-graduation:before {
    content: "\e019"
}

.mec-sl-ghost:before {
    content: "\e01a"
}

.mec-sl-game-controller:before {
    content: "\e01b"
}

.mec-sl-fire:before {
    content: "\e01c"
}

.mec-sl-eyeglass:before {
    content: "\e01d"
}

.mec-sl-envelope-open:before {
    content: "\e01e"
}

.mec-sl-envelope-letter:before {
    content: "\e01f"
}

.mec-sl-bell:before {
    content: "\e027"
}

.mec-sl-badge:before {
    content: "\e028"
}

.mec-sl-anchor:before {
    content: "\e029"
}

.mec-sl-wallet:before {
    content: "\e02a"
}

.mec-sl-vector:before {
    content: "\e02b"
}

.mec-sl-speech:before {
    content: "\e02c"
}

.mec-sl-puzzle:before {
    content: "\e02d"
}

.mec-sl-printer:before {
    content: "\e02e"
}

.mec-sl-present:before {
    content: "\e02f"
}

.mec-sl-playlist:before {
    content: "\e030"
}

.mec-sl-pin:before {
    content: "\e031"
}

.mec-sl-picture:before {
    content: "\e032"
}

.mec-sl-handbag:before {
    content: "\e035"
}

.mec-sl-globe-alt:before {
    content: "\e036"
}

.mec-sl-globe:before {
    content: "\e037"
}

.mec-sl-folder-alt:before {
    content: "\e039"
}

.mec-sl-folder:before {
    content: "\e089"
}

.mec-sl-film:before {
    content: "\e03a"
}

.mec-sl-feed:before {
    content: "\e03b"
}

.mec-sl-drop:before {
    content: "\e03e"
}

.mec-sl-drawer:before {
    content: "\e03f"
}

.mec-sl-docs:before {
    content: "\e040"
}

.mec-sl-doc:before {
    content: "\e085"
}

.mec-sl-diamond:before {
    content: "\e043"
}

.mec-sl-cup:before {
    content: "\e044"
}

.mec-sl-calculator:before {
    content: "\e049"
}

.mec-sl-bubbles:before {
    content: "\e04a"
}

.mec-sl-briefcase:before {
    content: "\e04b"
}

.mec-sl-book-open:before {
    content: "\e04c"
}

.mec-sl-basket-loaded:before {
    content: "\e04d"
}

.mec-sl-basket:before {
    content: "\e04e"
}

.mec-sl-bag:before {
    content: "\e04f"
}

.mec-sl-action-undo:before {
    content: "\e050"
}

.mec-sl-action-redo:before {
    content: "\e051"
}

.mec-sl-wrench:before {
    content: "\e052"
}

.mec-sl-umbrella:before {
    content: "\e053"
}

.mec-sl-trash:before {
    content: "\e054"
}

.mec-sl-tag:before {
    content: "\e055"
}

.mec-sl-support:before {
    content: "\e056"
}

.mec-sl-frame:before {
    content: "\e038"
}

.mec-sl-size-fullscreen:before {
    content: "\e057"
}

.mec-sl-size-actual:before {
    content: "\e058"
}

.mec-sl-shuffle:before {
    content: "\e059"
}

.mec-sl-share-alt:before {
    content: "\e05a"
}

.mec-sl-share:before {
    content: "\e05b"
}

.mec-sl-rocket:before {
    content: "\e05c"
}

.mec-sl-question:before {
    content: "\e05d"
}

.mec-sl-pie-chart:before {
    content: "\e05e"
}

.mec-sl-pencil:before {
    content: "\e05f"
}

.mec-sl-note:before {
    content: "\e060"
}

.mec-sl-loop:before {
    content: "\e064"
}

.mec-sl-home:before {
    content: "\e069"
}

.mec-sl-grid:before {
    content: "\e06a"
}

.mec-sl-graph:before {
    content: "\e06b"
}

.mec-sl-microphone:before {
    content: "\e063"
}

.mec-sl-music-tone-alt:before {
    content: "\e061"
}

.mec-sl-music-tone:before {
    content: "\e062"
}

.mec-sl-earphones-alt:before {
    content: "\e03c"
}

.mec-sl-earphones:before {
    content: "\e03d"
}

.mec-sl-equalizer:before {
    content: "\e06c"
}

.mec-sl-like:before {
    content: "\e068"
}

.mec-sl-dislike:before {
    content: "\e06d"
}

.mec-sl-control-start:before {
    content: "\e06f"
}

.mec-sl-control-rewind:before {
    content: "\e070"
}

.mec-sl-control-play:before {
    content: "\e071"
}

.mec-sl-control-pause:before {
    content: "\e072"
}

.mec-sl-control-forward:before {
    content: "\e073"
}

.mec-sl-control-end:before {
    content: "\e074"
}

.mec-sl-volume-1:before {
    content: "\e09f"
}

.mec-sl-volume-2:before {
    content: "\e0a0"
}

.mec-sl-volume-off:before {
    content: "\e0a1"
}

.mec-sl-calendar:before {
    content: "\e075"
}

.mec-sl-bulb:before {
    content: "\e076"
}

.mec-sl-chart:before {
    content: "\e077"
}

.mec-sl-ban:before {
    content: "\e07c"
}

.mec-sl-bubble:before {
    content: "\e07d"
}

.mec-sl-camrecorder:before {
    content: "\e07e"
}

.mec-sl-camera:before {
    content: "\e07f"
}

.mec-sl-cloud-download:before {
    content: "\e083"
}

.mec-sl-cloud-upload:before {
    content: "\e084"
}

.mec-sl-envelope:before {
    content: "\e086"
}

.mec-sl-eye:before {
    content: "\e087"
}

.mec-sl-flag:before {
    content: "\e088"
}

.mec-sl-heart:before {
    content: "\e08a"
}

.mec-sl-info:before {
    content: "\e08b"
}

.mec-sl-key:before {
    content: "\e08c"
}

.mec-sl-link:before {
    content: "\e08d"
}

.mec-sl-lock:before {
    content: "\e08e"
}

.mec-sl-lock-open:before {
    content: "\e08f"
}

.mec-sl-magnifier:before {
    content: "\e090"
}

.mec-sl-magnifier-add:before {
    content: "\e091"
}

.mec-sl-magnifier-remove:before {
    content: "\e092"
}

.mec-sl-paper-clip:before {
    content: "\e093"
}

.mec-sl-paper-plane:before {
    content: "\e094"
}

.mec-sl-power:before {
    content: "\e097"
}

.mec-sl-refresh:before {
    content: "\e098"
}

.mec-sl-reload:before {
    content: "\e099"
}

.mec-sl-settings:before {
    content: "\e09a"
}

.mec-sl-star:before {
    content: "\e09b"
}

.mec-sl-symbol-female:before {
    content: "\e09c"
}

.mec-sl-symbol-male:before {
    content: "\e09d"
}

.mec-sl-target:before {
    content: "\e09e"
}

.mec-sl-credit-card:before {
    content: "\e025"
}

.mec-sl-paypal:before {
    content: "\e608"
}

.mec-sl-social-tumblr:before {
    content: "\e00a"
}

.mec-sl-social-twitter:before {
    content: "\e009"
}

.mec-sl-social-facebook:before {
    content: "\e00b"
}

.mec-sl-social-instagram:before {
    content: "\e609"
}

.mec-sl-social-linkedin:before {
    content: "\e60a"
}

.mec-sl-social-pinterest:before {
    content: "\e60b"
}

.mec-sl-social-github:before {
    content: "\e60c"
}

.mec-sl-social-google:before {
    content: "\e60d"
}

.mec-sl-social-reddit:before {
    content: "\e60e"
}

.mec-sl-social-skype:before {
    content: "\e60f"
}

.mec-sl-social-dribbble:before {
    content: "\e00d"
}

.mec-sl-social-behance:before {
    content: "\e610"
}

.mec-sl-social-foursqare:before {
    content: "\e611"
}

.mec-sl-social-soundcloud:before {
    content: "\e612"
}

.mec-sl-social-spotify:before {
    content: "\e613"
}

.mec-sl-social-stumbleupon:before {
    content: "\e614"
}

.mec-sl-social-youtube:before {
    content: "\e008"
}

.mec-sl-social-dropbox:before {
    content: "\e00c"
}

.mec-sl-social-vkontakte:before {
    content: "\e618"
}

.mec-sl-social-steam:before {
    content: "\e620"
}

.mec-sl-sitemap:before {
    content: "\e037"
}

.mec-sl-map-marker:before {
    content: "\e096"
}

.mec-sl-clock-o:before {
    content: "\e081"
}

.mec-wrap {
    position: relative
}

.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6,
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6 {
    color: #171c24;
    font-weight: 400;
    font-style: inherit;
    letter-spacing: normal;
    clear: none
}

.mec-wrap h1 {
    font-size: 50px;
    line-height: 1.16;
    margin-bottom: 12px;
    letter-spacing: -1px
}

.mec-wrap h2 {
    font-size: 36px;
    line-height: 1.14;
    margin-bottom: 10px
}

.mec-wrap h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px
}

.mec-wrap h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px
}

.mec-wrap h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px
}

.mec-wrap h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px
}

.mec-wrap .subheader {
    color: #849098
}

.mec-wrap h1 strong {
    font-weight: 700
}

.mec-wrap p {
    margin: 0 0 20px 0;
    color: #616161;
    font-size: 14px;
    line-height: 1.8
}

.mec-wrap .elementor-widget-container p,
.mec-wrap .et_pb_module p {
    all: unset
}

.mec-wrap .read-more-text p span.more-text {
    display: none
}

.mec-wrap .mec-event-article .mec-color-hover {
    box-shadow: none;
    border: none
}

.mec-wrap abbr,
.mec-wrap acronym {
    cursor: auto;
    border: none
}

.entry-content .mec-wrap a {
    box-shadow: none
}

.mec-single-event-description.mec-events-content ol li,
.mec-single-event-description.mec-events-content ul li {
    color: #616161;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400
}

.lity-content .button,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton),
.lity-content input[type=button],
.lity-content input[type=reset],
.lity-content input[type=submit],
.mec-nextprev-next-button,
.mec-nextprev-prev-button,
.mec-wrap .button,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton),
.mec-wrap input[type=button],
.mec-wrap input[type=reset],
.mec-wrap input[type=submit] {
    position: relative;
    border: 1px solid #ccecf4;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #fcfcfc;
    color: #07bbe9;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px 24px 10px;
    background: #ecf9fd;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    border-radius: var(--mec-secondary-border-radius)
}

.lity-content .button:hover,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover,
.lity-content input[type=button]:hover,
.lity-content input[type=reset]:hover,
.lity-content input[type=submit]:hover,
.mec-wrap .button:hover,
.mec-wrap a.button:hover,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.elementor-add-section-inner button):not(.dismissButton):hover,
.mec-wrap input[type=button]:hover,
.mec-wrap input[type=reset]:hover,
.mec-wrap input[type=submit]:hover {
    border: 1px solid #38d5ed;
    box-shadow: 0 1px 0 0 #fafafa
}

.lity-content .button svg,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg,
.lity-content input[type=button] svg,
.lity-content input[type=reset] svg,
.lity-content input[type=submit] svg,
.mec-nextprev-next-button svg,
.mec-nextprev-prev-button svg,
.mec-wrap .button svg,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg,
.mec-wrap input[type=button] svg,
.mec-wrap input[type=reset] svg,
.mec-wrap input[type=submit] svg {
    margin-left: 30px
}

.mec-wrap .button svg.back,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg.back {
    margin-right: 30px;
    margin-left: 0
}

.mec-booking-form-container button {
    display: block
}

.vertical-space,
.vertical-space1,
.vertical-space2,
.vertical-space3,
.vertical-space4,
.vertical-space5 {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    border: 0 none;
    height: 20px
}

.vertical-space2 {
    height: 40px
}

.vertical-space3 {
    height: 60px
}

.vertical-space4 {
    height: 80px
}

.vertical-space5 {
    height: 100px
}

@media only screen and (max-width:479px) {

    .vertical-space,
    .vertical-space1 {
        height: 8px
    }

    .vertical-space2 {
        height: 14px
    }

    .vertical-space3 {
        height: 28px
    }

    .vertical-space4 {
        height: 40px
    }

    .vertical-space5 {
        height: 60px
    }
}

@media only screen and (max-width:960px) {

    .vertical-space,
    .vertical-space1 {
        height: 12px
    }

    .vertical-space2 {
        height: 18px
    }

    .vertical-space3 {
        height: 36px
    }

    .vertical-space4 {
        height: 50px
    }

    .vertical-space5 {
        height: 80px
    }
}

.mec-wrap abbr {
    cursor: auto;
    border-bottom: 0
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating2 {
    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.mec-wrap {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #626262
}

.mec-wrap .mec-events a {
    border-bottom: none
}

.mec-wrap .mec-container a {
    box-shadow: none
}

.mec-event-content p {
    font-weight: 400
}

.mec-wrap .mec-clear:after,
.mec-wrap .mec-clear:before {
    content: " ";
    display: table
}

.mec-wrap .mec-clear:after {
    clear: both
}

.mec-events-button {
    background: #fff;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    border-radius: var(--mec-secondary-border-radius);
    text-shadow: none;
    margin-right: 10px;
    transition: .3s
}

.mec-wrap .mec-events-button:hover {
    color: #fff
}

.mec-no-event {
    display: none
}

#mec-active-current {
    display: block
}

.current-hide #mec-active-current {
    display: none !important
}

.mec-event-grid-classic .mec-event-article {
    position: relative;
    border: 2px solid #e3e3e3;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    margin-bottom: 30px;
    max-width: none;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-grid-classic .mec-event-content {
    color: #767676;
    padding: 0 20px 5px;
    text-align: center;
    min-height: 125px
}

.mec-event-grid-classic .mec-event-title {
    color: #202020;
    margin: 10px 0;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.mec-event-grid-classic .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-classic .mec-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 20px;
    margin: 0 -20px 20px -20px;
    text-align: center
}

.widget_mec_mec_widget .mec-event-grid-classic .mec-event-date {
    margin: 0
}

.mec-event-grid-classic .mec-event-content p {
    font-size: 15px;
    color: #8a8a8a
}

.mec-event-grid-classic .mec-event-content .mec-grid-event-location {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.mec-event-grid-classic .mec-event-detail {
    display: none
}

.mec-event-grid-classic .mec-price-details {
    font-size: 12px;
    font-weight: 400
}

.mec-event-grid-classic .mec-event-image {
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
    overflow: hidden
}

.mec-event-grid-classic img {
    margin-bottom: 0;
    width: 100%;
    display: block
}

.mec-event-footer {
    position: relative;
    border-top: 1px solid #efefef;
    padding: 20px;
    min-height: 80px;
    margin: 0;
    background: #fafafa;
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-event-sharing-wrap {
    left: 15px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.mec-event-sharing-wrap .mec-event-sharing {
    position: absolute;
    padding: 8px 0 2px;
    left: -6px;
    bottom: 54px;
    margin: 0;
    margin-top: 6px;
    border-radius: var(--mec-secondary-border-radius);
    min-width: 50px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .06);
    z-index: 99;
    -webkit-transition: all .18s ease;
    transition: all .18s ease
}

.mec-event-sharing-wrap .mec-event-sharing:after,
.mec-event-sharing-wrap .mec-event-sharing:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-event-sharing-wrap .mec-event-sharing:before {
    bottom: -21px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent
}

.mec-event-sharing-wrap:hover .mec-event-sharing {
    opacity: 1;
    visibility: visible
}

.mec-event-sharing-wrap li {
    text-align: center;
    border: 0;
    display: block;
    margin-right: 2px;
    overflow: hidden;
    margin: 0 auto 6px;
    width: 38px
}

.mec-event-sharing-wrap li.mec-event-share {
    height: 38px
}

.mec-event-sharing-wrap:hover>li {
    cursor: pointer;
    background-color: #40d9f1
}

.mec-event-sharing-wrap:hover li a {
    color: #fff
}

.mec-event-sharing-wrap>li:first-of-type {
    border: 1px solid #d9d9d9;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-sharing-wrap li a,
.mec-event-sharing-wrap:hover li ul li a {
    border: none;
    color: #767676;
    display: block
}

.mec-event-sharing-wrap li a .mec-social-title {
    padding-right: 10px;
    display: none
}

.mec-event-sharing-wrap li i {
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle
}

.mec-event-sharing-wrap li svg {
    height: 16px
}

.mec-event-sharing-wrap .mec-event-sharing li a {
    display: block
}

.mec-event-sharing-wrap .mec-event-sharing li:hover a {
    color: #40d9f1
}

.mec-event-sharing .mec-event-share:hover .event-sharing-icon {
    background: #40d9f1;
    border-width: 0 1px 0;
    cursor: pointer
}

.mec-event-sharing .mec-event-map {
    border-width: 1px 0 1px
}

.mec-event-footer .mec-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0 16px;
    line-height: 37px;
    height: 38px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-footer .mec-booking-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

@media only screen and (max-width:960px) {
    .mec-event-grid-classic {
        margin-bottom: 30px
    }
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
    padding: 36px 0 16px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
    margin: 5px 0;
    width: 100%;
    position: absolute;
    top: 15px;
    padding: 0
}

.mec-skin-grid-container.mec-widget {
    padding-top: 18px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
    padding: 20px 0 16px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div {
    position: absolute;
    background: #fff;
    line-height: 0;
    width: 34px;
    height: 26px;
    padding: 6px;
    text-align: center;
    margin-top: -17px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    text-align: center;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .028);
    transition: all .33s ease
}

.mec-skin-grid-container .mec-categories {
    padding: 0
}

.mec-skin-grid-container .mec-categories li {
    list-style: none
}

.mec-skin-grid-container .mec-categories li a {
    color: #000;
    text-align: left;
    transition: all .23s ease;
    -webkit-transition: all .23s ease
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next {
    right: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev {
    left: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing {
    display: none
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer {
    text-align: center
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button {
    position: static;
    padding: 11px 16px
}

.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon {
    padding: 0
}

@media screen and (min-width:56.875em) {
    .mec-widget .mec-month-container dl {
        margin-bottom: 0
    }
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer {
    text-align: right
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap {
    left: 5px;
    padding-left: 5px
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing {
    left: 0
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing {
    position: absolute;
    top: auto;
    bottom: 52px;
    margin: 0;
    margin-top: 0;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after {
    top: auto;
    bottom: -17px;
    border-color: #fff transparent transparent transparent
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -18px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button {
    position: absolute;
    background: #fff;
    padding: 6px;
    margin-top: -17px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .028)
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover {
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i {
    color: #fff
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button {
    width: 40%;
    float: right;
    color: #202020;
    height: 36px;
    line-height: 14px;
    font-size: 12px;
    width: auto
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover {
    color: #fff
}

.mec-widget .mec-event-list-modern .col-md-2.col-sm-2,
.mec-widget .mec-event-list-modern .col-md-6.col-sm-6 {
    padding: 0;
    width: 100%;
    display: block;
    position: unset
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
    width: 80%;
    height: 46px;
    line-height: 22px;
    padding: 11px 20px;
    float: right
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
    top: auto;
    bottom: 5%
}

@media (max-width:480px) {
    .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 {
        padding: 0
    }

    .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
        width: 100%
    }
}

.mec-widget .mec-event-list-modern .mec-month-divider {
    margin: 30px 0 10px 0
}

.mec-widget .mec-event-list-minimal .mec-event-date span {
    font-size: 12px
}

.mec-widget .mec-event-list-minimal .mec-event-date:after {
    height: 29px
}

.mec-widget .mec-event-list-minimal .col-md-3,
.mec-widget .mec-event-list-minimal .col-md-9 {
    display: block;
    width: 100%;
    text-align: left
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
    position: relative
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
    width: 100%;
    text-align: center
}

.mec-widget .mec-event-list-minimal .mec-event-date:first-child {
    margin-right: 24px
}

.mec-event-grid-clean {
    margin-bottom: 10px;
    max-width: none
}

.mec-event-grid-clean .mec-event-article {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-grid-clean .mec-event-content {
    background: #fff;
    color: #767676;
    padding: 25px 16px 0;
    text-align: left
}

.mec-event-grid-clean .mec-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize
}

.mec-event-grid-clean .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-clean .mec-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #40d9f1;
    color: #fff;
    padding: 3px 0;
    margin: 0;
    text-align: center
}

.mec-event-grid-clean .mec-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54
}

.mec-event-grid-clean img {
    margin-bottom: 0;
    width: 100%;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-grid-clean .event-grid-t2-head {
    margin-bottom: 10px;
    color: #fff;
    padding: 9px 14px 6px;
    text-align: left;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-detail {
    font-size: 12px
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a {
    margin-bottom: 10px;
    color: #fff
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover {
    color: #000
}

.mec-event-grid-clean .mec-event-sharing-wrap {
    left: 0;
    padding-left: 0
}

.mec-event-grid-clean .mec-event-footer {
    position: relative;
    border-top: 2px solid;
    padding: 20px 0;
    margin: 0 14px;
    text-align: left;
    background: 0 0
}

.mec-event-grid-clean .mec-event-footer .mec-booking-button {
    right: 0
}

.mec-event-grid-clean .row {
    margin-bottom: 30px
}

.mec-event-grid-modern {
    margin-bottom: 10px;
    max-width: none
}

.mec-event-grid-modern .mec-event-article {
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-bottom: 30px;
    padding: 45px 15px 10px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-grid-modern .mec-event-content {
    color: #767676;
    padding: 0 15px 10px;
    text-align: left
}

.mec-event-grid-modern .mec-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    letter-spacing: -1px
}

.mec-event-grid-modern .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-modern .mec-event-content .mec-categories-wrapper,
.mec-event-grid-modern .mec-event-content .mec-shortcode-organizers {
    margin-bottom: 10px
}

.mec-event-grid-modern .mec-event-content .mec-categories-wrapper,
.mec-event-grid-modern .mec-event-content .mec-shortcode-organizers,
.mec-event-grid-modern .mec-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54
}

.mec-event-grid-modern img {
    margin-bottom: 0;
    width: 100%
}

.mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 0;
    padding: 9px 14px 6px;
    text-align: left
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px;
    margin-bottom: 5px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
    font-size: 12px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
    margin-top: 9px;
    color: silver;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px
}

.mec-event-grid-modern .mec-event-footer {
    position: relative;
    height: 90px;
    padding: 20px 0;
    border: none;
    margin: 0 14px;
    text-align: left;
    background: 0 0
}

.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    right: auto;
    left: 0
}

.mec-event-grid-modern .mec-event-sharing-wrap {
    left: auto;
    right: 0;
    padding-left: 0
}

.mec-event-grid-modern .mec-event-sharing {
    left: auto;
    right: -6px
}

.mec-event-grid-modern .mec-event-sharing-wrap li {
    border-radius: 55px
}

.mec-event-grid-modern .row {
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .mec-event-grid-modern .mec-event-article {
        padding-bottom: 30px
    }

    .mec-event-grid-modern .mec-event-sharing {
        top: 60px;
        left: 0;
        right: auto
    }

    .mec-event-grid-modern .mec-event-footer .mec-booking-button {
        top: 0
    }
}

span.mec-event-title-soldout {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #e63360;
    color: #fff;
    padding: 3px 8px;
    line-height: 1;
    border-radius: 15px;
    white-space: nowrap;
    vertical-align: middle
}

.mec-repeating-label {
    background: #222;
    color: #fff;
    padding: 3px 8px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 40px;
    display: inline-block
}

.mec-event-grid-colorful .mec-event-article {
    min-height: 400px;
    border: none;
    box-shadow: none;
    background: #40d9f1;
    padding-top: 25px;
    margin: 0;
    color: #fff;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-grid-colorful .mec-event-content {
    background: 0 0
}

.mec-event-grid-colorful .event-grid-modern-head,
.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,
.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,
.mec-event-grid-colorful .mec-event-content p,
.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,
.mec-event-grid-colorful .mec-event-title a,
.mec-event-grid-colorful ul.mec-categories li.mec-category a {
    color: #fff
}

.mec-event-grid-colorful .mec-event-footer .mec-booking-button,
.mec-event-grid-colorful .mec-event-footer .mec-modal-booking-button {
    border: none
}

.mec-event-grid-colorful .mec-event-sharing-wrap>li {
    border-color: #fff
}

.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li {
    background: #333;
    border-color: #333
}

.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover {
    color: #fff;
    text-decoration: underline
}

.mec-event-grid-colorful .mec-event-title .event-color {
    display: none
}

.mec-event-grid-colorful div[class^=col-md-] {
    padding: 0 1px 1px 0;
    margin: 0
}

.mec-event-grid-colorful .mec-event-article .mec-price-details,
.mec-event-grid-colorful .mec-event-article .mec-time-details {
    color: #fff
}

@media only screen and (min-width:768px) {
    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day {
        font-size: 26px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month {
        font-size: 15px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date {
        font-size: 50px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title {
        font-size: 21px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p {
        font-size: 13px
    }

    .mec-wrap .mec-event-grid-colorful .col-md-3.col-sm-3 .mec-event-sharing-wrap {
        bottom: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-] {
        width: 50%
    }
}

.mec-event-list-minimal .mec-event-article {
    border-bottom: 1px solid #efefef;
    padding: 24px 0 16px
}

.mec-event-list-minimal .mec-wrap .col-md-9 {
    padding: 0
}

.mec-event-list-minimal .mec-event-date {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #fff;
    width: 52px;
    padding: 6px 4px 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px
}

.mec-event-list-minimal .mec-event-date {
    min-width: 52px;
    width: fit-content;
    line-height: 1.3;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-list-minimal .mec-event-date:nth-child(2) {
    margin: 0 30px 0 -20px
}

.mec-event-list-minimal .mec-event-date span {
    display: block;
    font-size: 23px;
    font-weight: 700;
    text-align: center
}

.mec-event-list-minimal .mec-event-date:after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    height: 34px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02)
}

.mec-event-list-minimal .mec-event-date:after {
    width: 100%
}

.mec-event-list-minimal .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0
}

.mec-event-list-minimal .mec-categories-wrapper,
.mec-event-list-minimal .mec-event-detail,
.mec-event-list-minimal .mec-price-details,
.mec-event-list-minimal .mec-shortcode-organizers,
.mec-event-list-minimal .mec-time-details {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    margin-bottom: 10px
}

.mec-event-list-minimal .btn-wrapper {
    text-align: right;
    padding-right: 0;
    padding-top: 6px;
    text-align: center
}

.mec-event-list-minimal .btn-wrapper .mec-detail-button {
    border-bottom: 0;
    margin-bottom: 14px;
    margin-right: 0;
    box-shadow: none;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-list-minimal a.mec-detail-button {
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .24s ease
}

.mec-event-list-minimal a.mec-detail-button:hover {
    background: #292929;
    color: #fff
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,
.vc_col-sm-6 .mec-event-list-minimal .mec-event-date {
    margin-right: 12px
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,
.vc_col-sm-6 .mec-event-list-minimal .mec-event-title {
    font-size: 15px;
    letter-spacing: 2px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .mec-event-list-minimal .btn-wrapper {
        padding-left: 0
    }

    .mec-event-list-minimal .mec-event-date {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    .mec-event-list-minimal .btn-wrapper .mec-detail-button {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 16px;
        padding: 8px
    }

    .mec-event-list-minimal .btn-wrapper {
        margin: 12px 0
    }
}

@media only screen and (max-width:479px) {
    .mec-event-list-minimal .mec-event-date {
        float: none;
        width: 160px;
        margin: 8px auto
    }

    .mec-event-list-minimal .mec-event-date span {
        display: inline;
        padding-right: 25px;
        margin-right: 7px;
        font-size: inherit
    }

    .mec-event-list-minimal .mec-event-date:after {
        width: 45%;
        box-shadow: 4px 0 4px rgba(0, 0, 0, .02)
    }

    .mec-event-list-minimal .btn-wrapper {
        text-align: center;
        padding-left: 0
    }

    .mec-event-list-minimal {
        text-align: center
    }

    .mec-event-list-minimal .mec-event-detail {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:479px) {
    .mec-event-list-minimal .mec-event-article {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.mec-wrap .mec-event-list-modern .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px
}

.mec-event-list-modern .mec-event-article {
    border-bottom: 1px solid #efefef;
    padding: 30px 0 10px
}

.mec-event-list-modern .mec-event-article:last-child {
    border-bottom: none
}

.mec-event-list-modern .mec-event-title a {
    color: #191919;
    transition: all .24s ease;
    box-shadow: none
}

.mec-event-list-modern .mec-event-date {
    text-transform: uppercase;
    padding: 10px 0
}

.mec-event-list-modern .mec-event-date .event-d {
    font-size: 48px;
    display: table-cell;
    padding: 10px 0 0
}

.mec-event-list-modern .mec-event-date .event-d.mec-multiple-dates {
    font-size: 20px;
    padding: 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child {
    padding: 10px 0 6px 0;
    position: relative;
    width: fit-content
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: silver
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:last-child {
    padding: 5px 0 10px 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-d {
    font-size: 20px;
    padding: 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-da {
    font-size: 20px;
    margin: 0
}

.mec-event-list-modern .mec-event-date .event-f {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #777
}

.mec-event-list-modern .mec-event-detail {
    font-weight: 400;
    color: #8a8a8a
}

.mec-event-list-modern .mec-event-detail .mec-time-details {
    display: inline
}

.mec-event-list-modern .mec-event-date .event-da {
    margin-top: 9px;
    color: silver;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
    border-radius: var(--mec-secondary-border-radius);
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    color: #333;
    background-color: #fff;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 11px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    transition: all .28s ease
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover {
    border-color: #222;
    background: #222;
    color: #fff
}

.mec-event-list-modern .mec-event-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.mec-event-list-modern .mec-categories-wrapper,
.mec-event-list-modern .mec-event-detail,
.mec-event-list-modern .mec-price-details,
.mec-event-list-modern .mec-shortcode-organizers {
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.mec-event-list-modern .mec-btn-wrapper {
    text-align: right;
    padding: 10px 0;
    text-transform: uppercase
}

.mec-event-list-modern .mec-event-sharing {
    position: relative;
    margin: 10px 0;
    padding-left: 0
}

.mec-event-list-modern .mec-event-sharing>li {
    display: inline-block;
    border: none;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 5px
}

.mec-event-list-modern .mec-event-sharing>li:hover {
    display: inline-block
}

.mec-event-list-modern .mec-event-sharing>li:hover a i {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-event-list-modern .mec-event-sharing>li i {
    width: 36px;
    display: inline-block;
    line-height: 35px;
    color: #767676;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-right: 3px;
    transition: all ease .3s
}

.mec-event-list-modern .mec-event-sharing>li i svg {
    height: 15px;
    vertical-align: sub
}

.mec-event-list-modern .mec-event-sharing>li .mec-social-title {
    color: #767676;
    font-size: 14px
}

.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon {
    background: #40d9f1;
    border-color: #40d9f1;
    cursor: pointer;
    border-radius: 50%
}

.mec-event-list-modern .mec-event-sharing li:hover a i {
    background: #40d9f1
}

@media only screen and (min-width:768px) {
    .mec-event-list-modern .mec-event-article {
        position: relative;
        min-height: 160px;
        overflow: visible
    }

    .mec-event-list-modern .col-md-2.col-sm-2 {
        width: 210px;
        position: absolute;
        left: 0;
        top: 20px;
        padding: 0
    }

    .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
        padding: 0;
        position: absolute;
        right: 0;
        top: 30%
    }

    .mec-event-list-modern .col-md-6.col-sm-6 {
        width: 100%;
        padding-left: 225px;
        padding-right: 195px
    }
}

@media only screen and (max-width:767px) {
    .mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
        letter-spacing: 1px;
        border: 1px solid #e1e1e1
    }

    .mec-event-list-modern .mec-btn-wrapper {
        padding: 0 0 12px
    }

    .mec-event-list-modern .mec-event-sharing {
        margin-bottom: 0
    }

    .mec-event-list-modern .mec-event-sharing li {
        margin-bottom: 7px
    }
}

.mec-event-grid-minimal .mec-event-article {
    margin: 15px 0;
    min-height: 80px;
    display: table
}

.mec-event-grid-minimal .event-detail-wrap {
    display: table-cell;
    vertical-align: middle
}

.mec-event-grid-minimal .mec-event-date {
    width: 70px;
    float: left;
    margin-right: 20px;
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: var(--mec-secondary-border-radius);
    border: 1px solid #e6e6e6;
    transition: all .37s ease-in-out;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016)
}

.mec-event-grid-minimal .mec-event-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    color: #2a2a2a;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
    text-transform: uppercase;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-title a {
    color: #191919;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-detail .mec-categories-wrapper,
.mec-event-grid-minimal .mec-event-detail .mec-categories-wrapper ul.mec-categories li.mec-category a,
.mec-event-grid-minimal .mec-event-detail .mec-event-loc-place,
.mec-event-grid-minimal .mec-event-detail .mec-price-details,
.mec-event-grid-minimal .mec-event-detail .mec-shortcode-organizers,
.mec-event-grid-minimal .mec-time-details {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    margin-bottom: 10px
}

.mec-event-loc-place i {
    margin-right: 4px;
    display: inline-block
}

.mec-event-grid-minimal .mec-event-date:hover {
    color: #fff
}

.mec-event-grid-minimal .mec-event-date:hover span {
    color: #fff
}

.mec-wrap .mec-event-grid-minimal .mec-event-date:hover {
    color: #fff
}

.mec-event-list-classic .mec-event-article {
    padding: 12px 0;
    margin-bottom: 20px
}

.mec-event-list-classic .mec-event-image {
    float: left;
    width: 86px;
    margin-right: 20px
}

.mec-event-list-classic .mec-event-date,
.mec-event-list-classic .mec-event-time {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    display: initial;
    margin-right: 12px
}

.mec-event-list-classic .mec-event-time .mec-time-details,
.mec-event-list-classic .mec-event-time i {
    display: inline;
    margin-right: 3px
}

.mec-event-list-classic .mec-event-date span {
    font-weight: 500;
    margin-bottom: 6px
}

.mec-event-list-classic .mec-event-title {
    font-size: 15px;
    margin: 10px 0 12px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-event-list-classic .mec-event-title a {
    color: #494949;
    transition: color .3s ease
}

.mec-event-list-classic .mec-event-detail,
.mec-event-list-classic .mec-price-details {
    color: #777;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    overflow: hidden
}

@media only screen and (max-width:480px) {
    .mec-event-list-classic .mec-event-detail {
        float: right;
        width: calc(100% - 104px)
    }
}

.mec-event-list-classic a.magicmore {
    padding: 10px 16px;
    color: #fff;
    background: #222;
    letter-spacing: 2px;
    font-size: 11px
}

.mec-event-list-classic a.magicmore:after {
    content: "";
    display: none
}

.mec-event-list-classic a.magicmore:hover {
    color: #40d9f1
}

.mec-event-grid-simple .mec-event-article {
    position: relative;
    margin-bottom: 30px
}

.mec-event-grid-simple .mec-event-article:after {
    border-right: 1px solid #e6e6e6;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -1px
}

.mec-event-grid-simple .row div:last-child .mec-event-article:after {
    border: none
}

.mec-event-grid-simple .row {
    margin: 15px 0 30px;
    text-align: center
}

.mec-event-grid-simple .mec-event-date {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700
}

.mec-event-grid-simple .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    transition: color .37s ease
}

.mec-event-grid-simple .mec-event-title a {
    color: #494949;
    transition: color .3s ease
}

.mec-event-grid-simple .mec-event-detail {
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-size: 13px;
    color: #777
}

.mec-event-grid-simple .mec-event-detail .mec-time-details {
    margin-top: 7px
}

.mec-event-grid-simple .mec-event-title:hover {
    color: #40d9f1
}

.mec-event-grid-simple .mec-event-date:hover {
    background: 0 0
}

.event-last:after {
    display: none
}

@media only screen and (max-width:767px) {
    .mec-event-grid-simple .mec-event-article {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .mec-event-grid-simple .mec-event-article:after {
        border: none
    }
}

.mec-event-grid-novel .mec-event-article {
    position: relative;
    margin-bottom: 30px;
    padding: 60px 5% 60px 7%;
    border-radius: var(--mec-primary-border-radius);
    background-color: #0050fd;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.mec-event-grid-novel .mec-event-article .novel-grad-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--mec-primary-border-radius);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mec-event-grid-novel .mec-event-article:hover {
    -webkit-box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .23);
    border-color: transparent
}

.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#262e32), to(#0e1015));
    background-image: -webkit-linear-gradient(left, #262e32 0, #0e1015 100%);
    background-image: -o-linear-gradient(left, #262e32 0, #0e1015 100%);
    background-image: linear-gradient(90deg, #262e32 0, #0e1015 100%);
    opacity: 1
}

.mec-event-grid-novel .mec-event-image {
    float: left;
    width: 150px;
    height: 150px
}

.mec-event-grid-novel .mec-event-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.mec-event-grid-novel .mec-event-detail-wrap {
    margin-left: 200px
}

.mec-event-grid-novel .mec-event-content h4 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.mec-event-grid-novel .mec-event-content h4 a {
    font-size: 24px;
    line-height: 35px;
    color: #fafcff
}

.mec-event-grid-novel .mec-event-content h4.mec-gCalendar-search-text-wrap input[type=text]:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 17px;
    height: 17px;
    background: #5cd0ed;
    opacity: .4;
    border-radius: 50%;
    padding-right: 5px
}

.mec-skin-grid-container .mec-event-grid-novel .mec-categories li a {
    color: #fff
}

.mec-event-grid-novel .mec-event-address,
.mec-event-grid-novel .mec-event-detail,
.mec-event-grid-novel .mec-event-month,
.mec-event-grid-novel .mec-local-time-details {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, .4)
}

.mec-event-grid-novel .mec-price-details {
    position: relative;
    padding-left: 7px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, .4)
}

.mec-event-grid-novel .mec-price-details i {
    margin-right: 8px
}

.mec-event-grid-novel .mec-categories-wrapper::before,
.mec-event-grid-novel .mec-event-address::before,
.mec-event-grid-novel .mec-event-detail::before,
.mec-event-grid-novel .mec-event-month::before,
.mec-event-grid-novel .mec-local-time-details:before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.mec-event-grid-novel .mec-local-time-details::before {
    content: "\e007"
}

.mec-event-grid-novel .mec-event-month::before {
    content: "\e075"
}

.mec-event-grid-novel .mec-event-detail::before {
    content: "\e081"
}

.mec-event-grid-novel .mec-event-address::before {
    content: "\e096"
}

.mec-event-grid-novel .mec-categories-wrapper::before {
    content: "\e089"
}

.mec-event-grid-novel .mec-event-footer {
    clear: both;
    padding: 20px 0;
    border-top: none;
    background: 0 0
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button {
    right: 0;
    left: auto;
    height: 38px;
    width: 148px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: 0 0;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 50px
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover {
    background-color: rgba(255, 255, 255, .1)
}

.mec-event-grid-novel .mec-event-sharing-wrap {
    left: 0;
    cursor: pointer;
    padding-left: 0
}

.mec-event-grid-novel .mec-event-sharing-wrap>li {
    border-color: rgba(255, 255, 255, .1);
    border-radius: 50%
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-share {
    position: absolute;
    z-index: 2
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
    top: -6px;
    left: 0;
    padding: 5px 10px 2px 50px;
    min-width: 150px;
    width: inherit;
    height: 38px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50px;
    backdrop-filter: blur(10px)
}

.mec-event-grid-novel .mec-event-sharing-wrap:hover>li {
    background-color: rgba(255, 255, 255, .1)
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,
.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before {
    display: none
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,
.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,
.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i {
    display: inline
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a {
    padding: 0 10px
}

.mec-event-grid-novel .mec-event-sharing-wrap>li a {
    color: #fff
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a {
    color: rgba(255, 255, 255, .4)
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover {
    color: #fff
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon {
    margin: 0;
    width: auto
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
    display: flex;
    align-items: center;
    padding-top: 0
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a {
    display: flex;
    align-items: center;
    width: 31px
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon a i {
    width: auto;
    height: auto
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon a svg {
    fill: rgba(255, 255, 255, 0.4);
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin: 0
}

@media only screen and (max-width:1200px) {
    .mec-event-grid-novel .row .col-md-6.col-sm-6 {
        width: 100%;
        float: none
    }

    .mec-event-grid-novel .mec-event-image {
        float: none;
        margin-top: -20px;
        margin-bottom: 20px
    }

    .mec-event-grid-novel .mec-event-detail-wrap {
        margin-left: 20px
    }

    .mec-event-grid-novel .mec-event-footer {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .mec-event-grid-novel .mec-event-footer {
        margin-top: 0;
        padding-top: 30px;
        margin-bottom: 24px
    }

    .mec-event-grid-novel .mec-event-footer .mec-booking-button {
        display: block;
        position: relative
    }

    .mec-event-grid-novel .mec-event-sharing-wrap {
        left: 0;
        bottom: -55px;
        padding-left: 0
    }

    .mec-event-grid-novel .mec-event-content h4 a {
        font-size: 20px;
        line-height: 1.3
    }
}

.mec-event-grid-novel .mec-event-sharing-wrap {
    padding-left: 0
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
    width: fit-content;
    z-index: 1
}

@media (min-width:1280px) {
    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
        width: 100px;
        height: 100px;
        object-fit: cover
    }

    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-detail-wrap {
        margin-left: 150px
    }

    .mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-detail-wrap,
    .mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-image {
        width: 100%
    }

    .mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-detail-wrap {
        margin-left: 20px
    }
}

@media (min-width:760px) and (max-width:1024px) {
    .mec-event-grid-novel .col-md-4.col-sm-4 {
        width: 100%
    }

    .mec-event-grid-novel .mec-event-image {
        float: left
    }

    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
        width: 100px;
        height: 100px
    }
}

.mec-event-cover-modern {
    position: relative;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-modern .mec-event-cover-a {
    background: 0 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    text-decoration: none
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay {
    transition: all .5s;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0 var(--mec-primary-border-radius) 0 var(--mec-primary-border-radius)
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay {
    opacity: 1
}

.mec-event-cover-modern .mec-event-detail {
    padding: 40px;
    position: relative;
    border-radius: 0 var(--mec-primary-border-radius) 0 var(--mec-primary-border-radius)
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag {
    color: #333;
    transition: all .5s
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover {
    text-decoration: underline
}

.mec-event-cover-modern .mec-event-tag {
    background: #fff;
    display: inline-block;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px
}

.mec-event-cover-modern .mec-event-date {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400
}

.mec-event-cover-modern .mec-event-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin: 6px 0
}

.mec-event-cover-modern .mec-event-place {
    font-weight: 400;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .mec-event-cover-modern .mec-event-cover-a {
        width: 100%
    }
}

.mec-event-cover-classic {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    border: 1px solid #e8e8e8;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-classic .mec-event-overlay {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    top: 6px;
    width: auto;
    height: auto;
    background-color: rgba(36, 36, 36, .4);
    transition: all .33s ease-in-out;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-classic:hover .mec-event-overlay {
    background-color: rgba(36, 36, 36, .6)
}

.mec-event-cover-classic .mec-event-content {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 50px 35px;
    transition: all .33s ease-in-out;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-classic .mec-event-date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    text-align: left
}

.mec-event-cover-classic .mec-event-date span {
    display: block;
    font-weight: 700;
    font-size: 16px
}

.mec-event-cover-classic .mec-event-title {
    color: #fff;
    margin: 20px 0 38px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal
}

.mec-event-cover-classic .mec-btn-wrapper {
    text-align: left
}

.mec-event-cover-classic .mec-event-icon {
    font-size: 18px;
    float: left;
    margin-right: 14px;
    color: #fff;
    padding: 13px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-cover-classic .mec-event-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 12px 20px;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-cover-classic .mec-event-button:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff
}

.mec-event-cover-classic .mec-event-image img {
    min-width: 100%;
    border-radius: var(--mec-primary-border-radius);
    display: block
}

@media only screen and (max-width:960px) {
    .mec-event-cover-classic .mec-event-content {
        padding: 20px
    }

    .mec-event-cover-classic .mec-event-button {
        font-size: 11px;
        padding: 7px 10px;
        letter-spacing: 1px
    }

    .mec-event-cover-classic .mec-event-title {
        font-size: 19px;
        margin: 15px 0 25px
    }

    .mec-event-cover-classic .mec-event-date {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .mec-event-cover-classic {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .mec-event-cover-classic .mec-event-content {
        padding: 15px;
        font-size: 15px
    }

    .mec-event-cover-classic .mec-event-title {
        font-size: 15px;
        margin: 10px 0
    }

    .mec-event-cover-classic .mec-event-button {
        font-size: 10px;
        padding: 6px;
        letter-spacing: 1px
    }

    .mec-event-cover-classic .mec-event-icon {
        padding: 10px
    }
}

.mec-load-more-wrap {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    position: relative
}

.mec-load-more-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    padding: 0 28px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 40px;
    height: 42px;
    display: inline-block
}

.mec-load-more-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.mec-load-more-loading {
    content: url(../images/ajax-loader.gif);
    cursor: wait;
    background: 0 0;
    border-style: none
}

.mec-load-more-loading:hover {
    background: 0 0
}

.mec-modal-preloader,
.mec-month-navigator-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255, 255, 255, .88) url(../images/ajax-loader.gif) center;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999
}

.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
    min-height: 1024px
}

.mec-calendar-side .mec-calendar-table {
    min-height: 450px
}

.mec-skin-weekly-view-events-container.mec-month-navigator-loading {
    margin-top: 0
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    display: block
}

.mec-skin-daily-view-events-container.mec-month-navigator-loading {
    margin-top: 0
}

@media only screen and (min-width:961px) {
    .mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table {
        min-height: 1px
    }
}

@media only screen and (max-width:479px) {
    .mec-calendar-side .mec-calendar-table {
        min-height: 1px
    }
}

.mec-event-cover-clean {
    position: relative;
    border: 1px solid #e6e6e6;
    padding: 8px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-clean .mec-event-overlay {
    height: 100%;
    background-color: rgba(36, 36, 36, .4);
    position: absolute;
    width: 100%;
    left: 0;
    border: 12px solid #fff;
    top: 0;
    transition: all .5s ease-in-out;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-cover-clean .mec-event-content {
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 40px 60px;
    transition: all .5s ease-in-out
}

.mec-event-cover-clean .mec-event-title {
    color: #fff;
    font-weight: 700;
    margin: 46px 0 19px;
    font-size: 29px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.mec-event-cover-clean .mec-event-title a {
    color: #fff;
    transition: all .5s;
    text-decoration: none;
    outline: 0;
    border: none;
    box-shadow: none
}

.mec-event-cover-clean .mec-event-title a:hover {
    text-decoration: underline
}

.mec-event-cover-clean .mec-event-date {
    position: absolute;
    top: -20px;
    right: 60px;
    color: #fff;
    width: 60px;
    padding: 14px 10px;
    z-index: 1;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-cover-clean .mec-event-date div {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px
}

.mec-event-cover-clean .mec-event-date .dday {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 13px;
    font-size: 24px
}

.mec-event-cover-clean .mec-event-date .dmonth {
    letter-spacing: 2px
}

.mec-event-cover-clean .mec-event-place {
    font-size: 18px
}

.mec-event-cover-clean .mec-event-image img {
    width: 100%;
    display: block;
    border-radius: var(--mec-primary-border-radius)
}

@media only screen and (max-width:768px) {
    .mec-event-cover-clean .mec-event-content {
        padding: 20px;
        bottom: 5px
    }

    .mec-event-cover-clean .mec-event-title {
        font-size: 23px
    }

    .mec-event-cover-clean .mec-event-date {
        right: 20px;
        padding: 10px;
        width: 50px
    }
}

@media only screen and (max-width:479px) {
    .mec-event-cover-clean .mec-event-content {
        padding: 10px
    }

    .mec-event-cover-clean .mec-event-title {
        font-size: 19px;
        padding-right: 25px
    }

    .mec-event-cover-clean .mec-event-date {
        right: -20px;
        top: -10px
    }

    .mec-event-cover-clean .mec-event-detail {
        font-size: 12px
    }
}

.mec-month-divider {
    text-align: center;
    margin: 60px 0 40px 0
}

.widget .mec-month-divider {
    margin: 10px 0
}

.mec-month-divider span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative
}

.mec-month-divider span:before {
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -30px;
    left: 50%;
    width: 60px
}

.widget .mec-month-divider span {
    font-size: 13px
}

.mec-event-list-standard .mec-events-pagination {
    margin-top: 60px;
    border-top: 4px solid #ebebeb;
    min-height: 80px;
    padding-top: 20px
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous {
    float: left;
    margin-left: 0
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-next {
    float: right;
    margin-right: 0
}

.mec-event-list-standard .mec-event-article {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-list-standard .mec-topsec {
    display: table;
    width: 100%
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap {
    padding-left: 0
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap .mec-event-image {
    border-radius: var(--mec-primary-border-radius) 0 0 0;
    overflow: hidden
}

.mec-event-list-standard .mec-event-content {
    padding-top: 15px;
    padding-right: 30px
}

.mec-event-list-standard ul.mec-event-status-icons {
    list-style: none;
    padding: 0;
    margin-bottom: 10px
}

.mec-event-list-standard ul.mec-event-status-icons li {
    display: inline-flex;
    align-items: inherit;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 10px
}

.mec-event-list-standard ul.mec-event-status-icons li img {
    margin-right: 5px
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-scheduled {
    color: #58aa22;
    background: #e9f8d7
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-ongoing {
    color: #1aa82a;
    background: #e4f6df
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-postponed {
    color: #a1830d;
    background: #fff3b7
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-cancelled {
    color: #bb1313;
    background: #fed8d8
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-movedonline {
    color: #f35e04;
    background: #feebd7
}

.mec-event-list-standard .mec-event-title {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.mec-event-list-standard .mec-event-title a {
    color: #292929;
    text-decoration: none;
    transition: color .3s ease
}

.mec-event-list-standard .mec-col-table-c {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none !important
}

.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
    padding: 20px
}

.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
    vertical-align: top
}

.mec-topsec .mec-event-image {
    line-height: 1px
}

.mec-topsec .mec-event-image a {
    display: block
}

.mec-event-list-standard .mec-event-meta-wrap {
    border-left: 1px solid #eee
}

.mec-event-list-standard .mec-time-details {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #707070;
    padding-top: 0;
    text-align: left
}

.mec-event-list-standard .mec-event-meta .mec-venue-details span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #707070;
    padding-top: 0;
    text-align: left
}

.mec-event-list-standard .mec-event-meta .mec-venue-details .mec-event-address span {
    font-style: normal;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    color: #707172;
    margin-left: 29px
}

.mec-event-list-standard .mec-event-meta span.mec-event-d,
.mec-event-list-standard .mec-event-meta span.mec-event-m {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    padding-right: 6px;
    color: #414243;
    text-transform: uppercase
}

.mec-event-list-standard .mec-event-meta .mec-time-details .mec-end-time,
.mec-event-list-standard .mec-event-meta .mec-time-details .mec-start-time,
.mec-event-list-standard .mec-event-meta .mec-venue-details span,
.mec-event-list-standard .mec-event-meta span.mec-event-d .mec-start-date-label {
    vertical-align: middle
}

.mec-event-list-standard .mec-event-meta svg {
    vertical-align: middle;
    margin-right: 12px;
    width: 20px;
    height: 20px
}

.mec-event-list-standard .mec-categories-wrapper,
.mec-event-list-standard .mec-date-details,
.mec-event-list-standard .mec-local-time-details,
.mec-event-list-standard .mec-price-details,
.mec-event-list-standard .mec-shortcode-organizers,
.mec-event-list-standard .mec-time-details,
.mec-event-list-standard .mec-venue-details {
    position: relative;
    margin-bottom: 8px
}

.mec-event-list-standard .mec-local-time-details .mec-local-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #414243;
    margin-left: -3px
}

.mec-event-list-standard .mec-local-time-details .mec-local-date,
.mec-event-list-standard .mec-local-time-details .mec-local-time {
    font-style: normal;
    letter-spacing: 0;
    font-size: 11px;
    color: #8a8a8a;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 29px
}

.mec-event-list-standard .mec-categories-wrapper i,
.mec-event-list-standard .mec-date-details i,
.mec-event-list-standard .mec-shortcode-organizers i {
    float: left;
    margin-right: 12px
}

.mec-event-list-standard .mec-categories-wrapper i:before,
.mec-event-list-standard .mec-event-meta-wrap .mec-event-meta .mec-price-details i:before {
    font-size: 16px
}

.mec-event-list-standard .mec-event-title .mec-labels-normal {
    line-height: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle
}

.mec-event-list-standard .mec-event-title .mec-labels-normal .mec-label-normal {
    vertical-align: bottom
}

.mec-event-list-standard .mec-event-description {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.mec-event-list-minimal .mec-event-title a {
    color: #292929;
    transition: color .3s ease
}

.mec-event-meta-wrap .mec-price-details {
    margin-bottom: 10px
}

.mec-price-details i {
    margin-right: 4px;
    line-height: 16px
}

.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before {
    font-size: 15px
}

.mec-event-list-standard .mec-price-details {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #707070;
    padding-top: 0;
    text-align: left
}

.mec-event-list-standard .mec-price-details i {
    margin-right: 10px
}

.mec-month-side .mec-price-details {
    margin-left: 2px
}

.mec-month-side .mec-price-details i,
.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details i {
    padding-top: 4px;
    vertical-align: unset
}

.mec-event-list-standard ul.mec-categories {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width:960px) {
    .mec-event-list-standard .mec-topsec {
        display: block
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
        display: block;
        width: 40%
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
        display: block;
        min-height: 230px
    }

    .mec-event-list-standard .mec-event-meta-wrap {
        display: block;
        border-left: none;
        border-top: 1px solid #eee;
        width: 100%;
        float: none;
        padding-top: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:960px) {

    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,
    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
        display: table-cell
    }
}

@media only screen and (max-width:479px) {

    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,
    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img {
        float: none;
        width: 100%;
        padding: 0
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
        padding: 10px 10px 10px 30px
    }
}

.mec-localtime-details {
    color: #777;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px
}

.mec-localtime-details .mec-localdate,
.mec-localtime-details .mec-localtime,
.mec-localtime-details .mec-localtitle {
    display: inline-block
}

.mec-localtime-details .mec-start-date-label {
    padding-right: 5px
}

.mec-localtime-details .mec-localtime {
    padding-left: 5px
}

.mec-event-list-minimal .mec-localtime-details {
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    padding-left: 9px
}

.mec-event-grid-classic .mec-localtime-details,
.mec-event-grid-clean .mec-localtime-details {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: -.02em;
    color: #fff;
    padding: 0 0;
    line-height: 18px;
    margin-top: -3px
}

.mec-event-grid-clean .mec-localtime-details,
.mec-event-grid-colorful .mec-localtime-details,
.tooltipster-box .mec-localtime-details {
    line-height: 22px;
    padding-top: 10px
}

.mec-event-grid-colorful .mec-localtime-details {
    color: #fff
}

.mec-event-grid-classic .mec-localtime-details {
    text-align: center
}

.mec-event-grid-minimal .mec-localtime-details {
    line-height: 22px
}

.mec-wrap .mec-yearly-view-wrap .mec-localtime-wrap i {
    display: inline-block;
    margin-left: -1px
}

.mec-timetable-t2-content .mec-local-time-details {
    padding-left: 19px
}

.mec-timetable-t2-content .mec-local-time-details {
    position: relative
}

.mec-timetable-t2-content .mec-local-time-details:before {
    content: "\e007";
    font-family: simple-line-icons;
    position: absolute;
    font-size: 12px;
    margin-right: 4px;
    left: 0
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details {
    margin-top: 10px;
    line-height: 21px
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details i {
    height: auto
}

.mec-event-cover-classic .mec-localtime-details {
    color: #fff;
    margin-top: 12px
}

.mec-event-cover-classic .mec-localtime-details i {
    padding-right: 8px
}

.mec-event-cover-clean .mec-localtime-details {
    color: #fff;
    margin-bottom: 20px
}

.mec-event-cover-modern .mec-localtime-details {
    color: #fff;
    margin: 10px 0;
    font-weight: 400;
    font-size: 18px
}

.mec-event-countdown-style1 .mec-localtime-details,
.mec-event-countdown-style2 .mec-localtime-details,
.mec-event-countdown-style3 .mec-localtime-details {
    color: #fff;
    padding: 8px 5px 0;
    font-size: 14px;
    line-height: 25px
}

.mec-event-countdown-style1 .mec-localtime-details {
    text-align: center
}

.mec-event-hover-carousel-type4 .mec-localtime-details {
    display: block;
    color: #fff;
    font-size: 11px
}

.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localdate,
.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtime,
.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtitle,
.mec-event-footer-carousel-type3 .mec-localtime-details span {
    display: inline-flex;
    line-height: 20px;
    text-align: left;
    margin: 0 !important;
    font-size: 12px;
    color: #777;
    line-height: 28px
}

.mec-owl-crousel-skin-type1 .mec-localtime-details {
    margin-top: -7px;
    margin-bottom: 12px
}

.mec-wrap .mec-slider-t5 .mec-localtime-details {
    margin-top: 14px;
    line-height: 20px
}

.mec-wrap .mec-slider-t5 .mec-localtime-details i {
    font-size: 18px;
    height: 20px
}

.mec-timeline-event-local-time .mec-localtime-details {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 6px;
    color: inherit;
    line-height: 24px
}

.mec-timeline-event-local-time .mec-localtime-details i {
    font-size: 17px;
    vertical-align: middle;
    margin-left: -7px;
    padding-right: 3px
}

.mec-booking-modal {
    background-color: #e6f7ff
}

.mec-booking-modal .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
    top: -1px
}

.mec-modal-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    padding: 12px 16px;
    line-height: 37px;
    height: 38px;
    margin: 12px 0;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-modal-booking-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.mec-modal-booking-button.mec-mb-icon i {
    font-size: 14px
}

.mec-event-list-classic .mec-modal-booking-button {
    height: 0;
    line-height: 1;
    margin: 7px 0 0;
    display: inline-table;
    letter-spacing: 0;
    padding: 12px 14px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-grid-novel .mec-categories-wrapper {
    position: relative;
    color: rgba(255, 255, 255, .4);
    padding-left: 35px
}

.mec-event-grid-novel ul.mec-categories {
    line-height: 30px;
    font-size: 15px
}

.mec-event-grid-novel .mec-categories-wrapper i {
    display: none
}

.mec-event-grid-novel ul.mec-categories li.mec-category a {
    color: rgba(255, 255, 255, .4);
    line-height: 30px;
    font-size: 15px
}

.mec-event-grid-novel ul.mec-organizers li.mec-organizer-item span {
    padding-left: 35px;
    color: rgba(255, 255, 255, .4);
    line-height: 30px;
    font-size: 15px
}

.mec-calendar-events-side .mec-modal-booking-button,
.mec-event-container-classic .mec-modal-booking-button,
.mec-event-grid-minimal .mec-modal-booking-button,
.mec-event-list-minimal .mec-modal-booking-button,
.mec-timetable-t2-col .mec-modal-booking-button {
    margin: 0;
    color: #282828;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    padding: 0 0 0 24px;
    background: 0 0;
    text-align: left;
    display: inline;
    border: 0;
    font-weight: 700
}

.mec-timetable-t2-col .mec-modal-booking-button {
    color: #fff;
    padding-left: 19px
}

.mec-timetable-t2-col .mec-modal-booking-button:hover {
    color: #282828
}

.mec-event-list-minimal .mec-modal-booking-button {
    margin: 0 4px 0 84px
}

.mec-calendar-events-side .mec-modal-booking-button:before,
.mec-event-container-classic .mec-modal-booking-button:before,
.mec-event-grid-minimal .mec-modal-booking-button:before,
.mec-event-list-minimal .mec-modal-booking-button:before {
    content: "";
    position: absolute;
    background: #7a7272;
    width: 18px;
    height: 1px;
    left: 0;
    top: 45%;
    transition: all .1s ease;
    -webkit-transition: all .1s ease
}

.mec-skin-carousel-container .mec-modal-booking-button {
    line-height: 70px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon {
    border-radius: var(--mec-secondary-border-radius);
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    color: #333;
    background-color: #fff;
    padding: 13px 12px 13px 14px;
    font-weight: 700;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    transition: all .28s ease;
    line-height: unset
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon:hover {
    border-color: #222;
    background: #222;
    color: #fff
}

.mec-event-footer .mec-modal-booking-button {
    position: absolute;
    top: 20px;
    right: 125px;
    margin: 0;
    padding: 0 16px;
    line-height: 37px;
    border-radius: var(--mec-secondary-border-radius);
    margin-right: 5px
}

.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button {
    font-size: 12px;
    line-height: 17px;
    height: 41px
}

.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button {
    line-height: 36px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 0;
    float: right;
    margin: 0 5px 0 0;
    height: unset
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 10px 14px;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none;
    margin: 0 0 0 12px
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button:hover {
    color: #191919;
    background-color: #fff;
    border: 2px #fff solid
}

.mec-event-grid-modern .mec-event-footer .mec-modal-booking-button {
    right: auto;
    left: 110px
}

.mec-event-grid-simple .mec-modal-booking-button,
.mec-events-agenda .mec-modal-booking-button {
    margin: 0;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    padding: 0;
    background: 0 0;
    text-align: left;
    display: inline;
    border: 0;
    font-weight: 700
}

.mec-events-agenda .mec-modal-booking-button {
    display: block;
    height: unset;
    padding-left: 173px;
    line-height: 14px;
    margin-bottom: 7px
}

.mec-yearly-view-wrap .mec-modal-booking-button {
    margin: 0;
    padding-left: 14px;
    text-transform: capitalize
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon {
    right: auto;
    left: 50px;
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    border-color: rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 36px
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon:hover {
    background-color: rgba(255, 255, 255, .1)
}

.mec-event-grid-simple .mec-modal-booking-button:hover,
.mec-events-agenda .mec-modal-booking-button:hover,
.mec-events-yearlu .mec-modal-booking-button:hover {
    color: #191919
}

.mec-event-masonry .mec-event-footer .mec-modal-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05);
    right: auto;
    left: 155px
}

.mec-timeline-event .mec-modal-booking-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 7px 20px 7px;
    line-height: 22px;
    height: unset;
    border: unset;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
    border-radius: 0 0 0 10px
}

.mec-timeline-event .mec-modal-booking-button:hover {
    background: #191919;
    color: #fff
}

.mec-skin-daily-view-events-container .mec-modal-booking-button,
.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    line-height: 26px;
    height: 49px;
    border: unset;
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .24s ease;
    margin: 0;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-skin-daily-view-events-container .mec-modal-booking-button:hover,
.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button:hover {
    background: #292929;
    color: #fff
}

@media (max-width:1023px) {

    .mec-skin-daily-view-events-container .mec-modal-booking-button,
    .mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
        position: relative;
        top: unset;
        transform: unset;
        margin: 14px 16px 0;
        padding: 8px;
        line-height: 20px;
        height: 35px
    }
}

@media (max-width:768px) {
    .featherlight .featherlight-inner {
        width: 100%
    }

    .mec-events-agenda .mec-modal-booking-button {
        padding: 0
    }
}

@media (max-width:480px) {
    .mec-booking-modal .mec-events-meta-group-booking-shortcode {
        padding: 20px
    }

    .mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-mec_email,
    .mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-name {
        width: 100%
    }

    .mec-booking-modal .mec-booking-shortcode button#mec-book-form-btn-step-2 {
        margin-left: 20px
    }

    .mec-booking-modal .mec-booking-shortcode .mec-click-pay button[type=submit] {
        bottom: 22px
    }

    .mec-calendar-events-side .mec-modal-booking-button:before,
    .mec-event-container-classic .mec-modal-booking-button:before,
    .mec-event-grid-minimal .mec-modal-booking-button:before,
    .mec-event-list-minimal .mec-modal-booking-button:before {
        display: none
    }

    .mec-calendar-events-side .mec-modal-booking-button,
    .mec-event-container-classic .mec-modal-booking-button,
    .mec-event-grid-minimal .mec-modal-booking-button,
    .mec-event-list-minimal .mec-modal-booking-button,
    .mec-timetable-t2-col .mec-modal-booking-button {
        margin: 0;
        padding: 0
    }

    .mec-event-grid-modern .mec-event-footer .mec-booking-button {
        top: 20px
    }
}

.mec-wrap .mec-events-cal-links {
    margin-bottom: 0
}

.mec-single-event #mec-wrap {
    padding: 0;
    margin-top: 35px
}

.mec-wrap .mec-single-title,
.single-mec-events .mec-wrap.mec-no-access-error h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px
}

.mec-single-event .mec-event-content {
    padding: 40px 0 30px;
    margin-bottom: 10px
}

.mec-events-meta-group-booking .mec-booking-shortcode,
.mec-single-event .mec-events-meta-group-booking,
.mec-single-event .mec-frontbox {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e7e8
}

.mec-events-meta-group.mec-events-meta-group-gmap {
    margin-bottom: 30px
}

.lity-content .mec-events-meta-group-booking {
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e7e8
}

.lity-content .mec-events-meta-group-booking,
.mec-events-meta-group-booking .mec-booking-shortcode,
.mec-single-event .mec-events-meta-group-booking,
.mec-single-event .mec-events-meta-group-countdown,
.mec-single-event .mec-events-meta-group-gmap,
.mec-single-event .mec-frontbox,
.mec-single-modern .mec-single-event-bar {
    border-radius: var(--mec-primary-border-radius);
    overflow: hidden;
    margin-bottom: 30px
}

.mec-wrap #main-content {
    overflow: hidden;
    padding-top: 35px
}

.mec-single-event .mec-map-get-direction-address-cnt {
    position: relative
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address {
    width: 100%;
    height: 46px;
    padding: 13px 10px;
    margin-bottom: 0;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .081)
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus {
    color: #444;
    background: #fff;
    border-color: #b0b0b0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mec-single-event .mec-map-get-direction-btn-cnt input {
    width: 100%
}

.mec-single-event .mec-map-get-direction-reset {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    font-size: 11px;
    cursor: pointer
}

.mec-events-meta-group-tags {
    margin-top: 20px
}

.mec-events-meta-group-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: var(--mec-secondary-border-radius);
    background: #fff;
    margin: 1px 3px
}

.mec-events-meta-group-tags a:hover {
    text-decoration: underline;
    background: #f9f9f9
}

.mec-local-time-details li {
    list-style: none;
    font-size: 14px;
    font-weight: 400
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details {
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
    border: none
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul {
    margin: 0;
    padding-left: 35px
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3 {
    border: none;
    padding-left: 15px
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before {
    display: none
}

.mec-single-event.mec-single-modern i.mec-sl-speedometer {
    display: none
}

.mec-single-modern .mec-local-time-details.mec-frontbox i {
    display: none
}

.lity-content .mec-events-meta-group-booking,
.mec-events-meta-group-booking .mec-booking-shortcode,
.mec-single-event .mec-events-meta-group-booking {
    z-index: 1;
    overflow: visible
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields,
.lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields,
.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container,
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields,
.mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container {
    margin: 0 -41.835px;
    overflow: hidden;
    clear: both
}

.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li,
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
    margin-left: 41.835px;
    margin-right: 41.835px
}

.lity-content .mec-events-meta-group-booking ul,
.mec-events-meta-group-booking .mec-booking-shortcode ul,
.mec-single-event .mec-events-meta-group-booking ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container {
    margin: 0
}

.lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container .col-md-6 {
    float: left
}

.lity-content .mec-events-meta-group-booking ul li,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode ul li:not(.option),
.mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper,
.mec-single-event .mec-events-meta-group-booking ul li {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 30px
}

.lity-content .mec-events-meta-group-booking ul li.col-md-6:first-child,
.mec-single-event .mec-events-meta-group-booking ul li.col-md-6:first-child {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-left: 0
}

.lity-content .mec-events-meta-group-booking ul li.col-md-6:nth-child(2),
.mec-single-event .mec-events-meta-group-booking ul li.col-md-6:nth-child(2) {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 10px
}

.lity-content .mec-events-meta-group-booking .mec-booking-form-container>.col-md-12,
.mec-events-meta-group-booking .mec-booking-shortcode .col-md-12.mec-ticket-subtotal-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-booking-form-container>.col-md-12 {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f1f2
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-icon-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-icon-wrapper,
.mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-icon-wrapper {
    margin-right: 25px
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span,
.mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span,
.mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #606367;
    margin-bottom: 4px
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price,
.mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price,
.mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #212224;
    margin: 0
}

.lity-content .mec-events-meta-group-booking [id*=mec_booking_quantity_wrapper_],
.mec-events-meta-group-booking .mec-booking-shortcode [id*=mec_booking_quantity_wrapper_],
.mec-single-event .mec-events-meta-group-booking [id*=mec_booking_quantity_wrapper_] {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #8e9195;
    display: block;
    margin-bottom: 5px;
    text-align: end
}

.lity-content .mec-events-meta-group-booking .mec-first-for-all-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-first-for-all-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-first-for-all-wrapper {
    clear: both;
    margin-bottom: 26px
}

.lity-content .mec-events-meta-group-booking li h4,
.mec-events-meta-group-booking .mec-booking-shortcode li h4,
.mec-single-event .mec-events-meta-group-booking li h4 {
    font-size: 19px
}

.lity-content .mec-events-meta-group-booking button,
.lity-content .mec-events-meta-group-booking input,
.mec-events-meta-group-booking .mec-booking-shortcode button,
.mec-events-meta-group-booking .mec-booking-shortcode input,
.mec-single-event .mec-events-meta-group-booking button,
.mec-single-event .mec-events-meta-group-booking input {
    border-radius: 0;
    margin-bottom: 6px
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2,
.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 {
    color: #636f72;
    background: #f6f7f8;
    border: 1px solid #e7e8e9;
    float: left;
    margin: 0
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3:hover,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover {
    border: 1px solid #d9dadc
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon,
.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon,
.mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon,
.mec-nextprev-prev-button svg,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon,
.mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon {
    margin-left: unset;
    margin-right: 30px
}

mec-book-form-pay-button button#mec-book-form-back-btn-step-3 {
    float: none
}

.mec-next-occ-booking,
.mec-next-occ-booking-p {
    padding-left: 15px
}

.mec-events-meta-group-booking .mec-next-occ-booking,
.mec-events-meta-group-booking .mec-next-occ-booking-p {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    margin: 3px 0;
    padding: 5px 1em 3px 0
}

.mec-book-username-password-wrapper {
    padding: 0 15px
}

.lity-container .mec-next-occ-booking,
.lity-container .mec-next-occ-booking-p {
    padding-left: 0
}

.mec-ssl-protection-message {
    display: none
}

.lity-content .mec-events-meta-group-booking .mec-click-pay,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay {
    max-width: 100%
}

.lity-content .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r,
.lity-content .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay #mec_woo_add_to_cart_btn_r,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay button.mec-book-form-next-button,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button {
    float: right;
    margin: 30px 0 0 0 !important;
    background: #47dc6e !important;
    border-color: #47dc6e !important;
    color: #fff !important;
    font-weight: 700 !important
}

.lity-content .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,
.lity-content .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay button.mec-book-form-next-button:hover,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,
.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover {
    background: #54d274
}

.lity-container .mec-click-pay {
    max-width: 400px
}

.lity-container .mec-book-form-btn-wrap button.mec-book-form-next-button,
.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r {
    float: right
}

.lity-container button.mec-book-form-next-button {
    float: right
}

.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,
.lity-container .mec-click-pay button.mec-book-form-next-button:hover {
    background: #000
}

.lity-content .mec-events-meta-group-booking .mec-click-next,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-click-next,
.mec-single-event .mec-events-meta-group-booking .mec-click-next {
    float: right;
    position: relative;
    width: calc(100% - 186px)
}

.lity-container .mec-click-next {
    float: right;
    position: relative;
    width: calc(100% - 186px)
}

.mec-single-event .mec-book-form-coupon button {
    margin-left: 0
}

.mec-single-event .mec-book-form-gateway-checkout button {
    margin-left: 0
}

.mec-single-event .mec-single-event .mec-book-form-gateway-checkout button {
    margin-right: 20px
}

.lity-content .mec-booking-progress-bar,
.mec-booking-progress-bar,
.mec-booking-shortcode .mec-booking-progress-bar,
.mec-single-event .mec-booking-progress-bar {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 25px;
    position: relative;
    padding: 0
}

.lity-content .mec-booking-progress-bar li,
.mec-booking-shortcode .mec-booking-progress-bar li,
.mec-wrap .mec-booking-progress-bar li {
    margin: 28px 0 15px !important;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    position: relative;
    flex: 1;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 99999
}

.lity-content .mec-booking-progress-bar li .progress-index,
.mec-booking-shortcode .mec-booking-progress-bar li .progress-index,
.mec-wrap .mec-booking-progress-bar li .progress-index {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--mec-color-skin);
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--mec-color-skin-rgba-1);
    border-radius: 50%;
    top: -39px;
    left: calc(50% - 12px);
    z-index: 1
}

.lity-content .mec-booking-progress-bar li.mec-active .progress-index,
.mec-booking-shortcode .mec-booking-progress-bar li.mec-active .progress-index,
.mec-wrap .mec-booking-progress-bar li.mec-active .progress-index {
    background: #54d274;
    border-color: #54d274;
    color: #fff
}

.lity-content .mec-booking-progress-bar li:before,
.mec-booking-shortcode .mec-booking-progress-bar li:before,
.mec-wrap .mec-booking-progress-bar li:before {
    content: "";
    position: absolute;
    width: calc(50% - 12px);
    height: 2px;
    background: var(--mec-color-skin-rgba-1);
    top: -28px;
    left: 0
}

.lity-content .mec-booking-progress-bar li:after,
.mec-booking-shortcode .mec-booking-progress-bar li:after,
.mec-wrap .mec-booking-progress-bar li:after {
    content: "";
    position: absolute;
    width: calc(50% - 12px);
    height: 2px;
    background: var(--mec-color-skin-rgba-1);
    top: -28px;
    left: calc(50% + 12px)
}

.lity-content .mec-booking-progress-bar li.mec-active,
.mec-booking-shortcode .mec-booking-progress-bar li.mec-active,
.mec-wrap .mec-booking-progress-bar li.mec-active {
    color: #54d274
}

.lity-content .mec-booking-progress-bar li.mec-active:after,
.lity-content .mec-booking-progress-bar li.mec-active:before,
.mec-booking-shortcode .mec-booking-progress-bar li.mec-active:after,
.mec-booking-shortcode .mec-booking-progress-bar li.mec-active:before,
.mec-wrap .mec-booking-progress-bar li.mec-active:after,
.mec-wrap .mec-booking-progress-bar li.mec-active:before {
    background: #54d274
}

.mec-single-event .row-done .mec-booking-progress-bar:after {
    background: #54d274
}

@media (max-width:480px) {

    .lity-content .mec-booking-progress-bar li,
    .mec-booking-shortcode .mec-booking-progress-bar li,
    .mec-wrap .mec-booking-progress-bar li {
        font-size: 12px
    }
}

@media (max-width:390px) {

    .lity-content .mec-booking-progress-bar li,
    .mec-booking-shortcode .mec-booking-progress-bar li,
    .mec-wrap .mec-booking-progress-bar li {
        font-size: 8px
    }

    .lity-content .mec-booking-progress-bar li.mec-active:after,
    .mec-booking-shortcode .mec-booking-progress-bar li.mec-active:after,
    .mec-wrap .mec-booking-progress-bar li.mec-active:after {
        font-size: 14px
    }
}

.mec-wrap .mec-booking-progress-bar li.mec-active:last-child:before {
    width: 50%
}

.mec-booking .mec-event-tickets-list .mec-event-ticket-available {
    margin-top: 12px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input[type=number] {
    display: block;
    margin: 0 0 10px auto;
    box-shadow: unset;
    border: 1px solid #e3e5e7;
    border-radius: var(--mec-secondary-border-radius);
    background: #fff;
    min-width: 80px;
    width: 80px !important;
    min-height: 40px;
    height: 40px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input::-webkit-inner-spin-button,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-3 {
    margin-left: auto
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-input-wrapper {
    position: relative
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input[type=number] {
    -moz-appearance: textfield
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus {
    position: absolute;
    right: 5px;
    line-height: 1;
    height: 14px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus {
    top: 5px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus {
    top: auto;
    bottom: 5px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus:hover,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus:hover {
    background: #dbdbdb
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row a {
    text-decoration: none
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row {
    margin-bottom: 30px
}

.mec-ticket-style-row.mec-ticket-available-spots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: nowrap
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
    width: unset
}

@media (max-width:480px) {
    .mec-ticket-style-row.mec-ticket-available-spots {
        max-width: 100%;
        display: flex;
        flex-direction: unset;
        align-items: unset;
        justify-content: unset;
        align-content: unset;
        flex-wrap: unset
    }

    .mec-wrap .mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
        width: 100%;
        margin-bottom: 10px
    }
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-1 {
    width: unset;
    margin: 5px 25px 0 0
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-available,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
    border: 0;
    display: block;
    box-shadow: unset;
    margin: 0
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-available {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #8e9195;
    text-align: right
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #606367;
    margin-bottom: 4px
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #212224
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-description,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-price,
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-3 div {
    margin: 0
}

.mec-single-event .mec-book-first,
.mec-single-event .mec-book-form-gateways,
.mec-single-event .mec-book-form-price,
.mec-single-event .mec-event-tickets-list,
.mec-single-event form.mec-click-next {
    padding-left: 0;
    padding-right: 0
}

.mec-single-event .mec-book-form-price {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f1f2
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper,
.mec-booking-calendar-wrapper,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper,
.mec-single-fluent-wrap .mec-booking-calendar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f1f2
}

@media only screen and (max-width:767px) {

    .lity-content .mec-events-meta-group-booking select,
    .mec-events-meta-group-booking .mec-booking-shortcode select,
    .mec-single-event .mec-events-meta-group-booking select {
        width: unset !important
    }
}

@media only screen and (max-width:479px) {

    .lity-content .mec-book-first .mec-booking-calendar-wrapper,
    .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper,
    .mec-single-event .mec-book-first .mec-booking-calendar-wrapper,
    .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-1 {
        display: none
    }
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label {
    font-size: 14px;
    font-weight: 400;
    color: #606367
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required {
    color: #ec3365
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown,
.lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown,
.mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown,
.mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown {
    border: 1px solid #e3e5e7;
    border-radius: var(--mec-secondary-border-radius);
    width: auto;
    height: 42px;
    display: flex;
    background-color: #fff
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon,
.lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon,
.mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon,
.mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e3e5e7;
    background: #fafafa;
    min-width: 40px;
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius)
}

.lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select,
.mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select,
.mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select {
    margin: 0;
    border: none;
    padding-right: 30px
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date {
    font-size: 13px;
    line-height: 40px;
    padding: 0 12px;
    width: 240px
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons {
    cursor: pointer;
    line-height: 33px;
    position: relative;
    right: 10px
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container {
    position: absolute;
    right: 40px;
    z-index: 99
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap {
    border: 1px solid #e3e5e7;
    border-radius: 5px
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month,
.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month,
.mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month,
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month,
.mec-single-event .mec-book-first .mec-select-date-express-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month,
.mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month {
    border: none;
    box-shadow: none;
    line-height: 40px;
    margin: 0;
    border-radius: 5px;
    padding: 0 5px
}

.mec-single-event label.mec-fill-attendees {
    margin-left: 0
}

.lity-content .mec-booking .mec-book-form-btn-wrap,
.mec-wrap .mec-booking .mec-book-form-btn-wrap {
    padding-top: 30px;
    border-top: 1px solid #f0f1f2
}

.lity-content .mec-booking .mec-book-form-btn-wrap:after,
.mec-wrap .mec-booking .mec-book-form-btn-wrap:after {
    content: "";
    display: block;
    clear: both
}

.mec-events-meta-group-booking #mec-book-form-btn-step-1,
.mec-events-meta-group-booking #mec-book-form-btn-step-2 {
    margin: 0;
    float: right
}

.mec-wrap .mec-booking-form-container .col-md-12 {
    padding-left: 0
}

.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row {
    margin: 0
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #212224;
    margin-bottom: 20px
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option {
    flex: calc(50% - 20px);
    max-width: calc(50% - 10px);
    border: 1px solid #e6e7e8;
    border-radius: var(--mec-secondary-border-radius);
    margin-bottom: 20px;
    padding: 14.5px 20px 14.5px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked),
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked),
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked) {
    border: 1px solid var(--mec-color-skin-rgba-2)
}

@media only screen and (max-width:767px) {

    .lity-content .mec-events-meta-group-booking .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option,
    .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option {
        flex: 100%;
        max-width: 100%
    }

    .lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd),
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd),
    .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd) {
        margin-right: 0 !important
    }
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd),
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd),
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd) {
    margin-right: 20px
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg {
    display: flex;
    margin-right: 10px
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio {
    margin-left: auto
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input,
.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input {
    left: -2px
}

.lity-content .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label,
.mec-wrap .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label {
    padding-left: 3px
}

.mec-events-progress-bar {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.mec-event-list-standard .mec-events-progress-bar {
    position: absolute;
    margin-top: 15px;
    left: calc(50% - 210px)
}

.mec-single-modern .mec-events-progress-bar {
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 10px
}

.mec-events-progress-bar .mec-progress-bar-time-passed,
.mec-events-progress-bar .mec-progress-bar-time-remained {
    font-size: 10px;
    line-height: 14px;
    margin: 0 10px 0 0;
    color: #959ca7;
    width: 50px;
    text-align: center
}

.mec-events-progress-bar .mec-progress-bar-time-remained {
    margin: 0 0 0 10px
}

.mec-events-progress-bar progress {
    width: 300px;
    height: 4px;
    border-radius: 3px;
    position: relative
}

.mec-events-progress-bar progress:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    background-color: #38d5ed;
    position: absolute;
    top: -4px
}

.mec-events-progress-bar progress::-webkit-progress-bar {
    background-color: #e6e7e8;
    border-radius: 3px
}

.mec-events-progress-bar progress::-webkit-progress-value {
    background-color: #38d5ed;
    border-radius: 3px
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-event-ticket-available,
.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available {
    display: block;
    margin-bottom: 20px;
    margin-top: -17px;
    font-size: 11px;
    color: #8a8a8a
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 40px
}

@media only screen and (max-width:767px) {

    .lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper,
    .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper {
        flex-direction: column
    }

    .lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input,
    .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input {
        width: 100%
    }

    .lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button,
    .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button {
        left: unset !important;
        right: 5px
    }
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
    display: flex;
    align-items: center
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
    margin-bottom: 0;
    text-align: right
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px dashed #e6e7e8
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child {
    padding-left: unset;
    margin-left: unset;
    border-left: none
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #606367;
    margin-bottom: 4px
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #212224;
    margin: 0
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total {
    font-weight: 700
}

@media only screen and (max-width:767px) {

    .lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
    .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
        margin-top: 30px
    }
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form {
    margin: 0;
    position: relative
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-wrapper {
    width: 330px
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper {
    display: flex;
    border: 1px solid #e3e5e7;
    border-radius: var(--mec-secondary-border-radius);
    max-width: 330px
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e3e5e7;
    background: #fafafa;
    min-width: 40px;
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius)
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input {
    border: none;
    line-height: 48px;
    height: unset
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button {
    margin: 0 !important;
    position: absolute !important;
    top: 6px;
    left: auto;
    right: 6px;
    padding: 9px 18px 10px !important
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button.loading,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button.loading,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button.loading {
    color: #ecf9fd !important
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button.loading:after,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button.loading:after,
.mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button.loading:after {
    position: absolute;
    left: calc(50% - 10px)
}

.lity-content .mec-events-meta-group-booking h5,
.lity-content .mec-events-meta-group-booking label,
.mec-events-meta-group-booking .mec-booking-shortcode h5,
.mec-events-meta-group-booking .mec-booking-shortcode label,
.mec-single-event .mec-events-meta-group-booking h5,
.mec-single-event .mec-events-meta-group-booking label {
    color: #606367;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    display: block;
    clear: none;
    padding: 0 1em 5px 0
}

.lity-content .mec-events-meta-group-booking h5 span,
.mec-events-meta-group-booking .mec-booking-shortcode h5 span,
.mec-single-event .mec-events-meta-group-booking h5 span {
    display: inline-block
}

.lity-content .mec-events-meta-group-booking h5 span.mec-ticket-variation-name,
.mec-events-meta-group-booking .mec-booking-shortcode h5 span.mec-ticket-variation-name,
.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name {
    padding-right: 5px;
    text-transform: capitalize
}

.lity-content .mec-events-meta-group-booking input::-webkit-input-placeholder,
.mec-events-meta-group-booking .mec-booking-shortcode input::-webkit-input-placeholder,
.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder {
    color: #aaa
}

.lity-content .mec-events-meta-group-booking input:-moz-placeholder,
.mec-events-meta-group-booking .mec-booking-shortcode input:-moz-placeholder,
.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder {
    color: #aaa
}

.lity-content .mec-events-meta-group-booking input[type=date],
.lity-content .mec-events-meta-group-booking input[type=email],
.lity-content .mec-events-meta-group-booking input[type=number],
.lity-content .mec-events-meta-group-booking input[type=password],
.lity-content .mec-events-meta-group-booking input[type=tel],
.lity-content .mec-events-meta-group-booking input[type=text],
.lity-content .mec-events-meta-group-booking select,
.lity-content .mec-events-meta-group-booking textarea,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=date],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=email],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=number],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=password],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=tel],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=text],
.mec-events-meta-group-booking .mec-booking-shortcode select,
.mec-events-meta-group-booking .mec-booking-shortcode textarea,
.mec-single-event .mec-events-meta-group-booking input[type=date],
.mec-single-event .mec-events-meta-group-booking input[type=email],
.mec-single-event .mec-events-meta-group-booking input[type=number],
.mec-single-event .mec-events-meta-group-booking input[type=password],
.mec-single-event .mec-events-meta-group-booking input[type=tel],
.mec-single-event .mec-events-meta-group-booking input[type=text],
.mec-single-event .mec-events-meta-group-booking select,
.mec-single-event .mec-events-meta-group-booking textarea {
    display: block;
    background: #fff;
    min-height: 40px;
    min-width: 180px;
    font-size: 13px;
    line-height: 38px;
    color: #606367;
    border: 1px solid #e3e5e7;
    border-radius: var(--mec-secondary-border-radius);
    padding: 0 12px;
    width: 100%;
    margin-bottom: 0;
    box-shadow: unset;
    clear: both
}

.lity-content .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type),
.mec-events-meta-group-booking .mec-booking-shortcode select:not(#mec_paypal_credit_card_card_type),
.mec-single-event .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type) {
    width: 100%;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MjQiIGhlaWdodD0iNi40MiIgdmlld0JveD0iMCAwIDExLjQyNCA2LjQyIj4NCiAgPGcgaWQ9Ikdyb3VwXzY1NjI3IiBkYXRhLW5hbWU9Ikdyb3VwIDY1NjI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjIxMiAwLjIxMikiPg0KICAgIDxwYXRoIGlkPSJhbmdsZS1sZWZ0IiBkPSJNLjk5LDUuNWw1LDUuMDA1LS41LjVMMCw1LjUsNS41LDAsNiwuNS45OSw1LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDUuOTk1KSByb3RhdGUoLTkwKSIgZmlsbD0iIzYzNmY3MiIgc3Ryb2tlPSIjNjM2ZjcyIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li {
    width: calc(100% - 83.665px);
    float: left
}

.lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper {
    width: 100%
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li,
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
    width: 50%;
    float: left
}

.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li,
.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:first-child,
.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2),
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
    width: calc(50% - 83.665px)
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields,
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields {
    padding-top: 20px
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select,
.mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select {
    width: calc(50% - 24px) !important;
    display: inline-block;
    min-width: unset
}

@media only screen and (max-width:768px) {

    .lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li:nth-child(odd),
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li:nth-child(odd),
    .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:first-child,
    .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2),
    .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li:nth-child(odd) {
        width: calc(100% - 83.665px);
        max-width: unset
    }

    .lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper input,
    .lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li input,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper input,
    .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li input,
    .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper input,
    .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li input {
        max-width: unset !important
    }

    .lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper:nth-child(2n) input,
    .lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper:nth-child(2n) input,
    .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input,
    .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper:nth-child(2n) input,
    .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input {
        margin-left: 0
    }
}

.wbmec-mandatory {
    padding-left: 5px;
    font-size: 14px;
    color: red
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper,
.lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper,
.lity-content .mec-events-meta-group-booking .mec-field-wrapper,
.lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-field-wrapper,
.mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper {
    display: flex;
    align-items: flex-start
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper span.mec-booking-email-field-icon,
.lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper span.mec-booking-name-field-icon,
.lity-content .mec-events-meta-group-booking .mec-field-wrapper span.mec-field-icon,
.lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper span.mec-booking-email-field-icon,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper span.mec-booking-name-field-icon,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper span.mec-field-icon,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon,
.mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper span.mec-booking-email-field-icon,
.mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper span.mec-booking-name-field-icon,
.mec-single-event .mec-events-meta-group-booking .mec-field-wrapper span.mec-field-icon,
.mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon {
    border: 1px solid #e3e5e7;
    background: #fafafa;
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper input,
.lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper input,
.mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper input,
.mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper input {
    border-left: none;
    border-radius: 0 3px 3px 0
}

.lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper input,
.lity-content .mec-events-meta-group-booking .mec-field-wrapper input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper input,
.mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper input,
.mec-single-event .mec-events-meta-group-booking .mec-field-wrapper input {
    border-left: none;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.lity-content .mec-events-meta-group-booking .mec-red-notification input,
.lity-content .mec-events-meta-group-booking .mec-red-notification select,
.lity-content .mec-events-meta-group-booking .mec-red-notification textarea,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification select,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification textarea,
.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,
.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,
.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea {
    border: 1px solid #ff3c3c !important
}

.lity-content .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],
.lity-content .mec-events-meta-group-booking .mec-red-notification input[type=radio],
.mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input[type=checkbox],
.mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input[type=radio],
.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],
.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio] {
    outline: 1px solid #ff3c3c !important
}

.lity-content .mec-book-ticket-container .mec-red-notification input,
.lity-content .mec-book-ticket-container .mec-red-notification select,
.lity-content .mec-book-ticket-container .mec-red-notification textarea {
    border: 1px solid #ff3c3c !important
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message {
    color: #089740;
    background-color: #effdef;
    margin: 0;
    line-height: 40px;
    border: 0;
    border-radius: 5px
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message a {
    margin: 0
}

@media only screen and (max-width:479px) {

    .lity-content .mec-events-meta-group-booking input[type=date],
    .lity-content .mec-events-meta-group-booking input[type=email],
    .lity-content .mec-events-meta-group-booking input[type=number],
    .lity-content .mec-events-meta-group-booking input[type=password],
    .lity-content .mec-events-meta-group-booking input[type=tel],
    .lity-content .mec-events-meta-group-booking input[type=text],
    .lity-content .mec-events-meta-group-booking select,
    .lity-content .mec-events-meta-group-booking textarea,
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=date],
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=email],
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=number],
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=password],
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=tel],
    .mec-events-meta-group-booking .mec-booking-shortcode input[type=text],
    .mec-events-meta-group-booking .mec-booking-shortcode select,
    .mec-events-meta-group-booking .mec-booking-shortcode textarea,
    .mec-single-event .mec-events-meta-group-booking input[type=date],
    .mec-single-event .mec-events-meta-group-booking input[type=email],
    .mec-single-event .mec-events-meta-group-booking input[type=number],
    .mec-single-event .mec-events-meta-group-booking input[type=password],
    .mec-single-event .mec-events-meta-group-booking input[type=tel],
    .mec-single-event .mec-events-meta-group-booking input[type=text],
    .mec-single-event .mec-events-meta-group-booking select,
    .mec-single-event .mec-events-meta-group-booking textarea {
        width: 100%
    }

    .lity-content .mec-events-meta-group-booking,
    .mec-events-meta-group-booking .mec-booking-shortcode,
    .mec-single-event .mec-events-meta-group-booking {
        padding: 20px 10px
    }
}

.lity-content .mec-events-meta-group-booking input[type=email]:focus,
.lity-content .mec-events-meta-group-booking input[type=number]:focus,
.lity-content .mec-events-meta-group-booking input[type=password]:focus,
.lity-content .mec-events-meta-group-booking input[type=tel]:focus,
.lity-content .mec-events-meta-group-booking input[type=text]:focus,
.lity-content .mec-events-meta-group-booking select:focus,
.lity-content .mec-events-meta-group-booking textarea:focus,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=email]:focus,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=number]:focus,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=password]:focus,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=tel]:focus,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=text]:focus,
.mec-events-meta-group-booking .mec-booking-shortcode select:focus,
.mec-events-meta-group-booking .mec-booking-shortcode textarea:focus,
.mec-events-meta-group-booking .mec-booking-shortcodec,
.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,
.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,
.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,
.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,
.mec-single-event .mec-events-meta-group-booking input[type=text]:focus,
.mec-single-event .mec-events-meta-group-booking select:focus,
.mec-single-event .mec-events-meta-group-booking textarea:focus {
    outline: 0
}

.lity-content .mec-events-meta-group-booking input[type=checkbox],
.lity-content .mec-events-meta-group-booking input[type=radio],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=radio],
.mec-single-event .mec-events-meta-group-booking input[type=checkbox],
.mec-single-event .mec-events-meta-group-booking input[type=radio] {
    margin-right: 6px;
    margin-top: 5px;
    min-height: 20px;
    clear: none;
    margin: 0
}

.lity-container .mec-events-meta-group-booking input[type=radio]:before,
.lity-content .mec-events-meta-group-booking input[type=radio]:before,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:before,
.mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 2px solid #e1e7ed;
    position: absolute;
    top: -2px;
    left: -2px
}

.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:checked:before,
.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
    background: #38d5ed;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #afebf5;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0
}

.lity-container .mec-events-meta-group-booking input[type=radio],
.lity-content .mec-events-meta-group-booking input[type=radio],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=radio],
.mec-single-event .mec-events-meta-group-booking input[type=radio] {
    min-height: 0;
    margin: 0;
    position: relative;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px
}

.lity-content .mec-events-meta-group-booking input[type=checkbox],
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox],
.mec-single-event .mec-events-meta-group-booking input[type=checkbox] {
    float: left
}

.mec-events-meta-group-booking .mec-book-price-details {
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center
}

.mec-events-meta-group-booking .mec-book-price-details li {
    list-style: none;
    margin: 0;
    border-right: 1px dashed #e6e7e8;
    padding-right: 30px !important;
    margin-right: 30px !important;
    text-align: center
}

.mec-events-meta-group-booking .mec-book-price-details li.mec-book-price-detail.mec-book-price-detail-type-tickets {
    display: flex;
    align-items: center
}

.mec-events-meta-group-booking .mec-book-price-details li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #606367;
    margin-bottom: 4px
}

.mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-icon {
    margin: 0 30px 0 0;
    width: 48px
}

.mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-amount {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #212224;
    margin-bottom: 0
}

.mec-events-meta-group-booking .mec-book-price-details li:last-child {
    border-right: none
}

@media only screen and (max-width:767px) {
    .mec-events-meta-group-booking .mec-book-price-details {
        flex-direction: column
    }

    .mec-events-meta-group-booking .mec-book-price-details li {
        border-right: none;
        padding-right: 0 !important;
        margin-right: 0;
        border-bottom: 1px dashed #e6e7e8;
        padding-bottom: 30px !important;
        margin-bottom: 30px
    }

    .lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul,
    .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
        flex-direction: column
    }

    .lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
    .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li,
    .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #e6e7e8
    }
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,
.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox],
.lity-content .mec-events-meta-group-booking .mec_book_first_for_all,
.lity-content .mec-events-meta-group-booking input[type=checkbox],
.mec-booking input[type=checkbox],
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox],
.mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox],
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox],
.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all,
.mec-single-event .mec-events-meta-group-booking input[type=checkbox],
.mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    width: 20px;
    height: 20px;
    min-height: unset;
    padding: 0;
    border: 1px solid #e3e5e7;
    border-radius: 4px;
    display: flex;
    margin: 0 10px 0 1px;
    overflow: hidden
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:before,
.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:before,
.lity-content .mec-events-meta-group-booking .mec_book_first_for_all:before,
.lity-content .mec-events-meta-group-booking input[type=checkbox]:before,
.mec-booking input[type=checkbox]:before,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:before,
.mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:before,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:before,
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:before,
.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:before,
.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:before,
.mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCI+DQogIDxwYXRoIGlkPSJEb25lIiBkPSJNOS4xNzUsMGEuOC44LDAsMCwwLS42NjUuMzA2bC01LjIsNS42NDdMMS4zODgsMy44MzNhLjcuNywwLDAsMC0uNjczLS4yMTIsMS4zODIsMS4zODIsMCwwLDAtLjcuNy44NjIuODYyLDAsMCwwLC4yMjYuNzI0TDIuNzk1LDcuNzkxYS43OTIuNzkyLDAsMCwwLDEuMDYyLjAxTDkuNzY5LDEuMzI5QS44MzIuODMyLDAsMCwwLDkuOTYuNTIxLDEsMSwwLDAsMCw5LjE3NSwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=");
    min-width: 18px;
    height: auto;
    line-height: 16px;
    border-radius: 2px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: var(--mec-color-skin);
    display: flex;
    justify-content: center
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:checked,
.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked,
.lity-content .mec-events-meta-group-booking input[type=checkbox]:checked,
.mec-booking input[type=checkbox]:checked,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:checked,
.mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:checked,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:checked,
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked,
.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:checked,
.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked,
.mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:checked {
    border: 1px solid var(--mec-color-skin) !important
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:checked:before,
.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked:before,
.mec-booking input[type=checkbox]:checked:before,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:checked:before,
.mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:checked:before,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:checked:before,
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked:before,
.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:checked:before,
.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked:before,
.mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:checked:before {
    transform: scale(1)
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,
.lity-content .mec-events-meta-group-booking label.wn-checkbox-label,
.mec-events-meta-group-booking .mec-booking-shortcode label.wn-checkbox-label,
.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label {
    display: none
}

.lity-content .mec-events-meta-group-booking button[type=submit]:after,
.mec-events-meta-group-booking .mec-booking-shortcode button[type=submit]:after,
.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,
.mec-single-event a.button:after,
.mec-wrap .mec-events-meta-group-booking button[type=submit]:after {
    display: none;
    font-family: simple-line-icons;
    content: "\e098";
    margin-left: 4px;
    -webkit-animation: rotating2 1.2s linear infinite;
    -moz-animation: rotating2 1.2s linear infinite;
    -ms-animation: rotating2 1.2s linear infinite;
    -o-animation: rotating2 1.2s linear infinite;
    animation: rotating2 1.2s linear infinite
}

.lity-content .mec-events-meta-group-booking button[type=submit].loading:after,
.mec-events-meta-group-booking .mec-booking-shortcode button[type=submit].loading:after,
.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after,
.mec-single-event a.button.loading:after,
.mec-wrap .mec-events-meta-group-booking button[type=submit].loading:after {
    display: inline-block
}

.mec-single-event .mec-event-export-module {
    display: block
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
    display: table;
    width: 100%
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
    display: table-cell
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
    text-align: right
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    color: #fff
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
    padding-left: 0;
    margin: 15px 5px
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting {
    padding-left: 0;
    margin: 0
}

.mec-ticket-price {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400
}

.mec-book-reg-field-checkbox label,
.mec-book-reg-field-radio label {
    line-height: 1.36
}

.mec-book-reg-field-checkbox input[type=checkbox] {
    float: left;
    margin-right: 10px !important
}

.mec-book-reg-field-radio input[type=radio] {
    float: left;
    margin-right: 12px !important
}

.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,
.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,
.mec-book-ticket-container .wbmec-mandatory {
    content: "";
    color: red;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-left: 5px
}

@media only screen and (max-width:767px) {
    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
        width: 100%;
        min-height: 40px;
        margin-bottom: 15px;
        text-align: center;
        float: none;
        display: block
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {

    .lity-content .mec-events-meta-group-booking .mec-single-event .mec-events-meta-group-booking,
    .mec-events-meta-group-booking .mec-booking-shortcode {
        margin-bottom: 30px
    }
}

.mec-single-event .mec-event-meta dt,
.mec-single-event .mec-event-meta h3,
.mec-single-modern .col-md-4 .mec-sponsors-details h3,
.mec-sponsors-details .mec-events-single-section-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-event .mec-event-meta h6,
.mec-single-event-sponsor span {
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    color: #8d8d8d;
    margin: 0;
    padding: 0
}

.mec-single-event .mec-event-meta .mec-events-event-categories a,
.mec-single-event .mec-event-meta dd {
    font-size: 14px;
    color: #8d8d8d
}

.mec-single-event .mec-event-meta .mec-location dd.author {
    color: #3c3b3b
}

.mec-single-event .mec-event-meta dd {
    margin: 0;
    padding-left: 35px
}

@media only screen and (max-width:480px) {
    .single-mec-events .lity-container {
        width: 100%
    }

    .single-mec-events .lity-content .mec-events-meta-group-booking {
        padding: 20px;
        width: 85%;
        margin: 0 auto
    }
}

.mec-single-event .mec-event-meta dd a {
    color: #8d8d8d;
    transition: all .2s ease;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.mec-single-event .mec-event-meta dd a i:before {
    font-size: 16px !important
}

.mec-single-event .mec-event-meta dd a i {
    margin-right: 8px
}

.mec-single-event .mec-event-meta dl {
    margin-bottom: 0
}

.mec-single-event .mec-event-meta .mec-events-event-cost {
    font-size: 14px;
    font-weight: 400
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address,
.mec-single-event .mec-event-meta .mec-location-opening-hour span,
.mec-single-event .mec-event-meta .mec-location-url span {
    font-size: 12px;
    color: #a9a9a9;
    display: block
}

.mec-single-event .mec-event-meta .mec-location-opening-hour,
.mec-single-event .mec-event-meta .mec-location-tel,
.mec-single-event .mec-event-meta .mec-location-url {
    margin-top: 10px;
    display: table
}

.mec-single-event .mec-event-meta .mec-location-description {
    margin-top: 15px;
    padding: 0
}

.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author {
    margin-bottom: 0;
    color: #8d8d8d;
    font-size: 13px
}

.mec-single-event .mec-events-event-image {
    margin-bottom: 0
}

.mec-single-event .mec-events-event-image img {
    border-radius: var(--mec-primary-border-radius);
    max-width: 100%;
    height: auto
}

.mec-event-gallery-wrapper {
    display: flex;
    flex-direction: row
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper {
    min-width: 90px;
    margin-right: 30px
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul {
    list-style: none;
    padding: 0
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li {
    display: flex;
    margin-bottom: 15px;
    cursor: pointer
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li img {
    width: 90px;
    border-radius: 5px
}

.mec-event-gallery-wrapper .mec-event-gallery-image img {
    border-radius: 5px
}

@media (max-width:960px) {
    .mec-event-gallery-wrapper {
        flex-direction: column-reverse
    }

    .mec-event-gallery-wrapper .mec-event-gallery-image {
        margin-bottom: 10px
    }

    .mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper {
        margin-right: 0
    }

    .mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul {
        display: flex;
        flex-flow: row wrap
    }

    .mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li {
        margin-bottom: 15px;
        margin-right: 15px;
        flex: 1 1 calc(15% - 20px)
    }
}

#mec-event-gallery ul#mec_meta_box_event_gallery {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0
}

#mec-event-gallery ul#mec_meta_box_event_gallery li {
    flex: 0 1 calc(33.333333% - 10px);
    margin-right: 10px;
    position: relative
}

#mec-event-gallery ul#mec_meta_box_event_gallery li img {
    width: 100% !important;
    height: 75px;
    object-fit: cover
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete {
    padding: 0;
    min-height: 20px;
    height: 20px;
    width: 20px;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
    box-shadow: none;
    background: #fff;
    border-color: #e3e4e5;
    font-size: 0px;
    cursor: pointer;
    transition: .2s
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHN0eWxlPSItbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZWE2NDg1Ij48cGF0aCBkPSJNMTQuOTUgNi40NkwxMS40MSAxMGwzLjU0IDMuNTRsLTEuNDEgMS40MUwxMCAxMS40MmwtMy41MyAzLjUzbC0xLjQyLTEuNDJMOC41OCAxMEw1LjA1IDYuNDdsMS40Mi0xLjQyTDEwIDguNThsMy41NC0zLjUzeiIvPjwvc3ZnPg==");
    background-position: center
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:hover {
    color: #fff;
    border-color: #ea6485;
    background: #ea6485
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHN0eWxlPSItbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMTQuOTUgNi40NkwxMS40MSAxMGwzLjU0IDMuNTRsLTEuNDEgMS40MUwxMCAxMS40MmwtMy41MyAzLjUzbC0xLjQyLTEuNDJMOC41OCAxMEw1LjA1IDYuNDdsMS40Mi0xLjQyTDEwIDguNThsMy41NC0zLjUzeiIvPjwvc3ZnPg==")
}

.mec-single-event h2.mec-single-event-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px
}

.mec-single-event .mec-booking-button {
    border-bottom: none;
    letter-spacing: .5px;
    line-height: 48px;
    height: 76px;
    transition: all .5s ease;
    color: #fff !important;
    padding: 16px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: var(--mec-secondary-border-radius);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    cursor: pointer !important
}

.mec-single-event .mec-booking-button:hover {
    background-color: #101010 !important
}

.mec-single-event .mec-event-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin: 1px 3px
}

.mec-single-event .mec-event-tags:before {
    font-size: 24px;
    color: #303030;
    margin-right: 5px;
    content: "\f02c";
    font-family: fontawesome
}

.mec-single-event .mec-event-tags {
    padding-top: 13px
}

.mec-single-event .mec-event-sharing {
    margin: 30px 0 10px
}

.mec-region.mec-events-abbr,
.mec-single-event .mec-street-address {
    font-style: normal;
    font-size: 13px
}

.mec-events-meta-group.mec-events-meta-group-venue:before,
.mec-single-event-date:before,
.mec-single-event-time:before {
    color: #40d9f1
}

.mec-single-event .mec-event-social {
    text-align: center
}

.mec-single-event .mec-event-social h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative
}

.mec-single-event .mec-social-single:before {
    padding: 13px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: 39px
}

.mec-single-event .mec-event-social .event-sharing {
    margin-top: 30px
}

.mec-single-event .mec-event-social ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.mec-single-event .mec-event-social li.mec-event-social-icon {
    display: inline-block
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-single-event .mec-event-social a.facebook {
    background: #3b5996
}

.mec-single-event .mec-event-social a.facebook:hover {
    background: #28385c
}

.mec-single-event .mec-event-social a.twitter svg {
    width: 22px;
    height: 22px;
    margin-top: 0;
    padding: 0
}

.mec-single-event .mec-event-social a.twitter {
    background: #e1e1e1;
    padding: 9px !important
}

.mec-single-event .mec-event-social a.twitter:hover {
    background: #e1e1e1
}

.mec-single-event .mec-event-social a.twitter:hover {
    background: #373737
}

.mec-single-event .mec-event-social a.twitter:hover svg path {
    fill: #fff
}

.mec-single-event .mec-event-social a.vimeo {
    background: #0dadd6
}

.mec-single-event .mec-event-social a.vimeo:hover {
    background: #0a85a3
}

.mec-single-event .mec-event-social a.dribble {
    background: #d53e68
}

.mec-single-event .mec-event-social a.dribble:hover {
    background: #bf4c78
}

.mec-single-event .mec-event-social a.youtube {
    background: #cb322c
}

.mec-single-event .mec-event-social a.youtube:hover {
    background: #992622
}

.mec-single-event .mec-event-social a.pinterest {
    background: #cb2027
}

.mec-single-event .mec-event-social a.pinterest:hover {
    background: #99181d
}

.mec-single-event .mec-event-social a.google {
    background: #c3391c
}

.mec-single-event .mec-event-social a.google:hover {
    background: #99181f
}

.mec-single-event .mec-event-social a.linkedin {
    background: #0073b2
}

.mec-single-event .mec-event-social a.linkedin:hover {
    background: #005380
}

.mec-single-event .mec-event-social a.email {
    background: #ff5d5e
}

.mec-single-event .mec-event-social a.email:hover {
    background: #cc4949
}

.mec-single-event .mec-event-social a.vk {
    background: #5b88bd
}

.mec-single-event .mec-event-social a.vk:hover {
    background: #3d608a
}

.mec-single-event .mec-event-social a.tumblr {
    background: #34465d
}

.mec-single-event .mec-event-social a.tumblr:hover {
    background: #273649
}

.mec-single-event .mec-event-social a.telegram {
    background: #08c
}

.mec-single-event .mec-event-social a.telegram:hover {
    background: #1076be
}

.mec-single-event .mec-event-social a.whatsapp {
    background: #25d366
}

.mec-single-event .mec-event-social a.whatsapp:hover {
    background: #23ac55
}

.mec-single-event .mec-event-social a.flipboard {
    background: #e12828
}

.mec-single-event .mec-event-social a.flipboard:hover {
    background: #af1e1e
}

.mec-single-event .mec-event-social a.pocket {
    background: #ef4056
}

.mec-single-event .mec-event-social a.pocket:hover {
    background: #8d1717
}

.mec-single-event .mec-event-social a.reddit {
    background: #ff5700
}

.mec-single-event .mec-event-social a.reddit:hover {
    background: #c94909
}

.mec-single-event .mec-event-social a.flipboard svg,
.mec-single-event .mec-event-social a.telegram svg {
    height: 18px;
    margin-top: 5px
}

.mec-single-event .mec-event-social li.mec-event-social-icon a svg {
    display: unset
}

.mec-single-event .mec-event-social a.rss {
    background: #f29a1d
}

.mec-single-event .mec-event-social a.rss:hover {
    background: #cc7400
}

.mec-single-event .mec-event-social a.instagram {
    background: #457399
}

.mec-single-event .mec-event-social a.instagram:hover {
    background: #2e4d66
}

.mec-single-event .mec-event-social a.linkedin {
    background: #457399
}

.mec-single-event .mec-event-social a.linkedin:hover {
    background: #2e4d66
}

.mec-single-event .mec-event-social a.other-social {
    background: #ff5d5e
}

.mec-single-event .mec-event-social a.other-social:hover {
    background: #cc4949
}

.mec-single-event .mec-event-social {
    text-align: center
}

.lity-content .mec-events-meta-group-booking form,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout,
.mec-events-meta-group-booking .mec-booking-shortcode form,
.mec-single-event .mec-events-meta-group-booking form {
    margin: 0
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4,
.lity-content .mec-events-meta-group-booking form>h4,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4,
.mec-events-meta-group-booking .mec-booking-shortcode form>h4,
.mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4,
.mec-single-event .mec-events-meta-group-booking form>h4,
.mec-single-event .mec-frontbox-title,
.mec-single-event .mec-wrap-checkout h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin: 0 0 40px 0
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before,
.lity-content .mec-events-meta-group-booking form>h4:before,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before,
.mec-events-meta-group-booking .mec-booking-shortcode form>h4:before,
.mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before,
.mec-single-event .mec-events-meta-group-booking form>h4:before,
.mec-single-event .mec-frontbox-title:before,
.mec-single-event .mec-wrap-checkout h4:before {
    padding: 1px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%
}

.lity-content .mec-events-meta-group-booking input[data-stripe=exp-month],
.lity-content .mec-events-meta-group-booking input[data-stripe=exp-year],
.mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-month],
.mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-year],
.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],
.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
    width: 47% !important;
    margin-right: 12px;
    margin-top: 5px;
    display: inline-block !important
}

@media (max-width:768px) {

    .mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-month],
    .mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-year],
    .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],
    .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
        width: 100% !important;
        margin-right: 0;
        display: block !important
    }
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes,
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes {
    margin-bottom: 22px
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes label,
.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes label {
    margin-bottom: 3px;
    line-height: 20px
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label {
    display: flex
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox] {
    margin-top: -1px
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes label {
    display: flex;
    align-items: center
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox] {
    margin-top: 1px
}

.mec-event-meta i:before {
    font-size: 20px !important;
    vertical-align: middle
}

.mec-event-meta .mec-single-event-additional-organizers dl dd i:before,
.mec-event-meta .mec-single-event-location dl dd i:before,
.mec-event-meta .mec-single-event-organizer dl dd i:before {
    font-size: 14px !important
}

#mec-wrap .mec-events-day-time-slot .mec-events-content {
    float: left;
    width: 33%;
    padding: 0 15px
}

#mec-wrap .mec-events-day-time-slot .mec-events-event-image {
    padding-left: 0
}

#mec-events-content .mec-events-abbr {
    color: #8d8d8d;
    font-size: 14px
}

.mec-single-event .mec-events-content {
    margin-bottom: 30px
}

.mec-single-event .mec-organizer-url a {
    word-wrap: break-word
}

.mec-single-event #headline {
    margin: 0 0 10px
}

.mec-single-event #headline h2 {
    padding: 0
}

.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map {
    margin-top: 0;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 7px
}

#mec-events-gmap-0 {
    height: 325px !important
}

.mec-events-list .mec-events-day-time-slot .mec-events-event-meta {
    width: 33%;
    float: left;
    padding: 40px;
    height: auto;
    margin: 0
}

.mec-events-day-time-slot .mec-events-content.description.entry-summary {
    font-size: 15px;
    font-weight: 400;
    color: #8d8d8d
}

.mec-events-day-time-slot .type-mec_events h2 {
    font-size: 28px;
    padding-bottom: 20px
}

.mec-events-day .mec-events-day-time-slot .type-mec_events {
    margin: 0
}

.mec-events-day .mec-events-day-time-slot h5 {
    background-color: #8d8d8d
}

.mec-single-event .mec-event-meta .mec-single-event-additional-locations .mec-events-single-section-title,
.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,
.mec-single-event .mec-event-meta .mec-single-event-category .mec-events-single-section-title,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-events-single-section-title,
.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,
.mec-single-event .mec-events-meta-date h3 {
    padding: 0 0 5px 10px;
    margin-top: 0;
    display: inline-block
}

.mec-events-single-section-title a span {
    font-size: 12px
}

.mec-single-event-additional-locations .mec-single-event-location {
    padding: 0
}

.mec-single-event .mec-events-meta-date h3 {
    width: 100%
}

.mec-single-event .mec-events-event-image {
    border: 0
}

.mec-single-event .mec-events-venue-map {
    padding: 0
}

.mec-event-cost,
.mec-event-more-info,
.mec-event-website,
.mec-events-meta-date,
.mec-local-time-details,
.mec-single-event-additional-locations,
.mec-single-event-additional-organizers,
.mec-single-event-category,
.mec-single-event-date,
.mec-single-event-label,
.mec-single-event-location,
.mec-single-event-organizer,
.mec-single-event-sponsor,
.mec-single-event-time {
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative
}

.mec-single-event-sponsor ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mec-single-event-sponsor ul li {
    margin-bottom: 35px
}

.mec-single-event-sponsor ul li:last-child {
    margin-bottom: 0
}

.mec-wrap .mec-single-event-sponsor h3,
.mec-wrap .mec-single-modern .col-md-4 .mec-sponsors-details h3 {
    padding: 0 0 20px 0;
    margin: 0;
    display: block
}

.mec-single-event .mec-events-meta-date dd,
.mec-single-event .mec-single-event-additional-organizers dd,
.mec-single-event .mec-single-event-organizer dd {
    padding-left: 35px;
    margin-bottom: 10px;
    display: table
}

.mec-single-event .mec-single-event-location dd.author>a {
    font-size: 16px;
    font-weight: 400
}

.mec-single-event .mec-event-meta dd.mec-organizer-email a,
.mec-single-event .mec-event-meta dd.mec-organizer-tel a,
.mec-single-event .mec-events-meta-date dd span,
.mec-single-event .mec-single-event-additional-organizers dd span,
.mec-single-event .mec-single-event-location dd span,
.mec-single-event .mec-single-event-organizer dd span {
    display: block;
    padding-left: 24px;
    color: #8d8d8d
}

.mec-single-event .mec-events-meta-date i,
.mec-single-event .mec-single-event-additional-organizers dl dd i,
.mec-single-event .mec-single-event-location dl dd i,
.mec-single-event .mec-single-event-organizer dl dd i {
    margin-right: 10px
}

.mec-events-meta-group.mec-events-meta-group-venue dl {
    margin-bottom: 0
}

address.mec-events-address {
    line-height: 19px;
    font-style: normal;
    font-size: 12px
}

.mec-single-event .mec-event-content dt {
    margin-top: 5px
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer {
    margin-bottom: 15px;
    padding-bottom: 5px
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.mec-event-category-color {
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    border-radius: 9px
}

.mec-event-schedule-content {
    border-left: 4px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #8a8a8a
}

.mec-event-schedule-content dl {
    padding-left: 24px;
    font-size: 12px;
    position: relative;
    margin-bottom: 35px
}

.mec-event-schedule-content dl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 0;
    border-top: 4px solid #f0f0f0
}

.mec-event-schedule-content dl dt {
    margin: 0 0 10px;
    line-height: 1.16
}

.mec-event-schedule-content dl dt.mec-schedule-title {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700
}

.mec-event-schedule-content dl dt.mec-schedule-description {
    font-weight: 400
}

.mec-event-schedule-content .mec-schedule-speakers {
    padding: 10px
}

.mec-wrap .mec-event-schedule-content h6 {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    display: inline-block
}

.mec-wrap .mec-event-schedule-content a {
    font-weight: 400;
    color: #5a5a5a;
    transition: all .1s ease
}

.single-mec-events .mec-speakers-details ul {
    padding: 0;
    margin-left: 0
}

.mec-single-event .mec-speakers-details ul li {
    list-style: none;
    padding: 5px 5px 18px 5px;
    margin-top: 14px
}

.mec-single-event .mec-speakers-details ul li a {
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img {
    float: left;
    border-radius: 50%;
    transition: .2s all ease;
    border: 2px solid transparent;
    width: 68px;
    height: 68px;
    object-fit: cover
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img {
    border-color: #40d9f1
}

.mec-single-event .mec-speakers-details .speaker-details {
    display: inline-block
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-name {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    text-transform: capitalize;
    font-weight: 700 !important;
    padding-left: 8px
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title {
    display: block;
    font-size: 12px;
    margin-top: -1px;
    padding-left: 8px;
    color: #888
}

.mec-single-event-additional-organizers img,
.mec-single-event-location img,
.mec-single-event-organizer img,
.mec-sponsor img {
    margin-bottom: 5px;
    width: 100%;
    border-radius: var(--mec-secondary-border-radius);
    padding-left: 35px
}

.mec-qrcode-details {
    text-align: center
}

.mec-time-comment {
    font-size: 11px
}

.mec-wrap .mec-attendees-list-details p {
    font-weight: 400;
    margin: 20px 0 0 0;
    color: #8d8d8d
}

.mec-wrap .mec-attendees-list-details li {
    list-style: none;
    display: block;
    margin-top: 15px
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar {
    display: inline-block
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.mec-attendees-list-details ul {
    margin-bottom: 0
}

.mec-attendees-list-details .mec-attendee-profile-link a {
    color: #8d8d8d;
    display: block
}

.mec-attendees-list-details .mec-attendee-profile-link span {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    cursor: pointer
}

.mec-attendees-list-details span.mec-attendee-profile-ticket-number {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-right: 4px;
    line-height: 20px
}

#wrap .mec-attendees-list-details span.mec-attendee-profile-ticket-number {
    line-height: 19px
}

.mec-attendees-list-details .mec-attendee-profile-link span i {
    vertical-align: middle;
    font-size: 9px;
    font-weight: 700;
    margin-left: 5px
}

.mec-attendees-list-details .mec-attendees-toggle {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 15px 15px 0;
    border-radius: 3px;
    margin: 12px 0 20px 52px;
    position: relative;
    font-size: 13px;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .02)
}

.mec-attendees-list-details .mec-attendees-toggle:after,
.mec-attendees-list-details .mec-attendees-toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-attendees-list-details .mec-attendees-toggle:after {
    top: -20px;
    border-color: transparent transparent #fafafa transparent
}

.mec-attendees-list-details .mec-attendees-toggle:before {
    top: -21px;
    border-color: transparent transparent #e1e1e1 transparent
}

.mec-attendees-list-details .mec-attendees-toggle .mec-attendees-item {
    padding-bottom: 15px
}

.mec-attendees-list-details .mec-attendee-avatar img {
    border-radius: 3px
}

.mec-attendee-avatar-sec {
    float: left;
    width: 50px;
    margin-right: 12px
}

.mec-attendee-profile-name-sec,
.mec-attendee-profile-ticket-sec {
    float: left;
    width: calc(100% - 62px);
    margin-top: 3px
}

.mec-calendar {
    border: 1px solid #e8e8e8;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
    border-radius: var(--mec-primary-border-radius)
}

.mec-calendar .mec-calendar-topsec {
    display: table;
    background: #fff;
    border-radius: var(--mec-primary-border-radius)
}

.mec-calendar .mec-calendar-topsec .mec-calendar-side .mec-calendar-table {
    border-top: 1px solid #eaeaea
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec {
    display: none
}

.mec-calendar .mec-calendar-side {
    width: 590px;
    display: table-cell;
    padding: 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 5px 6px rgba(0, 0, 0, .005) inset
}

.mec-calendar .mec-calendar-events-side {
    display: table-cell;
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 40px;
    width: 100%
}

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    width: 46px;
    height: 46px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    line-height: 44px;
    border: 1px solid #40d9f1;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    padding: 0
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 14px
}

.mec-calendar .mec-calendar-header {
    position: relative;
    width: 560px;
    margin-top: 8px;
    margin-bottom: 16px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-header {
    width: unset
}

.mec-calendar .mec-calendar-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.mec-calendar .mec-event-footer {
    width: auto;
    min-height: 60px;
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-calendar dl {
    display: table;
    margin: 0;
    border: none;
    padding: 0;
    table-layout: fixed
}

.mec-calendar dt {
    display: table-cell;
    transition: all .66s ease;
    color: #a4aab1;
    background: #fff;
    border-radius: 44px;
    font-size: 14px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.excerpt-wrap .mec-wrap dt,
.nv-content-wrap .mec-wrap dt {
    display: table-cell
}

.mec-calendar .mec-calendar-table .mec-no-event {
    display: none
}

.mec-calendar .mec-calendar-table-head dt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #636f72
}

.mec-calendar .mec-calendar-row dt:hover {
    background: #f4f4f4
}

.mec-calendar .mec-table-nullday {
    color: #cacaca
}

.mec-calendar.mec-box-calendar .mec-table-nullday:last-child {
    border-right: 1px solid #eaeaea
}

.mec-calendar .mec-next-month:hover,
.mec-calendar .mec-prev-month:hover {
    background: #f4f4f4
}

.mec-calendar .mec-selected-day,
.mec-calendar .mec-selected-day:hover {
    background: #40d9f1;
    color: #fff
}

.mec-calendar .mec-selected-day a {
    color: #fff
}

.mec-calendar .mec-has-event {
    position: relative
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
    background: #40d9f1
}

.mec-calendar .mec-has-event a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #4d4d4d;
    transition: all .25s ease;
    text-decoration: none;
    box-shadow: none
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,
.mec-calendar .mec-calendar-row dt.mec-has-event:hover a {
    color: #fff
}

.mec-calendar .mec-has-event:after {
    background-color: #40d9f1;
    border-radius: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    bottom: 10px;
    left: calc(50% - 4px);
    position: absolute;
    transition: all .25s ease
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after {
    background-color: #fff
}

.mec-calendar .mec-has-event.mec-selected-day:after {
    display: none
}

.mec-calendar:not(.mec-liquid-custom-scrollbar) .mec-event-article {
    display: flex;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    transition: all .33s ease
}

@media only screen and (max-width:479px) {

    .mec-calendar.mec-calendar-daily .mec-event-artile,
    .mec-calendar.mec-calendar-weekly .mec-event-article {
        flex-direction: column;
        gap: 15px
    }
}

.mec-daily-contents-wrapper,
.mec-weekly-contents-wrapper {
    display: flex
}

.mec-calendar .mec-month-side .mec-event-article {
    padding-left: 5px;
    padding-right: 5px
}

.mec-calendar .mec-event-article:hover {
    background-color: #fafafa
}

.mec-calendar .mec-event-article .mec-event-time {
    font-size: 11px;
    line-height: 1.1;
    margin: 0
}

.mec-calendar .mec-event-article .mec-event-time i {
    display: inline-block
}

.mec-calendar .mec-event-article .mec-event-title {
    font-size: 13px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-calendar .mec-event-article .mec-event-title a {
    text-decoration: none;
    color: #494949;
    transition: color .3s ease
}

.mec-calendar .mec-event-article .mec-event-title a:hover {
    color: #40d9f1
}

.mec-calendar .mec-event-list-classic .mec-event-image img {
    width: 65px;
    height: auto
}

.mec-calendar:not(.mec-liquid-custom-scrollbar, .mec-liquid-daily) .mec-event-article .mec-event-image {
    max-width: 70px;
    margin-right: 15px;
    height: auto
}

.mec-calendar:not(.mec-liquid-custom-scrollbar, .mec-liquid-daily) .mec-event-article .mec-event-image img {
    border-radius: var(--mec-secondary-border-radius)
}

.mec-calendar .mec-event-article .mec-categories-wrapper,
.mec-calendar .mec-event-article .mec-categories-wrapper ul.mec-categories li.mec-category a,
.mec-calendar .mec-event-article .mec-event-detail,
.mec-calendar .mec-event-article .mec-localtime-details div,
.mec-calendar .mec-event-article .mec-shortcode-organizers,
.mec-calendar .mec-event-article .mec-shortcode-organizers .mec-organizer-item span {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-calendar .mec-calendar-side .mec-next-month,
.mec-calendar .mec-calendar-side .mec-previous-month {
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #a9a9a9;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
    transition: all .33s ease
}

.mec-calendar .mec-calendar-side .mec-next-month i,
.mec-calendar .mec-calendar-side .mec-previous-month i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-calendar .mec-calendar-side .mec-next-month:hover,
.mec-calendar .mec-calendar-side .mec-previous-month:hover {
    background-color: #f9f9f9;
    color: #40d9f1
}

.mec-calendar .mec-calendar-side .mec-previous-month {
    left: 0;
    border-bottom-right-radius: var(--mec-secondary-border-radius);
    border-top-left-radius: var(--mec-primary-border-radius);
    border-left: none
}

.mec-calendar .mec-calendar-side .mec-next-month {
    right: 0;
    border-bottom-left-radius: var(--mec-secondary-border-radius);
    border-right: none
}

@media only screen and (min-width:961px) {
    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after {
        width: 6px;
        height: 6px;
        bottom: 6px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side {
        width: 370px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 20px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:1200px) {
    .mec-calendar .mec-has-event:after {
        width: 6px;
        height: 6px;
        bottom: 6px
    }

    .mec-calendar .mec-calendar-side {
        width: 370px
    }

    .mec-calendar .mec-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px
    }

    .mec-calendar dt {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:767px) {
    .mec-calendar .mec-calendar-header h2 {
        font-size: 18px
    }

    .mec-calendar .mec-calendar-topsec {
        width: 100%
    }

    .mec-calendar .mec-calendar-side {
        width: 100%;
        display: block;
        padding: 30px
    }

    .mec-calendar .mec-calendar-header {
        width: auto
    }

    .mec-calendar .mec-calendar-events-side {
        width: 100%;
        display: block;
        height: 100%;
        border-left: none;
        border-top: 1px solid #efefef;
        padding: 20px
    }

    .mec-calendar dl {
        width: 100%
    }

    .mec-calendar dt {
        width: 14%;
        height: 60px;
        line-height: 60px;
        border-radius: 50px
    }
}

@media only screen and (max-width:479px) {
    .mec-calendar .mec-has-event:after {
        width: 4px;
        height: 4px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 16px;
        margin-top: 33px
    }

    .mec-calendar dt {
        height: 38px;
        line-height: 38px
    }

    .mec-calendar .mec-event-list-classic .mec-event-detail,
    .mec-calendar .mec-event-list-classic .mec-event-title {
        font-size: 12px
    }

    .mec-calendar .mec-event-list-classic .mec-event-time {
        font-size: 10px
    }
}

.mec-box-calendar.mec-calendar .mec-has-event a,
.mec-box-calendar.mec-calendar dt {
    border-radius: 0
}

.mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-top: 2px;
    margin-bottom: 30px
}

.mec-box-calendar.mec-calendar dt {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea
}

.mec-box-calendar.mec-calendar dl dt:last-child {
    border-right: 1px solid #eaeaea
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    border-radius: var(--mec-secondary-border-radius);
    top: 40px;
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    z-index: 1
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    left: 40px
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
    right: 40px
}

.mec-box-calendar.mec-calendar .mec-calendar-side {
    box-shadow: none
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side {
    border: none
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    border-radius: var(--mec-secondary-border-radius)
}

.mec-box-calendar.mec-calendar h4.mec-month-label {
    position: relative;
    width: 560px;
    margin-top: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label {
    width: 100%;
    margin-top: 8px;
    font-size: 13px
}

@media only screen and (max-width:1200px) {
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 42px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 42px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 17px;
        margin-top: 7px
    }
}

@media only screen and (max-width:767px) {

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        top: 28px;
        font-size: 10px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 30px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 30px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 15px
    }
}

@media only screen and (max-width:479px) {

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        font-size: 0;
        padding: 4px 8px;
        text-align: center;
        min-width: 33px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 10px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 10px
    }
}

.mec-calendar.mec-event-calendar-classic,
.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    box-shadow: none
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    display: block
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-row,
.mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head {
    width: 100%
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head {
    background: #f5f6f7
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head .mec-calendar-day-head {
    background: 0 0;
    height: unset;
    line-height: 36px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea
}

.mec-calendar.mec-event-calendar-classic dl dt {
    width: 15%;
    height: 136px;
    line-height: 1.2;
    text-align: left;
    padding: 5px 7px;
    position: relative
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,
.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
    top: 0
}

.mec-calendar.mec-event-calendar-classic .mec-has-event:after {
    bottom: auto;
    top: 24px;
    left: 7px;
    margin: 0
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
    left: 0
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month {
    right: 0
}

.mec-next-month a,
.mec-previous-month a {
    pointer-events: none;
    line-height: 15px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
    text-align: left;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 10px 20px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
    display: none
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover {
    background-color: #fcfcfc
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day,
.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
    color: #40d9f1;
    font-weight: 700;
    background: #fafafa;
    border-bottom: none
}

.mec-wrap .mec-calendar.mec-event-calendar-classic:not(.mec-event-container-simple) .mec-selected-day:hover {
    color: #fff !important
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,
.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day {
    margin-left: 4px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a {
    color: #4d4d4d
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a {
    color: #fff
}

@media only screen and (max-width:1200px) {
    .mec-calendar.mec-event-calendar-classic dl dt {
        height: 100px
    }
}

@media only screen and (max-width:767px) {
    .mec-calendar.mec-event-calendar-classic dl dt {
        height: 40px
    }
}

@media only screen and (max-width:479px) {
    .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
        padding: 10px
    }
}

.mec-calendar .mec-event-article.mec-single-event-novel {
    padding: 4px 8px;
    min-height: 25px;
    margin: 0 -3px;
    border-radius: 0;
    display: block
}

.mec-calendar .mec-event-article.mec-single-event-novel h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 2px 0
}

.mec-calendar .mec-event-article.mec-single-event-novel .mec-shortcode-organizers i,
.mec-calendar .mec-event-article.mec-single-event-novel .mec-shortcode-organizers ul li span {
    color: #000
}

.mec-calendar.mec-event-container-novel dl dt {
    padding: 3px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day {
    display: inline-block;
    padding: 4px;
    margin-left: 1px
}

.mec-wrap .mec-calendar.mec-event-container-novel .mec-selected-day:hover {
    color: #fff !important
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day {
    color: #fff
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,
.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover {
    border-bottom: 1px solid #eaeaea
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table {
    min-height: auto
}

.mec-single-event-novel.light h4 {
    color: #000 !important
}

.mec-single-event-novel.dark h4 {
    color: #fff !important
}

@media only screen and (max-width:768px) {
    .mec-calendar .mec-event-article.mec-single-event-novel {
        padding: 2px;
        min-height: 5px
    }

    .mec-calendar .mec-event-article.mec-single-event-novel h4 {
        display: block;
        font-size: 13px
    }
}

@media only screen and (max-width:480px) {
    .mec-calendar .mec-event-article.mec-single-event-novel h4 {
        font-size: 11px
    }
}

.mec-event-container-simple .event-single-content-simple {
    display: none
}

.mec-event-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table {
    min-height: unset
}

.mec-event-container-simple .mec-monthly-tooltip h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #444
}

.mec-event-container-simple .mec-monthly-tooltip h4:hover {
    text-decoration: underline;
    color: #111
}

.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple {
    border-bottom: 1px dashed #e3e3e3;
    padding: 5px 2px;
    display: block
}

.mec-event-container-simple .simple-skin-ended:nth-last-of-type(2) .mec-monthly-tooltip.event-single-link-simple {
    border-bottom: none
}

.mec-event-container-simple .mec-calendar-day .ended-relative:nth-last-child(1of.ended-relative) .mec-monthly-tooltip.event-single-link-simple {
    border: none
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day {
    font-size: 30px;
    color: #000
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover {
    background: unset
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt,
.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,
.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,
.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child {
    border-width: 2px
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
    border-bottom: 2px solid #40d9f1;
    background: unset
}

.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt {
    border-top-width: 2px !important
}

@media (max-width:768px) {

    .mec-calendar.mec-event-container-novel,
    .mec-calendar.mec-event-container-simple {
        overflow-x: scroll
    }

    .mec-calendar.mec-event-container-novel .mec-calendar-side,
    .mec-calendar.mec-event-container-simple .mec-calendar-side {
        min-width: 100%
    }

    .mec-event-container-novel .mec-calendar-side,
    .mec-event-container-simple .mec-calendar-side {
        min-width: 650px !important
    }
}

.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover {
    background: #f4f4f4
}

.mec-tooltip-event-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px
}

.mec-tooltip-event-time,
.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
    margin-top: 5px
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content {
    padding: 17px
}

.mec-tooltip-event-content {
    clear: both
}

.mec-tooltip-event-featured {
    float: left;
    margin-right: 13px;
    margin-bottom: 1px
}

.mec-tooltip-event-featured img {
    max-width: 120px
}

.mec-tooltip-event-desc {
    font-size: 14px;
    color: #444;
    line-height: 18px
}

.mec-tooltip-event-desc p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
    border-radius: 3px !important;
    border: 1px solid #e2e3e4 !important;
    background: #fff !important;
    box-shadow: 0 -1px 30px -2px rgba(0, 0, 0, .15) !important
}

.tooltipster-box .mec-tooltip-event-desc {
    margin-bottom: 12px
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow {
    overflow: visible !important
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-width: 12px !important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-right-color: #e2e3e4 !important
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -12px !important;
    z-index: 9999999999 !important
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    display: block !important
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-width: 11px !important;
    z-index: 99999999999 !important
}

.tooltipster-sidetip.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    left: -9px !important;
    top: 1px !important;
    border-right-color: #fff !important
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-top-color: #fff !important;
    left: 0 !important;
    top: -1px !important
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -1px !important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-top-color: #e2e3e4 !important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -1px !important;
    top: -11px !important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-bottom-color: #e2e3e4 !important
}

.tooltipster-sidetip.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    top: -9px !important;
    border-bottom-color: #fff !important
}

.tooltipster-sidetip.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-left-color: #fff !important;
    left: -2px !important;
    top: 0 !important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-left-color: #e2e3e4 !important;
    left: -1px !important;
    top: -1px !important
}

@media (max-width:768px) {
    .mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
        font-size: 13px
    }
}

@media (max-width:480px) {
    .mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
        font-size: 11px
    }
}

.mec-calendar.mec-calendar-daily {
    border-radius: var(--mec-primary-border-radius)
}

.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month {
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    position: relative;
    display: inline;
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
    color: #444;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 0 11px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top {
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: #fafafa
}

.mec-calendar.mec-calendar-daily .mec-next-month,
.mec-calendar.mec-calendar-daily .mec-previous-month {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
    transition: all .33s ease;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-next-month i,
.mec-calendar.mec-calendar-daily .mec-previous-month i {
    font-size: 14px;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-next-month:hover,
.mec-calendar.mec-calendar-daily .mec-previous-month:hover {
    border-color: #d0d0d0;
    color: #444;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .075)
}

.mec-calendar.mec-calendar-daily .mec-previous-month {
    margin-left: -150px
}

.mec-calendar.mec-calendar-daily .mec-next-month {
    margin-left: 100px
}

.mec-calendar.mec-calendar-daily .mec-month-navigator {
    position: relative
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,
.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month {
    min-height: 28px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    margin-top: -14px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,
.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3 {
    margin-top: 9px;
    color: #b9b9b9;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2 {
    font-size: 81px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table {
    overflow: hidden;
    background: #fff;
    min-height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #f3f3f3;
    padding: 0 50px;
    position: relative
}

@media only screen and (min-width:479px) {
    .mec-calendar.mec-calendar-daily .mec-calendar-d-table {
        padding: 0 55px
    }
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl {
    width: 1310px;
    display: block
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
    display: none
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active {
    display: flex
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,
.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt {
    display: block;
    background: #fff;
    width: 42px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,
.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover {
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .065) inset;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day {
    cursor: default;
    background: #fff;
    color: #c1c1c1;
    line-height: 49px;
    padding-bottom: 10px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event {
    cursor: pointer;
    font-weight: 700;
    color: #4a4a4a
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,
.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current {
    font-weight: 700;
    background: #fafafa;
    color: #40d9f1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,
.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev {
    float: none;
    font-size: 14px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next {
    left: auto;
    right: 0;
    border-left: 1px solid #e6e6e6;
    border-right: none
}

.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count {
    font-size: 12px;
    color: #888;
    text-align: center
}

@media only screen and (max-width:479px) {
    .mec-calendar.mec-calendar-daily .mec-previous-month {
        margin-left: -130px
    }

    .mec-calendar.mec-calendar-daily .mec-next-month {
        margin-left: 80px
    }

    .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
        font-size: 14px;
        letter-spacing: 0
    }
}

.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
    font-size: 14px;
    letter-spacing: 0
}

.widget .mec-calendar.mec-calendar-daily .mec-previous-month {
    margin-left: -130px
}

.widget .mec-calendar.mec-calendar-daily .mec-next-month {
    margin-left: 80px
}

.mec-frontbox.mec-util-hidden {
    display: none !important
}

.mec-daily-view-dates-events {
    padding: 0;
    background-color: #fff
}

.mec-daily-view-date-events,
.mec-weekly-view-date-events {
    list-style: none;
    margin: 0
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table {
    padding: 0
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
    width: calc(100% - 1px)
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt {
    width: 100%;
    height: 70px;
    line-height: normal;
    cursor: default
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover {
    background: #fff;
    cursor: default
}

.mec-calendar-weekly article:hover li {
    background: 0 0
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child {
    border-right: none
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 6px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,
.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev {
    display: none
}

ul.mec-weekly-view-dates-events,
ul.mec-weekly-view-dates-events li {
    padding: 0;
    margin: 0;
    line-height: initial;
    background: #fff
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding-top: 2px
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month {
    margin-left: 0;
    left: 12px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month {
    margin-left: 0;
    left: auto;
    right: 12px
}

@media only screen and (max-width:479px) {
    .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
        font-size: 9px;
        letter-spacing: 0
    }

    .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
        width: 100%;
        height: 36px;
        margin-bottom: 12px;
        line-height: 1;
        font-size: 10px;
        margin-right: 5px;
        text-align: left
    }

    .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
    font-size: 9px;
    letter-spacing: 0
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    line-height: 1;
    font-size: 10px;
    margin-right: 5px;
    text-align: left
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
    font-size: 18px;
    margin-bottom: 5px
}

.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found {
    list-style: none !important
}

li.mec-no-event-found .mec-event-title {
    text-align: center
}

.mec-widget .mec-calendar {
    max-width: 100%
}

.mec-widget .mec-calendar dl dt,
.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt {
    height: 40px
}

.mec-widget .mec-calendar .mec-calendar-events-sec {
    padding: 10px
}

.mec-widget .mec-calendar .mec-calendar-header h2 {
    font-size: 13px;
    margin-top: 8px
}

.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image {
    margin-right: 12px
}

.mec-widget .mec-calendar .mec-has-event:after {
    width: 4px;
    height: 4px
}

.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
    font-size: 14px
}

.mec-widget .mec-calendar .mec-event-article .mec-event-image {
    margin-right: 11px
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-bottom: 20px
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    font-size: 0;
    padding: 4px;
    text-align: center;
    min-width: 33px
}

.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
    min-height: 200px
}

.mec-widget .mec-event-list-classic {
    margin-bottom: 8px;
    padding: 8px 0
}

.mec-widget .mec-event-list-classic .mec-event-article {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    min-height: 86px;
    padding-left: 80px
}

.mec-widget .mec-event-list-classic .mec-event-date {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase
}

.mec-widget .mec-event-list-classic .mec-event-title {
    font-size: 13px
}

.mec-widget .mec-event-list-classic .mec-event-detail {
    font-size: 11px
}

.mec-widget .mec-event-list-classic .mec-event-image {
    width: 68px;
    position: absolute;
    left: 0
}

.mec-event-list-classic .mec-event-image img {
    width: 100%
}

.mec-widget .mec-event-list-classic .mec-event-detail {
    overflow: visible
}

.event-color {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    margin-left: 5px;
    border-radius: 50%
}

.mec-map-lightbox-wp {
    padding: 15px 15px 0;
    background-color: #fff
}

.mec-map-view-event-detail.mec-event-detail {
    background-color: #e9e9e9;
    padding: 8px 15px
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article {
    padding: 0 0 15px;
    margin: 0
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image {
    width: 70px;
    margin-right: 15px
}

.mec-marker-infowindow-wp {
    display: flex;
    align-items: center;
    padding: 10px
}

.mec-marker-infowindow-wp .mec-marker-infowindow-count {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #40d9f1;
    border-radius: 50%;
    font-size: 32px;
    color: #40d9f1;
    float: left;
    margin-right: 11px
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content {
    overflow: hidden
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span {
    display: block;
    color: #222
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child {
    font-size: 15px;
    font-weight: 700
}

.mec-marker-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 15px 0 0 4px;
    border-radius: 50% 50% 50% 0;
    background: #00cae9;
    animation-name: mec-map-bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    border: 1px solid #fff;
    cursor: pointer
}

.mec-marker-wrap .mec-marker {
    margin-top: 5px;
    display: block;
    -webkit-transform: rotate(45deg) translate(1px, 0);
    transform: rotate(45deg) translate(1px, 0);
    text-align: center;
    color: #fff;
    font-size: 17px
}

.mec-marker-wrap .mec-marker-pulse-wrap {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-left: -11px;
    margin-top: 0
}

.mec-marker-wrap .mec-marker-pulse {
    display: inline-block;
    background: #01cae947;
    border-radius: 50%;
    height: 12px;
    width: 14px;
    margin-left: 3px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2
}

.mec-marker-wrap .mec-marker-pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s
}

@keyframes pulsate {
    0% {
        transform: scale(.1, .1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes mec-map-bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg)
    }

    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg)
    }

    80% {
        transform: translateY(-10px) rotate(-45deg)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

.mec-skin-grid-container .mec-skin-map-container,
.mec-skin-list-container .mec-skin-map-container {
    margin-bottom: 20px
}

.mec-googlemap-skin {
    border-radius: var(--mec-primary-border-radius)
}

.mec-single-event .mec-events-meta-group-countdown {
    color: #c9c9c9;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016)
}

.mec-events-meta-group-countdown .countdown-w {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
    display: table;
    table-layout: fixed
}

.mec-events-meta-group-countdown .countdown-w .icon-w {
    font-size: 24px
}

.mec-events-meta-group-countdown .countdown-w .label-w {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-events-meta-group-countdown .countdown-w .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
    width: 190px;
    font-size: 72px;
    transition: all .3s ease-in-out;
    line-height: 1.2
}

.mec-events-meta-group-countdown .countdown-w .block-w.done-w {
    border: 0 none
}

.mec-events-meta-group-countdown .countdown-w .block-w li {
    font-size: 50px
}

.mec-events-meta-group-countdown .countdown-w span {
    padding: 24px 0 20px
}

.mec-events-meta-group-countdown .countdown-w .div-d {
    display: none
}

.mec-events-meta-group-countdown .countdown-w .countdown-message {
    display: none
}

.mec-events-meta-group-countdown .countdown-w .block-w i {
    display: none
}

#countdown {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0
}

.mec-events-meta-group-countdown .mec-end-counts h3 {
    display: inherit;
    text-align: center;
    font-size: 16px;
    right: 50%
}

.mec-countdown-details .countdown-w .clockdiv li p {
    margin-top: 23px
}

@media (min-width:481px) and (max-width:768px) {
    .mec-events-meta-group-countdown .countdown-w {
        padding: 0
    }

    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size: 12px;
        letter-spacing: 0
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 34px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size: 10px
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 28px
    }

    .mec-countdown-details .countdown-w .clockdiv li p {
        margin-top: 16px
    }
}

@media (max-width:320px) {
    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size: 9px;
        letter-spacing: 0
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 22px
    }
}

.info-msg,
.mec-error,
.mec-success,
.warning-msg {
    margin: 30px 0 20px 0;
    padding: 10px;
    border-radius: var(--mec-secondary-border-radius);
    font-size: 13px;
    line-height: 22px
}

.info-msg {
    color: #07bbe9;
    background-color: #ecf9fe
}

.mec-cart .mec-success,
.mec-success {
    color: #2ca84c;
    background-color: #e8f9ed
}

.warning-msg {
    color: #cf7909;
    background-color: #fef7e7
}

.mec-error {
    color: #cb2916 !important;
    background-color: #fef2f2
}

.mec-fes-list {
    background: var(--mec-fes-main-color-rgba-1);
    padding: 30px 3%;
    color: #798f96
}

@media (min-width:783px) {

    .mec-fes-form .mec-col-1,
    .mec-fes-form .mec-col-10,
    .mec-fes-form .mec-col-11,
    .mec-fes-form .mec-col-12,
    .mec-fes-form .mec-col-2,
    .mec-fes-form .mec-col-3,
    .mec-fes-form .mec-col-4,
    .mec-fes-form .mec-col-5,
    .mec-fes-form .mec-col-6,
    .mec-fes-form .mec-col-7,
    .mec-fes-form .mec-col-8,
    .mec-fes-form .mec-col-9,
    .mec-fes-list .mec-col-1,
    .mec-fes-list .mec-col-10,
    .mec-fes-list .mec-col-11,
    .mec-fes-list .mec-col-12,
    .mec-fes-list .mec-col-2,
    .mec-fes-list .mec-col-3,
    .mec-fes-list .mec-col-4,
    .mec-fes-list .mec-col-5,
    .mec-fes-list .mec-col-6,
    .mec-fes-list .mec-col-7,
    .mec-fes-list .mec-col-8,
    .mec-fes-list .mec-col-9 {
        float: left
    }

    .mec-fes-form .mec-col-12,
    .mec-fes-list .mec-col-12 {
        width: 99%
    }

    .mec-fes-form .mec-col-11,
    .mec-fes-list .mec-col-11 {
        width: 90.66666667%
    }

    .mec-fes-form .mec-col-10,
    .mec-fes-list .mec-col-10 {
        width: 82.33333333%
    }

    .mec-fes-form .mec-col-9,
    .mec-fes-list .mec-col-9 {
        width: 74%
    }

    .mec-fes-form .mec-col-8,
    .mec-fes-list .mec-col-8 {
        width: 65.66666667%
    }

    .mec-fes-form .mec-col-7,
    .mec-fes-list .mec-col-7 {
        width: 57.33333333%
    }

    .mec-fes-form .mec-col-6,
    .mec-fes-list .mec-col-6 {
        width: 49%
    }

    .mec-fes-form .mec-col-5,
    .mec-fes-list .mec-col-5 {
        width: 40.66666667%
    }

    .mec-fes-form .mec-col-4,
    .mec-fes-list .mec-col-4 {
        width: 32.33333333%
    }

    .mec-fes-form .mec-col-3,
    .mec-fes-list .mec-col-3 {
        width: 24%
    }

    .mec-fes-form .mec-col-2,
    .mec-fes-list .mec-col-2 {
        width: 15.66666667%
    }

    .mec-fes-form .mec-col-1,
    .mec-fes-list .mec-col-1 {
        width: 7.33333333%
    }
}

.mec-fes-list .mec-fes-list-top-actions,
.mec-fes-list ul {
    margin: 0 auto 15px;
    max-width: 840px;
    list-style: none;
    padding: 0
}

.mec-fes-list ul li * {
    text-decoration: none !important
}

.mec-fes-list ul li {
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 6px -4px #cfeff5;
    background: #fff;
    line-height: normal
}

.mec-fes-list ul li a {
    box-shadow: none;
    color: #181818
}

.mec-fes-list ul li a:hover {
    color: #40d9f1
}

.mec-fes-list ul li .mec-event-title {
    font-size: 17px;
    font-weight: 600;
    width: calc(100% - 250px);
    display: inline-block
}

@media (max-width:680px) {
    .mec-fes-list ul li .mec-event-title {
        width: 100%;
        font-size: 13px;
        margin: 0 0 20px 0;
        display: block
    }

    .mec-fes-list ul li {
        padding: 10px 12px 40px
    }
}

@media (max-width:480px) {

    .mec-fes-list .mec-fes-list-top-actions,
    .mec-fes-list ul {
        padding-left: 0
    }
}

.mec-fes-form .mec-required {
    color: #ff3c3c
}

.mec-fes-list .mec-event-status {
    color: #fff !important;
    border-color: transparent !important
}

.mec-fes-form .mec-book-confirmed,
.mec-fes-list .mec-book-confirmed {
    background: #50d477 !important
}

.mec-fes-form .mec-book-pending,
.mec-fes-list .mec-book-pending {
    background: #fcbe69 !important
}

.mec-fes-form .mec-book-rejected,
.mec-fes-list .mec-book-rejected {
    background: #fe686a !important
}

.mec-fes-form .mec-book-other,
.mec-fes-list .mec-book-other {
    background: #40d9f1 !important
}

.mec-fes-list ul li .mec-fes-event-edit,
.mec-fes-list ul li .mec-fes-event-remove,
.mec-fes-list ul li .mec-fes-event-view {
    font-size: 11px;
    padding: 0;
    border: 0;
    background: #f7f8f9;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    transition: all .2s ease
}

.mec-fes-list ul li .mec-fes-event-edit a,
.mec-fes-list ul li .mec-fes-event-export a,
.mec-fes-list ul li .mec-fes-event-remove,
.mec-fes-list ul li .mec-fes-event-view a {
    padding: 4px 8px;
    display: inline-block;
    border: 1px solid #e7e8e9;
    border-radius: 2px;
    color: #789;
    position: relative
}

@media (max-width:600px) {

    .mec-fes-list ul li .mec-fes-event-edit a,
    .mec-fes-list ul li .mec-fes-event-export a,
    .mec-fes-list ul li .mec-fes-event-remove,
    .mec-fes-list ul li .mec-fes-event-view a {
        font-size: 10px
    }
}

.mec-fes-list ul li .mec-fes-event-remove:hover {
    cursor: pointer;
    background: #f96f8a;
    border-color: #f96f8a;
    color: #fff
}

.mec-fes-list ul li .mec-fes-event-edit a:hover,
.mec-fes-list ul li .mec-fes-event-export a:hover,
.mec-fes-list ul li .mec-fes-event-view a:hover {
    background: #40d9f1;
    color: #fff;
    border-color: #40d9f1
}

.mec-fes-form-top-actions a,
.mec-fes-list-top-actions a,
.single-mec-events .pmpro_content_message a,
.single-mec-events .pmpro_content_message a:link {
    position: relative;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
    letter-spacing: 0;
    padding: 15px 22px;
    background: #39c36e;
    box-shadow: 0 1px 7px -3px #39c36e !important;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    text-decoration: unset
}

.mec-fes-form-top-actions a:hover,
.mec-fes-list-top-actions a:hover,
.single-mec-events .pmpro_content_message a:hover,
.single-mec-events .pmpro_content_message a:hover:link {
    background: #222;
    color: #fff
}

.mec-fes-form-top-actions a:before {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.mec-fes-form .mec-form-row,
.mec-fes-list .mec-form-row {
    margin-bottom: 0;
    clear: both
}

.mec-fes-form .mec-form-row:after,
.mec-fes-list .mec-form-row:after {
    content: "";
    display: block;
    clear: both
}

.mec-fes-form label,
.mec-fes-form span.mec-label {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #798f96;
    font-weight: 400;
    padding: 0;
    margin: 5px 0
}

.mec-fes-form label:not(.mec-title label),
.mec-fes-form span.mec-label {
    margin: 0;
    line-height: 36px
}

.mec-fes-form input+label {
    line-height: 24px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

#wrap .mec-fes-form input+label {
    padding-top: 0
}

.mec-fes-form .post-status {
    float: right !important;
    margin: 0 5px;
    color: #fff;
    padding: 0 10px;
    border-radius: 12px;
    font-style: italic;
    font-size: 18px
}

.mec-fes-form #mec-event-data input[type=date],
.mec-fes-form input[type=email],
.mec-fes-form input[type=number],
.mec-fes-form input[type=password],
.mec-fes-form input[type=tel],
.mec-fes-form input[type=text],
.mec-fes-form input[type=url],
.mec-fes-form select,
.mec-fes-form textarea,
.mec-fes-list input[type=search],
.mec-fes-list select {
    min-width: inherit;
    display: inline;
    min-height: 30px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0 1% 10px 0;
    background: #fff;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 5px rgba(207, 239, 245, .38) inset;
    border-radius: 3px;
    height: 36px;
    color: #798f96;
    font-family: inherit
}

.mec-fes-form select {
    width: auto
}

.mec-fes-form textarea {
    padding: 10px;
    line-height: 20px
}

#mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,
.lity-content #mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,
.lity-content .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=date]::-webkit-calendar-picker-indicator,
.mec-single-event .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==");
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 12px;
    display: block
}

.mec-fes-form input {
    background: #fff;
    border-radius: 3px
}

.mec-fes-form textarea {
    height: 80px
}

.mec-fes-form input::-webkit-input-placeholder {
    color: #798f96
}

.mec-fes-form input::-moz-placeholder {
    color: #798f96
}

.mec-fes-form input:-ms-input-placeholder {
    color: #798f96
}

.mec-fes-form input:-moz-placeholder {
    color: #798f96
}

#mec-excerpt .mec-form-row .widefat {
    max-width: 100%
}

#mec_more_info_target {
    width: 100%
}

@media only screen and (min-width:961px) {

    .mec-fes-form #mec-event-data input[type=date],
    .mec-fes-form #mec-event-data select,
    .mec-fes-form input[type=email],
    .mec-fes-form input[type=number],
    .mec-fes-form input[type=password],
    .mec-fes-form input[type=tel],
    .mec-fes-form input[type=text],
    .mec-fes-form input[type=url],
    .mec-fes-form textarea,
    .mec-fes-list input[type=search] {
        display: inline-block
    }
}

@media only screen and (max-width:768px) {

    .mec-fes-form #mec-event-data input[type=date],
    .mec-fes-form #mec-event-data select,
    .mec-fes-form input[type=email],
    .mec-fes-form input[type=password],
    .mec-fes-form input[type=text],
    .mec-fes-form input[type=url],
    .mec-fes-form textarea,
    .mec-fes-list input[type=search] {
        width: 100%
    }
}

.mec-fes-form input[type=text]#mec_fes_title {
    padding: 5px 10px;
    min-height: 32px;
    height: 50px;
    background: #fff !important;
    max-width: 100%;
    font-size: 19px;
    font-weight: 400
}

.mec-fes-form input[type=checkbox],
.mec-fes-form input[type=radio] {
    display: inline !important;
    float: left;
    margin: 5px 5px 0 0
}

.mec-fes-form input[type=email]:focus,
.mec-fes-form input[type=number]:focus,
.mec-fes-form input[type=password]:focus,
.mec-fes-form input[type=tel]:focus,
.mec-fes-form input[type=text]:focus,
.mec-fes-form input[type=url]:focus,
.mec-fes-form select:focus,
.mec-fes-form textarea:focus,
.mec-fes-list input[type=search]:focus {
    border: 1px solid #aaa;
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    outline: 0
}

.mec-form-row .mec-color {
    cursor: pointer
}

.mec-form-row.mec-available-color-row span {
    margin: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 6px 10px 6px 0;
    border-radius: 20px 20px 20px 20px;
    vertical-align: middle
}

.mec-form-row.mec-available-color-row span:first-of-type {
    margin-left: 0
}

.mec-fes-form .mec-tooltip:hover:after,
.mec-fes-form .mec-tooltip:hover:before {
    display: none
}

.mec-fes-form .mec-tooltip .box {
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    left: 36px;
    top: calc(50% - 9px);
    transform: translateY(-50%);
    padding: 0;
    margin-top: 8px;
    background-color: #535a61;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    position: absolute;
    z-index: 9999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #444b50;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p,
.mec-fes-form .mec-tooltip .box p {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.3;
    margin: 0
}

.mec-fes-form .mec-tooltip:hover .box {
    visibility: visible;
    opacity: 1
}

.mec-fes-form .mec-tooltip:hover .box {
    padding: 20px;
    border-radius: 8px
}

.mec-fes-form .mec-tooltip .box h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: -30px -20px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    background: #3a3f44;
    border-bottom: 1px solid #32363a;
    border-radius: 6px 6px 0 0;
    z-index: 9999
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p a,
.mec-fes-form .mec-tooltip .box p a {
    color: #40d9f1;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: block;
    width: max-content
}

.mec-fes-form .mec-tooltip .box a:hover {
    color: #f90
}

.mec-fes-form .mec-tooltip .box:after {
    display: block;
    position: absolute !important;
    top: 100% !important;
    right: 50% !important;
    margin-top: -6px !important;
    margin-right: -6px !important;
    width: 12px !important;
    height: 24px !important;
    overflow: hidden !important;
    transform: rotate(-90deg) !important
}

.mec-fes-form .mec-tooltip .box:before {
    display: block;
    content: "" !important;
    position: absolute !important;
    width: 12px;
    height: 12px;
    left: -10px !important;
    top: 50% !important;
    transform: translate(50%, -50%) rotate(-45deg) !important;
    background-color: #535a61 !important;
    box-shadow: 0 8px 9px -4px #535a61 !important;
    z-index: 0 !important
}

.mec-fes-form .mec-tooltip .box.top {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    margin-top: 0;
    margin-left: -10px
}

.mec-fes-form .mec-tooltip .box.top:after {
    top: 50% !important;
    right: 100% !important
}

.mec-fes-form .mec-tooltip .box.top:before {
    left: 50% !important;
    top: 100% !important
}

.mec-fes-form .mec-tooltip .box.bottom {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 100%);
    margin-bottom: -20px;
    margin-left: -10px
}

.mec-fes-form .mec-tooltip .box.bottom:after {
    top: 0 !important;
    right: 50% !important;
    background-color: #3a3f44 !important
}

.mec-fes-form .mec-tooltip .box.bottom:before {
    left: 50% !important;
    top: -7px !important;
    transform: translateX(-50%);
    background-color: #3a3f44 !important
}

.mec-fes-form .mec-tooltip .box.left {
    left: auto;
    right: 26px;
    top: 50%;
    transform: translateY(-50%)
}

.mec-fes-form .mec-tooltip .box.left:before {
    right: 0 !important;
    left: auto !important;
    top: 50% !important
}

.mec-fes-form .mec-tooltip {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: help;
    position: relative;
    bottom: 0 !important
}

.mec-fes-form .mec-tooltip:last-child {
    margin-right: 0
}

.mec-fes-form .mec-tooltip:hover:after {
    background: #313130;
    border-radius: 5px;
    bottom: 24px;
    color: #fff;
    content: attr(title);
    left: -75px;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width: 240px
}

.mec-fes-form .mec-tooltip:hover:before {
    border: solid;
    border-color: #313130 transparent;
    border-width: 6px 6px 0;
    bottom: 18px;
    content: "";
    left: 30%;
    position: absolute;
    z-index: 99
}

.mec-fes-form .mec-tooltip .dashicons-before:before {
    color: var(--mec-fes-main-color) !important;
    font-size: 24px;
    width: 24px;
    height: 36px;
    line-height: 36px;
    padding: 0
}

.mec-fes-form .mec-tooltip a:focus {
    box-shadow: none
}

.mec-form-row .bootstrap_unvalid {
    display: block;
    border: 2px solid red;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.mec-fes-form .mec-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1
}

.mec-fes-form .mec-tooltip .content p a {
    display: none
}

@media only screen and (min-width:961px) {

    .mec-fes-form .mec-fes-form-cntt,
    .mec-fes-form .mec-fes-form-sdbr {
        width: 68%;
        float: left;
        padding-right: 20px
    }

    .mec-fes-form .mec-fes-form-sdbr {
        width: 32%;
        padding-right: 0;
        padding-left: 10px
    }

    .mec-fes-submit-mobile {
        display: none
    }
}

.mec-fes-form .mec-meta-box-fields {
    padding: 0 20px 20px;
    border: 1px solid #cfeff5;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 6px -3px #cfeff5;
    border-radius: 3px;
    background: #fff
}

.mec-fes-form .mec-fes-editor {
    margin-bottom: 20px
}

.mec-fes-form .mec-meta-box-fields h4,
.mec-fes-form .mec-meta-box-fields h4 label {
    margin: 0 -20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #40d9f1;
    text-transform: capitalize;
    padding: 15px 20px;
    margin-bottom: 20px
}

.mec-fes-form .mec-meta-box-fields h4 label {
    padding: 0;
    margin: 0
}

.mec-fes-sub-button {
    width: 100% !important
}

.mec-available-color-row span.color-selected {
    box-sizing: content-box;
    box-shadow: 0 0 0 2px #40d9f1
}

.mec-fes-loading:before {
    content: url(../images/ajax-loader.gif);
    background: 0 0;
    border-style: none;
    display: block;
    margin-left: 47%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
    width: 190px;
    margin-right: 1.4%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1,
.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-2 {
    width: 120px;
    margin-right: 10px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].widefat {
    width: 100%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row {
    border-bottom: none;
    padding-bottom: 10px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6 {
    width: 39%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button {
    margin-right: 0;
    padding: 9px 26px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button.mec-add-hourly-schedule-button {
    font-size: 12px;
    height: 30px;
    line-height: 25px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row .description {
    display: inline-block;
    border-left: 1px dashed #bfcacc;
    margin-left: 12px;
    line-height: 28px;
    padding-left: 12px;
    margin-top: 5px;
    font-style: italic
}

@media only screen and (max-width:768px) {
    .mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
        width: 100% !important
    }
}

#mec_fes_form_message {
    max-width: 838px;
    margin: 10px auto;
    display: block !important;
    text-align: center
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip {
    position: relative
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list strong,
.post-type-mec-books .attendees strong {
    line-height: 26px;
    padding-left: 26px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before {
    position: absolute;
    content: "\e001";
    font-family: simple-line-icons;
    margin: 12px 0;
    top: -30px;
    left: 0;
    font-size: 18px;
    line-height: 12px;
    color: #40d9f1;
    padding: 0 60px 5px 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul {
    position: absolute;
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #535a61;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    z-index: 9999999;
    box-sizing: border-box;
    box-shadow: 0 4px 45px -8px #444b50;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s;
    padding: 23px 20px 20px 20px;
    border-radius: 8px;
    margin-top: -13px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul:before {
    display: block;
    content: "" !important;
    position: absolute !important;
    width: 12px;
    height: 12px;
    left: -10px !important;
    top: 50% !important;
    transform: translate(50%, -50%) rotate(-45deg) !important;
    background-color: #535a61 !important;
    box-shadow: 0 8px 9px -4px #535a61 !important;
    z-index: 0 !important
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:hover ul {
    visibility: visible;
    opacity: 1
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li {
    list-style: none
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul a {
    color: #40d9f1;
    margin-bottom: 14px;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    position: relative;
    text-decoration: none;
    display: block;
    width: max-content
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li:last-child a {
    margin-bottom: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list {
    margin: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
    background: #fff;
    border-bottom: 1px solid #cfeff5
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child div span {
    line-height: 1;
    font-weight: 600;
    font-size: 13px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
    display: flex;
    background: #f8feff;
    padding: 10px;
    text-align: left
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 {
    width: 25%;
    word-wrap: break-word
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:first-child {
    width: 45%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(2) {
    width: 15%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(3) {
    width: 25%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(4) {
    width: 20%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:not(:first-child) .w-col-xs-3 {
    font-size: 13px;
    display: block;
    color: #798f96;
    font-weight: 400;
    padding: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 a {
    text-decoration: unset
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
    background: #fff
}

select#mec_fes_selected_group {
    width: 100%;
    display: block
}

.mec-pagination {
    display: block;
    margin: 40px 0 0 0
}

.mec-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row
}

.mec-pagination .page-numbers li {
    margin: 0 7px;
    padding: 0;
    display: flex
}

.mec-pagination .page-numbers li .page-numbers {
    text-align: center;
    font-size: 14px;
    line-height: 3;
    width: 42px
}

.mec-pagination .page-numbers li .page-numbers.next,
.mec-pagination .page-numbers li .page-numbers.prev {
    width: 110px
}

.mec-wrap .mec-totalcal-box {
    position: relative;
    border: 1px solid #efefef;
    padding: 20px 5px 45px 5px;
    margin: 0 0 20px;
    background: #fafafa;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .012);
    min-height: 78px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-wrap .mec-totalcal-box i {
    float: left;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #888;
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius)
}

.mec-checkboxes-search .mec-searchbar-category-wrap,
.mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-wrap .mec-totalcal-box input,
.mec-wrap .mec-totalcal-box select {
    width: auto;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #777;
    border: 1px solid #efefef;
    margin: 0 0 0 -1px;
    float: left;
    padding: 0 5px;
    font-family: inherit
}

.mec-search-form .select2-container {
    width: calc(100% - 36px) !important
}

.mec-search-form .mec-date-search .select2-container:first-of-type {
    width: calc((100% - 36px) * 3 / 5) !important
}

.mec-search-form .mec-date-search .select2-container:last-of-type {
    width: calc((100% - 36px) * 2 / 5) !important
}

.mec-search-form span.select2.select2-container--open.select2-container--below .selection .select2-selection.select2-selection--multiple,
.mec-search-form span.select2.select2-container--open.select2-container--below .selection .select2-selection.select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.mec-search-form span.select2.select2-container--open.select2-container--above .selection .select2-selection.select2-selection--multiple,
.mec-search-form span.select2.select2-container--open.select2-container--above .selection .select2-selection.select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection,
.mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection {
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #777;
    border: 1px solid #efefef;
    margin: 0 0 10px -1px;
    padding: 0 5px;
    font-family: inherit;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
    width: 100%
}

.mec-search-form .mec-date-search span.select2:first-of-type .selection .select2-selection {
    border-radius: 0
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection .select2-selection__rendered,
.mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__rendered {
    color: #777;
    line-height: 34px;
    padding: 0 0 0 5px
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection .select2-selection__arrow,
.mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__arrow {
    height: 34px
}

body:has(.mec-search-form) .select2-container--open .select2-dropdown--below {
    margin-top: 21px;
    margin-left: -1px;
    border: 1px solid #efefef;
    border-radius: 0 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius);
    overflow: hidden
}

body:has(.mec-search-form) .select2-container--open .select2-dropdown--above {
    margin-top: 33px;
    border: 1px solid #efefef;
    border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 0;
    overflow: hidden;
    left: -1px
}

body:has(.mec-search-form) .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    color: #777;
    border: 1px solid #efefef !important
}

body:has(.mec-search-form) .select2-container--default .select2-results__option--selected {
    background-color: #efefef !important
}

body:has(.mec-search-form) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--mec-color-skin) !important
}

body:has(.mec-search-form) .select2-results__option {
    font-size: 13px !important
}

.mec-wrap .mec-totalcal-box input[type=date],
.mec-wrap .mec-totalcal-box input[type=email],
.mec-wrap .mec-totalcal-box input[type=number],
.mec-wrap .mec-totalcal-box input[type=password],
.mec-wrap .mec-totalcal-box input[type=search],
.mec-wrap .mec-totalcal-box input[type=tel],
.mec-wrap .mec-totalcal-box input[type=text],
.mec-wrap .mec-totalcal-box input[type=url],
.mec-wrap .mec-totalcal-box select,
.mec-wrap .mec-totalcal-box textarea {
    border-radius: 0
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    border-right-width: 2px
}

.mec-there-labels .mec-totalcal-view {
    margin-top: 28px
}

.mec-wrap .mec-totalcal-box input[type=submit] {
    cursor: pointer;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 11px;
    transition: all .21s ease
}

.mec-wrap .mec-totalcal-box input[type=submit]:hover {
    background: #222;
    color: #fff
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 12px;
    cursor: pointer
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover {
    color: #40d9f1
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:first-child {
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius)
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:last-child {
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view {
    text-align: right;
    float: right
}

.mec-wrap .mec-totalcal-box input[type=search] {
    width: calc(100% - 36px)
}

.mec-there-reset-button.mec-totalcal-box {
    padding-bottom: 48px
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
    position: absolute !important;
    margin: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 9px 25px !important;
    background: #fff !important;
    color: #767676 !important;
    border-top: 1px solid !important;
    border-left: 1px solid !important;
    border-color: #e8e8e8 !important;
    overflow: hidden !important;
    height: 36px
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important
}

.mec-full-calendar-wrap .mec-search-form .col-md-7 {
    padding: 0
}

.mec-wrap .mec-date-search .mec-col-3,
.mec-wrap .mec-minmax-event-cost .mec-minmax-price {
    width: calc(50% - 17px)
}

.mec-wrap .mec-text-address-search.with-mec-cost {
    width: calc(100% - 336px)
}

.mec-wrap .mec-minmax-event-cost {
    display: block;
    float: left;
    width: 50%;
    margin-left: 10px
}

.mec-wrap .mec-minmax-event-cost.with-mec-address {
    display: block;
    width: 336px;
    max-width: 50%;
    float: right;
    margin-left: 0;
    padding: 0 10px
}

.mec-wrap .mec-checkboxes-search {
    padding: 0 10px;
    display: table-caption
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap {
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    padding: 0;
    position: relative;
    line-height: inherit;
    height: auto
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap select {
    line-height: 20px
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
    width: calc(100% - 36px) !important
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap input[type=search] {
    width: calc(100% - 36px) !important;
    min-height: 30px;
    margin: 0
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul,
.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
    height: auto;
    overflow: unset
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul {
    display: block
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple {
    border: unset;
    width: 100%;
    height: 0 !important;
    border-radius: 0
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul li {
    line-height: 12px !important;
    max-height: 20px !important;
    width: auto;
    margin-right: 5px;
    margin-top: 5px
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
    letter-spacing: 0;
    color: #777;
    text-transform: capitalize;
    padding: 4px 6px;
    background-color: #efefef;
    border-radius: 2px;
    border: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #777
}

@media only screen and (min-width:961px) and (max-width:1200px) {
    .mec-wrap .mec-totalcal-box {
        padding: 37px 5px
    }
}

@media only screen and (max-width:960px) {

    .mec-wrap .mec-totalcal-box .col-md-3,
    .mec-wrap .mec-totalcal-box .col-md-4,
    .mec-wrap .mec-totalcal-box .col-md-5 {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3,
    .mec-full-calendar-wrap .mec-search-form .col-md-4,
    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        padding-bottom: 10px !important
    }

    .mec-wrap .mec-search-form .mec-date-search select {
        width: calc(100% - 106px)
    }

    .mec-wrap .mec-search-form .mec-date-search select:last-child {
        width: 70px
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view {
        float: none
    }

    .mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
        display: block;
        max-width: 100%;
        white-space: break-spaces;
        max-height: unset !important;
        height: auto !important
    }
}

@media only screen and (min-width:768px) and (max-width:960px) {
    .mec-wrap .mec-totalcal-box .col-md-4 {
        position: relative;
        width: initial
    }

    .mec-wrap .mec-totalcal-box .col-md-5 {
        padding-bottom: 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin-top: 20px
    }

    .mec-wrap .mec-totalcal-box {
        padding: 37px 5px
    }
}

@media only screen and (max-width:767px) {
    .mec-wrap .mec-totalcal-box .mec-totalcal-view {
        float: none
    }

    .mec-wrap .mec-totalcal-box .col-md-4 {
        padding-bottom: 0
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address,
    .mec-wrap .mec-text-address-search.with-mec-cost {
        width: 100%;
        float: left
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address {
        max-width: calc(100% - 20px);
        margin: 0 10px 20px 10px
    }

    .mec-wrap .mec-minmax-event-cost .mec-minmax-price {
        width: calc(50% - 17px)
    }
}

@media only screen and (max-width:479px) {
    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding: 0 8px;
        font-size: 10px
    }

    .mec-wrap .mec-totalcal-box input[type=submit] {
        padding: 0 10px;
        font-size: 10px
    }
}

@media only screen and (min-width:961px) {

    .mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,
    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3 {
        padding-bottom: 20px;
        clear: both;
        overflow: hidden
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5 {
        right: 10px;
        width: initial
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4 {
        padding-bottom: 0;
        width: 100%
    }
}

@media (min-width:961px) and (max-width:1200px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding: 15px 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 50%
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding: 0 10px
    }

    .mec-search-form .mec-date-search,
    .mec-search-form .mec-dropdown-search,
    .mec-search-form .mec-text-address-search,
    .mec-search-form .mec-text-input-search {
        padding: 0 4px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2,
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3,
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4,
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-5 {
        padding-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
        min-width: calc(100% - 36px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
        min-width: calc(30% - 10px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select {
        min-width: calc(50% - 19px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        font-size: 9px;
        text-align: center
    }
}

@media only screen and (max-width:1200px) {

    .post-type-archive-mec-events .mec-totalcal-box .col-md-3,
    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        width: 100%;
        padding: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box select:last-child {
        min-width: auto
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        position: relative;
        float: right;
        max-width: 100%;
        left: 0;
        top: 20px;
        width: 100% !important;
        display: block;
        clear: both
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
        max-width: 100%;
        width: 100%
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        width: 20.1%;
        font-size: 10px
    }
}

@media only screen and (max-width:960px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        top: 10px
    }
}

@media only screen and (max-width:760px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        top: 0 !important
    }
}

@media only screen and (max-width:480px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        font-size: 8px
    }
}

@media (min-width:1201px) and (max-width:1280px) {
    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size: 9px;
        padding: 0 10px
    }
}

@media (min-width:761px) and (max-width:1200px) {
    .mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        width: 33.3333%;
        display: block;
        float: left
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-4 .mec-text-input-search {
        padding: 0;
        margin-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
        min-width: 70px;
        width: 70px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        float: right;
        padding: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size: 11px
    }
}

@media (max-width:760px) {
    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
        min-width: 70px;
        width: 70px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        float: right;
        padding: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size: 11px
    }
}

@media (max-width:960px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding: 20px 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 50%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2,
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3,
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        padding-bottom: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
        min-width: calc(100% - 36px);
        margin-bottom: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
        margin-left: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        font-size: 10px;
        text-align: center
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 14.3%;
        text-align: center;
        font-size: 10px;
        margin-right: -1px
    }
}

@media (max-width:780px) {
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
        width: calc(50% - 18px) !important
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        position: unset;
        padding-right: 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3,
    .mec-full-calendar-wrap .mec-search-form .col-md-4,
    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin: 0;
        padding: 0
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding: 0 7px;
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding: 15px 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 13.5%;
        text-align: center;
        font-size: 11px
    }
}

@media (max-width:411px) {
    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 12%;
        font-size: 10px
    }
}

@media (max-width:320px) {
    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 22.5%;
        font-size: 11px
    }
}

.mec-totalcalview-selected:hover {
    color: #fff !important
}

.mec-search-form {
    padding: 20px 10px
}

.mec-search-form .mec-dropdown-wrap {
    display: table;
    width: 100%;
    table-layout: fixed
}

.mec-search-form .mec-date-input-search,
.mec-search-form .mec-date-search,
.mec-search-form .mec-dropdown-search,
.mec-search-form .mec-text-input-search,
.mec-search-form .mec-time-input-search {
    padding: 0 10px;
    float: left
}

.mec-search-form .mec-text-input-search input {
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important
}

.mec-search-form .mec-date-search,
.mec-search-form .mec-time-picker-search,
.mec-search-form .mec-totalcal-view {
    padding: 0 10px
}

.mec-search-form .mec-text-input-search {
    width: 100%
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search {
    width: 50%
}

.mec-search-form .mec-date-search,
.mec-search-form .mec-time-picker-search {
    width: 50%;
    float: left
}

.mec-search-form .mec-minmax-event-cost input:last-child,
.mec-search-form .mec-text-address-search input,
.mec-search-form .mec-time-picker-search input:last-child {
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important
}

.mec-search-form .mec-date-search.with-mec-time-picker,
.mec-search-form .mec-time-picker-search.with-mec-date-search {
    width: 25%;
    float: left
}

.mec-search-form .mec-tab-loader.col-md-6 .mec-totalcal-view {
    padding: 0
}

.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end,
.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start {
    width: calc(50% - 17px)
}

.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end:focus,
.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end:hover,
.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start:focus,
.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start:hover {
    border-color: #efefef;
    box-shadow: none
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12,
.mec-search-form .mec-minmax-event-cost,
.mec-search-form .mec-text-address-search {
    min-height: 55px
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12,
.mec-widget .mec-search-form .mec-date-search,
.mec-widget .mec-search-form .mec-text-input-search {
    width: 100%
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    padding: 0 10px
}

.mec-there-labels .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    margin-top: 20px
}

.mec-search-form .mec-date-search {
    clear: left
}

.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: table-cell;
    float: none
}

.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: block
}

.mec-checkboxes-search .mec-searchbar-category-wrap,
.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    width: calc(100% - 36px);
    margin-bottom: 20px;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
    padding-bottom: 3px
}

.mec-wrap .mec-search-form .mec-text-input-search {
    padding: 0 10px
}

.mec-wrap .mec-search-form .mec-minmax-price input,
.mec-wrap .mec-search-form .mec-text-address-search input,
.mec-wrap .mec-search-form .mec-text-input-search input {
    margin-bottom: 10px
}

.mec-wrap .mec-totalcal-box label {
    display: block;
    line-height: 1.8;
    margin-bottom: 4px;
    font-size: 13px;
    color: #9a9a9a
}

.mec-wrap .mec-search-form .mec-date-search select {
    width: calc(100% - 106px)
}

.mec-wrap .mec-search-form .mec-date-search select:last-child {
    width: 70px;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important
}

@media only screen and (max-width:781px) {

    .mec-search-form .mec-date-search,
    .mec-search-form .mec-dropdown-search,
    .mec-search-form .mec-text-input-search {
        width: 100%;
        float: none
    }

    .mec-search-form .mec-date-search {
        min-height: 55px
    }

    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        display: block;
        width: 50%;
        float: left
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 {
        margin-bottom: 0;
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width:479px) {
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        display: block;
        width: 100%;
        float: none
    }
}

@media only screen and (min-width:961px) and (max-width:1200px) {

    .post-type-archive-mec-events .mec-totalcal-box .col-md-3,
    .post-type-archive-mec-events .mec-totalcal-box .col-md-4,
    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        max-width: 100%;
        width: 100%
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding: 0 10px
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
        margin: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        margin-bottom: 20px;
        padding: 0 10px 10px 10px
    }
}

@media only screen and (max-width:960px) {

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4,
    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding: 0 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        margin-bottom: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
        margin: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
        padding-right: 15px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin-bottom: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        padding: 0
    }
}

@media only screen and (max-width:780px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 0
    }
}

@media only screen and (max-width:760px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 20px;
        margin-bottom: 0
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4,
    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding: 0
    }
}

@media only screen and (max-width:1200px) {
    .post-type-archive-mec-events .mec-full-calendar-wrap .mec-totalcal-view span {
        width: 14.333%;
        font-size: 8px
    }
}

@media only screen and (min-width:320px) and (max-width:960px) {
    .post-type-archive-mec-events .mec-search-form .col-md-5 span {
        width: 20% !important
    }
}

.mec-search-form .mec-text-address-search {
    float: left;
    width: 100%;
    padding: 0 10px
}

@media (max-width:960px) {
    .mec-search-form .mec-dropdown-search {
        margin-bottom: 10px
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address,
    .mec-wrap .mec-text-address-search.with-mec-cost {
        margin-top: 0
    }

    .mec-search-form .mec-date-search.with-mec-time-picker,
    .mec-search-form .mec-time-picker-search.with-mec-date-search {
        width: 50%;
        margin-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
        margin: 0
    }

    .mec-full-calendar-wrap .mec-tab-loader {
        width: 100%;
        display: block;
        float: unset;
        padding: 0 0 0 10px
    }
}

@media (max-width:780px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding: 10px
    }

    .mec-search-form .mec-date-search.with-mec-time-picker,
    .mec-search-form .mec-time-picker-search.with-mec-date-search {
        margin: 20px 0;
        height: auto
    }

    .mec-search-form .mec-date-search {
        min-height: unset
    }
}

@media (max-width:480px) {

    .mec-search-form .mec-date-search.with-mec-time-picker,
    .mec-search-form .mec-time-picker-search.with-mec-date-search {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 12%;
        text-align: center;
        font-size: 9px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span,
    .mec-search-form .mec-date-search.with-mec-time-picker,
    .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search,
    .mec-search-form .mec-minmax-event-cost,
    .mec-search-form .mec-text-address-search,
    .mec-search-form .mec-time-picker-search.with-mec-date-search,
    .mec-wrap .mec-minmax-event-cost.with-mec-address {
        margin-bottom: 0;
        margin-top: 10px;
        min-height: auto
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address {
        margin-bottom: 10px
    }

    .mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address,
    .mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search,
    .mec-wrap.mec-widget .mec-text-address-search.with-mec-cost {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address {
        float: left !important;
        max-width: calc(100% - 20px) !important;
        margin: 0 0 0 10px !important
    }

    .mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search {
        margin-top: 20px !important
    }

    .mec-wrap.mec-widget .mec-search-form .mec-text-input-search {
        padding: 10px !important
    }
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a:hover {
    text-decoration: none;
    cursor: pointer
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a:hover,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker td:hover a {
    color: #2c6396;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-title {
    font-weight: 700
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev {
    cursor: default;
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1.4;
    margin-top: 2px;
    width: 20px
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: center
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev:before {
    content: "\f341"
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next:before {
    content: "\f345"
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-icon {
    display: none
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
    padding: 4px 0;
    border: none
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, color .1s ease-in-out
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default
}

@media only screen and (max-width:768px) {
    .mec-owl-theme .owl-nav [class*=owl-] {
        display: none !important
    }
}

.mec-owl-theme .owl-dots .owl-dot {
    border: none
}

.event-carousel-type1-head .mec-event-image {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.event-carousel-type1-head .mec-event-image img {
    width: 100%
}

.mec-event-carousel-content .mec-event-carousel-title a {
    transition: all .2s ease
}

.event-carousel-type1-head .mec-event-date-carousel {
    position: absolute;
    top: 25px;
    left: 1px;
    font-size: 41px;
    width: 160px;
    color: #fff;
    font-weight: 500;
    background-color: #40d9f1;
    padding-left: 14px;
    height: 97px;
    line-height: 2.3;
    padding-right: 85px;
    border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.event-carousel-type1-head .mec-event-date-carousel:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -1;
    bottom: -13px;
    left: 5px;
    width: 0;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg)
}

.event-carousel-type1-head .mec-event-date-info {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 27px;
    left: 75px
}

.event-carousel-type1-head .mec-event-date-info-year {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 45px;
    left: 75px
}

.mec-event-carousel-content {
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-top: -5px;
    padding: 34px 9px 11px 37px
}

.mec-event-carousel-content .mec-event-carousel-title a {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px
}

.mec-event-carousel-content p {
    font-size: 14px;
    color: #7a7272;
    font-weight: 400
}

.mec-owl-crousel-skin-type1 .owl-item .mec-event-article {
    padding: 0 19px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-carousel-type1 .owl-page.active span {
    background-color: #00aeef;
    height: 14px;
    width: 14px
}

.mec-event-carousel-type1 .mec-event-date {
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.mec-event-carousel-type1 .mec-event-carousel-content {
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: all .27s ease;
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-skin-carousel-container .mec-owl-carousel button:focus {
    outline: 0
}

.mec-event-carousel-type1 .mec-event-carousel-content:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .07)
}

.mec-skin-carousel-container .mec-multiple-event .mec-event-date-carousel {
    width: 255px
}

.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info,
.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info-year {
    left: 175px
}

.mec-skin-carousel-container .mec-time-details,
.mec-skin-carousel-container .mec-time-details span {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
    color: #000;
    border-radius: 2px;
    white-space: nowrap
}

.mec-event-carousel-type4 .mec-time-details,
.mec-event-carousel-type4 .mec-time-details span {
    color: #fff
}

.mec-skin-carousel-container .mec-time-details span {
    margin: 0;
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:1000px),
(min-width:270px) and (max-width:448px) {
    .event-carousel-type1-head .mec-event-date-carousel {
        font-size: 25px;
        line-height: 2.5;
        padding-right: 70px;
        height: 64px;
        width: 120px
    }

    .event-carousel-type1-head .mec-event-date-carousel:after {
        left: 7px
    }

    .event-carousel-type1-head .mec-event-date-info {
        font-size: 10px;
        top: 13px;
        left: 55px
    }

    .event-carousel-type1-head .mec-event-date-info-year {
        font-size: 10px;
        top: 25px;
        left: 55px
    }

    .event-carousel-type1-head .mec-event-date-carousel:after {
        top: 48px
    }
}

.event-carousel-type2-head {
    background: #fff;
    border: 1px solid #e6e6e6
}

.event-carousel-type2-head .mec-event-carousel-content-type2 {
    margin-top: 15px;
    min-height: 182px
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 400
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px
}

.mec-event-carousel-content-type2 .mec-event-carousel-title a {
    color: inherit
}

.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p {
    font-size: 16px;
    font-weight: 400;
    color: #444
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 {
    margin-top: 33px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end
}

.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap {
    padding-left: 0;
    position: relative;
    left: 0;
    margin-right: auto
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li {
    border: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
    border: 1px solid #e4e4e4;
    padding: 7px 23px 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 500;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover {
    color: #fff
}

.mec-event-article .event-carousel-type2-head {
    padding: 10%;
    margin-right: -1px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #e6e6e6
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
    line-height: 17px;
    height: 41px;
    padding: 12px 10px;
    border-radius: var(--mec-secondary-border-radius)
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-modal-booking-button {
    margin: 0;
    padding: 12px 10px;
    margin-left: 15px
}

.mec-wrap .mec-event-carousel-type2 .owl-next,
.mec-wrap .mec-event-carousel-type2 .owl-prev,
.mec-wrap .mec-event-carousel-type3 .owl-next,
.mec-wrap .mec-event-carousel-type3 .owl-prev,
.mec-wrap .mec-event-carousel-type4 .owl-next,
.mec-wrap .mec-event-carousel-type4 .owl-prev {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 47%;
    background-color: transparent !important;
    position: absolute !important
}

.mec-event-carousel-type2 .owl-next {
    right: -60px
}

.mec-event-carousel-type2 .owl-prev {
    left: -60px
}

.mec-event-carousel-type2 .owl-next,
.mec-event-carousel-type2 .owl-prev,
.mec-event-carousel-type3 .owl-next,
.mec-event-carousel-type3 .owl-prev,
.mec-event-carousel-type4 .owl-next,
.mec-event-carousel-type4 .owl-prev {
    border: none
}

.mec-event-carousel-type2 .owl-next i,
.mec-event-carousel-type2 .owl-prev i,
.mec-event-carousel-type3 .owl-next i,
.mec-event-carousel-type3 .owl-prev i,
.mec-event-carousel-type4 .owl-next i,
.mec-event-carousel-type4 .owl-prev i {
    font-size: 40px;
    color: #282828
}

.mec-event-carousel-type2 .owl-next i:hover,
.mec-event-carousel-type2 .owl-prev i:hover,
.mec-event-carousel-type3 .owl-next i:hover,
.mec-event-carousel-type3 .owl-prev i:hover {
    color: #000;
    cursor: pointer
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing {
    top: auto;
    bottom: 60px
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,
.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent
}

@media only screen and (min-width:320px) and (max-width:768px) {

    .mec-event-carousel-type2 .owl-next,
    .mec-event-carousel-type2 .owl-prev,
    .mec-event-carousel-type3 .owl-next,
    .mec-event-carousel-type3 .owl-prev,
    .mec-event-carousel-type4 .owl-next,
    .mec-event-carousel-type4 .owl-prev {
        position: initial;
        top: 100%
    }
}

.mec-event-carousel-type3 .mec-event-article {
    margin: 0 10px
}

.event-carousel-type3-head .mec-event-image,
.event-carousel-type3-head .mec-event-image img {
    width: 100%;
    height: auto;
    border-radius: var(--mec-primary-border-radius)
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 {
    background: #fff;
    display: inline-block;
    width: calc(100% - 40px);
    margin-top: -74px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 8% 11%;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
    border-radius: var(--mec-primary-border-radius)
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button {
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    float: right;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
    color: #707070;
    font-weight: 500;
    border-radius: var(--mec-secondary-border-radius)
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover {
    color: #fff
}

.mec-event-footer-carousel-type3 span {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 400
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title {
    font-size: 29px;
    font-weight: 700
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title a {
    color: inherit
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 p {
    font-size: 16px;
    font-weight: 400;
    color: #444 !important;
    margin-bottom: 36px
}

.mec-event-carousel-type3 .owl-next {
    right: -70px
}

.mec-event-carousel-type3 .owl-prev {
    left: -70px
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap {
    position: relative;
    float: left;
    left: 0
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing {
    top: auto;
    bottom: 60px
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,
.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent
}

.event-carousel-type3-head .mec-end-date-label {
    display: inline;
    margin-left: 2px
}

.event-carousel-type4-head.clearfix {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: var(--mec-primary-border-radius)
}

.event-carousel-type4-head .mec-event-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: auto;
    background-color: rgba(36, 36, 36, .4);
    transition: all .33s ease-in-out
}

.mec-event-hover-carousel-type4 {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 50px 35px;
    transition: all .33s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.event-carousel-type4-head .mec-event-image img {
    min-height: 360px;
    object-fit: cover
}

.mec-event-carousel-type4 .mec-event-article {
    margin: 0 10px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4 {
    opacity: 1;
    visibility: visible
}

.mec-event-hover-carousel-type4 .mec-event-icon {
    font-size: 18px;
    float: left;
    margin-right: 14px;
    color: #fff;
    padding: 13px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-hover-carousel-type4 .mec-event-date {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    text-align: left
}

.mec-event-hover-carousel-type4 .mec-event-date span {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.mec-event-hover-carousel-type4 .mec-event-title {
    color: #fff;
    margin: 20px 0 38px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal
}

.mec-event-hover-carousel-type4 .mec-btn-wrapper {
    text-align: left
}

.mec-event-hover-carousel-type4 .mec-event-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 10px 14px;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-hover-carousel-type4 .mec-event-button:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff
}

.mec-event-carousel-type4 .owl-next {
    right: -70px
}

.mec-event-carousel-type4 .owl-prev {
    left: -70px
}

.mec-carousel-type4-head {
    margin-bottom: 25px
}

.mec-carousel-type4-head-title {
    padding: 0 11px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.mec-carousel-type4-head-link {
    text-align: right;
    padding: 0 11px
}

.mec-carousel-type4-head-link a {
    background: #222;
    color: #fff;
    padding: 10px 38px;
    transition: all .3s ease
}

.mec-carousel-type4-head-link a:hover,
.mec-carousel-type4-head-link a:visited {
    color: #fff
}

.mec-wrap .mec-event-countdown-style1 {
    color: #fff;
    padding: 0 !important;
    display: table;
    background: #437df9;
    border-radius: var(--mec-primary-border-radius)
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 {
    z-index: 5;
    padding: 50px 1% 50px 4%;
    display: table-cell;
    float: none;
    vertical-align: middle
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 {
    background-color: rgba(0, 0, 0, .05);
    height: 100%;
    padding-top: 0;
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: middle
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
    background-color: #f8f8f8;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style1 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016)
}

.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span {
    display: block
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    margin-top: -11px;
    right: -22px;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #4077ed !important
}

.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: center;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,
.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all .24s ease;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222
}

.mec-event-countdown-style1 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto
}

.mec-event-countdown-style1 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style1 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
    background-color: rgba(0, 0, 0, .1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li:first-child {
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius)
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li:last-child {
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1
}

@media only screen and (min-width:1200px) {

    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,
    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,
    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3 {
        width: 100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%
    }
}

@media (max-width:960px) {

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,
    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,
    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
        width: 100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%;
        transform: rotate(90deg)
    }
}

@media (max-width:480px) {
    .mec-event-countdown-style1 .mec-event-countdown .block-w {
        margin: 3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
        padding: 10px 5px;
        min-width: 50px;
        margin: 3px 1px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
        font-size: 8px
    }

    .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
        display: inline
    }
}

.mec-wrap .mec-event-countdown-style2 {
    color: #fff;
    padding: 30px 0;
    background: #437df9;
    max-width: 600px;
    margin: 0 auto;
    border-radius: var(--mec-primary-border-radius)
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3 {
    width: 100%;
    float: none;
    vertical-align: middle;
    padding: 50px 10% 50px 10%
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 {
    padding-top: 12%;
    padding-bottom: 0
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style2 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016)
}

.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span {
    display: block
}

.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: left;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,
.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 8px
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    background: #fff;
    transition: all .24s ease;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222;
    color: #fff
}

.mec-event-countdown-style2 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0
}

.mec-event-countdown-style2 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style2 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
    background-color: rgba(0, 0, 0, .1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        min-width: 80px;
        padding: 15px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 26px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 11px
    }
}

@media only screen and (max-width:479px) {
    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        min-width: 40px;
        padding: 15px 10px;
        margin: 2px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 20px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 9px
    }
}

@media (max-width:380px) {
    .mec-event-countdown-style2 .mec-event-countdown .block-w {
        margin: 3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        padding: 10px 4px;
        margin: 4px 1px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 7px
    }
}

.mec-wrap .mec-event-countdown-style3 {
    color: #fff;
    padding: 0;
    background: #282828;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: var(--mec-primary-border-radius)
}

@media only screen and (max-width:768px) {
    .mec-wrap .mec-event-countdown-style3 {
        flex-direction: column
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-image img {
        width: 100% !important
    }
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 {
    width: 800px;
    padding: 50px 10px 50px 60px;
    vertical-align: middle;
    position: relative
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
    width: calc(100% - 800px);
    position: relative;
    padding-bottom: 0;
    padding-top: 0
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-image {
    overflow: hidden;
    border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-image img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    max-width: unset;
    display: block
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
    font-weight: 400;
    display: block
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
    color: #fff;
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style3 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016)
}

.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: center;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,
.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all .24s ease
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222
}

.mec-event-countdown-style3 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 20px
}

.mec-event-countdown-style3 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style3 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
    padding: 15px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
    font-size: 11px;
    color: #888;
    margin: 8px 0 0;
    line-height: 1
}

.mec-event-countdown-style3 .mec-event-date {
    width: 176px;
    height: 96px;
    background: #40d9f1;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: -27px;
    top: 146px;
    border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.mec-event-countdown-style3 .mec-event-date:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    bottom: -18px;
    left: 8px;
    width: 0;
    border-width: 19px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg)
}

.mec-event-countdown-style3 .mec-event-date .mec-date1 {
    font-size: 50px;
    position: absolute;
    top: 7px;
    left: 12px;
    letter-spacing: -3px
}

.mec-event-countdown-style3 .mec-event-date .mec-date2 {
    position: absolute;
    left: 80px;
    top: 26px
}

.mec-event-countdown-style3 .mec-event-date .mec-date3 {
    position: absolute;
    left: 80px;
    top: 45px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details {
    padding-top: 35px;
    margin-bottom: 50px;
    min-height: 100px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    padding-right: 20px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 22px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before {
    content: "";
    display: inline-block;
    width: 18px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 8px
}

.mec-event-countdown-style3 .mec-event-title-link {
    position: absolute;
    left: 190px;
    top: 152px
}

.event-carousel-type1-head .mec-event-date-carousel:before,
.mec-event-countdown-style3 .mec-event-date:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 96px;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
    background: 0 0
}

@media only screen and (min-width:960px) {
    .mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li {
        padding: 10px
    }

    .mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
        font-size: 31px
    }
}

@media (max-width:959px) {

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,
    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
        width: 100%;
        display: block
    }

    .mec-event-countdown-style3 .mec-event-title-link {
        top: 190px
    }

    .mec-event-countdown-style3 .mec-event-countdown {
        top: 96px
    }

    .mec-event-countdown-style3 .mec-event-date {
        left: 0;
        top: 190px
    }

    .mec-event-countdown-style3 .mec-event-date:after {
        display: none
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
        display: inline
    }

    .mec-event-countdown-style3 .mec-event-countdown-part-details {
        min-height: 150px
    }
}

@media (max-width:767px) {
    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
        font-size: 26px;
        letter-spacing: -1px
    }

    .mec-event-countdown-style3 .mec-event-title-link {
        left: 130px
    }

    .mec-event-countdown-style3 .mec-event-date {
        width: 120px;
        font-size: 10px;
        height: 63px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date1 {
        font-size: 36px;
        top: 3px;
        left: 4px;
        letter-spacing: -2px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date2 {
        position: absolute;
        left: 52px;
        top: 12px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date3 {
        position: absolute;
        left: 52px;
        top: 28px
    }
}

@media (max-width:380px) {
    .mec-event-countdown-style3 .mec-event-title-link {
        left: 10px;
        top: 260px
    }

    .mec-event-countdown-style3 .mec-event-countdown-part-details {
        min-height: 200px
    }

    .mec-event-countdown-style3 .mec-event-countdown .block-w {
        margin: 3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
        padding: 10px 5px
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
        font-size: 8px
    }
}

.mec-slider-t1-wrap {
    width: 100%;
    padding: 60px 90px;
    background: #f7f7f7;
    min-height: 560px;
    position: relative
}

.mec-slider-t1 {
    height: 500px;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .13);
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t1 .mec-event-article {
    position: relative;
    height: 500px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t1 .mec-slider-t1-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 50%;
    height: 100%;
    float: right;
    margin: 0;
    overflow: hidden;
    border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0
}

.mec-slider-t1 .mec-slider-t1-content {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    padding: 6%;
    border-radius: var(--mec-primary-border-radius) 0 0 var(--mec-primary-border-radius)
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: var(--mec-secondary-border-radius);
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
    background: #fff
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
    left: auto;
    right: -100px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -100px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 12px;
    color: #282828;
    transition: all .21s ease
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (min-width:961px) {
    .mec-slider-t1 {
        margin: 0 auto;
        max-width: 900px
    }
}

@media only screen and (max-width:960px) {

    .mec-slider-t1 .mec-slider-t1-content,
    .mec-slider-t1 .mec-slider-t1-img {
        width: 100%;
        float: none
    }

    .mec-slider-t1 .mec-slider-t1-img {
        height: 300px
    }

    .mec-slider-t1,
    .mec-slider-t1 .mec-event-article {
        height: auto
    }
}

@media only screen and (max-width:768px) {
    .mec-slider-t1-wrap {
        padding: 0
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,
    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
        top: 40px;
        margin-top: 0
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
        left: auto;
        right: 10px
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
        right: auto;
        left: 10px
    }
}

@media only screen and (max-width:479px) {
    .mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t2-wrap {
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: 600px;
    position: relative
}

.mec-slider-t2 .mec-event-article {
    height: 600px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0
}

.mec-slider-t2 .mec-slider-t2-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 70%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t2 .mec-slider-t2-content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    padding: 3%;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern * {
    color: #fff
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,
.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,
.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #111
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: var(--mec-secondary-border-radius);
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 84px;
    cursor: pointer
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
    background: #fff
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 30px
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 82px
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color {
    color: #fff
}

@media only screen and (min-width:961px) {
    .mec-slider-t2 {
        margin: 0 auto;
        max-width: 1200px
    }
}

@media only screen and (max-width:960px) {

    .mec-slider-t2 .mec-slider-t2-content,
    .mec-slider-t2 .mec-slider-t2-img {
        width: 100%;
        float: none;
        position: static
    }

    .mec-slider-t2 .mec-slider-t2-img {
        height: 300px
    }

    .mec-slider-t2 .mec-event-article {
        height: auto
    }

    .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,
    .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
        top: 40px
    }
}

@media only screen and (max-width:479px) {
    .mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }
}

.mec-slider-t3-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t3 .mec-event-article {
    height: 700px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t3 .mec-slider-t3-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    opacity: .68;
    z-index: 1;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t3 .mec-slider-t3-content {
    width: 50%;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    padding: 0 2% 0 7%;
    margin: auto 0;
    background: 0 0;
    z-index: 2
}

.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color) {
    color: #fff
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,
.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all .21s ease;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer {
    text-align: left;
    padding: 15px 15px 10px
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,
.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #40d9f1
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
    border-color: #40d9f1
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: var(--mec-secondary-border-radius);
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
    background: #fff
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 10px
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 10px
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (min-width:961px) {
    .mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
        font-size: 50px;
        font-weight: 400
    }

    .mec-slider-t3-content.mec-event-grid-modern .mec-event-description {
        font-size: 19px
    }
}

.mec-event-description {
    line-height: 1.7
}

@media only screen and (max-width:767px) {

    .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,
    .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
        top: 40px;
        margin-top: 0
    }
}

@media only screen and (max-width:479px) {
    .mec-slider-t3 .mec-slider-t3-content {
        width: 100%
    }

    .mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t4-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t4 .mec-event-article {
    height: 700px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t4 .mec-slider-t4-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t4 .mec-slider-t4-content {
    width: auto;
    max-width: 700px;
    background: rgba(37, 37, 37, .94) !important;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 8%;
    top: 19%;
    padding: 3%;
    margin: auto 0;
    background: 0 0;
    z-index: 2;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color) {
    color: #fff
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,
.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #40d9f1
}

.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer {
    text-align: left;
    padding: 15px 15px 10px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all .21s ease;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,
.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #111
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: var(--mec-secondary-border-radius);
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
    background: #fff
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 60px
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 112px
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .mec-slider-t4 .mec-slider-t4-content {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0
    }

    .mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t5-wrap {
    width: auto;
    max-width: 570px;
    padding: 0;
    margin: 0 auto 25px;
    background: #fff;
    min-height: 480px;
    position: relative;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t5 {
    height: auto;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .13);
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t5 .mec-event-article {
    position: relative;
    height: auto;
    border-radius: var(--mec-primary-border-radius)
}

.mec-slider-t5 .mec-slider-t5-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
    float: none;
    margin: 0;
    overflow: hidden;
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.mec-slider-t5 .mec-slider-t5-content {
    width: 100%;
    float: none;
    height: 100%;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-slider-t5 .mec-events-content p {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t5 .mec-slider-t5-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-slider-t5 .mec-slider-t5-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px
}

.mec-slider-t5 .mec-slider-t5-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-slider-t5 .mec-slider-t5-col6 address {
    font-size: 12px;
    margin-bottom: 0
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: var(--mec-secondary-border-radius);
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
    background: #fff
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 30px
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 82px
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .mec-slider-t5 .mec-slider-t5-col6 {
        width: 100%;
        margin: 10px 0
    }
}

@media only screen and (max-width:479px) {
    .mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
        font-size: 24px
    }
}

.mec-single-modern .mec-events-event-image {
    text-align: center
}

.mec-single-modern .mec-events-event-image img {
    width: 100%
}

.mec-single-modern .mec-single-event-bar {
    margin: 20px 0 0;
    padding: 15px;
    display: table;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6
}

.mec-single-modern .mec-single-event-bar>div {
    display: table-cell
}

.mec-single-modern .mec-single-event-bar>div i {
    font-size: 20px;
    vertical-align: middle
}

.mec-single-modern .mec-single-event-bar>div .mec-time-comment {
    font-size: 12px;
    color: #999
}

.mec-single-modern .mec-single-event-bar>div h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-modern .mec-single-event-bar>div dd {
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 34px;
    margin-bottom: 0
}

.mec-single-modern .col-md-4 .mec-frontbox,
.mec-single-modern .col-md-4 .mec-sponsors-details {
    margin-top: -50px;
    margin-bottom: 70px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: none
}

.mec-single-modern .col-md-4.mec-no-image .mec-frontbox {
    margin-top: 20px
}

.mec-next-occurrence ul {
    padding-left: 0;
    margin-left: 0
}

.mec-next-occurrence li {
    list-style: none
}

@media only screen and (min-width:960px) {
    .featherlight-content .col-md-4 .mec-sponsors-details {
        margin-left: 0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:960px) {
    .mec-single-modern .mec-single-event-bar>div {
        display: block
    }
}

.lity-content>div {
    overflow: auto;
    max-height: 80vh !important;
    border-radius: var(--mec-primary-border-radius)
}

.mec-next-event-details li {
    list-style: none;
    margin-top: 20px
}

.mec-next-event-details h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline;
    color: #222;
    padding-left: 0
}

.mec-next-event-details abbr {
    display: block;
    padding-left: 0;
    color: #8d8d8d;
    font-size: 14px
}

.mec-next-event-details i {
    margin: 0 10px;
    vertical-align: middle
}

.mec-next-event-details i:before {
    color: #40d9f1
}

.mec-next-event-details a {
    text-align: center;
    display: block;
    background: #fff;
    padding: 6px 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    transition: .3s;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-active-occurrence-button {
    margin-top: 20px
}

.mec-single-modal.mec-single-modern .mec-single-title {
    text-align: center;
    padding: 15px 10px 0
}

.admin-bar .mec-single-modal.mec-single-modern .mec-single-title {
    padding-top: 40px
}

.mec-single-modal.mec-single-modern .mec-single-event-bar {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    padding: 5px
}

.mec-single-modal.mec-single-modern .mec-events-event-image {
    width: calc(100% - 30px);
    margin: 0 auto
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd {
    font-size: 13px
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3 {
    font-size: 15px
}

@media only screen and (min-width:960px) {
    .mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
        margin-left: 0
    }
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
    margin-top: 10px;
    margin-bottom: 10px
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta {
    padding: 0
}

@media (min-width:961px) {
    .mec-single-event.mec-sticky {
        position: relative
    }

    .mec-single-event.mec-sticky .col-md-4 {
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }

    .mec-single-modern.mec-sticky .col-md-4 {
        top: 170px
    }

    .single-mec-events .mec-sticky .col-md-8>div:last-child {
        margin-bottom: 30px
    }

    .single-mec-events .mec-single-modern.mec-sticky .col-md-8>div:last-child {
        margin-bottom: 70px
    }
}

.mec-single-modal .mec-event-meta dd.mec-organizer-email a,
.mec-single-modal .mec-event-meta dd.mec-organizer-url a {
    font-size: 12px;
    display: block
}

.mec-organizer-description p {
    padding-left: 12px
}

.mec-modal-wrap {
    max-width: 90vw;
    max-height: 90vh !important;
    background: #fff;
    box-shadow: 0 1px 55px rgba(0, 0, 0, .5);
    overflow-x: hidden !important
}

@media (max-width:1023px) {
    .mec-modal-wrap {
        max-width: 80vw
    }
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,
.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button {
    display: block;
    text-align: center
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:first-child {
    margin-bottom: 20px
}

.mec-holding-status-expired {
    color: #d8000c
}

.mec-holding-status-ongoing {
    color: #0dbf52
}

body .featherlight {
    z-index: 999999 !important
}

body .featherlight .featherlight-content {
    background: 0 0;
    overflow: unset;
    z-index: 9999
}

body .featherlight .featherlight-close-icon,
body .lity-close {
    position: fixed;
    top: 40px;
    right: 40px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 9999;
    cursor: pointer
}

body .featherlight .featherlight-close-icon:active,
body .featherlight .featherlight-close-icon:focus,
body .featherlight .featherlight-close-icon:hover,
body .lity-close:active,
body .lity-close:focus,
body .lity-close:hover {
    top: 40px;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    color: #000;
    border: 1px solid #000
}

@media (max-width:320px) {
    .mec-wrap span.flip-clock-divider {
        width: 20px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        padding: 15px 12%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .mec-wrap .flip-clock-wrapper ul {
        padding: 0
    }
}

@media (max-width:414px) {
    .mec-wrap span.flip-clock-divider {
        width: 30px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 7%
    }
}

@media (max-width:480px) {
    body .featherlight .featherlight-content {
        width: 95%
    }

    .mec-wrap span.flip-clock-divider {
        width: 7px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 1%
    }

    body .featherlight .featherlight-close-icon {
        color: #000;
        border-color: #000
    }
}

@media (max-width:1366px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 20px !important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 15px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 48px
    }
}

@media (max-width:1280px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 14px !important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 15px 10px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 38px
    }
}

@media (min-width:961px) and (max-width:1024px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 7px !important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 15px 5px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 14px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul li a div {
        font-size: 30px
    }
}

@media (max-width:640px) {
    body .mec-modal-wrap .mec-single-modal.featherlight-close-icon {
        top: 14px;
        right: 14px
    }
}

@media (max-width:480px) {

    .featherlight .featherlight-content,
    body .mec-modal-wrap {
        max-width: 100%
    }

    body .mec-modal-wrap.flip-clock-divider .flip-clock-label {
        display: block
    }
}

@media (max-width:414px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 50px !important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 65px
    }

    body .featherlight-content .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 2px 20px 2px !important
    }

    body .featherlight-content .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 3px !important
    }
}

@media (max-width:375px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 50px !important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 45px
    }
}

@media (max-width:320px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 20px !important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 40px
    }
}

.mec-single-modal .mec-events-progress-bar {
    display: none
}

.mec-single-event-bar dd {
    margin-left: 0
}

.mec-events-toggle {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.mec-events-toggle .mec-toggle-item {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    box-shadow: 0 10px 15px #f3f3f3;
    border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0
}

.mec-events-toggle .mec-toggle-item-inner {
    cursor: pointer;
    position: relative;
    padding: 30px 60px 30px 15px;
    background: #fff;
    transition: all .3s ease;
    min-height: 100px;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0
}

.mec-events-toggle .mec-toggle-item-inner:hover {
    background: #fbfbfb
}

.mec-toggle-item-col {
    width: 200px;
    border-right: 1px solid #e3e3e3;
    margin-right: 15px;
    display: table-cell;
    padding-right: 5px
}

.mec-toggle-item-col .mec-event-date {
    font-size: 38px;
    line-height: 40px;
    float: left;
    margin-right: 8px
}

.mec-toggle-item-col .mec-event-month,
.mec-toggle-item-col .mec-time-details {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
    font-weight: 700
}

.mec-toggle-item-col .mec-event-detail {
    font-size: 10px
}

.mec-toggle-item-col .mec-event-day {
    margin-top: 9px;
    color: silver;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px
}

.mec-events-toggle .mec-toggle-title {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all .3s ease;
    display: table-cell;
    text-align: left;
    max-width: calc(100% - 200px);
    padding-left: 15px;
    vertical-align: middle
}

.mec-events-toggle .mec-toggle-item-inner span.event-color {
    width: 5px;
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    border-radius: 0;
    margin: 0
}

.mec-events-toggle .mec-toggle-item-inner i {
    position: absolute;
    font-size: 30px;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer
}

.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before {
    content: "\e615"
}

.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title {
    background: #f8f8f8;
    cursor: pointer
}

.mec-events-toggle .mec-toggle-content {
    border-top: 1px solid #e4e4e4
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap {
    margin: 0;
    max-width: 100%;
    box-shadow: none
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event {
    margin: 0
}

.mec-events-toggle .mec-toggle-content .mec-single-event-bar,
.mec-events-toggle .mec-toggle-content h1.mec-single-title {
    display: none
}

.mec-events-toggle .media-links a {
    margin-bottom: 0
}

.mec-events-toggle .mec-toggle-content .mec-toggle-meta {
    margin-bottom: 14px
}

.mec-events-toggle .mec-toggle-content .mec-frontbox {
    padding: 12px 14px 8px
}

.mec-events-toggle .mec-toggle-content .mec-frontbox .mec-speakers-details {
    border: none
}

.mec-events-toggle .mec-toggle-content .mec-frontbox .mec-speakers-details ul {
    padding-left: 0
}

.mec-events-toggle #mec_speakers_details.mec-frontbox {
    padding: 0;
    margin: 0
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers {
    border: none;
    text-align: left;
    margin-bottom: 20px
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers:before {
    content: "\e063";
    font-family: simple-line-icons;
    border: none;
    position: relative;
    display: inline-block;
    left: 3px;
    bottom: unset;
    font-size: 22px;
    font-weight: 400;
    padding: 0 11px 0 28px;
    vertical-align: middle
}

.mec-events-toggle .mec-event-data-fields.mec-frontbox {
    border: none;
    padding: 0;
    overflow: visible
}

@media only screen and (max-width:767px) {
    .mec-toggle-item-inner .mec-toggle-item-col {
        float: none;
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
        display: block;
        max-width: 100%;
        padding-left: 15px
    }

    .mec-events-toggle .mec-toggle-title {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

.mec-events-agenda-wrap {
    margin: 10px 0;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding-left: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .03);
    border-radius: var(--mec-primary-border-radius)
}

.mec-agenda-event>* {
    display: inline-block
}

.mec-agenda-event-title a {
    display: inline-block
}

.mec-events-agenda-container .mec-month-divider {
    margin-right: 20px
}

.mec-events-agenda:not(:last-of-type) {
    padding: 0;
    border-bottom: 1px solid #e9e9e9
}

.mec-events-agenda:last-of-type {
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-events-agenda:last-of-type .mec-agenda-events-wrap {
    border-radius: 0 0 var(--mec-primary-border-radius) 0
}

.mec-agenda-date-wrap {
    width: 210px;
    padding-top: 15px;
    float: left;
    font-size: 13px
}

.mec-agenda-date-wrap i,
.mec-agenda-event i {
    font-size: 11px;
    color: #aaa;
    margin-right: 4px;
    margin-left: 1px
}

.mec-agenda-event i {
    vertical-align: middle;
    margin-right: 1px
}

.mec-agenda-events-wrap {
    float: left;
    width: calc(100% - 210px);
    background: #f9f9f9;
    padding: 15px
}

.mec-agenda-event {
    margin-bottom: 10px
}

.mec-agenda-time {
    font-size: 11px;
    color: #707070;
    padding-right: 10px;
    width: 138px;
    display: inline-block
}

.mec-agenda-event-title {
    position: relative;
    padding-left: 14px
}

.mec-agenda-event-title a {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.mec-agenda-event-title span.event-color {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0
}

.mec-agenda-date-wrap span.mec-agenda-day {
    color: #aaa;
    font-size: 12px
}

@media only screen and (max-width:767px) {

    .mec-agenda-date-wrap,
    .mec-agenda-events-wrap {
        float: none;
        width: 100%
    }

    .mec-events-agenda-wrap {
        padding-left: 0
    }

    .mec-events-agenda span.mec-agenda-event-title {
        display: block;
        width: 100%
    }

    .mec-agenda-event-title span.event-color {
        top: 7px
    }

    .mec-agenda-event-title a {
        font-size: 13px
    }
}

.mec-yearly-view-wrap {
    margin: 0 0 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    border-bottom-width: 4px;
    border-radius: var(--mec-primary-border-radius)
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
    max-width: 100%;
    width: 231px;
    padding: 10px;
    background: #fff;
    margin: 10px;
    display: inline-block
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
    transition: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 12px
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec {
    padding: 10px
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after {
    width: 4px;
    height: 4px;
    bottom: 3px;
    left: calc(50% - 2px)
}

.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table {
    min-height: 200px
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt {
    background: #f9f9f9;
    font-size: 13px
}

.rtl .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt {
    font-size: 7px
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-top: -5px;
    padding-bottom: 5px
}

.mec-yearly-view-wrap .mec-yearly-calendar-sec {
    min-height: 200px;
    width: 538px;
    overflow: hidden;
    float: left;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 0 0 0 var(--mec-primary-border-radius)
}

.mec-yearly-view-wrap .mec-yearly-agenda-sec {
    min-height: 200px;
    width: calc(100% - 538px);
    float: left;
    padding: 0 0 0 20px;
    overflow: hidden
}

.mec-yearly-view-wrap .mec-yearly-title-sec {
    position: relative;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .02)
}

.mec-yearly-view-wrap .mec-yearly-title-sec h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-weight: 700
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: var(--mec-secondary-border-radius);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
    transition: all .33s ease;
    cursor: pointer
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    right: auto;
    left: 20px;
    padding-right: 14px
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year {
    left: auto;
    right: 20px;
    padding-left: 14px
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-yearly-view-wrap .mec-events-agenda.mec-selected {
    box-shadow: -10px 0 0 0 #fffcf2, 0 -1px 0 #fbebb6;
    background: #fffcf2;
    border-color: #fbebb6;
    color: #f9af29
}

.mec-yearly-agenda-sec span.mec-event-label-captions.mec-fc-style {
    right: 0;
    top: 0
}

@media only screen and (max-width:959px) {
    .mec-yearly-view-wrap .mec-yearly-calendar-sec {
        width: 268px;
        padding: 10px 5px
    }

    .mec-yearly-view-wrap .mec-yearly-agenda-sec {
        width: calc(100% - 268px);
        padding: 0 0 0 10px
    }
}

@media only screen and (max-width:767px) {

    .mec-yearly-view-wrap .mec-yearly-agenda-sec,
    .mec-yearly-view-wrap .mec-yearly-calendar-sec {
        width: 100%;
        float: none
    }

    .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
        width: auto
    }

    .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
        width: 14.2%
    }

    .mec-yearly-view-wrap .mec-yearly-title-sec h2 {
        font-size: 25px
    }
}

.mec-yearly-view-wrap .mec-agenda-event i,
.mec-yearly-view-wrap .mec-agenda-time {
    display: none
}

@media only screen and (min-width:768px) {
    .mec-yearly-view-wrap .mec-events-agenda-wrap {
        margin-top: 0;
        border: none;
        padding-left: 0;
        box-shadow: none
    }

    .mec-yearly-view-wrap .mec-agenda-date-wrap {
        width: 174px;
        font-size: 11px;
        padding-top: 10px
    }

    .mec-yearly-view-wrap .mec-agenda-events-wrap {
        width: calc(100% - 174px);
        padding: 10px
    }

    .mec-yearly-view-wrap .mec-agenda-event-title a {
        font-size: 13px
    }

    .mec-yearly-view-wrap .mec-agenda-event-title span.event-color {
        width: 8px;
        height: 8px
    }

    .mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day {
        font-size: 11px
    }

    .mec-yearly-view-wrap .mec-yearly-calendar-sec {
        box-shadow: -2px 0 5px rgba(0, 0, 0, .03) inset
    }
}

@media only screen and (max-width:1200px) {
    .mec-yearly-view-wrap .mec-agenda-event-title a {
        font-size: 12px;
        padding-right: 6px
    }
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table {
    padding-bottom: 10px;
    border-bottom: none
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover {
    cursor: pointer
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,
.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover {
    color: #bbb;
    cursor: default
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active {
    background: #40d9f1;
    color: #fff;
    position: relative
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #40d9f1 transparent transparent transparent
}

.mec-week-events-container {
    background: #fff;
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-timetable-events-list {
    padding: 10px 20px;
    border: none;
    margin: 0
}

.mec-timetable-events-list .mec-timetable-event {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd
}

.mec-timetable-events-list .mec-timetable-event:last-child {
    border: none
}

.mec-timetable-event .mec-timetable-event-span {
    font-size: 12px;
    color: #444;
    padding-right: 30px;
    line-height: 22px
}

.mec-timetable-events-list .mec-timetable-event i {
    font-size: 13px;
    color: #aaa;
    margin-right: 3px;
    vertical-align: baseline;
    display: inline-block
}

.mec-timetable-event .mec-timetable-event-span a {
    color: #333
}

.mec-timetable-event .mec-timetable-event-time {
    font-size: 11px
}

.mec-timetable-event .mec-timetable-event-time i {
    vertical-align: text-bottom
}

.mec-timetable-event .mec-timetable-event-title {
    font-size: 13px
}

.mec-timetable-event .mec-timetable-event-title .event-color {
    width: 10px;
    height: 10px
}

.mec-timetable-events-list .mec-timetable-event.mec-util-hidden {
    display: none
}

.mec-timetable-events-list.mec-util-hidden {
    display: none
}

@media only screen and (min-width:768px) {
    .mec-timetable-events-list {
        display: table;
        width: 100%;
        margin: 10px 0 20px
    }

    .mec-timetable-events-list .mec-timetable-event {
        display: table-row;
        padding: 0;
        border: none;
        background: #fff
    }

    .mec-timetable-events-list .mec-timetable-event:hover {
        background: #fafafa
    }

    .mec-timetable-event .mec-timetable-event-span {
        display: table-cell;
        padding: 10px 15px;
        border-bottom: 1px solid #ebebeb
    }

    .mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span {
        border-bottom: none
    }
}

@media only screen and (max-width:767px) {
    .mec-timetable-event .mec-timetable-event-title {
        display: block;
        width: 100%;
        padding: 5px 0 10px;
        font-weight: 700
    }
}

.mec-timetable-t2-wrap {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .012);
    border-radius: var(--mec-primary-border-radius)
}

.mec-timetable-t2-col {
    width: 20%;
    float: left;
    min-height: 20px;
    padding-right: 1px;
    background: 0 0
}

.mec-ttt2-title {
    background: #fafafa;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 25px 10px 10px;
    margin-bottom: 1px
}

.mec-timetable-t2-col .mec-event-article {
    position: relative
}

.mec-timetable-t2-col .mec-event-article .event-color {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    border-radius: var(--mec-primary-border-radius)
}

.mec-timetable-t2-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15px 15px 20px;
    text-align: left;
    height: auto;
    margin-bottom: 1px;
    overflow: hidden
}

.mec-timetable-t2-content .mec-event-title {
    line-height: 22px;
    margin-bottom: 13px;
    white-space: nowrap;
    padding-right: 1px;
    overflow: hidden
}

.mec-timetable-t2-content .mec-event-title a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: pre-line;
    overflow: hidden
}

.mec-timetable-t2-content div {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap
}

.mec-timetable-t2-content div i {
    font-size: 12px;
    margin-right: 4px
}

@media only screen and (max-width:960px) {
    .mec-timetable-t2-col {
        width: 100%;
        float: none
    }
}

@media (min-width:961px) {
    .mec-timetable-col-7 {
        width: 14.28%
    }

    .mec-timetable-col-6 {
        width: 16.6666%
    }
}

.mec-timetable-t3-wrap td {
    position: relative;
    padding: 0
}

.mec-timetable-t3-wrap td a {
    width: 100%;
    display: block;
    min-height: 110px
}

.mec-weather-box {
    padding: 15px 0
}

.mec-weather-head {
    min-height: 90px;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #238af5;
    position: relative
}

.mec-weather-icon-box {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #238af5
}

.mec-weather-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 10px
}

.mec-weather-summary {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    margin: 10px 0;
    height: 60px
}

.mec-weather-summary-report {
    font-size: 15px;
    color: rgba(255, 255, 255, .68);
    margin-bottom: 6px
}

.mec-weather-summary-temp {
    font-weight: 400;
    color: #fff;
    font-size: 29px;
    line-height: 1
}

.degrees-mode {
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    padding: 4px 5px;
    line-height: 1;
    color: #fff;
    position: absolute;
    border-radius: 8px;
    bottom: 16px;
    left: 16px
}

.mec-weather-extras {
    width: auto;
    padding: 10px 15px 0 15px;
    float: right;
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

.mec-weather-extras {
    width: auto;
    padding: 10px 15px 0 15px;
    float: right;
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

.mec-weather-extras div {
    line-height: 20px;
    height: 20px
}

.mec-weather-extras span {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    text-transform: uppercase
}

.mec-weather-extras var {
    font-size: 11px;
    letter-spacing: .4px
}

.mec-weather-icon.clear-day,
.mec-weather-icon.clear-night {
    background-image: url(../images/mec-weather-icon-01.png)
}

.mec-weather-icon.partly-sunny-day,
.mec-weather-icon.partly-sunny-night {
    background-image: url(../images/mec-weather-icon-02.png)
}

.mec-weather-icon.partly-cloudy-day,
.mec-weather-icon.partly-cloudy-night {
    background-image: url(../images/mec-weather-icon-03.png)
}

.mec-weather-icon.cloudy,
.mec-weather-icon.fog,
.mec-weather-icon.wind {
    background-image: url(../images/mec-weather-icon-04.png)
}

.mec-weather-icon.thunderstorm {
    background-image: url(../images/mec-weather-icon-05.png)
}

.mec-weather-icon.rain {
    background-image: url(../images/mec-weather-icon-06.png)
}

.mec-weather-icon.hail,
.mec-weather-icon.sleet,
.mec-weather-icon.snow {
    background-image: url(../images/mec-weather-icon-07.png)
}

.mec-av-spot-wrap {
    width: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 25px;
    background: #f7f7f7;
    min-height: 480px;
    position: relative;
    border-radius: var(--mec-primary-border-radius)
}

.mec-av-spot {
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .05);
    border-radius: var(--mec-primary-border-radius)
}

.mec-av-spot .mec-event-article {
    position: relative;
    height: auto;
    border-radius: var(--mec-primary-border-radius)
}

.mec-av-spot .mec-av-spot-img {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 330px;
    float: none;
    margin: 0;
    overflow: hidden;
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.mec-av-spot .mec-av-spot-content {
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

.mec-av-spot .mec-av-spot-content,
.mec-av-spot .mec-av-spot-head {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-av-spot .mec-av-spot-head {
    background: #222;
    color: #fff;
    min-height: 80px
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box {
    padding-top: 25px;
    font-size: 13px;
    color: #ddd
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box span {
    color: #40d9f1;
    font-size: 40px;
    font-weight: 700;
    font-style: italic
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown {
    text-align: center;
    padding-top: 10px;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    float: right
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown li {
    display: table-cell;
    padding: 10px 20px;
    position: relative;
    height: 60px
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown p {
    margin-bottom: 0
}

.mec-av-spot .mec-events-content p {
    margin-bottom: 20px
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-av-spot .mec-av-spot-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-av-spot .mec-av-spot-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px
}

.mec-av-spot .mec-av-spot-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-av-spot .mec-av-spot-col6 address {
    font-size: 12px;
    margin-bottom: 0
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05)
}

@media only screen and (max-width:768px) {
    .mec-av-spot .mec-av-spot-col6 {
        width: 100%;
        margin: 10px 0
    }
}

@media only screen and (max-width:479px) {
    .mec-av-spot-content.mec-event-grid-modern .mec-event-title {
        font-size: 24px
    }
}

.mec-events-masonry-wrap {
    display: block;
    width: auto
}

.mec-masonry-item-wrap {
    width: calc(33.33% - 30px);
    padding: 0;
    margin: 0 15px 30px;
    min-height: 10px;
    position: relative;
    float: left
}

.mec-events-masonry-cats {
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    clear: both;
    list-style: none outside none
}

.mec-events-masonry-cats a {
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    margin-top: 0 !important;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 2px solid transparent;
    transition: all .2s ease
}

.mec-events-masonry-cats a:hover {
    border-color: #40d9f1;
    color: #333
}

.mec-events-masonry-cats a.mec-masonry-cat-selected {
    border: 2px solid #40d9f1;
    color: #40d9f1
}

.mec-masonry {
    background: #f7f7f7;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .05);
    border-radius: var(--mec-primary-border-radius)
}

.mec-masonry .mec-event-article {
    position: relative;
    height: auto;
    background-color: #fff;
    border-radius: var(--mec-primary-border-radius)
}

.mec-masonry .mec-masonry-img {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    overflow: hidden;
    border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0
}

.mec-masonry .mec-masonry-img img {
    width: 100%;
    display: block
}

.mec-masonry .mec-masonry-content,
.mec-masonry .mec-masonry-head {
    width: 100%;
    float: none;
    height: 100%;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-masonry .mec-events-content p {
    margin-bottom: 20px
}

.mec-masonry-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head {
    min-height: 79px;
    margin-bottom: 10px;
    padding: 14px 5%;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-masonry-content.mec-event-grid-modern .mec-event-description {
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.mec-masonry-content.mec-event-grid-modern .mec-event-content {
    padding-top: 20px
}

@media (max-width:480px) {
    .mec-masonry-content.mec-event-grid-modern .mec-labels-normal {
        display: block
    }
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer {
    height: auto;
    display: flex;
    gap: 10px
}

.mec-wrap .mec-event-masonry .mec-masonry-content.mec-event-grid-modern .mec-event-footer a {
    position: static;
    padding: 0;
    flex: auto;
    text-align: center
}

.mec-masonry .mec-masonry-col6 .mec-event-date {
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 41px;
    vertical-align: top
}

.mec-masonry .mec-masonry-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-masonry .mec-masonry-col6 i {
    font-size: 24px;
    float: left;
    margin-right: 7px;
    height: 50px
}

.mec-masonry .mec-masonry-col6 .mec-event-month,
.mec-masonry .mec-masonry-col6 h6 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-masonry .mec-masonry-col6 .mec-event-detail,
.mec-masonry .mec-masonry-col6 address {
    font-size: 11px;
    margin-bottom: 0
}

.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    line-height: 49px;
    height: 50px;
    box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05)
}

@media only screen and (max-width:960px) {
    .mec-masonry-item-wrap {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width:768px) {
    .mec-masonry .mec-masonry-col6 {
        width: 100%;
        margin: 10px 0
    }

    .mec-masonry-item-wrap {
        width: calc(100% - 30px)
    }
}

@media only screen and (max-width:479px) {
    .mec-masonry-content.mec-event-grid-modern .mec-event-title {
        font-size: 24px
    }
}

.mec-wrap.mec-skin-masonry-container .mec-load-more-wrap {
    position: unset
}

.btn-wrapper {
    text-align: center
}

.countdown-wrapper .btn-wrapper {
    padding-top: 10px;
    padding-right: 0
}

.countdown-wrapper h5.countdown-message {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 18px
}

.blox.dar .countdown-wrapper p,
.countdown-wrapper p {
    color: #888
}

.countdown-wrapper a.button.black {
    float: right;
    margin-right: 0
}

.mec-wrap .threedaydigits .days .flip-clock-label {
    right: -100px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .mec-wrap .flip-clock-wrapper ul {
        width: 29px !important
    }

    .mec-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px !important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        left: 0;
        font-weight: 400
    }

    .mec-wrap span.flip-clock-divider {
        width: 12px
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .mec-wrap .flip-clock-wrapper ul {
        width: 29px !important
    }

    .mec-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px !important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    .mec-wrap span.flip-clock-divider:first-child {
        width: 0
    }

    .mec-wrap span.flip-clock-divider {
        width: 5px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 18%
    }
}

@media screen and (min-width:960px) and (max-width:1200px) {
    .mec-wrap .threedaydigits ul {
        height: 50px;
        width: 47px
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    .mec-wrap .threedaydigits ul {
        height: 48px;
        width: 26px !important
    }

    .mec-wrap .threedaydigits .flip-clock-label {
        font-size: 8px;
        left: -8px
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .mec-wrap .threedaydigits ul {
        height: 48px;
        width: 22px !important
    }
}

.mec-wrap .flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.mec-wrap .flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.mec-wrap .flip-clock-wrapper a:hover {
    color: #fff
}

.mec-wrap .flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,
.mec-wrap .flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

.mec-wrap .flip-clock-wrapper.clearfix:after {
    clear: both
}

.mec-wrap .flip-clock-wrapper.clearfix {
    zoom: 1
}

.mec-wrap .flip-clock-wrapper {
    font: normal 11px "helvetica neue", helvetica, sans-serif;
    -webkit-user-select: none
}

.mec-wrap .flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

.mec-wrap .flip-clock-meridium a {
    color: #313333
}

.mec-wrap .flip-clock-wrapper {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

.flip-clock-wrapper:after,
.mec-wrap .flip-clock-wrapper:before {
    content: " ";
    display: table
}

.mec-wrap .flip-clock-wrapper:after {
    clear: both
}

.mec-wrap .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 50px;
    height: 50px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .21)
}

.mec-wrap .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 54px;
    text-decoration: none !important
}

.mec-wrap .flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.mec-wrap .flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.mec-wrap .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.mec-wrap .flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.mec-wrap .flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.mec-wrap .flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, .12)
}

.mec-wrap .flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.mec-wrap .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .25);
    text-align: center;
    background-color: #40d9f1;
    border-radius: 3px;
    font-size: 48px
}

.mec-wrap .flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.mec-wrap .flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.mec-wrap .flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .17)
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.mec-wrap .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 62px
}

.mec-wrap .flip-clock-divider:first-child {
    width: 0
}

.mec-wrap .flip-clock-dot {
    display: none;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.mec-wrap .flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.5em;
    right: -71px;
    color: #101010;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase
}

.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label {
    color: #8a8a8a
}

.mec-wrap .flip-clock-divider.seconds .flip-clock-label {
    right: -82px
}

.mec-wrap .flip-clock-dot.top {
    top: 30px
}

.mec-wrap .flip-clock-dot.bottom {
    bottom: 30px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotatex(90deg)
    }

    100% {
        -webkit-transform: rotatex(0)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotatex(90deg)
    }

    100% {
        -moz-transform: rotatex(0)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotatex(90deg)
    }

    100% {
        -o-transform: rotatex(0)
    }
}

@keyframes turn {
    0% {
        transform: rotatex(90deg)
    }

    100% {
        transform: rotatex(0)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotatex(0)
    }

    100% {
        -webkit-transform: rotatex(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotatex(0)
    }

    100% {
        -moz-transform: rotatex(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotatex(0)
    }

    100% {
        -o-transform: rotatex(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotatex(0)
    }

    100% {
        transform: rotatex(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(64, 64, 64, .68)));
    background: linear, top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(64, 64, 64, .68)));
    background: linear, top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 64, 64, .68)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 64, 64, .68)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .single-mec-events .mec-wrap .flip-clock-wrapper {
        padding-bottom: 0;
        max-width: 218px
    }

    .single-mec-events .mec-wrap .mec-events-meta-group-countdown {
        padding: 20px 10px 20px 10px
    }

    .mec-wrap .flip-clock-wrapper ul {
        width: 25px !important;
        padding: 0
    }

    .single-mec-events .mec-wrap .flip-clock-wrapper .flip {
        margin-bottom: 40px
    }

    .single-mec-events .mec-wrap .flip-clock-divider .flip-clock-label {
        display: block
    }

    .single-mec-events .mec-wrap .flip-clock-divider.days .flip-clock-label {
        left: -15px
    }

    .single-mec-events .mec-wrap .flip-clock-divider.hours .flip-clock-label {
        left: 0
    }

    .single-mec-events .mec-wrap .flip-clock-divider.minutes .flip-clock-label {
        left: 0
    }

    .single-mec-events .mec-wrap .flip-clock-divider.seconds .flip-clock-label {
        left: -15px
    }

    .single-mec-events .mec-wrap .flip-clock-wrapper {
        max-width: unset
    }
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.3.1);
    src: url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format("embedded-opentype"), url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format("woff2"), url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format("woff"), url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format("truetype"), url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=mec-sl-] {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mec-sl-facebook:before {
    content: "\e00b"
}

.mec-sl-twitter:before {
    content: "\e009"
}

.mec-sl-google-plus:before {
    content: "\e60d"
}

.mec-sl-angle-left:before {
    content: "\e605"
}

.mec-sl-angle-right:before {
    content: "\e606"
}

.mec-sl-calendar:before {
    content: "\e075"
}

.mec-sl-clock-o:before {
    content: "\e081"
}

.mec-sl-home:before {
    content: "\e069"
}

.mec-sl-phone:before {
    content: "\e600"
}

.mec-sl-envelope:before {
    content: "\e086"
}

.mec-sl-sitemap:before {
    content: "\e037"
}

.mec-sl-map-marker:before {
    content: "\e096"
}

.mec-sl-floder:before {
    content: "\e089"
}

.mec-sl-wallet:before {
    content: "\e02a"
}

.mec-color,
.mec-color-before :before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color-hover:hover {
    color: #40d9f1
}

.mec-bg-color,
.mec-bg-color-hover:hover,
.mec-wrap .mec-bg-color,
.mec-wrap .mec-bg-color-hover:hover {
    background-color: #40d9f1
}

.mec-box-marker,
.mec-vip-content-notice {
    box-shadow: 5px 0 0 #40d9f1 inset;
    padding: 5px 10px
}

.mec-border-color,
.mec-border-color-hover:hover,
.mec-wrap .mec-border-color,
.mec-wrap .mec-border-color-hover:hover {
    border-color: #40d9f1
}

.mec-toggle-month-divider.mec-skin-list-events-container {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    background: #f8f8f8;
    box-shadow: 0 2px 18px -1px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mec-toggle-month-divider .mec-month-divider {
    margin: 0;
    text-align: left;
    background: #fff;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #e8e8e8
}

.mec-toggle-month-divider .mec-month-divider span {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8
}

.mec-toggle-month-divider .mec-month-divider i {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 20px;
    cursor: pointer
}

.mec-toggle-month-divider .mec-month-divider span:before {
    display: none
}

.mec-toggle-month-divider .mec-month-divider+article {
    margin-top: 20px
}

.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type {
    border-top: none
}

.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article {
    display: none
}

.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i {
    display: none
}

.mec-month-divider {
    display: flex;
    align-items: center
}

.mec-month-divider:after,
.mec-month-divider:before {
    content: "";
    flex: 1;
    height: 4px;
    background: #ebebeb
}

.mec-month-divider h5 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px
}

.mec-month-divider i {
    display: none
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month {
    display: inline-block;
    padding-top: 0
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date {
    font-size: 14px;
    line-height: 14px;
    float: none;
    display: inline-block;
    margin-right: 0;
    font-weight: 700
}

.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner {
    padding: 20px 60px 30px 15px
}

.mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
    float: left;
    clear: right;
    width: 100px;
    margin-right: 20px;
    margin-left: 10px
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail {
    margin-top: -6px
}

.mec-toogle-inner-month-divider .mec-toggle-item-col {
    float: none;
    width: 100%;
    margin-top: 10px;
    display: block;
    border: none
}

.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
    font-size: 19px;
    display: block;
    padding-top: 10px
}

@media only screen and (max-width:768px) {
    .mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
        font-size: 14px;
        padding-top: 0
    }

    .mec-toogle-inner-month-divider .mec-toggle-item-col {
        margin-top: 0
    }

    .mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
        width: 70px
    }
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,
.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-custom,
.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured {
    overflow: hidden;
    position: relative
}

.mec-event-label-captions {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: -37px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #04de78;
    padding: 2px 0;
    color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.25, .5, .06, .85);
    transition: .5s cubic-bezier(.25, .5, .06, .85);
    list-style: none;
    text-align: center;
    width: 150px;
    max-width: 150px
}

.mec-event-agenda-clean .mec-event-label-captions {
    top: 0
}

.mec-box-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-event-label-captions {
    display: none
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before {
    background: #de0404
}

.mec-daily-view-date-events article:before,
ul.mec-weekly-view-dates-events article:before {
    padding: 7px 40px !important;
    top: 27px !important
}

.mec-event-grid-classic article .mec-fc-style,
.mec-event-grid-minimal article .mec-fc-style,
.mec-event-grid-simple article .mec-fc-style,
.mec-timeline-event .mec-fc-style,
.mec-timetable-wrap article .mec-fc-style,
.mec-wrap .mec-event-list-accordion article .mec-fc-style,
.mec-wrap .mec-event-list-modern article .mec-fc-style,
.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,
.mec-wrap article.mec-event-cover-classic .mec-fc-style,
.mec-wrap article.mec-event-cover-clean .mec-fc-style,
.mec-wrap article.mec-event-cover-modern .mec-fc-style,
.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #04de78;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px
}

.mec-timeline-event.mec-label-canceled .mec-fc-style,
.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,
.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style {
    background: #de0404
}

.mec-event-grid-minimal article .mec-fc-style:before,
.mec-event-grid-simple article .mec-fc-style:before,
.mec-timeline-event .mec-fc-style:before,
.mec-timetable-wrap article .mec-fc-style:before,
.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,
.mec-wrap .mec-event-list-modern article .mec-fc-style:before,
.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,
.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,
.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,
.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent !important;
    border-right: 5px solid;
    border-bottom: 4px solid transparent;
    margin: 0;
    top: 50%;
    left: -5px;
    transform: translateY(-4.5px);
    position: absolute;
    content: "";
    color: var(--background-color)
}

.mec-timeline-event.mec-label-canceled .mec-fc-style:before,
.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before {
    color: #de0404
}

.mec-event-grid-classic article.mec-label-canceled:before,
.mec-event-grid-classic article.mec-label-featured:before,
.mec-event-grid-minimal article.mec-label-canceled:before,
.mec-event-grid-minimal article.mec-label-featured:before,
.mec-event-grid-simple article.mec-label-canceled:before,
.mec-event-grid-simple article.mec-label-featured:before,
.mec-timetable-wrap article.mec-label-canceled:before,
.mec-timetable-wrap article.mec-label-featured:before,
.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,
.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,
.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,
.mec-wrap .mec-event-list-modern article.mec-label-featured:before {
    display: none
}

.mec-wrap .mec-event-list-accordion article .mec-fc-style,
.mec-wrap .mec-event-list-modern article .mec-fc-style,
.mec-wrap article.mec-event-cover-classic .mec-fc-style,
.mec-wrap article.mec-event-cover-clean .mec-fc-style,
.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
    top: -1px;
    right: -3px;
    font-size: 11px;
    white-space: nowrap
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,
.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,
.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,
.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,
.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,
.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,
.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,
.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,
.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style {
    background: #de0404
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,
.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,
.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,
.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,
.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,
.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,
.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,
.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,
.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before {
    color: #de0404
}

.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,
.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    top: 271px;
    right: 0
}

.mec-timetable-wrap article .mec-fc-style {
    top: -2px;
    font-size: 10px;
    right: 0
}

.mec-wrap article.mec-event-cover-modern .mec-fc-style {
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 2px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0;
    top: 0
}

.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    top: 22px !important;
    right: 22px !important;
    padding: 0 10px !important
}

.mec-event-grid-minimal article .mec-fc-style,
.mec-event-grid-simple article .mec-fc-style {
    top: -4px;
    font-size: 10px;
    margin-left: 10px;
    right: 0
}

.mec-event-grid-classic article .mec-fc-style {
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block
}

.mec-load-month-link {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: unset;
    transition: all .33s ease
}

.mec-categories-wrapper {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.mec-categories-wrapper i {
    margin-right: 4px;
    display: inline-block
}

ul.mec-categories {
    padding: 0;
    display: inline;
    vertical-align: top
}

ul.mec-categories li.mec-category {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer
}

ul.mec-categories li.mec-category:not(:last-of-type):after {
    content: ","
}

ul.mec-categories li.mec-category a {
    color: #777;
    text-align: left;
    transition: all .23s ease;
    -webkit-transition: all .23s ease
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAD90lEQVRoge2ZzWscZRjAf8/OJpUkQrF6SJMcNB+zobVdk8WCWEwqBEou0kMKtkgPHoRUD54VFMQ/wJBYhJ6MoGvFg3rQQ7dQFJVN09RANl9UkrgRbVrFuDZpZh4PSWqYmd2Z2a8Ize+0+7zPO/N7dt7l/RjYY48HGynHRZKqRltm7mmBXo1It9jEEBqBhq2UVYSswrTYmraVVFdn248iYpd675IK+GluruXehg4KchZoCtl9SVRHJcrw0fb2pWIdiirg2uzsY2LLOyjngNpib77FOujFdd1481hn50rYzqELGJ+afxGxh0AeCdvXhxURBuNm2ydhOgUuIJ1O1xgN+0eAl0OrhUDgwp3lxVd7e3s3Aub7k05n64yG3CXgZEl2QVG+sv6uG0gkDub8UiN+CZu/fBXlAYR+oz6XTKVSUb9U3wK2hk315LcR+vc3Nr/nn1aA8cz8GdDR8lmFR9DT8Vh7Mn97Hn6YmjpQKzUZ4NGKmAVnxRIrljDNW16NeYdQbaTmXXZfHuCAYUffytfo+QQmZmebbUvmKX2SKhdrIlZr3DR/cTZ4PgHL4jz/H3mAfUp00KvBVYCqRgQ5U3mnkKi+lFQ1nGFXAeOZuWNAc1WkwtHUMXOz2xl0FSDQWx2f8NjoCWfM4z8giWrIFIMorifgnqojdKDeF7Asi69TVxm7MYkIdB85TF/PcQzDqGjeNoqa/gWoNuab3765cpUr331//3vq283PJ5/vqWjeNgKNzpjXEGpwxzZJT0zuSmwHDzsDvou5nYjHg4l4xMqdVwiPAnQ1X3L3kcOuWNfRJyuet4O/nAH3f0BkGcVzu9jXcxyAsRuT9wX6nnu24nnbKCy7dJ2Ba9Nzn4lyKu9VdhX59KlY68DOiHsis3WsekLhEHC5uQqwlcvV0QmPitvNNYRUNTI+Pf+zQEt1tAKzEDdbH3ee5rmHkIgdUf2oel4BEUa9jiI95wGJMgysV1wqOGuCNeLV4FnA5lmlXqysU3BE+MBrNwaF9sTWQ28Av1fMKjgra/a9t/M15i3g0KGW2yq8Vhmn4Cj6SqFD34JroS6z7WOBC+XXCoYIQ12x9kuFcnwXczNm63mUz8unFRDRL+9kF1/3TQtyrXQ6W2fU55II/aWb+aPIF3fra08/09Lyj19uoOV0InEw98eviy+Avl+6XmFEGPpzeeFUEHko4gXH9czsgCLDlP/U7jdFB/3GvJNQGxqAeKw9WWvtM1EZBtbC9ncicFeEIWO9JhZWfqt/8Vyfnm5SooOqeraItdMC8KGyMdIVi2WLdSjLa1ZVjUzM3EzY6AlRuhU1BW36b3+tqyBLIDMCaRUuxzueGCvHa9Y99njQ+RcbkGTacAW/agAAAABJRU5ErkJggg==");
    background-position: center center;
    background-size: cover;
    padding: 0;
    border: none;
    background-color: transparent;
    overflow: visible
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip {
    position: absolute;
    width: 160px;
    bottom: 24px;
    left: calc(50% - 80px);
    background: #fff;
    border-radius: var(--mec-secondary-border-radius);
    border: 1px solid #535a6121;
    box-shadow: 0 4px 45px -8px #444b5061;
    visibility: hidden;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease, visibility .25s ease;
    transform: scale(.9);
    z-index: 99
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields:hover .mec-data-fields-tooltip {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip:before {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 12px);
    top: 100%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #fff;
    box-shadow: 0 8px 9px -4px #535a61;
    z-index: 0
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box {
    overflow: hidden;
    border-radius: 11px;
    padding: 12px 0
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul {
    width: 100%;
    height: fit-content;
    overflow-y: scroll;
    padding: 0 15px;
    text-align: left
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-track {
    background-color: #fafafa
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fafafa
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-thumb {
    background-color: #40d9f1;
    border-radius: 4px
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item {
    display: block;
    width: 100%;
    text-transform: none;
    margin: 0 0 8px 0;
    color: #616263;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e1e2e3
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item:last-child {
    border-bottom: none
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a {
    color: #40d9f1;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a:hover {
    color: #000
}

.mec-wrap .mec-custom-data .mec-timetable-t2-content,
.mec-wrap .mec-custom-data .mec-timetable-t2-content .mec-event-title,
.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled,
.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured {
    overflow: visible !important
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled .mec-event-label-captions,
.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured .mec-event-label-captions {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: fit-content;
    top: 7px;
    right: 7px;
    padding: 2px 5px;
    border-radius: 4px
}

@media (min-width:769px) {

    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip,
    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip,
    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip {
        bottom: calc(50% - 110px);
        left: 30px
    }

    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip:before,
    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip:before,
    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip:before {
        left: -10px;
        top: calc(100% - 110px);
        box-shadow: -8px -5px 9px -4px #535a61
    }
}

.mec-hourly-schedule-speaker-info {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6
}

.mec-hourly-schedule-speaker-thumbnail {
    float: left;
    max-width: 30%;
    width: 30%
}

.mec-hourly-schedule-speaker-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase
}

.mec-hourly-schedule-speaker-details {
    float: left;
    width: 69%;
    padding-left: 25px
}

.mec-hourly-schedule-speaker-job-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px
}

.mec-hourly-schedule-speaker-description {
    font-size: 14px;
    font-weight: 400;
    color: #6d7683;
    line-height: 1.7;
    text-align: left
}

.mec-hourly-schedule-speaker-contact-information a i,
.mec-organizer-social-information a i {
    color: #6b6b6b;
    background: #ebebeb;
    line-height: 29px;
    margin: 9px 7px 9px 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s ease;
    font-size: 15px;
    cursor: pointer;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-hourly-schedule-speaker-contact-information a i:hover,
.mec-organizer-social-information a i:hover {
    background: #222;
    color: #fff
}

@media only screen and (max-width:479px) {
    .mec-hourly-schedule-speaker-thumbnail {
        float: none;
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%
    }

    .mec-hourly-schedule-speaker-thumbnail img {
        width: 100%
    }

    .mec-hourly-schedule-speaker-details {
        padding-left: 0
    }

    .mec-hourly-schedule-speaker-info {
        width: 90%;
        margin: 0 auto
    }
}

.mec-profile {
    overflow-x: auto
}

.mec-profile .mec-profile-bookings {
    border: 2px solid #e6e6e6;
    text-align: center;
    min-width: 600px
}

.mec-profile .mec-profile-bookings tbody tr:first-child {
    background: #f7f7f7;
    font-weight: 700;
    text-transform: capitalize
}

.mec-profile .mec-profile-bookings tbody tr {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px
}

.mec-profile .mec-profile-bookings tbody tr td {
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: center;
    word-break: initial
}

.mec-profile .mec-profile-bookings tbody tr td a {
    text-decoration: none;
    color: #000
}

.mec-profile .mec-profile-bookings tbody tr td a:hover {
    color: #008aff
}

.mec-profile .mec-profile-bookings tbody tr td:first-child {
    width: 5%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
    width: 30%;
    text-align: left
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
    width: 30%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i {
    color: #000
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i:hover {
    color: #fe686a
}

.mec-profile .mec-event-status {
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .4px
}

.mec-profile .mec-event-status.mec-book-confirmed {
    background: #50d477
}

.mec-profile .mec-event-status.mec-book-pending {
    background: #fcbe69
}

.mec-profile .mec-event-status.mec-book-rejected {
    background: #fe686a
}

.mec-profile .mec-event-date {
    font-size: 12px;
    color: #000
}

.mec-profile table.mec-profile-bookings {
    border-collapse: separate
}

.mec-profile table.mec-profile-bookings tbody tr:first-of-type td {
    background: #fff
}

.mec-profile table.mec-profile-bookings tbody tr:first-of-type td {
    background: #f5f6f7;
    padding: 15px 0 15px 15px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #e1e2e3;
    border-bottom: 1px solid #e1e2e3
}

.mec-profile table.mec-profile-bookings tbody tr td:last-of-type {
    padding: 15px
}

.mec-profile table.mec-profile-bookings tbody tr:first-of-type td:first-child {
    border-left: 1px solid #e1e2e3;
    border-radius: var(--mec-primary-border-radius) 0 0 0
}

.mec-profile table.mec-profile-bookings tbody tr:first-of-type td:last-child {
    border-right: 1px solid #e1e2e3;
    border-radius: 0 var(--mec-primary-border-radius) 0 0
}

.mec-profile table.mec-profile-bookings tbody tr td:first-of-type {
    text-align: left
}

.mec-profile .mec-profile-bookings tbody tr td,
.mec-profile table.mec-profile-bookings,
.mec-profile table.mec-profile-bookings tr {
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #000;
    vertical-align: middle;
    font-size: 12px
}

.mec-profile a.mec-event-title {
    font-size: 14px
}

.mec-profile table tbody tr:hover>td,
.mec-profile table tbody tr:hover>th {
    background-color: transparent
}

.mec-profile .mec-event-status.mec-book-confirmed {
    background: #2dca73
}

.mec-profile .mec-event-status.mec-book-pending {
    background: #ffc114
}

.mec-profile .mec-event-status.mec-book-rejected {
    background: #fe686a
}

.mec-profile table.mec-profile-bookings tbody tr[id^=mec_profile_booking] {
    border-bottom: 1px solid #eff0f2
}

.mec-profile .mec-profile-bookings tbody tr td {
    text-align: left;
    background-color: transparent;
    border-bottom: 1px solid #e1e2e3;
    padding: 15px 0 15px 15px
}

.mec-profile .mec-profile-bookings tbody tr td:first-child {
    border-left: 1px solid #e1e2e3
}

.mec-profile .mec-profile-bookings tbody tr td:last-child {
    border-right: 1px solid #e1e2e3
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
    width: 20%
}

.mec-event-date,
.mec-event-status {
    text-align: center
}

.mec-event-date .mec-tooltip,
.mec-event-status .mec-tooltip {
    position: relative;
    width: fit-content;
    margin: auto
}

.mec-profile i {
    font-size: 15px;
    color: #000;
    vertical-align: text-bottom;
    margin-right: 4px;
    cursor: pointer
}

.mec-profile i:hover {
    color: #008aff
}

.mec-event-date .mec-tooltip .box,
.mec-event-status .mec-tooltip .box {
    min-width: 250px;
    max-width: 300px;
    display: inline-block;
    top: -8px;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -100%);
    padding: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #535a61;
    padding: 5px 10px 6px;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    display: none
}

.mec-event-date .mec-tooltip .box,
.mec-event-status .mec-tooltip .box {
    font-size: 13px;
    letter-spacing: 1.1px;
    font-weight: 500
}

.mec-event-date .mec-tooltip:hover .box:after,
.mec-event-status .mec-tooltip:hover .box:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 12px);
    bottom: -12px;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #000;
    box-shadow: 0 8px 9px -4px #535a61
}

.mec-event-status .mec-tooltip .box {
    min-width: 100px
}

.mec-event-status.mec-book-confirmed .mec-tooltip .box,
.mec-event-status.mec-book-confirmed .mec-tooltip:hover .box:after {
    background-color: #50d477
}

.mec-event-status.mec-book-rejected .mec-tooltip .box,
.mec-event-status.mec-book-rejected .mec-tooltip:hover .box:after {
    background-color: #fe686a
}

.mec-event-status.mec-book-pending .mec-tooltip .box,
.mec-event-status.mec-book-pending .mec-tooltip:hover .box:after {
    background-color: #fcbe69
}

.mec-event-date .mec-tooltip:hover .box,
.mec-event-status .mec-tooltip:hover .box {
    opacity: 1;
    visibility: visible;
    display: block
}

.mec-profile .mec-booking-number-of-attendees {
    font-size: 13px;
    color: #888
}

.mec-profile .mec-booking-number-of-attendees i,
.mec-profile .mec-profile-bookings-view-invoice i {
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 4px
}

.mec-booking-attendees {
    background: #fff;
    padding: 10px
}

.mec-booking-attendees {
    width: 850px;
    text-align: center
}

.mec-booking-attendees-wrapper {
    border: 2px solid #e6e6e6;
    font-size: 14px
}

.mec-booking-attendees-head {
    display: table;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700
}

.mec-booking-attendees-head span,
.mec-booking-attendees-head-content>span {
    vertical-align: middle;
    display: table-cell;
    padding: 7px;
    border-right: 1px solid #e6e6e6;
    font-size: 12px
}

.mec-booking-attendees-head-content {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child {
    border: none
}

.mec-booking-attendees-head span:first-child,
.mec-booking-attendees-head-content>span:first-child {
    width: 4%
}

.mec-booking-attendees-head span:nth-child(2),
.mec-booking-attendees-head-content>span:nth-child(2) {
    width: 20%
}

.mec-booking-attendees-head span:nth-child(3),
.mec-booking-attendees-head-content>span:nth-child(3) {
    width: 24%
}

.mec-booking-attendees-head span:nth-child(4),
.mec-booking-attendees-head-content>span:nth-child(4) {
    width: 26%
}

.mec-booking-attendees-head span:nth-child(5),
.mec-booking-attendees-head-content>span:nth-child(5) {
    width: 26%
}

@media only screen and (max-width:759px) {
    .mec-booking-attendees {
        width: 470px
    }

    .mec-booking-attendees-head span,
    .mec-booking-attendees-head-content>span {
        word-break: break-all
    }
}

@media (max-width:1366px) {
    .mec-profile .mec-profile-bookings tbody tr td:first-child {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
        width: 30%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
        width: 30%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
        width: 5%
    }
}

@media (max-width:1024px) {
    .mec-profile .mec-profile-bookings tbody tr td:first-child {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
        width: 30%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
        width: 30%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
        width: 5%
    }
}

@media (max-width:780px) {

    .mec-profile .mec-profile-bookings tbody tr,
    .mec-profile i {
        font-size: 12px
    }

    .mec-event-date .mec-tooltip .box {
        min-width: 200px
    }

    .mec-event-status .mec-tooltip .box {
        min-width: 90px
    }

    .mec-event-date .mec-tooltip .box,
    .mec-event-status .mec-tooltip .box {
        padding: 4px 5px !important
    }

    .mec-profile .mec-profile-bookings tbody tr {
        font-size: 12px
    }
}

@media (max-width:480px) {

    .mec-profile .mec-booking-number-of-attendees,
    .mec-profile .mec-event-date,
    .mec-profile .mec-profile-bookings tbody tr,
    .mec-profile i {
        font-size: 10px !important
    }

    .mec-profile .mec-event-status {
        padding: 2px 4px;
        font-size: 10px;
        line-height: 20px
    }

    .mec-profile .mec-profile-bookings tbody tr td {
        padding: 3px
    }

    .mec-event-date .mec-tooltip .box,
    .mec-event-status .mec-tooltip .box {
        font-size: 8px
    }

    .mec-event-date .mec-tooltip .box {
        min-width: 75px
    }

    .mec-event-status .mec-tooltip .box {
        min-width: 70px
    }

    .mec-event-date .mec-tooltip .box,
    .mec-event-status .mec-tooltip .box {
        padding: 4px 5px !important
    }
}

.mec-woo-booking-checkout {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 21px;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    background: #39c36e;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    border-radius: 0;
    margin-bottom: 6px;
    min-width: 170px;
    margin-top: 5px;
    text-align: center
}

.mec-woo-booking-checkout:hover {
    background: #222;
    color: #fff
}

.mec-woo-booking-checkout:focus,
.mec-woo-booking-checkout:visited {
    color: #fff
}

.single-mec-events .lity-container {
    max-width: 768px;
    width: 768px
}

.lity-content .mec-events-meta-group-booking {
    width: 100%;
    background: #fff;
    overflow-y: auto
}

@media only screen and (max-width:480px) {
    .lity-content .mec-events-meta-group-booking {
        padding: 20px;
        width: 340px;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .single-mec-events .lity-container {
        max-width: 440px;
        width: 440px;
        margin: 0 auto !important
    }
}

@media (max-width:411px) {
    .single-mec-events .lity-container {
        max-width: 380px;
        width: 380px
    }
}

@media (max-width:375px) {
    .single-mec-events .lity-container {
        max-width: 350px;
        width: 350px
    }
}

@media (max-width:320px) {
    .single-mec-events .lity-container {
        max-width: 300px;
        width: 300px
    }
}

.mec-events-meta-group-booking {
    position: relative
}

.mec-cover-loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 99999
}

.mec-loader {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.mec-loader,
.mec-loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    z-index: 999999999999
}

.mec-loader {
    font-size: 10px;
    text-indent: -9999em;
    border-top: .5em solid rgba(0, 0, 0, .2);
    border-right: .5em solid rgba(0, 0, 0, .2);
    border-bottom: .5em solid rgba(0, 0, 0, .2);
    border-left: .5em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mecloader 1.1s infinite linear;
    animation: mecloader 1.1s infinite linear
}

@-webkit-keyframes mecloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes mecloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.mec-google-recaptcha {
    margin: 0 0 20px 16px
}

.mec-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mec-wrap :after,
.mec-wrap :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity .clearfix:after,
.lity .clearfix:before,
.mec-wrap .clearfix:after,
.mec-wrap .clearfix:before {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.lity .clearfix:after,
.mec-wrap .clearfix:after {
    clear: both
}

.lity .clearfix,
.mec-wrap .clearfix {
    zoom: 1
}

.lity .clear,
.lity .clr,
.mec-wrap .clear,
.mec-wrap .clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden
}

.lity .clr,
.mec-wrap .clr {
    visibility: visible;
    overflow: visible
}

.mec-container [class*=col-] img {
    max-width: 100%
}

.mec-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.mec-container:after,
.mec-container:before {
    content: " ";
    display: table
}

.mec-container:after {
    clear: both
}

@media only screen and (max-width:479px) {
    .mec-container {
        width: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .mec-container {
        width: 420px
    }
}

@media only screen and (min-width:768px) and (max-width:960px) {
    .mec-container {
        width: 768px
    }
}

@media only screen and (min-width:961px) {
    .mec-container {
        width: 960px
    }
}

@media only screen and (min-width:1200px) {
    .mec-container {
        width: 1196px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:1921px) {
    .mec-container {
        max-width: 1690px
    }
}

.mec-wrap .row {
    margin-left: -10px;
    margin-right: -10px
}

.mec-wrap .row:after,
.mec-wrap .row:before {
    content: " ";
    display: table
}

.mec-wrap .row:after {
    clear: both
}

.mec-wrap .col-lg-1,
.mec-wrap .col-lg-10,
.mec-wrap .col-lg-11,
.mec-wrap .col-lg-12,
.mec-wrap .col-lg-2,
.mec-wrap .col-lg-3,
.mec-wrap .col-lg-4,
.mec-wrap .col-lg-5,
.mec-wrap .col-lg-6,
.mec-wrap .col-lg-7,
.mec-wrap .col-lg-8,
.mec-wrap .col-lg-9,
.mec-wrap .col-md-1,
.mec-wrap .col-md-10,
.mec-wrap .col-md-11,
.mec-wrap .col-md-12,
.mec-wrap .col-md-2,
.mec-wrap .col-md-3,
.mec-wrap .col-md-4,
.mec-wrap .col-md-5,
.mec-wrap .col-md-6,
.mec-wrap .col-md-7,
.mec-wrap .col-md-8,
.mec-wrap .col-md-9,
.mec-wrap .col-sm-1,
.mec-wrap .col-sm-10,
.mec-wrap .col-sm-11,
.mec-wrap .col-sm-12,
.mec-wrap .col-sm-2,
.mec-wrap .col-sm-3,
.mec-wrap .col-sm-4,
.mec-wrap .col-sm-5,
.mec-wrap .col-sm-6,
.mec-wrap .col-sm-7,
.mec-wrap .col-sm-8,
.mec-wrap .col-sm-9,
.mec-wrap .col-xs-1,
.mec-wrap .col-xs-10,
.mec-wrap .col-xs-11,
.mec-wrap .col-xs-12,
.mec-wrap .col-xs-2,
.mec-wrap .col-xs-3,
.mec-wrap .col-xs-4,
.mec-wrap .col-xs-5,
.mec-wrap .col-xs-6,
.mec-wrap .col-xs-7,
.mec-wrap .col-xs-8,
.mec-wrap .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (min-width:1200px) {

    .mec-wrap .col-lg-1,
    .mec-wrap .col-lg-10,
    .mec-wrap .col-lg-11,
    .mec-wrap .col-lg-12,
    .mec-wrap .col-lg-2,
    .mec-wrap .col-lg-3,
    .mec-wrap .col-lg-4,
    .mec-wrap .col-lg-5,
    .mec-wrap .col-lg-6,
    .mec-wrap .col-lg-7,
    .mec-wrap .col-lg-8,
    .mec-wrap .col-lg-9,
    .mec-wrap .col-md-1,
    .mec-wrap .col-md-10,
    .mec-wrap .col-md-11,
    .mec-wrap .col-md-12,
    .mec-wrap .col-md-2,
    .mec-wrap .col-md-3,
    .mec-wrap .col-md-4,
    .mec-wrap .col-md-5,
    .mec-wrap .col-md-6,
    .mec-wrap .col-md-7,
    .mec-wrap .col-md-8,
    .mec-wrap .col-md-9,
    .mec-wrap .col-sm-1,
    .mec-wrap .col-sm-10,
    .mec-wrap .col-sm-11,
    .mec-wrap .col-sm-12,
    .mec-wrap .col-sm-2,
    .mec-wrap .col-sm-3,
    .mec-wrap .col-sm-4,
    .mec-wrap .col-sm-5,
    .mec-wrap .col-sm-6,
    .mec-wrap .col-sm-7,
    .mec-wrap .col-sm-8,
    .mec-wrap .col-sm-9,
    .mec-wrap .col-xs-1,
    .mec-wrap .col-xs-10,
    .mec-wrap .col-xs-11,
    .mec-wrap .col-xs-12,
    .mec-wrap .col-xs-2,
    .mec-wrap .col-xs-3,
    .mec-wrap .col-xs-4,
    .mec-wrap .col-xs-5,
    .mec-wrap .col-xs-6,
    .mec-wrap .col-xs-7,
    .mec-wrap .col-xs-8,
    .mec-wrap .col-xs-9 {
        padding-left: 15px;
        padding-right: 15px
    }

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

.mec-container [class*=col-].alpha {
    padding-left: 0
}

.mec-container [class*=col-].omega {
    padding-right: 0
}

.mec-wrap .col-xs-1,
.mec-wrap .col-xs-10,
.mec-wrap .col-xs-11,
.mec-wrap .col-xs-12,
.mec-wrap .col-xs-2,
.mec-wrap .col-xs-3,
.mec-wrap .col-xs-4,
.mec-wrap .col-xs-5,
.mec-wrap .col-xs-6,
.mec-wrap .col-xs-7,
.mec-wrap .col-xs-8,
.mec-wrap .col-xs-9 {
    float: left
}

.mec-wrap .col-xs-12 {
    width: 100%
}

.mec-wrap .col-xs-11 {
    width: 91.66666666666666%
}

.mec-wrap .col-xs-10 {
    width: 83.33333333333334%
}

.mec-wrap .col-xs-9 {
    width: 75%
}

.mec-wrap .col-xs-8 {
    width: 66.66666666666666%
}

.mec-wrap .col-xs-7 {
    width: 58.333333333333336%
}

.mec-wrap .col-xs-6 {
    width: 50%
}

.mec-wrap .col-xs-5 {
    width: 41.66666666666667%
}

.mec-wrap .col-xs-4 {
    width: 33.33333333333333%
}

.mec-wrap .col-xs-3 {
    width: 25%
}

.mec-wrap .col-xs-2 {
    width: 16.666666666666664%
}

.mec-wrap .col-xs-1 {
    width: 8.333333333333332%
}

@media (min-width:769px) {

    .mec-wrap .col-sm-1,
    .mec-wrap .col-sm-10,
    .mec-wrap .col-sm-11,
    .mec-wrap .col-sm-12,
    .mec-wrap .col-sm-2,
    .mec-wrap .col-sm-3,
    .mec-wrap .col-sm-4,
    .mec-wrap .col-sm-5,
    .mec-wrap .col-sm-6,
    .mec-wrap .col-sm-7,
    .mec-wrap .col-sm-8,
    .mec-wrap .col-sm-9 {
        float: left
    }

    .mec-wrap .col-sm-12 {
        width: 100%
    }

    .mec-wrap .col-sm-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-sm-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-sm-9 {
        width: 75%
    }

    .mec-wrap .col-sm-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-sm-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-sm-6 {
        width: 50%
    }

    .mec-wrap .col-sm-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-sm-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-sm-3 {
        width: 25%
    }

    .mec-wrap .col-sm-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-sm-1 {
        width: 8.333333333333332%
    }
}

@media (min-width:961px) {

    .mec-wrap .col-md-1,
    .mec-wrap .col-md-10,
    .mec-wrap .col-md-11,
    .mec-wrap .col-md-12,
    .mec-wrap .col-md-2,
    .mec-wrap .col-md-3,
    .mec-wrap .col-md-4,
    .mec-wrap .col-md-5,
    .mec-wrap .col-md-6,
    .mec-wrap .col-md-7,
    .mec-wrap .col-md-8,
    .mec-wrap .col-md-9 {
        float: left
    }

    .mec-wrap .col-md-12 {
        width: 100%
    }

    .mec-wrap .col-md-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-md-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-md-9 {
        width: 75%
    }

    .mec-wrap .col-md-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-md-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-md-6 {
        width: 50%
    }

    .mec-wrap .col-md-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-md-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-md-3 {
        width: 25%
    }

    .mec-wrap .col-md-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-md-1 {
        width: 8.333333333333332%
    }
}

@media (min-width:1200px) {

    .mec-wrap .col-lg-1,
    .mec-wrap .col-lg-10,
    .mec-wrap .col-lg-11,
    .mec-wrap .col-lg-12,
    .mec-wrap .col-lg-2,
    .mec-wrap .col-lg-3,
    .mec-wrap .col-lg-4,
    .mec-wrap .col-lg-5,
    .mec-wrap .col-lg-6,
    .mec-wrap .col-lg-7,
    .mec-wrap .col-lg-8,
    .mec-wrap .col-lg-9 {
        float: left
    }

    .mec-wrap .col-lg-12 {
        width: 100%
    }

    .mec-wrap .col-lg-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-lg-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-lg-9 {
        width: 75%
    }

    .mec-wrap .col-lg-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-lg-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-lg-6 {
        width: 50%
    }

    .mec-wrap .col-lg-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-lg-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-lg-3 {
        width: 25%
    }

    .mec-wrap .col-lg-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-lg-1 {
        width: 8.333333333333332%
    }
}

#mec_woo_add_to_cart_btn {
    min-width: 170px;
    margin-top: 5px;
    text-align: center
}

.mec-breadcrumbs {
    border-radius: var(--mec-secondary-border-radius);
    padding: 6px 15px 6px;
    font-size: 11px;
    color: #8d8d8d;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: auto 15px 30px 15px;
    border: 1px solid #e6e6e6
}

.mec-breadcrumbs-modern {
    margin: auto 0 30px 0
}

.mec-breadcrumbs a {
    color: #000;
    padding-left: 4px;
    display: inline-block
}

.mec-breadcrumbs a:hover {
    text-decoration: underline
}

.mec-breadcrumbs i {
    font-size: 8px;
    margin: 0 0 0 4px
}

.mec-breadcrumbs .container {
    padding-left: 20px
}

body.single-mec-events:has(.mec-event-banner) .mec-single-modern .col-md-4 .mec-frontbox,
body.single-mec-events:has(.mec-event-banner) .mec-single-modern .col-md-4 .mec-sponsors-details,
body.single-mec-events:has(.mec-event-banner) .mec-single-modern .mec-single-event-bar {
    margin-top: 0
}

body.single-mec-events:has(.mec-event-banner) .mec-breadcrumbs-modern {
    margin: auto 15px 33px 15px
}

.mec-content-notification a {
    margin-left: 5px
}

.mec-content-notification {
    background: #f7f7f7;
    padding: 10px 10px 10px;
    border: 1px solid #e8e8e8
}

.mec-content-notification p {
    margin-bottom: 0 !important
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul {
    border: 1px solid var(--mec-fes-main-color-rgba-4);
    width: auto;
    box-shadow: 0 1px 4px -2px var(--mec-fes-main-color-rgba-5);
    display: block;
    margin: 5px 0 10px;
    padding: 5px 0;
    border-radius: 2px
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul:last-of-type {
    margin-bottom: 35px
}

#mec-advanced-wraper div:first-child>ul span {
    display: none
}

#mec-advanced-wraper div:first-child>ul * {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #717273;
    text-align: center
}

#mec-advanced-wraper div:first-child>ul>li {
    width: 60px;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 4px 0;
    border-right: 1px solid var(--mec-fes-main-color-rgba-4)
}

#mec-advanced-wraper div:first-child>ul>ul>li {
    margin: 0;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: all .18s ease
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li.mec-active,
.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li:hover {
    background: var(--mec-fes-main-color) !important;
    box-shadow: 0 1px 9px -3px var(--mec-fes-main-color-rgba-5);
    color: #fff !important
}

.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
    width: 83%
}

.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search {
    width: 100%;
    float: none
}

.mec-search-bar-wrap input#mec-search-bar-input {
    width: calc(100% - 84%);
    margin-left: 11px;
    background: #40d9f1;
    color: #fff;
    font-weight: 400
}

.mec-text-input-search+input#mec-search-bar-input {
    margin-left: -3px
}

.mec-search-bar-wrap input#mec-search-bar-input:hover {
    background: #000
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input {
    float: none
}

@media (max-width:768px) {
    .mec-search-bar-wrap .mec-search-form .mec-text-input-search {
        display: inline-block
    }
}

@media (max-width:480px) {
    .mec-search-bar-wrap .mec-search-form .mec-text-input-search {
        width: 64%
    }

    .mec-search-bar-wrap input#mec-search-bar-input {
        width: calc(100% - 67%)
    }
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box {
    overflow: visible
}

.mec-ajax-search-result {
    position: relative
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text] {
    width: calc(100% - 36px)
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus {
    border-color: #efefef
}

div#mec-ajax-search-result-wrap {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 2px);
    min-height: 50px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 9999;
    transition: all .3s ease
}

.mec-ajax-search-result-events {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #efefef;
    border-top: none
}

.mec-ajax-search-result-events article:first-of-type {
    border: none
}

article.mec-search-bar-result {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    transition: all .33s ease;
    clear: both
}

.mec-search-bar-result .mec-event-list-search-bar-date {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding-top: 2px
}

.mec-search-bar-result .mec-event-list-search-bar-date span {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px
}

.mec-search-bar-result .mec-event-image {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: auto
}

.mec-search-bar-result .mec-event-time {
    font-size: 11px;
    line-height: 1.1;
    margin: 0
}

.mec-search-bar-result .mec-event-time i {
    color: #40d9f1;
    float: none;
    width: unset;
    height: unset;
    font-size: inherit;
    margin-right: 3px;
    border: none;
    padding: 0
}

.mec-search-bar-result .mec-event-title {
    font-size: 13px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-search-bar-result .mec-event-title a {
    text-decoration: none;
    color: #494949;
    transition: color .3s ease
}

.mec-search-bar-result .mec-event-detail {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box {
    background: rgba(255, 255, 255, .87);
    border: none;
    padding: 35px;
    border-radius: 3px;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .4);
    position: relative
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],
.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text] {
    height: 58px;
    background: rgba(255, 255, 255, .99);
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1) inset;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 45px;
    padding-right: 13px;
    font-size: 16px
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i {
    position: absolute;
    background: 0 0;
    border: none;
    font-size: 21px;
    left: 15px;
    top: calc(50% - 19px);
    color: #40d9f1
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search {
    position: relative;
    height: 58px
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit] {
    height: 58px;
    border: none;
    border-radius: 2px;
    background: #fc4a1a;
    font-size: 17px;
    font-weight: 700 !important
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
    margin-left: 0
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    height: 45px;
    background: rgba(255, 255, 255, .99);
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1) inset;
    border: 1px solid #ccc;
    padding-right: 13px;
    font-size: 16px;
    border-left: 0
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i {
    height: 45px;
    background: #ffff;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 15px;
    padding-top: 14px;
    border-right: 0;
    color: #40d9f1;
    margin-right: -1px
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap {
    min-height: 64px
}

@media (max-width:768px) {
    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width: 70%
    }

    .mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
        width: calc(100% - 72%)
    }
}

@media (max-width:480px) {
    .mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
        width: 92%;
        padding: 0 10px;
        position: relative;
        display: block;
        margin-left: 11px
    }

    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width: 100%;
        margin-bottom: 20px
    }

    .mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
        margin-left: 10px
    }
}

.mec-wrap .mec-related-events-wrap {
    margin-left: 0;
    margin-right: 0
}

.mec-related-events {
    margin-right: -15px;
    margin-left: -15px
}

@media (max-width:980px) {
    .mec-related-events {
        margin-right: -10px;
        margin-left: -10px
    }
}

.mec-related-events-wrap {
    margin-top: 50px
}

.mec-related-events-wrap h3.mec-rec-events-title:before {
    content: "";
    background: #2c2f34;
    width: 46px;
    height: 4px;
    position: absolute;
    top: 59px;
    left: 0
}

.mec-related-events-wrap h3.mec-rec-events-title {
    font-size: 21px;
    font-weight: 600;
    padding: 17px 0;
    margin-bottom: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.mec-related-event-post figure {
    margin: 0
}

.mec-related-event-post figure img {
    width: 100%;
    border-radius: var(--mec-primary-border-radius);
    height: auto
}

.mec-related-event-content {
    background-color: #fff;
    margin: -40px 20px 15px;
    border-radius: var(--mec-primary-border-radius);
    position: relative;
    max-width: 90%;
    padding: 10px 12px 16px 17px;
    border: 1px solid #e6e7e8
}

.mec-related-event-content h5 a {
    font-size: 16px;
    color: #121212;
    font-weight: 600;
    transition: all .3s ease
}

@media (max-width:480px) {
    .mec-wrap .mec-related-events .mec-related-event-post {
        padding-right: 15px;
        padding-left: 15px
    }
}

.mec-next-previous-events {
    width: 100%;
    height: 104px;
    display: block;
    padding: 0;
    margin: 0
}

.mec-next-previous-events li {
    list-style: none;
    width: 50%;
    display: inline-block;
    margin: 40px 0 40px
}

.mec-next-previous-events li:last-child {
    text-align: right;
    float: right
}

.mec-next-previous-events li a {
    padding: 9px 14px 9px 14px;
    border: 1px solid #000;
    transition: .3s;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-wrap .mec-next-previous-events li a:hover {
    color: #fff !important
}

.mec-previous-event {
    float: left;
    text-align: left
}

.mec-next-event ul {
    padding-left: 0;
    margin: 0
}

.mec-next-previous-events .mec-previous-event i {
    padding-right: 20px
}

.mec-next-previous-events .mec-next-event i {
    padding-left: 20px
}

.mec-next-multiple ul {
    padding: 0;
    margin: 0
}

.mec-next-multiple ul li a {
    display: block;
    position: relative;
    padding: 11px 14px 9px;
    z-index: 9
}

.mec-next-multiple ul .mec-date,
.mec-next-multiple ul .mec-time {
    display: inline-block
}

.mec-next-multiple ul .mec-time {
    width: 40%
}

.mec-next-multiple ul .mec-date {
    width: 60%
}

.mec-next-multiple ul .mec-date {
    float: left;
    text-align: left
}

.mec-next-multiple ul .mec-time {
    text-align: right;
    position: relative;
    z-index: -1
}

.mec-next-multiple ul .mec-time dd {
    margin: 0;
    padding: 0
}

.mec-next-multiple ul .mec-date .mec-end-date-label,
.mec-next-multiple ul .mec-date .mec-start-date-label,
.mec-next-multiple ul .mec-time .mec-events-abbr {
    font-size: 11px;
    line-height: 24px
}

@media (max-width:1280px) {
    .mec-next-multiple ul li a {
        padding: 7px 9px 5px
    }

    .mec-next-multiple ul .mec-date .mec-start-date-label,
    .mec-next-multiple ul .mec-time .mec-events-abbr {
        font-size: 12px
    }
}

@media (max-width:480px) {
    .mec-next-previous-events li {
        list-style: none;
        width: 100%;
        display: block;
        margin: 10px 0;
        float: unset
    }

    .mec-next-previous-events li a {
        width: 100%;
        max-width: 100%;
        float: unset;
        display: block;
        text-align: center;
        font-size: 16px
    }
}

.mec-fes-form-cntt #mec-organizer-payments ul {
    list-style: none;
    background: 0 0;
    margin: 0;
    padding-left: 0
}

.mec-fes-form-cntt #mec-organizer-payments ul li h4 {
    background: 0 0;
    letter-spacing: .2px;
    display: inline-block;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    margin: 0;
    margin-bottom: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 1px
}

.mec-fes-form-cntt #mec-organizer-payments ul>li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.mec-fes-form #mec_gateway_options_form_stripe_connection_button {
    padding: 9px 13px !important
}

#mec-login-form.mec-login-form {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

#mec-login-form.mec-login-form .mec-login-input {
    display: block;
    width: 286px;
    margin: 0 auto;
    margin-bottom: 12px
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
    display: inline-block
}

.mec-login-forgotpassword a {
    color: #8f9295;
    font-size: 14px
}

#mec-login-form.mec-login-form .mec-login-submit {
    float: right;
    text-align: right;
    width: 49%;
    padding-right: 2px
}

#mec-login-form.mec-login-form .mec-login-input input {
    border: none;
    box-shadow: none;
    background: #fff;
    color: #606367;
    font-size: 13px;
    line-height: 40px;
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 0;
    background-image: none !important;
    padding-left: 10px;
    padding-right: 0;
    margin-left: 0
}

#mec-login-form.mec-login-form .mec-login-input input:focus {
    outline: 0
}

#mec-login-form.mec-login-form .mec-login-input label {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0;
    border-radius: var(--mec-secondary-border-radius);
    overflow: hidden;
    position: relative
}

#mec-login-form.mec-login-form .mec-login-input label i:not(.mec-sl-display-controller-password) {
    font-size: 14px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    color: #c5cad0;
    background: #fafafa;
    margin-right: 0
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
    float: left;
    width: 49%;
    text-align: left;
    padding-top: 10px;
    font-size: 13px;
    padding-left: 2px
}

#mec-login-form.mec-login-form button {
    margin: 0
}

#mec-login-form.mec-login-form .mec-login-form-footer {
    width: 286px;
    margin: 0 auto;
    margin-top: 20px;
    clear: both;
    position: relative;
    display: block;
    min-height: 50px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading {
    position: absolute;
    background: #ffffffc2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#mec-login-form.mec-login-form .lds-ripple {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 23px);
    left: calc(50% - 23px)
}

#mec-login-form.mec-login-form .lds-ripple div {
    position: absolute;
    border: 4px solid #40d9f1;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.2s cubic-bezier(0, .2, .1, .8) infinite
}

#mec-login-form.mec-login-form .lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text {
    position: absolute;
    min-width: 200px;
    top: calc(50% - 18px);
    left: calc(50% - 124px);
    color: #fff;
    padding: 10px 22px;
    border-radius: 3px;
    background: #fff;
    height: 47px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong {
    color: #3fcc60
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    border-right: 2px solid #3fcc60;
    border-bottom: 2px solid #3acb5c;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    color: #000;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
    width: 8px;
    height: 14px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    border-bottom: 2px solid #ff5d39;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    color: #000;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
    width: 14px;
    height: 4px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong {
    color: #ff5d39
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before {
    border-color: #ff5d39;
    border-bottom: none
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.mec-card-element-stripe {
    margin-bottom: 30px
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper {
    width: 100%
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row {
    width: 50%
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row:nth-child(2) {
    margin-left: 12px
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row input {
    max-width: unset;
    margin-bottom: 20px
}

.mec-events-meta-group-booking .StripeElement--invalid {
    border-color: #fa755a
}

.mec-events-meta-group-booking .StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

#mec_occurrences_add {
    position: relative;
    top: -2px
}

.mec-occurrences-wrapper ul.mec-occurrences-list {
    list-style: none;
    padding: 0
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item {
    border: 2px dashed #eee
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item {
    border: 2px dashed #eee;
    padding: 20px
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 {
    font-size: 1rem
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 {
    font-size: 1rem;
    position: relative
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 span.mec-occurrences-delete-button {
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
    padding: 6px 8px !important;
    font-size: 11px;
    line-height: 12px !important;
    min-height: 10px;
    height: auto;
    display: block;
    cursor: pointer;
    color: #ea6485;
    border: 2px solid #ffd2dd;
    border-radius: 3px;
    letter-spacing: .4px
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 span.mec-occurrences-delete-button:hover {
    background: #ea6485;
    color: #fff;
    border-color: #ea6485;
    box-shadow: 0 2px 6px -3px #ea6485
}

#mec_occurrences_add,
.mec-booking-tab-content .button,
.mec-booking-tab-content .mec-bfixed-field-add-option,
.mec-booking-tab-content .mec-reg-field-add-option,
.mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-fes-form input[type=file],
.mec-fes-list .mec-form-row .button,
ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .mec_reg_field_remove {
    height: 40px;
    margin-top: 1px;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px !important;
    margin: 0;
    padding: 0 15px 1px !important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #40d9f1;
    background: #fff;
    border-radius: 3px;
    margin-right: 8px;
    border: 2px solid #cfeff5
}

.mec-fes-form .mec-additional-organizers .select2-container {
    margin-bottom: 0
}

.mec-booking-tab-content .button:hover,
.mec-booking-tab-content .mec-bfixed-field-add-option:hover,
.mec-booking-tab-content .mec-reg-field-add-option:hover,
.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover,
.mec-fes-list .mec-form-row .button:hover {
    background: #40d9f1;
    color: #fff;
    border-color: #40d9f1
}

.mec-fes-form .mec-form-row input+button.button {
    vertical-align: top
}

.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small {
    border-width: 0;
    padding: 0 8px !important;
    color: #80c6d2;
    font-weight: 400;
    margin: 2px;
    transform: none;
    line-height: 2 !important;
    height: unset;
    min-height: 25px !important
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:focus,
#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:hover {
    box-shadow: none
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:hover button:hover {
    background: #fff
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) {
    background: #fff;
    margin: 3px 2px;
    border: none;
    height: 26px
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn):hover {
    box-shadow: none
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button {
    height: 26px;
    border: none
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button:hover {
    background: var(--mec-fes-main-color)
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button .mce-ico {
    color: var(--mec-fes-main-color)
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button:hover .mce-ico {
    color: #fff
}

.mec-fes-form input[type=file] {
    width: 121px;
    text-align: center;
    height: 44px;
    transition: all .2s ease;
    border-radius: 5px !important;
    border: 2px dashed #b8e9f3;
    margin: 0;
    text-align: center;
    cursor: pointer
}

.mec-fes-form input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    width: 1px;
    height: 38px;
    display: none
}

.mec-fes-form input[type=file]::-moz-file-upload-button {
    visibility: hidden;
    width: 1px;
    height: 38px
}

.mec-fes-form .mec-meta-box-fields>label {
    padding: 0
}

#mec_bfixed_form_fields li,
#mec_orgz_form_row li,
#mec_reg_form_fields li {
    list-style: none
}

ul#mec_bfixed_form_fields,
ul#mec_orgz_form_row,
ul#mec_reg_form_fields {
    padding: 0;
    margin: 0
}

ul#mec_bfixed_form_fields li,
ul#mec_orgz_form_row li,
ul#mec_reg_form_fields li {
    background: #f8feff;
    margin: 6px -20px;
    padding: 15px 25px 10px;
    width: auto;
    font-size: 13px;
    border-top: 1px solid #e8fafd;
    border-bottom: 1px solid #e8fafd;
    position: relative
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,
ul#mec_orgz_form_row li .mec-additional-organizer-remove,
ul#mec_reg_form_fields li .mec_reg_field_remove {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 6px 8px !important;
    font-size: 11px;
    line-height: 12px !important;
    min-height: 10px;
    height: auto;
    display: block;
    cursor: pointer;
    color: #ea6485;
    border-color: #ffd2dd;
    letter-spacing: .4px
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,
ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover,
ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
    background: #ea6485;
    color: #fff;
    border-color: #ea6485;
    box-shadow: 0 2px 6px -3px #ea6485
}

#mec_bfixed_form_fields input[type=checkbox],
#mec_bfixed_form_fields input[type=radio],
#mec_reg_form_fields input[type=checkbox],
#mec_reg_form_fields input[type=radio],
.mec-form-row input[type=checkbox],
.mec-form-row input[type=radio] {
    background-color: #fff;
    border: 1px solid #cfeff5;
    box-shadow: 0 1px 3px -1px #cfeff5;
    padding: 9px;
    border-radius: 3px;
    min-width: 20px;
    min-height: 20px;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    transition: all .18s ease;
    outline: 0;
    margin: 0 5px 0 0;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

#mec_bfixed_form_fields input[type=checkbox]:focus,
#mec_bfixed_form_fields input[type=radio]:focus,
#mec_reg_form_fields input[type=checkbox]:focus,
#mec_reg_form_fields input[type=radio]:focus,
.mec-form-row input[type=checkbox]:focus,
.mec-form-row input[type=radio]:focus {
    outline: 0
}

#mec_bfixed_form_fields input[type=radio],
#mec_reg_form_fields input[type=radio],
.mec-form-row input[type=radio] {
    -webkit-appearance: none;
    border-radius: 20px !important;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    vertical-align: middle
}

#mec_bfixed_form_fields input[type=checkbox]:hover,
#mec_bfixed_form_fields input[type=radio]:hover,
#mec_reg_form_fields input[type=checkbox]:hover,
#mec_reg_form_fields input[type=radio]:hover,
.mec-form-row input[type=checkbox]:hover,
.mec-form-row input[type=radio]:hover {
    border-color: #40d9f1
}

#mec_bfixed_form_fields input[type=checkbox]:checked,
#mec_bfixed_form_fields input[type=radio]:checked,
#mec_reg_form_fields input[type=checkbox]:checked,
#mec_reg_form_fields input[type=radio]:checked,
.mec-fes-form .mec-form-row input[type=checkbox]:checked,
.mec-fes-form .mec-form-row input[type=radio]:checked {
    border-color: #40d9f1;
    background: #40d9f1;
    border-radius: 2px;
    position: relative
}

.mec-form-row input[type=radio]:checked {
    box-shadow: inset 0 0 0 3px #fff !important
}

#mec_bfixed_form_fields input[type=checkbox]:checked::before,
#mec_reg_form_fields input[type=checkbox]:checked::before,
.mec-form-row input[type=checkbox]:checked:before {
    content: "";
    font: normal;
    position: absolute;
    top: 12px;
    left: 5px;
    margin: 0;
    vertical-align: middle;
    line-height: 1;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    color: #fff;
    transition: all .2s ease;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    33% {
        width: 6px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg)
    }

    100% {
        width: 6px;
        height: 12px;
        border-color: #fff;
        transform: translate3d(0, -12px, 0) rotate(45deg)
    }
}

#wrap #mec-event-data input[type=radio] {
    position: relative
}

#wrap #mec-event-data input[type=radio]:empty::before {
    display: none
}

#mec_bfixed_form_field_types .button,
#mec_reg_form_field_types .button {
    position: relative;
    outline: 0;
    border-radius: 50px;
    padding: 2px 21px 2px 31px !important;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    color: #40d9f1;
    letter-spacing: 2px;
    height: auto;
    cursor: pointer;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    box-shadow: 0 2px 6px -3px #40d9f1;
    border: 2px solid #cfeff5
}

#mec_bfixed_form_field_types .button:before,
#mec_reg_form_field_types .button:before {
    position: absolute;
    left: 6px;
    color: #40d9f1;
    content: "\e095";
    font-family: simple-line-icons;
    font-size: 12px;
    display: inline-block;
    color: var(--mec-fes-main-color)
}

#mec_bfixed_form_field_types .button:hover:before,
#mec_reg_form_field_types .button:hover:before {
    color: #fff
}

#mec_fees_list [id^=mec_remove_fee_button],
#mec_meta_box_ticket_variations_form .mec-form-row [id^=mec_remove_ticket_variation_button] {
    margin-left: 14px !important
}

#mec_meta_box_hourly_schedule_days .mec-add-hourly-schedule-button {
    line-height: 10px !important
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort,
.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort {
    font-size: 0;
    color: #fff;
    padding-left: 20px
}

.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort,
.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort,
.mec-fes-form #mec_reg_form_fields .mec_reg_field_options,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort {
    font-size: 0
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,
.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before,
.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort:before,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort:before {
    position: absolute;
    left: px;
    top: 12px;
    width: 100px;
    height: 28px;
    display: block;
    cursor: move;
    font-family: simple-line-icons;
    content: "\e023";
    font-size: 18px;
    color: #888
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,
.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before {
    font-size: 13px;
    left: 2px;
    top: 26px;
    width: 14px;
    height: 14px
}

.mec-fes-form #mec_fes_form #mec_bfixed_form_fields .mec_bfixed_notification_placeholder {
    font-size: 0
}

.mec-form-row input+span.mec-tooltip,
.mec-form-row select+span.mec-tooltip {
    bottom: 10px
}

.mec-form-row label+span.mec-tooltip {
    bottom: 8px
}

.mec-form-row textarea+span.mec-tooltip {
    bottom: auto;
    vertical-align: top;
    top: 12px
}

.mec-form-row span+span.mec-tooltip {
    bottom: 0;
    vertical-align: middle
}

.mec-form-row .mec-col-8 input[type=text],
.mec-form-row .mec-col-8 select,
.mec-form-row .mec-col-8 span.mec-archive-skins {
    vertical-align: top
}

.mec-form-row input:disabled {
    opacity: .6;
    background: #f6f6f6
}

.mec-form-row p.description,
.mec-form-row span.description {
    font-style: italic;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #97b2bb !important;
    display: block;
    clear: both
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget {
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .12)
}

body:has(.mec-fes-form, .mec-search-form) table.ui-datepicker-calendar {
    margin-bottom: 0
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
    font-weight: 700;
    color: #4a4b4c
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar td,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar tr {
    border: none
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget select {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 10px;
    margin: 5px 3px;
    width: auto;
    min-height: 20px;
    height: 26px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04)
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget table {
    border-spacing: 2px;
    border: none
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget tr {
    padding: 0;
    background: 0 0 !important
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a {
    color: #9a9b9c;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 33px;
    padding: 0;
    background: #fff;
    transition: all .2s ease
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a.ui-state-active,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a:hover {
    background: #40d9f1;
    color: #fff
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
    color: #40d9f1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 33px;
    background: #ecfcff;
    transition: all .2s ease
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next:hover,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev:hover {
    background: #fff;
    box-shadow: 0 0 7px -3px rgba(0, 0, 0, .4)
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
    border-radius: 3px;
    background: #40d9f1;
    color: #fff;
    height: 54px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 2px 8px -4px #40d9f1;
    display: block;
    transition: all .28s ease;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
    box-shadow: 0 2px 12px -2px #40d9f1
}

.mec-fes-form button[type=submit].mec-fes-sub-button:focus {
    margin-bottom: -2px;
    background: #1dc2dc
}

.mec-fes-form .mec-title span.mec-dashicons {
    color: #40d9f1;
    float: left;
    margin-right: 5px
}

.mec-fes-form .mec-tooltip .box h5 {
    padding: 14px 2px
}

#mec_fes_form,
.mec-fes-form-top-actions {
    max-width: 840px;
    margin: 0 auto
}

@media only screen and (min-width:961px) {
    .mec-fes-form .mec-fes-form-cntt {
        width: calc(100% - 300px);
        float: left;
        padding-right: 10px;
        max-width: 540px;
        display: block
    }

    .mec-fes-form .mec-fes-form-sdbr {
        width: 300px
    }
}

.mec-fes-form .quicktags-toolbar,
.mec-fes-form div.mce-toolbar-grp {
    background: #ecfcff;
    border-bottom: 1px solid var(--mec-fes-main-color-rgba-4);
    box-shadow: 0 1px 0 1px var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form .quicktags-toolbar {
    margin-right: -1px;
    border-top: 1px solid var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form div.mce-statusbar {
    border-top-color: var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    border: 1px solid var(--mec-fes-main-color-rgba-4);
    border-radius: 3px
}

.mec-fes-form .mce-tinymce.mce-container.mce-panel {
    border: 1px solid var(--mec-fes-main-color-rgba-4);
    box-shadow: 0 2px 6px -3px var(--mec-fes-main-color-rgba-4);
    border-radius: 2px 0 2px 2px
}

.mec-fes-form .wp-editor-tabs {
    transform: translate(2px, 12px)
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor {
    border-radius: 3px 3px 0 0;
    border-color: #cfeff5;
    background: #fff;
    color: #96b8bd;
    border-bottom: 1px solid #ecfcff
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor:focus {
    box-shadow: none
}

.mec-fes-form .html-active .switch-html,
.mec-fes-form .tmce-active .switch-tmce,
.mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
    background: #ecfcff;
    color: #40d9f1
}

.mec-fes-form .wp-editor-container,
.mec-fes-form div.mce-edit-area.mce-panel {
    border: none;
    box-shadow: none
}

.mec-fes-form .wp-editor-container textarea.wp-editor-area {
    max-width: 100%
}

.mec-fes-form .mce-toolbar .mce-listbox button {
    font-size: 12px;
    line-height: 22px;
    color: #798f96;
    border: none
}

.mec-fes-form .mce-toolbar .mce-ico {
    color: #627f88
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active,
.mec-fes-form .qt-dfw.active {
    background: #fff;
    border-color: #40d9f1;
    box-shadow: inset 0 2px 6px -3px rgba(106, 231, 255, .7)
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico {
    color: #40d9f1
}

body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
body .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,
body .mce-menu .mce-menu-item.mce-selected,
body .mce-menu .mce-menu-item:focus,
body .mce-menu .mce-menu-item:hover {
    background: #40d9f1;
    color: #fff
}

body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,
body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-selected,
body:has(.mec-fes-form) .mce-menu .mce-menu-item:focus,
body:has(.mec-fes-form) .mce-menu .mce-menu-item:hover {
    background: var(--mec-fes-main-color);
    color: #fff
}

.mec-fes-form .mec-not-in-days-day {
    font-size: 13px;
    display: inline-block;
    padding: 4px 32px 4px 15px;
    border-radius: 33px;
    border: 1px solid var(--mec-fes-main-color-rgba-4);
    box-shadow: 0 1px 3px -1px var(--mec-fes-main-color-rgba-5);
    background: #fbfeff;
    color: var(--mec-fes-main-color);
    vertical-align: top;
    margin: 0 0 5px 0
}

.mec-fes-form .mec-not-in-days-remove {
    font-size: 13px;
    display: inline-block;
    margin-left: -28px;
    background: #ff918a;
    color: #fff;
    font-family: cursive;
    width: 16px;
    height: 16px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.mec-fes-list ul li .mec-event-status {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 3px;
    padding: 4px 8px
}

.mec-fes-form .post-status.mec-book-confirmed:before,
.mec-fes-list ul li .mec-event-status.mec-book-confirmed:before {
    content: "";
    margin: 0;
    vertical-align: middle;
    line-height: 1;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    transform: rotate(45deg);
    color: #fff;
    width: 6px;
    height: 12px;
    float: left;
    margin-right: 6px
}

.mec-fes-list ul li .mec-fes-event-edit a:before,
.mec-fes-list ul li .mec-fes-event-export a:before,
.mec-fes-list ul li .mec-fes-event-remove:before,
.mec-fes-list ul li .mec-fes-event-view a:before,
.mec-fes-list-top-actions a:before {
    content: "\e054";
    font-family: simple-line-icons;
    font-size: 13px;
    vertical-align: middle
}

.mec-fes-list ul li .mec-fes-event-view a:before {
    content: "\e087"
}

.mec-fes-list ul li .mec-fes-event-edit a:before {
    content: "\e060"
}

.mec-fes-list-top-actions a:before {
    content: "\e095";
    font-weight: 400;
    margin-right: 6px
}

.mec-fes-list ul li .mec-fes-event-export a:before {
    content: "\e083"
}

.mec-fes-form .post-status {
    border-radius: 20px
}

.mec-fes-form .post-status.mec-book-confirmed:before {
    height: 20px;
    width: 9px;
    margin: 3px 10px
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
    height: auto;
    padding: 0
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td a,
body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
    font-size: 14px;
    line-height: 30px
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-state-disabled .ui-state-default {
    color: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block
}

.mec-fes-form .description {
    font-style: italic;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #97b2bb !important;
    display: block;
    clear: both
}

.mec-fes-export-wrapper {
    width: 640px;
    background: #f8feff;
    padding: 40px 25px
}

.mec-fes-export-wrapper .mec-fes-btn-date {
    font-size: 16px;
    line-height: 44px;
    overflow: hidden
}

.mec-fes-export-wrapper .date-messgae {
    font-family: sans-serif;
    padding: 2px 18px
}

.mec-fes-list ul li .mec-event-export-csv,
.mec-fes-list ul li .mec-event-export-excel {
    font-size: 12px;
    border: 1px solid #40d9f1;
    padding: 1px 4px;
    background: rgba(141, 229, 243, .18);
    border-radius: 4px;
    color: #40d9f1;
    font-family: sans-serif;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 22px
}

.mec-export-badge {
    font-size: 11px;
    color: #40d9f1;
    width: auto;
    height: 24px;
    line-height: 25px;
    display: inline-block;
    padding: 0 8px;
    text-align: center;
    border-radius: 3px;
    background: #ecfcff;
    transition: all .2s ease
}

.mec-fes-list ul li .mec-fes-event-export {
    font-size: 11px;
    background: #f7f7f7;
    float: right;
    margin-left: 5px
}

.mec-fes-list ul li .mec-fes-event-export:hover {
    cursor: pointer;
    background: #90f0e0;
    border-color: #4dc8cc
}

.mec-fes-export-wrapper ul {
    padding: 0;
    width: 100%;
    text-align: center
}

.mec-fes-export-wrapper ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    padding: 10px 15px 10px 32px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 6px -4px #cfeff5;
    background: #fff;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    transition: all .2s ease
}

.mec-fes-export-wrapper ul li:nth-child(3n+0) {
    margin-right: 0
}

.mec-fes-export-wrapper ul li:hover {
    box-shadow: 0 2px 16px -1px #c6e8ef
}

.mec-fes-export-wrapper ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin: -1px 0 0 5px;
    cursor: pointer;
    border: 2px solid #e1e7ed;
    box-shadow: 0 2px 15px -3px rgba(69, 77, 89, .32);
    border-radius: 50%;
    left: 9px;
    top: calc(50% - 7px)
}

.mec-fes-export-wrapper ul li.fes-export-date-active {
    color: #40d9f1
}

.mec-fes-export-wrapper ul li.fes-export-date-active:before {
    width: 15px;
    height: 15px;
    border: 6px solid #40d9f1;
    background: #fff;
    box-shadow: 0 3px 16px -3px #40d9f1
}

.mec-fes-btn-export {
    margin-left: 15px;
    margin-top: 12px
}

.mec-fes-btn-export span {
    position: relative;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 4px;
    line-height: 1;
    letter-spacing: 0;
    padding: 15px 22px;
    background: #39c36e;
    box-shadow: 0 1px 7px -3px #39c36e !important;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    cursor: pointer;
    margin-left: 6px
}

.mec-fes-btn-export span:hover {
    background: #222
}

.mec-event-export-excel:before,
span.mec-event-export-csv:before {
    content: "\e083";
    font-family: simple-line-icons;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -1px;
    display: inline-block
}

.mec-fes-list .wn-p-t-right {
    min-width: 170px;
    max-width: 200px;
    display: inline-block;
    top: -8px;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -100%);
    padding: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #535a61;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s;
    padding: 5px 10px 6px;
    border-radius: 8px;
    text-align: center;
    font-style: normal
}

.mec-fes-list .mec-fes-event-edit:hover .wn-p-t-right,
.mec-fes-list .mec-fes-event-export:hover .wn-p-t-right,
.mec-fes-list .mec-fes-event-remove:hover .wn-p-t-right,
.mec-fes-list .mec-fes-event-view:hover .wn-p-t-right {
    visibility: visible;
    opacity: 1
}

.mec-fes-list .wn-p-t-right i {
    position: absolute !important;
    top: 100%;
    right: 50%;
    margin-top: -6px !important;
    margin-right: -6px !important;
    width: 12px;
    height: 24px;
    overflow: hidden;
    transform: rotate(-90deg)
}

.mec-fes-list .wn-p-t-right i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #000;
    box-shadow: 0 8px 9px -4px #535a61
}

.mec-fes-form .select2-container {
    min-height: 38px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid var(--mec-fes-main-color-rgba-4);
    box-shadow: inset 0 1px 6px var(--mec-fes-main-color-rgba-5);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    min-width: 200px;
    max-width: 230px;
    font-size: 14px;
    z-index: 1
}

.mec-fes-form .select2-selection {
    border: none;
    background: 0 0;
    padding-top: 2px;
    width: 100%;
    height: 100%;
    padding: 0
}

.mec-fes-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__rendered {
    color: #777;
    line-height: 34px;
    padding-left: 5px
}

.mec-fes-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__arrow {
    height: 34px
}

body:has(.mec-fes-form) .select2-container--open .select2-dropdown--below {
    margin-top: 31px;
    border: 1px solid var(--mec-fes-main-color-rgba-4)
}

body:has(.mec-fes-form) .select2-container--open .select2-dropdown--above {
    margin-top: 33px;
    border: 1px solid var(--mec-fes-main-color-rgba-4)
}

body:has(.mec-fes-form) .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    color: #777;
    border: 1px solid var(--mec-fes-main-color-rgba-4) !important
}

body:has(.mec-fes-form) .select2-container--default .select2-results__option--selected {
    background-color: var(--mec-fes-main-color-rgba-4) !important
}

body:has(.mec-fes-form) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--mec-fes-main-color) !important
}

body:has(.mec-fes-form) .select2-results__option {
    font-size: 13px !important
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple,
body:has(.mec-fes-form) .select2-container--default .select2-selection--single {
    border: none;
    background-color: unset;
    border-radius: 0;
    height: auto
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 2.5px 5px 2.5px 0;
    height: 23px;
    vertical-align: sub
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 4px !important;
    line-height: 20px;
    height: 21px;
    border-radius: 0
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    line-height: 20px;
    padding: 0 5px;
    position: static;
    top: unset
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget {
    border: 1px solid var(--mec-fes-main-color-rgba-4)
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget .ui-datepicker-next,
body:has(.mec-fes-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
    color: var(--mec-fes-main-color);
    background: var(--mec-fes-main-color-rgba-5)
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget td a.ui-state-active,
body:has(.mec-fes-form) .ui-datepicker.ui-widget td a:hover {
    background: var(--mec-fes-main-color)
}

body:has(.mec-search-form) .ui-datepicker.ui-widget {
    border: 1px solid #e8e8e8
}

body:has(.mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next,
body:has(.mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
    color: var(--mec-color-skin);
    background: var(--mec-color-skin-rgba-4)
}

body:has(.mec-search-form) .ui-datepicker.ui-widget td a.ui-state-active,
body:has(.mec-search-form) .ui-datepicker.ui-widget td a:hover {
    background: var(--mec-color-skin)
}

.mec-fes-form .select2-container--default.select2-container--focus .select2-selection {
    border: none !important;
    outline: 0;
    padding: 0
}

.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px
}

.select2-results {
    font-size: 14px
}

.mec-fes-form .select2-container--default .select2-search--inline .select2-search__field {
    margin: 0
}

.mec-fes-category-children,
.mec-fes-category-children .mec-fes-category-children {
    padding-left: 24px
}

.mec-timeline-events-container {
    margin-left: 19px;
    padding-top: 20px;
    padding-bottom: 9px
}

.mec-events-timeline-wrap {
    position: relative;
    display: block;
    overflow: visible;
    padding-left: 95px
}

.mec-events-timeline-wrap:before {
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background: #b8f5ff;
    left: 95px
}

.mec-timeline-month-divider+.mec-timeline-events-container {
    padding-top: 110px
}

.mec-timeline-right-content {
    float: right;
    width: 300px
}

.mec-timeline-left-content {
    float: left;
    width: calc(100% - 300px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.mec-timeline-month-divider {
    position: absolute;
    display: block;
    background: #fff;
    right: calc(100% - 95px);
    left: 0;
    width: 190px;
    text-align: center;
    border: 1px solid #b8f5ff;
    border-radius: 50px;
    font-size: 15px;
    padding: 12px 27px;
    color: #40d9f1
}

.mec-timeline-event-date {
    position: relative
}

.mec-timeline-events-container .mec-timeline-event-date:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    background: #40d9f1;
    border-radius: 50px;
    top: 8px;
    left: -24px;
    z-index: 9
}

.mec-timeline-events-container .mec-timeline-event-date:after {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    background: rgba(64, 217, 241, .3);
    border-radius: 50px;
    top: 3px;
    left: -29px
}

.mec-timeline-event-date {
    float: left;
    width: 17%;
    margin-top: 27px
}

.mec-timeline-event-content {
    float: left;
    width: 82%;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    border-radius: var(--mec-primary-border-radius);
    overflow: visible;
    position: relative
}

.mec-timeline-main-content {
    padding: 23px 30px
}

.mec-timeline-main-content h4 {
    margin-bottom: 15px
}

.mec-timeline-main-content h4 a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 33px;
    text-decoration: none
}

.mec-timeline-main-content p {
    font-size: 15px;
    color: #515151;
    line-height: 24px;
    margin-bottom: 36px
}

a.mec-timeline-readmore {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 52px;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius)
}

a.mec-timeline-readmore:hover {
    background: #222;
    color: #fff
}

.mec-timeline-event-categories ul.mec-categories li.mec-category a,
.mec-timeline-event-location address span,
.mec-timeline-event-organizer .mec-organizer-item span,
.mec-timeline-event-time .mec-time-details {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: inherit
}

.mec-timeline-event-categories .mec-categories-wrapper,
.mec-timeline-event-organizer .mec-shortcode-organizers {
    line-height: unset
}

.mec-timeline-event-categories,
.mec-timeline-event-local-time,
.mec-timeline-event-location,
.mec-timeline-event-organizer,
.mec-timeline-event-time {
    background: rgba(64, 217, 241, .11);
    display: inline-block;
    padding: 0 20px;
    border-radius: 50px;
    line-height: 32px;
    vertical-align: middle
}

.mec-timeline-event-categories i,
.mec-timeline-event-location i,
.mec-timeline-event-organizer i,
.mec-timeline-event-time i {
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px
}

.mec-timeline-event-location address {
    font-style: normal;
    margin-bottom: 0
}

.mec-timeline-event-details+.mec-timeline-event-details {
    margin-top: 12px
}

.mec-timeline-event-content .col-md-4 {
    padding: 0
}

.mec-timeline-event-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-timeline-event-content:after {
    top: 30px;
    border-color: transparent #fff transparent transparent;
    left: -10px
}

.mec-timeline-event-image img {
    border-radius: 0 10px 0 0;
    width: 100%
}

.mec-timeline-event-image a {
    display: block;
    line-height: 0
}

a.mec-timeline-readmore i {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 9px
}

.mec-wrap .mec-timeline-event-content a.mec-timeline-readmore:hover {
    background: #444
}

@media (min-width:1024px) {
    .mec-timeline-event {
        margin: 50px 0
    }
}

@media (max-width:1023px) {
    .mec-timeline-event {
        margin: 25px 0
    }

    .mec-events-timeline-wrap {
        padding-left: 20px
    }

    .mec-events-timeline-wrap:before {
        left: 20px
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .mec-timeline-event-content {
        width: 81%
    }

    .mec-timeline-event-date {
        width: 18%
    }
}

@media (max-width:992px) {

    .mec-timeline-left-content,
    .mec-timeline-right-content {
        float: none;
        width: 100%;
        text-align: center
    }

    .mec-timeline-right-content .mec-timeline-event-image {
        text-align: center
    }

    .mec-timeline-right-content .mec-timeline-event-image img {
        max-width: 300px;
        border-radius: 10px;
        margin-top: 35px
    }
}

@media (max-width:440px) {
    .mec-timeline-right-content .mec-timeline-event-image img {
        margin-top: 0
    }
}

@media (max-width:320px) {

    .mec-timeline-event-content,
    .mec-timeline-event-date {
        float: none;
        width: 100%
    }

    .mec-timeline-event-date {
        margin-bottom: 8px
    }

    .mec-timeline-event-content:after {
        display: none
    }

    .mec-timeline-main-content {
        padding: 23px 0
    }

    .mec-timeline-main-content p {
        font-size: 13px
    }

    .mec-timeline-main-content h4 a {
        font-size: 23px;
        line-height: 24px
    }

    .mec-time-details span {
        font-size: 11px
    }

    .mec-timeline-event-location address span {
        font-size: 12px
    }

    a.mec-timeline-readmore {
        line-height: 44px;
        font-size: 14px
    }
}

.mec-timeline-event-image img {
    margin-bottom: -7px;
    border-radius: 0 10px 10px 0
}

.mec-timeline-event-image a img {
    margin-bottom: 0;
    border-radius: 0 var(--mec-primary-border-radius) 0 0
}

.mec-event-tile-view article.mec-tile-item {
    height: 400px;
    margin: 15px 0;
    border-radius: var(--mec-primary-border-radius);
    padding: 35px 25px;
    position: relative;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
    transition: all .22s ease
}

.mec-event-tile-view article.mec-tile-item:hover {
    cursor: pointer;
    box-shadow: 0 4px 19px rgba(0, 0, 0, .5)
}

.mec-event-tile-view article.mec-tile-item div {
    position: relative;
    z-index: 3;
    line-height: 1.5
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper {
    color: #fff
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper i {
    font-size: 16px
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper ul.mec-categories li.mec-category a,
.mec-event-tile-view article.mec-tile-item .mec-shortcode-organizers {
    color: #fff;
    font-size: 15px
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper,
.mec-event-tile-view article.mec-tile-item .mec-event-loc-place,
.mec-event-tile-view article.mec-tile-item .mec-shortcode-organizers {
    margin-bottom: 5px
}

.mec-event-tile-view article.mec-tile-item:after,
.mec-event-tile-view article.mec-tile-item:before {
    position: absolute;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, .35)), color-stop(65%, rgba(0, 0, 0, .48)), color-stop(100%, rgba(0, 0, 0, .72)));
    background: -webkit-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: var(--mec-primary-border-radius);
    z-index: 1
}

.mec-event-tile-view article.mec-tile-item:after {
    background-color: inherit;
    background-image: none;
    top: 35px;
    bottom: auto;
    height: 40px;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
    width: 110px;
    z-index: 2;
    box-shadow: 2px 1px 7px rgba(0, 0, 0, .1)
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head {
    padding: 8px 3px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head>div {
    display: inline
}

.mec-event-tile-view article.mec-tile-item .mec-event-time {
    color: #d6d6d6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    right: 1px;
    top: 10px
}

.mec-event-tile-view article.mec-tile-item .mec-event-time i {
    vertical-align: baseline;
    font-size: 14px;
    float: left
}

.mec-event-tile-view article.mec-tile-item i {
    margin-right: 5px
}

.mec-event-tile-view article.mec-tile-item .mec-event-title {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    padding-top: 12px
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a {
    color: #fff
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a:hover {
    text-decoration: underline
}

.mec-event-tile-view article.mec-tile-item .mec-event-content {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.mec-event-tile-view article.mec-tile-item .mec-tile-into-content-link {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: 0 0
}

.mec-tile-event-content {
    position: absolute !important;
    bottom: 25px;
    left: 25px;
    right: 25px
}

.mec-event-tile-view article.mec-label-canceled:before,
.mec-event-tile-view article.mec-label-featured:before {
    height: auto
}

.mec-skin-tile-month-navigator-container {
    position: relative;
    text-align: center;
    font-size: 12px;
    height: 80px;
    background: #f7f7f7;
    padding: 28px;
    border-radius: var(--mec-primary-border-radius);
    margin-bottom: 20px
}

.mec-skin-tile-month-navigator-container:after,
.mec-skin-tile-month-navigator-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-skin-tile-month-navigator-container:after {
    bottom: -20px;
    border-color: #f7f7f7 transparent transparent transparent
}

.mec-skin-tile-month-navigator-container:before {
    bottom: -21px;
    border-color: #fff transparent transparent transparent
}

@media only screen and (max-width:480px) {
    .mec-skin-tile-month-navigator-container {
        height: 110px;
        padding-top: 68px
    }
}

.mec-skin-tile-month-navigator-container h2 {
    font-size: 23px;
    font-weight: 700
}

.mec-skin-tile-month-navigator-container .mec-next-month,
.mec-skin-tile-month-navigator-container .mec-previous-month {
    position: absolute;
    top: 28px;
    left: 20px;
    cursor: pointer;
    padding: 3px 12px;
    line-height: 23px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
    transition: all .22s ease
}

.mec-skin-tile-month-navigator-container .mec-next-month {
    left: auto;
    right: 20px
}

.mec-skin-tile-month-navigator-container .mec-next-month:hover,
.mec-skin-tile-month-navigator-container .mec-previous-month:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    color: #000
}

.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view article.mec-label-featured:before {
    position: absolute;
    bottom: auto;
    text-align: center;
    right: auto;
    font-size: 10px
}

.mec-event-tile-view article.mec-tile-item .mec-tile-overlay {
    position: absolute;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, .35)), color-stop(65%, rgba(0, 0, 0, .48)), color-stop(100%, rgba(0, 0, 0, .72)));
    background: -webkit-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    z-index: 1
}

.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-featured:before {
    top: 12px;
    left: 103px;
    z-index: 9
}

.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-featured:before {
    top: 18px;
    left: 125px
}

.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-featured:before {
    top: 20px;
    left: 200px
}

@media (max-width:960px) {
    .mec-wrap .mec-event-tile-view .col-sm-3 {
        width: 50%
    }
}

@media (max-width:480px) {
    .mec-wrap .mec-event-tile-view .col-sm-3 {
        width: 100%
    }
}

.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after {
    width: 185px
}

.mec-event-tile-view article.mec-tile-item.tile-multipleday-event .mec-event-time {
    right: auto;
    top: 50px;
    left: 0
}

.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
    top: 100px;
    left: 140px
}

.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
    top: 20px;
    left: 140px
}

@media (min-width:761px) and (max-width:1200px) {
    .mec-event-tile-view .col-md-3.col-sm-3 {
        width: 50%
    }

    .mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
        top: 80px;
        left: 90px
    }

    .mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
        top: 40px;
        left: 70px
    }

    .mec-event-tile-view .col-md-3.col-sm-3 article.mec-label-canceled:before {
        top: 90px;
        left: 110px
    }
}

@media (min-width:761px) and (max-width:1024px) {
    .mec-event-tile-view .col-md-4.col-sm-4 {
        width: 50%
    }

    .mec-event-tile-view .col-md-4.col-sm-4:nth-child(1n+3) {
        width: 100%
    }
}

@media (max-width:760px) {
    .mec-event-tile-view .col-md-3.col-sm-3 {
        width: 100%
    }

    .mec-event-tile-view .col-md-4.col-sm-4 {
        width: 100%
    }
}

@media (max-width:480px) {
    .mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
        top: 100px;
        left: 80px
    }
}

.mec-calendar .mec-event-article .mec-event-date {
    font-size: 12px;
    text-align: left
}

.mec-event-detailed-time {
    display: flex
}

.mec-event-detailed-time i {
    width: 15px;
    padding-top: 7px
}

.mec-ongoing-normal-label {
    background-color: #40d9f1
}

.mec-expired-normal-label {
    background-color: #000
}

.mec-wrap .mec-cancellation-reason span,
.mec-wrap .mec-labels-normal .mec-label-normal {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    white-space: nowrap
}

.mec-wrap .mec-cancellation-reason span,
.mec-wrap .mec-labels-normal .mec-label-normal {
    white-space: normal;
    display: inline-block;
    line-height: 14px
}

.mec-remaining-time-normal-label {
    background-color: var(--mec-color-skin)
}

.mec-agenda-event-title .mec-labels-normal .mec-label-normal,
.mec-timetable-event .mec-labels-normal .mec-label-normal,
.tooltipster-box .mec-labels-normal .mec-label-normal {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px;
    top: 0
}

.mec-av-spot .mec-labels-normal .mec-label-normal,
.mec-event-countdown-part1 .mec-labels-normal .mec-label-normal,
.mec-event-countdown-part2 .mec-labels-normal .mec-label-normal,
.mec-event-cover-modern .mec-labels-normal .mec-label-normal,
.mec-masonry-content .mec-labels-normal .mec-label-normal,
.mec-owl-carousel:not(.mec-slider-t1) .mec-labels-normal .mec-label-normal,
.mec-tile-item .mec-labels-normal .mec-label-normal,
.mec-timeline-event .mec-labels-normal .mec-label-normal,
.tooltipster-box .mec-labels-normal .mec-label-normal {
    margin: 0 5px 0 0
}

.mec-event-countdown-style3 .mec-labels-normal .mec-label-normal {
    margin: 0 0 0 5px
}

.mec-event-footer-carousel-type3 .mec-labels-normal .mec-label-normal {
    display: inline
}

.mec-event-carousel-type4 .mec-fc-style {
    display: none
}

.mec-event-carousel-type4 .mec-labels-normal {
    top: -20px;
    position: relative
}

.mec-wrap .mec-cancellation-reason {
    display: inline-block
}

.mec-wrap .mec-cancellation-reason span {
    line-height: 1.3;
    background: #eb3450;
    text-transform: none;
    display: inline-block;
    white-space: nowrap
}

.mec-wrap .mec-event-list-accordion .mec-cancellation-reason span,
.mec-wrap .mec-event-list-accordion .mec-labels-normal .mec-label-normal {
    top: 7px
}

.mec-agenda-event-title .mec-cancellation-reason span,
.mec-timetable-event .mec-cancellation-reason span,
.tooltipster-box .mec-cancellation-reason span {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px;
    top: 0
}

.mec-wrap .mec-event-container-novel .mec-cancellation-reason span,
.mec-wrap .mec-event-container-novel .mec-labels-normal .mec-label-normal {
    white-space: inherit;
    margin-left: 0
}

.mec-wrap .mec-event-container-simple .mec-cancellation-reason span,
.mec-wrap .mec-event-container-simple .mec-labels-normal .mec-label-normal {
    top: -5px;
    white-space: inherit;
    margin-left: 0;
    margin-right: 3px
}

.mec-av-spot .mec-cancellation-reason span,
.mec-event-countdown-part1 .mec-cancellation-reason span,
.mec-event-countdown-part2 .mec-cancellation-reason span,
.mec-event-cover-modern .mec-cancellation-reason span,
.mec-masonry-content .mec-cancellation-reason span,
.mec-owl-carousel:not(.mec-slider-t1) .mec-cancellation-reason span,
.mec-tile-item .mec-cancellation-reason span,
.mec-timeline-event .mec-cancellation-reason span,
.tooltipster-box .mec-cancellation-reason span {
    margin: 0 5px 0 0
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-event-title-soldout,
.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-few-tickets {
    display: inline
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-labels-normal,
.mec-owl-carousel .mec-event-footer-carousel-type3 span.soldout {
    margin-top: 0;
    color: #fff;
    display: unset
}

.mec-wrap .mec-single-event .mec-cancellation-reason span {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    white-space: normal;
    word-break: break-word
}

.featherlight-content .mec-cancellation-reason {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px
}

.mec-event-data-fields {
    margin-bottom: 30px
}

.mec-event-data-fields ul.mec-event-data-field-items {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
    margin-left: 0
}

.mec-event-data-fields .mec-event-data-field-item {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e1e2e3;
    padding-bottom: 8px;
    width: 100%;
    float: left
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value {
    margin: 0 0 8px 0;
    color: #616263 !important;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    white-space: break-spaces
}

.mec-event-data-fields .mec-event-data-field-item:last-child {
    border: none;
    width: 100%
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    color: #313131 !important;
    width: 100%;
    position: relative;
    letter-spacing: -.2px
}

@media (max-width:768px) {
    .mec-event-data-fields .mec-event-data-field-item {
        width: 100%
    }
}

.mec-wrap .col-md-4 .mec-event-data-fields .mec-event-data-field-item {
    width: 100%;
    display: block
}

.mec-shortcode-organizers {
    overflow: hidden;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px
}

.mec-event-list-minimal .mec-shortcode-organizers {
    margin-top: 6px
}

.mec-shortcode-organizers i {
    margin-right: 4px;
    display: inline-block
}

.mec-shortcode-organizers .mec-organizers {
    display: inline-block;
    list-style: none;
    padding: 0
}

.mec-organizer-item a {
    color: #777
}

.mec-event-list-standard .mec-shortcode-organizers .mec-sl-user:before {
    font-size: 16px
}

.mec-shortcode-organizers {
    position: relative
}

.mec-skin-grid-container .mec-organizers,
.mec-skin-grid-container .mec-shortcode-organizers {
    padding: 0;
    margin: 0
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a,
.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,
.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a,
.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
    color: #fff;
    font-size: 12px
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,
.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
    text-decoration: underline
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers {
    position: relative
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i {
    display: block;
    color: rgba(255, 255, 255, .4)
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i:before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a {
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, .4)
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a:hover {
    color: #fff
}

.mec-calendar-daily .mec-shortcode-organizers,
.mec-calendar-daily .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-calendar-daily .mec-organizer-item a {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-events-masonry-wrap .mec-shortcode-organizers,
.mec-events-masonry-wrap .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-events-timeline-wrap .mec-organizer-item,
.mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers {
    margin: 0;
    display: inline
}

.mec-events-timeline-wrap .mec-shortcode-organizers i {
    line-height: 24px;
    margin-right: 7px
}

.mec-events-timeline-wrap .mec-organizer-item:after {
    content: ","
}

.mec-events-timeline-wrap .mec-organizer-item:last-child:after {
    content: "";
    padding: 0
}

.mec-events-timeline-wrap .mec-organizer-item a,
.mec-events-timeline-wrap .mec-organizer-item:after {
    font-weight: 500
}

.mec-events-timeline-wrap .mec-organizer-item a:hover {
    text-decoration: underline
}

.mec-event-tile-view .mec-shortcode-organizers,
.mec-event-tile-view .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-event-tile-view .mec-shortcode-organizers i {
    line-height: 24px
}

.mec-event-tile-view .mec-shortcode-organizers .mec-organizers a,
.mec-event-tile-view .mec-shortcode-organizers i {
    color: #fff
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-modal-preloader,
.mec-dark-mode .mec-month-navigator-loading {
    background-color: rgba(40, 40, 40, .88)
}

.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,
.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,
.mec-dark-mode .mec-calendar .mec-calendar-row dt:hover,
.mec-dark-mode .mec-event-footer .mec-booking-button,
.mec-dark-mode .mec-event-grid-classic .mec-event-content,
.mec-dark-mode .mec-event-schedule-content .mec-schedule-speakers,
.mec-dark-mode .mec-events-meta-group-tags a:hover,
.mec-dark-mode .mec-events-toggle .mec-toggle-content .mec-modal-wrap,
.mec-dark-mode .mec-fes-form .mec-meta-box-fields,
.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,
.mec-dark-mode .mec-map-view-event-detail.mec-event-detail,
.mec-dark-mode .mec-modal-wrap,
.mec-dark-mode .mec-next-event-details a,
.mec-dark-mode .mec-organizer-social-information a i,
.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,
.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,
.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,
.mec-dark-mode .mec-wrap .button,
.mec-dark-mode .mec-wrap a.button:not(.owl-dot):hover,
.mec-dark-mode .mec-wrap button:not(.owl-dot):hover,
.mec-dark-mode .mec-wrap input[type=button]:hover,
.mec-dark-mode .mec-wrap input[type=reset]:hover,
.mec-dark-mode .mec-wrap input[type=submit]:hover {
    background-color: #1f1f1f;
    color: #d2d2d2
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar {
    width: 12px
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-track {
    background: #000
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 20px;
    border: 2px solid #000
}

.mec-dark-mode .mec-modal-preloader,
.mec-dark-mode .mec-month-navigator-loading {
    background-color: #1f1f1f
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,
.mec-dark-mode .mec-skin-tile-month-navigator-container {
    background: #282828
}

.mec-dark-mode .mec-skin-tile-month-navigator-container:after {
    border-color: #282828 transparent transparent transparent
}

.mec-dark-mode .mec-event-grid-novel .mec-event-article,
body.mec-dark-mode .mec-single-modern .mec-single-event-bar {
    background-color: #282828;
    color: #d2d2d2
}

.mec-dark-mode .event-carousel-type2-head,
.mec-dark-mode .lity-content .mec-events-meta-group-booking .mec-dark-mode .mec-single-event .mec-events-meta-group-booking,
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .lity-content .mec-events-meta-group-booking select,
.mec-dark-mode .lity-content .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,
.mec-dark-mode .mec-calendar .mec-event-article:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-selected-day,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,
.mec-dark-mode .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt,
.mec-dark-mode .mec-event-carousel-content,
.mec-dark-mode .mec-event-cost,
.mec-dark-mode .mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button,
.mec-dark-mode .mec-event-footer,
.mec-dark-mode .mec-event-grid-classic .mec-event-content .mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,
.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,
.mec-dark-mode .mec-event-list-standard .mec-topsec,
.mec-dark-mode .mec-event-more-info,
.mec-dark-mode .mec-event-website,
.mec-dark-mode .mec-events-agenda-wrap,
.mec-dark-mode .mec-events-meta-date,
.mec-dark-mode .mec-events-meta-group-tags a,
.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,
.mec-dark-mode .mec-fes-form,
.mec-dark-mode .mec-fes-form input[type=email],
.mec-dark-mode .mec-fes-form input[type=number],
.mec-dark-mode .mec-fes-form input[type=password],
.mec-dark-mode .mec-fes-form input[type=tel],
.mec-dark-mode .mec-fes-form input[type=text],
.mec-dark-mode .mec-fes-form select,
.mec-dark-mode .mec-fes-form textarea,
.mec-dark-mode .mec-fes-list,
.mec-dark-mode .mec-fes-list input[type=search],
.mec-dark-mode .mec-fes-list select,
.mec-dark-mode .mec-hourly-schedule-speaker-info,
.mec-dark-mode .mec-load-more-button,
.mec-dark-mode .mec-map-lightbox-wp,
.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-related-event-content,
.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,
.mec-dark-mode .mec-single-event .mec-frontbox,
.mec-dark-mode .mec-single-event .mec-speakers-details ul li,
.mec-dark-mode .mec-single-event-additional-organizers,
.mec-dark-mode .mec-single-event-category,
.mec-dark-mode .mec-single-event-date,
.mec-dark-mode .mec-single-event-label,
.mec-dark-mode .mec-single-event-location,
.mec-dark-mode .mec-single-event-organizer,
.mec-dark-mode .mec-single-event-sponsor,
.mec-dark-mode .mec-single-event-time,
.mec-dark-mode .mec-single-modern .col-md-4 .mec-frontbox,
.mec-dark-mode .mec-slider-t1-wrap,
.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,
.mec-dark-mode .mec-timetable-t2-wrap,
.mec-dark-mode .mec-ttt2-title,
.mec-dark-mode .mec-wrap .mec-event-countdown-style1,
.mec-dark-mode .mec-wrap .mec-event-countdown-style2,
.mec-dark-mode .mec-wrap .mec-totalcal-box,
.mec-dark-mode .mec-wrap .mec-totalcal-box i,
.mec-dark-mode .mec-wrap .mec-totalcal-box input,
.mec-dark-mode .mec-wrap .mec-totalcal-box select,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover,
.mec-dark-mode.mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-dark-mode.mec-wrap .mec-totalcal-box i,
.mec-dark-mode.mec-wrap .mec-totalcal-box input,
.mec-dark-mode.mec-wrap .mec-totalcal-box select {
    background-color: #282828
}

.mec-dark-mode .event-carousel-type2-head,
.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,
.mec-dark-mode .lity-content .mec-events-meta-group-booking .mec-dark-mode .mec-single-event .mec-events-meta-group-booking,
.mec-dark-mode .lity-content .mec-events-meta-group-booking form>h4,
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .lity-content .mec-events-meta-group-booking select,
.mec-dark-mode .lity-content .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month,
.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,
.mec-dark-mode .mec-box-calendar.mec-calendar dt,
.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,
.mec-dark-mode .mec-breadcrumbs,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev .mec-calendar.mec-calendar-daily .mec-calendar-a-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,
.mec-dark-mode .mec-event-carousel-content,
.mec-dark-mode .mec-event-footer,
.mec-dark-mode .mec-event-footer .mec-booking-button,
.mec-dark-mode .mec-event-list-minimal .mec-event-article,
.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,
.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,
.mec-dark-mode .mec-event-list-modern .mec-event-article,
.mec-dark-mode .mec-event-list-standard .mec-event-article,
.mec-dark-mode .mec-event-list-standard .mec-event-meta-wrap,
.mec-dark-mode .mec-event-list-standard .mec-topsec,
.mec-dark-mode .mec-event-schedule-content,
.mec-dark-mode .mec-event-schedule-content dl:before,
.mec-dark-mode .mec-events-agenda-wrap,
.mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details,
.mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li,
.mec-dark-mode .mec-events-meta-group-tags a,
.mec-dark-mode .mec-events-toggle .mec-toggle-content,
.mec-dark-mode .mec-events-toggle .mec-toggle-item,
.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,
.mec-dark-mode .mec-fes-form .mec-meta-box-fields,
.mec-dark-mode .mec-fes-form input[type=email],
.mec-dark-mode .mec-fes-form input[type=number],
.mec-dark-mode .mec-fes-form input[type=password],
.mec-dark-mode .mec-fes-form input[type=tel],
.mec-dark-mode .mec-fes-form input[type=text],
.mec-dark-mode .mec-fes-form select,
.mec-dark-mode .mec-fes-form textarea,
.mec-dark-mode .mec-fes-list input[type=search],
.mec-dark-mode .mec-fes-list select,
.mec-dark-mode .mec-hourly-schedule-speaker-info,
.mec-dark-mode .mec-load-more-button,
.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-next-event-details a,
.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title,
.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,
.mec-dark-mode .mec-single-event .mec-frontbox,
.mec-dark-mode .mec-single-event .mec-frontbox-title,
.mec-dark-mode .mec-timetable-t2-wrap,
.mec-dark-mode .mec-wrap .mec-totalcal-box,
.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-dark-mode .mec-wrap .mec-totalcal-box i,
.mec-dark-mode .mec-wrap .mec-totalcal-box input,
.mec-dark-mode .mec-wrap .mec-totalcal-box select,
.mec-dark-mode .mec-yearly-view-wrap,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec {
    border-color: #353535
}

.mec-dark-mode .entry-content .mec-wrap h1,
.mec-dark-mode .entry-content .mec-wrap h2,
.mec-dark-mode .entry-content .mec-wrap h3,
.mec-dark-mode .entry-content .mec-wrap h4,
.mec-dark-mode .entry-content .mec-wrap h5,
.mec-dark-mode .entry-content .mec-wrap h6,
.mec-dark-mode .lity-content .mec-events-meta-group-booking form>h4,
.mec-dark-mode .lity-content .mec-events-meta-group-booking h5 span,
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .lity-content .mec-events-meta-group-booking label,
.mec-dark-mode .lity-content .mec-events-meta-group-booking select,
.mec-dark-mode .lity-content .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-breadcrumbs a,
.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a,
.mec-dark-mode .mec-calendar dt,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event,
.mec-dark-mode .mec-calendar.mec-event-container-simple dl dt.mec-calendar-day,
.mec-dark-mode .mec-event-carousel-content .mec-event-carousel-title a,
.mec-dark-mode .mec-event-content p,
.mec-dark-mode .mec-event-grid-classic .mec-event-title a,
.mec-dark-mode .mec-event-grid-clean .mec-event-title a,
.mec-dark-mode .mec-event-grid-minimal .mec-event-date span,
.mec-dark-mode .mec-event-grid-minimal .mec-event-title a,
.mec-dark-mode .mec-event-grid-modern .mec-event-title a,
.mec-dark-mode .mec-event-grid-simple .mec-event-title a,
.mec-dark-mode .mec-event-list-classic .mec-event-title a,
.mec-dark-mode .mec-event-list-minimal .mec-event-title a,
.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,
.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,
.mec-dark-mode .mec-event-list-standard .mec-event-title a,
.mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li,
.mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-amount,
.mec-dark-mode .mec-events-meta-group-tags a,
.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner i,
.mec-dark-mode .mec-fes-form,
.mec-dark-mode .mec-fes-form input[type=email],
.mec-dark-mode .mec-fes-form input[type=number],
.mec-dark-mode .mec-fes-form input[type=password],
.mec-dark-mode .mec-fes-form input[type=tel],
.mec-dark-mode .mec-fes-form input[type=text],
.mec-dark-mode .mec-fes-form label,
.mec-dark-mode .mec-fes-form select,
.mec-dark-mode .mec-fes-form textarea,
.mec-dark-mode .mec-fes-list,
.mec-dark-mode .mec-fes-list input[type=search],
.mec-dark-mode .mec-fes-list select,
.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,
.mec-dark-mode .mec-hourly-schedule-speaker-description,
.mec-dark-mode .mec-hourly-schedule-speaker-name,
.mec-dark-mode .mec-load-more-button,
.mec-dark-mode .mec-next-event-details abbr,
.mec-dark-mode .mec-organizer-social-information a i,
.mec-dark-mode .mec-related-event-content h5 a,
.mec-dark-mode .mec-related-event-content span,
.mec-dark-mode .mec-single-event .mec-event-meta dt,
.mec-dark-mode .mec-single-event .mec-event-meta h3,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking h5 span,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking label,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,
.mec-dark-mode .mec-single-event .mec-frontbox-title,
.mec-dark-mode .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,
.mec-dark-mode .mec-single-modern .mec-single-event-bar>div h3,
.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,
.mec-dark-mode .mec-timeline-main-content h4 a,
.mec-dark-mode .mec-timetable-event .mec-timetable-event-time,
.mec-dark-mode .mec-timetable-events-list .mec-timetable-event span a,
.mec-dark-mode .mec-tooltip-event-title,
.mec-dark-mode .mec-ttt2-title,
.mec-dark-mode .mec-wrap,
.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a,
.mec-dark-mode .mec-wrap .mec-event-schedule-content a,
.mec-dark-mode .mec-wrap .mec-single-title,
.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-dark-mode .mec-wrap .mec-totalcal-box input,
.mec-dark-mode .mec-wrap .mec-totalcal-box select,
.mec-dark-mode .mec-wrap h1,
.mec-dark-mode .mec-wrap h2,
.mec-dark-mode .mec-wrap h3,
.mec-dark-mode .mec-wrap h4,
.mec-dark-mode .mec-wrap h5,
.mec-dark-mode .mec-wrap h6,
.mec-dark-mode .mec-wrap p {
    color: #d2d2d2
}

.mec-dark-mode .mec-breadcrumbs a:hover,
.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,
.mec-dark-mode .mec-event-footer .mec-booking-button:hover,
.mec-dark-mode .mec-event-grid-classic .mec-event-title a:hover,
.mec-dark-mode .mec-event-grid-minimal .mec-event-date:hover,
.mec-dark-mode .mec-event-grid-minimal .mec-event-title a:hover,
.mec-dark-mode .mec-event-list-classic .mec-event-title a:hover,
.mec-dark-mode .mec-event-list-minimal .mec-event-title a:hover,
.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,
.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,
.mec-dark-mode .mec-event-list-standard .mec-event-title a:hover,
.mec-dark-mode .mec-single-event .mec-event-meta dd a:hover,
.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a:hover,
.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover,
.mec-dark-mode .mec-wrap a:hover {
    color: #fff
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
    border-color: #333 !important
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
    background: #1f1f1f !important
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
    background: #282828 !important
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,
.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    background-color: #c4cace
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,
.mec-dark-mode .mec-month-divider span,
.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    border-color: #313131
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,
.mec-dark-mode .mec-agenda-events-wrap,
.mec-dark-mode .mec-av-spot .mec-av-spot-content,
.mec-dark-mode .mec-av-spot .mec-av-spot-head,
.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month:hover,
.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month:hover,
.mec-dark-mode .mec-calendar .mec-calendar-topsec,
.mec-dark-mode .mec-calendar .mec-event-article:hover,
.mec-dark-mode .mec-calendar dt,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-top,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,
.mec-dark-mode .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,
.mec-dark-mode .mec-event-cover-classic,
.mec-dark-mode .mec-event-footer .mec-booking-button:hover,
.mec-dark-mode .mec-event-grid-clean .mec-event-article,
.mec-dark-mode .mec-event-grid-clean .mec-event-content,
.mec-dark-mode .mec-event-grid-modern .mec-event-article,
.mec-dark-mode .mec-event-grid-modern .mec-event-content,
.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,
.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,
.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,
.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner:hover,
.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a:hover i,
.mec-dark-mode .mec-masonry .mec-masonry-content,
.mec-dark-mode .mec-masonry .mec-masonry-head,
.mec-dark-mode .mec-organizer-social-information a:hover i,
.mec-dark-mode .mec-slider-t1 .mec-slider-t1-content,
.mec-dark-mode .mec-slider-t5 .mec-slider-t5-content,
.mec-dark-mode .mec-slider-t5-wrap,
.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-timeline-event-content,
.mec-dark-mode .mec-timeline-month-divider,
.mec-dark-mode .mec-timetable-events-list .mec-timetable-event:hover,
.mec-dark-mode .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3,
.mec-dark-mode .mec-wrap .mec-totalcal-box,
.mec-dark-mode .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-calendar-sec,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year,
.mec-dark-mode .tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-content {
    background: #191919
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,
.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button,
.mec-dark-mode .mec-av-spot,
.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-box-calendar.mec-calendar dl dt:last-child,
.mec-dark-mode .mec-calendar,
.mec-dark-mode .mec-calendar .mec-event-article,
.mec-dark-mode .mec-calendar.mec-box-calendar .mec-table-nullday:last-child,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,
.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,
.mec-dark-mode .mec-event-cover-classic,
.mec-dark-mode .mec-event-cover-clean,
.mec-dark-mode .mec-event-grid-classic .mec-event-article,
.mec-dark-mode .mec-event-grid-clean .mec-event-article,
.mec-dark-mode .mec-event-grid-modern .mec-event-article,
.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,
.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after,
.mec-dark-mode .mec-event-sharing-wrap>li:first-of-type,
.mec-dark-mode .mec-events-agenda,
.mec-dark-mode .mec-fes-form .mec-meta-box-fields,
.mec-dark-mode .mec-masonry,
.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,
.mec-dark-mode .mec-timeline-month-divider,
.mec-dark-mode .mec-wrap .mec-totalcal-box,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,
.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    border-color: #353535
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after {
    border-color: #191919 transparent transparent transparent
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:before {
    border-color: #353535 transparent transparent transparent
}

.mec-dark-mode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],
.mec-dark-mode .mec-events-meta-group-booking .StripeElement,
.mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=email],
.mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text] {
    background: #999 !important;
    border: 1px solid #353535 !important;
    box-shadow: none !important;
    color: #353535 !important
}

.mec-dark-mode .CardField CardField--ltr .__PrivateStripeElement .InputContainer input {
    color: #d2d2d2 !important
}

.mec-dark-mode .mec-events-toggle .mec-toggle-item {
    border: 1px solid #e4e4e4;
    box-shadow: 0 10px 15px #282828
}

.mec-dark-mode .mec-agenda-events-wrap .mec-event-grid-colorful .mec-event-content {
    background-color: transparent
}

.mec-dark-mode .mec-calendar .mec-calendar-side {
    box-shadow: 0 1px 5px 6px rgba(255, 255, 255, .005) inset
}

.mec-dark-mode .tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
    border: 1px solid #282828 !important
}

.mec-dark-mode .mec-timeline-event-content:after {
    border-color: transparent #191919 transparent transparent
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields {
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields h4 {
    color: #d2d2d2;
    background: #000
}

.mec-dark-mode .mec-fes-form input[type=email],
.mec-dark-mode .mec-fes-form input[type=number],
.mec-dark-mode .mec-fes-form input[type=password],
.mec-dark-mode .mec-fes-form input[type=tel],
.mec-dark-mode .mec-fes-form input[type=text],
.mec-dark-mode .mec-fes-form select,
.mec-dark-mode .mec-fes-form textarea,
.mec-dark-mode .mec-fes-list input[type=search],
.mec-dark-mode .mec-fes-list select {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .38) inset
}

.mec-dark-mode .mec-fes-form input {
    background: #353535 !important;
    color: #d2d2d2 !important
}

.mec-dark-mode .mec-booking-tab-content .button:hover,
.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option:hover,
.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover,
.mec-dark-mode .mec-fes-list .mec-form-row .button:hover {
    background: #353535;
    color: #d2d2d2;
    border-color: #353535;
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode .mec-booking-tab-content .button,
.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option,
.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-dark-mode .mec-fes-form input[type=file],
.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove,
.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
    color: #d2d2d2;
    background: #282828;
    border: 2px solid #353535;
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode #mec_reg_form_fields input[type=checkbox],
.mec-dark-mode #mec_reg_form_fields input[type=radio],
.mec-dark-mode .mec-form-row input[type=checkbox],
.mec-dark-mode .mec-form-row input[type=radio] {
    background-color: #000;
    border: 1px solid #353535;
    box-shadow: 0 1px 3px -1px #353535
}

.mec-dark-mode .mec-fes-form .select2-container {
    border: 1px solid #353535;
    background-color: #282828;
    color: #d2d2d2
}

.mec-dark-mode ul#mec_bfixed_form_fields li,
.mec-dark-mode ul#mec_orgz_form_row li,
.mec-dark-mode ul#mec_reg_form_fields li {
    background: #000;
    border-color: #000
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button {
    background: #000;
    border-color: #2d2d2d;
    box-shadow: 0 2px 6px -3px #2d2d2d
}

.mec-dark-mode #mec_reg_form_field_types .button {
    background: #2d2d2d;
    border-color: #2d2d2d;
    box-shadow: 0 2px 6px -3px #2d2d2d
}

.mec-dark-mode #mec_bfixed_form_field_types .button,
.mec-dark-mode #mec_reg_form_field_types .button {
    color: #d2d2d2;
    box-shadow: 0 2px 6px -3px #2d2d2d;
    border-color: #2d2d2d
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover,
.mec-dark-mode #mec_reg_form_field_types .button:hover {
    background: #000
}

.mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,
.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove,
.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
    background: #282828
}

.mec-dark-mode #mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover,
.mec-dark-mode #mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover,
.mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,
.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover,
.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
    color: #fff;
    border: 2px solid #ea6485;
    background: #ea6485
}

.mec-events-meta-group-booking-shortcode h4 {
    margin-bottom: 20px
}

.mec-booking-shortcode .mec-event-tickets-list.mec-sell-all-occurrences {
    width: 100%
}

.mec-booking-shortcode .mec-book-reg-field-mec_email {
    width: 48%;
    display: inline-block;
    margin-right: 30px
}

.mec-booking-shortcode .mec-book-reg-field-name {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cvv2 {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month label {
    width: 100%
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select:first-of-type {
    margin-right: 10px
}

.mec-booking-shortcode .nice-select {
    float: none;
    border-radius: 3px;
    background-color: #fff;
    width: 258px;
    height: 40px;
    line-height: 39px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    min-height: unset;
    min-width: unset;
    padding-top: 0;
    padding-bottom: 0
}

.mec-booking-shortcode .mec-gateway-message.mec-success {
    font-size: 14px
}

.mec-booking-shortcode .mec-form-row.mec-name-stripe {
    margin-bottom: 0 !important
}

.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],
.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement {
    box-shadow: none !important
}

.mec-booking-shortcode .nice-select ul {
    width: 100%
}

.mec-booking-shortcode span.mec-event-ticket-available {
    margin-top: -22px !important;
    margin-bottom: 28px !important;
    display: block;
    font-size: 11px;
    letter-spacing: .5px;
    font-weight: 400;
    color: #80abbf
}

.mec-booking-shortcode .mec-booking-form-container ul li {
    list-style: none
}

.mec-booking-shortcode .mec-booking-form-container ul {
    padding: 0
}

.mec-events-meta-group-booking-shortcode .info-msg {
    margin: 24px 0 24px
}

@media (max-width:980px) {
    .mec-events-meta-group-booking-shortcode {
        padding: 20px
    }

    .mec-booking-shortcode .mec-book-price-details li {
        width: 100%;
        border-right: 0 !important;
        border-bottom: 1px solid
    }

    .mec-booking-shortcode .mec-book-price-details li:last-child {
        width: 100%;
        border-right: 0;
        border-bottom: 0 solid
    }
}

.mec-booking-shortcode span.mec-book-price-total {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2bbc10;
    margin-top: 20px;
    margin-bottom: 35px;
    display: inline-block
}

.mec-booking-shortcode span.mec-book-price-total-description {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000
}

.mec-booking-shortcode span.mec-book-price-total-amount {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2bbc10
}

.mec-booking-shortcode .mec-book-form-price {
    clear: both;
    position: relative
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 3px
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
    box-shadow: none;
    border: 2px solid #a8e4ff;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -9px;
    left: -2px;
    margin: 0;
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 18px;
    cursor: pointer;
    position: relative
}

.mec-booking-shortcode .mec-book-form-gateway-label label input {
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    height: auto;
    margin-right: 4px !important
}

.mec-booking-shortcode button#mec-book-form-btn-step-2 {
    margin-left: 30px
}

.mec-booking-shortcode .mec_book_first_for_all {
    display: none
}

.mec-booking-shortcode li.mec-first-for-all-wrapper {
    margin-bottom: 20px;
    clear: both
}

.mec-booking-shortcode label.wn-checkbox-label:before {
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: "";
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    position: absolute;
    background-color: #00acf8;
    width: 2px;
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg)
}

.mec-booking-shortcode label.wn-checkbox-label {
    position: relative;
    display: inline-block;
    -moz-transition: border-color ease .2s;
    -o-transition: border-color ease .2s;
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #00acf8;
    margin: 0 0 4px !important;
    padding: 0;
    background-color: #fff;
    border: 2px solid #a8e4ff;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin-right: 9px !important;
    box-shadow: none
}

.mec-booking-shortcode label.wn-checkbox-label:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-animation: dothabottomcheck 80ms ease 0s forwards;
    -o-animation: dothabottomcheck 80ms ease 0s forwards;
    -webkit-animation: dothabottomcheck 80ms ease 0s forwards;
    animation: dothabottomcheck 80ms ease 0s forwards;
    content: "";
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: "";
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    position: absolute;
    background-color: #00acf8;
    width: 2px
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::after {
    height: 5px;
    left: 2px;
    top: 7px;
    -moz-animation: dothatopcheck .16s ease 0s forwards;
    -o-animation: dothatopcheck .16s ease 0s forwards;
    -webkit-animation: dothatopcheck .16s ease 0s forwards;
    animation: dothatopcheck .16s ease 0s forwards
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::before {
    height: 6px;
    left: 7px;
    top: 9px;
    -moz-animation: dothatopcheck .16s ease 0s forwards;
    -o-animation: dothatopcheck .16s ease 0s forwards;
    -webkit-animation: dothatopcheck .16s ease 0s forwards;
    animation: dothatopcheck .16s ease 0s forwards
}

.mec-booking-shortcode button.mec-book-form-back-button {
    background-color: #afe6ff;
    box-shadow: 0 2px 2px rgba(175, 230, 255, .27)
}

.mec-booking-shortcode button[type=button]:hover,
.mec-booking-shortcode button[type=submit]:hover {
    background-color: #000;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(1, 2, 4, .32)
}

.mec-booking-shortcode a.button.loading:after,
.mec-booking-shortcode button[type=submit].loading:after {
    display: block
}

.mec-booking-calendar-month-navigation,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation {
    position: relative;
    text-align: center;
    padding: 0;
    max-width: 330px
}

.mec-booking-calendar.mec-wrap,
.mec-single-fluent-wrap .mec-booking-calendar.mec-wrap {
    margin-bottom: 20px;
    width: 100%
}

.mec-booking-calendar.mec-wrap,
.mec-single-fluent-wrap .mec-booking-calendar.mec-wrap {
    max-width: 330px;
    background: #fff;
    box-shadow: 0 1px 5px 6px rgba(0, 0, 0, .005) inset;
    border: 1px solid #efefef;
    border-radius: 5px
}

.mec-booking-calendar-month-navigation .mec-calendar-header h2,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-calendar-header h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 auto;
    color: #4d4d4d
}

.mec-booking-calendar-month-navigation .mec-next-month,
.mec-booking-calendar-month-navigation .mec-previous-month,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month {
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #a9a9a9;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    border-top: none;
    transition: all .33s ease;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
    transition: all .33s ease
}

.mec-booking-calendar-month-navigation .mec-previous-month,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month {
    left: 0
}

.mec-booking-calendar-month-navigation .mec-next-month,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month {
    right: 0
}

.mec-booking-calendar-month-navigation .mec-next-month a,
.mec-booking-calendar-month-navigation .mec-previous-month a,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month a,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month a {
    font-weight: 600;
    text-decoration: none
}

.mec-booking-calendar-month-navigation .mec-next-month:hover a,
.mec-booking-calendar-month-navigation .mec-previous-month:hover a,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month:hover a,
.mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month:hover a {
    color: #40d9f1
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar {
    margin-bottom: 15px;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
    text-align: center;
    padding: 0;
    line-height: 40px;
    height: 40px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
    background: 0 0
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day,
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day span {
    width: 32px;
    height: 32px;
    margin: auto;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.mec-has-event-for-booking {
    position: relative
}

.mec-has-event-for-booking .mec-calendar-novel-selected-day {
    border: 1px solid #38d5ed;
    border-radius: 50px;
    cursor: pointer
}

.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day {
    background-color: #38d5ed;
    color: #fff
}

.mec-has-event-for-booking .mec-booking-calendar-date,
.mec-has-event-for-booking .mec-booking-tooltip,
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.mec-has-event-for-booking .mec-booking-tooltip,
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    top: 60px
}

.mec-has-event-for-booking .mec-booking-tooltip,
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    position: absolute;
    z-index: 99;
    width: 150px;
    font-size: 9px;
    left: calc(50% - 75px);
    background: #535a61;
    line-height: 29px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 5px;
    box-shadow: 0 4px 15px -2px #444b50a3
}

.mec-has-event-for-booking:hover .mec-booking-calendar-date,
.mec-has-event-for-booking:hover .mec-booking-tooltip,
.mec-has-event-for-booking:hover .mec-booking-tooltip.multiple-time .mec-booking-calendar-date,
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-calendar-date,
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
    opacity: 1;
    visibility: visible
}

.mec-has-event-for-booking:hover .mec-booking-tooltip,
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
    top: 43px
}

.mec-has-event-for-booking .mec-booking-calendar-date:before,
.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date:before {
    display: block;
    content: "" !important;
    position: absolute !important;
    width: 12px;
    height: 12px;
    top: -6px;
    left: calc(50% - 6px);
    transform: rotate(-45deg) !important;
    background-color: #535a61;
    z-index: 0 !important;
    box-shadow: 0 8px 9px -9px #535a61 !important
}

.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date-hover {
    border-bottom: 1px solid #ffffff30
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day {
    position: relative;
    padding-left: 7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day {
    border-radius: 47px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day span {
    margin-left: -7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day {
    position: relative;
    padding-right: 7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day {
    border-radius: 47px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day span {
    margin-right: -7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .middle-day .mec-calendar-novel-selected-day {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    width: 100%
}

.mec-booking-tooltip.multiple-time {
    color: #fff
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:before {
    display: none
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:first-child:before {
    display: block
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date {
    border: 1px dashed #68717a;
    line-height: 25px;
    margin: 8px 0;
    border-radius: 20px;
    transition: all .17s ease;
    -webkit-transition: all .17s ease;
    -moz-transition: all .17s ease;
    -ms-transition: all .17s ease;
    -o-transition: all .17s ease
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover,
.mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active {
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-choosen-time-message {
    max-width: 330px;
    padding: 3px 14px;
    border-radius: 4px;
    background: rgb(64 217 241 / 24%);
    color: #40d9f1;
    transition: all .17s ease;
    opacity: 1;
    visibility: visible;
    font-size: 12px;
    margin-bottom: 20px
}

.mec-choosen-time-message .mec-choosen-time {
    padding-left: 7px
}

.mec-choosen-time-message.disable,
.mec-choosen-time-message.disable .mec-choosen-time-message {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    font-size: 0;
    margin: 0
}

.mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-booking-calendar-month-navigation,
.mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-calendar {
    background: #000;
    border-color: #222;
    color: #999
}

.mec-dark-mode .mec-booking-calendar-month-navigation .mec-next-month,
.mec-dark-mode .mec-booking-calendar-month-navigation .mec-previous-month {
    background: #222;
    border-color: #000;
    color: #d2d2d2
}

.mec-dark-mode .mec-booking-calendar.mec-wrap {
    border-color: #111
}

.mec-dark-mode .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
    background: 0 0 !important
}

.mec-dark-mode .mec-calendar.mec-event-calendar-classic,
.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    height: auto
}

.is-light-theme .mec-fes-form textarea {
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 5px rgba(207, 239, 245, .38) inset
}

.is-light-theme .mec-fes-form .select2-selection {
    height: auto
}

.is-light-theme .mec-fes-form input[type=checkbox]:after {
    border: unset !important
}

.is-light-theme .mec-fes-form input[type=radio]:after {
    background: unset !important
}

.is-light-theme .mec-fes-form input+label {
    padding-top: 0
}

.is-light-theme .mec-events-event-image img {
    height: auto
}

span.mec-booking-field-required {
    color: red;
    margin-left: 10px
}

.mec-gCalendar {
    position: relative
}

.mec-gCalendar-filters {
    display: none;
    position: absolute;
    width: 518px;
    background: #fff;
    right: calc(50% - 119px);
    top: 60px;
    z-index: 9999999;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 5%)
}

.mec-gCalendar-filters-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    gap: 20px 10px;
    align-items: center
}

.mec-gCalendar-filters-wrap>div {
    flex: 1 0 calc(43% - 10px);
    display: inline-flex
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button {
    display: block;
    flex: 1 0 calc(100%)
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button {
    width: 100%;
    border: 2px solid #e3e5e7;
    border-radius: 7px;
    color: #4c5765
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button:hover {
    color: #e9526c;
    border-color: #f37f9b;
    background-color: transparent
}

.mec-gCalendar-filters-wrap .select2-container--default>ul {
    margin-top: 2px;
    width: 100%
}

.mec-gCalendar-filters-wrap span.select2.select2-container {
    width: 100% !important
}

.mec-gCalendar-filters-wrap .select2-container--default>ul>li {
    width: 100%
}

.mec-gCalendar-filters-wrap .select2-container--default {
    height: 39px
}

.mec-gCalendar-filters-wrap span.select2-selection.select2-selection--multiple {
    border: none !important;
    height: 37px !important
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    background-color: #eee;
    font-size: 11px
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 29px;
    margin-top: 5px;
    border: none;
    margin-right: 5px
}

.mec-gCalendar-filters-wrap .mec-searchbar-category-wrap {
    margin: 0 !important;
    width: 182px !important;
    padding: 0 !important;
    height: 40px !important;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e3e4e5 !important
}

.mec-gCalendar-filters-wrap .mec-checkboxes-search i,
.mec-gCalendar-filters-wrap .mec-dropdown-search i,
.mec-gCalendar-filters-wrap .mec-minmax-event-cost i,
.mec-gCalendar-filters-wrap .mec-text-address-search i {
    color: #b7b7b7;
    background-color: #fbfbfb;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e3e4e5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-right: 0;
    text-align: center
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input,
.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus,
.mec-gCalendar-filters-wrap .mec-text-address-search input,
.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    width: 208px;
    height: 40px;
    border-radius: 0;
    border-right: 0;
    border-color: #e3e4e5;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    padding-left: 15px
}

.mec-gCalendar-filters-wrap .mec-text-address-search input,
.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    width: 415px
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:last-child,
.mec-gCalendar-filters-wrap .mec-text-address-search input,
.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    border-right: 1px solid #e3e4e5;
    border-radius: 0 3px 3px 0;
    border-left: none
}

.mec-gCalendar .mec-gCalendar-filters-wrap .mec-text-address-search i {
    border-right: 1px solid #e3e4e5
}

.mec-gCalendar-filters-wrap ul.list li[data-value=""] {
    display: none
}

.mec-gCalendar .fc .fc-scroller-harness,
.mec-gCalendar .fc .fc-scroller-liquid-absolute,
.mec-gCalendar .fc-h-event .fc-event-title {
    overflow: visible !important
}

#MonthPicker_mec-gCalendar-month-filter:after,
#MonthPicker_mec-gCalendar-month-filter:before,
.mec-gCalendar-filters:after,
.mec-gCalendar-filters:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 77px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px
}

#MonthPicker_mec-gCalendar-month-filter:after,
#MonthPicker_mec-gCalendar-month-filter:before {
    margin-left: 68px
}

#MonthPicker_mec-gCalendar-month-filter:before,
.mec-gCalendar-filters:before {
    top: -15px;
    border-color: transparent transparent #e3e9f1 transparent
}

#MonthPicker_mec-gCalendar-month-filter:after,
.mec-gCalendar-filters:after {
    top: -14px;
    border-color: transparent transparent #fff transparent
}

.mec-gCalendar {
    font-family: inherit
}

.mec-gCalendar-tooltip {
    width: 290px;
    height: auto;
    position: absolute;
    background: #fff;
    left: calc(50% - 145px);
    bottom: calc(100% - 1px);
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0 4px 13px rgb(0 0 0 / 7%);
    z-index: 9997
}

@media (max-width:991px) {
    .mec-gCalendar-tooltip {
        display: none
    }
}

.mec-gCalendar-tooltip-image img {
    width: 100%;
    border-radius: 3px !important
}

.mec-gCalendar-tooltip-image {
    padding: 10px;
    padding-bottom: 8px
}

.mec-gCalendar a.fc-event:active {
    opacity: 1
}

.mec-gCalendar #mec-gCalendar-wrap a.fc-event {
    padding: 7px 3px;
    font-size: 12px;
    font-weight: 400
}

.mec-gCalendar-tooltip-title {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: 500
}

.mec-gCalendar-tooltip-title span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    border-radius: 50px
}

.mec-gCalendar-tooltip-title a {
    color: #000
}

.mec-gCalendar-tooltip-title a:hover {
    text-decoration: underline;
    color: #000
}

.mec-gCalendar-tooltip-location {
    color: #707172;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 25px 15px;
    margin-top: -2px
}

.mec-gCalendar-tooltip-location i {
    margin-right: 6px;
    color: #c1c7ce
}

.mec-gCalendar .fc-event-time {
    display: none
}

.mec-gCalendar-tooltip-date {
    background: #f7f8f9;
    color: #898a8c;
    font-weight: 400;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.mec-gCalendar-tooltip-date-text>div>span,
.mec-gCalendar-tooltip-date-time>div>span {
    display: block;
    line-height: 23px
}

.mec-gCalendar-tooltip-date-text>div>span:last-child,
.mec-gCalendar-tooltip-date-time>div>span:last-child {
    margin: 0
}

.mec-gCalendar-tooltip-date-text .mec-gCalendar-tooltip-date-day {
    font-size: 14px;
    color: #000
}

.mec-gCalendar-tooltip-date-text,
.mec-gCalendar-tooltip-date-time {
    display: flex;
    align-items: baseline
}

.mec-gCalendar-tooltip-date-text i,
.mec-gCalendar-tooltip-date-time i {
    margin-right: 8px;
    color: #c1c7ce
}

.mec-gCalendar-tooltip:after,
.mec-gCalendar-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px
}

.mec-gCalendar-tooltip:before {
    bottom: -17px;
    border-color: #e3e9f1 transparent transparent transparent
}

.mec-gCalendar-tooltip:after {
    bottom: -16px;
    border-color: #fff transparent transparent transparent
}

#mec-gCalendar-wrap .openMonthFilter i {
    -moz-transition: all .27s ease;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease
}

#mec-gCalendar-wrap .openMonthFilter.open i {
    transform: rotate(-180deg)
}

.mec-gCalendar input#mec-gCalendar-month-filter {
    display: none
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk,
.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk {
    margin-bottom: 8px
}

.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
    border: 1px solid #e3e4e5;
    border-radius: var(--mec-primary-border-radius);
    padding: 18px 30px 10px;
    position: relative;
    flex-wrap: wrap
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 20px;
    position: relative
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title>span {
    font-weight: 100
}

.mec-gCalendar h2.fc-toolbar-title i {
    color: #a1a2a3;
    cursor: pointer;
    margin-left: 2px;
    font-size: 14px;
    margin-right: 0
}

.mec-gCalendar h2.fc-toolbar-title button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: 0
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody td {
    border: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary:active,
.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #a1a2a3;
    border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
    border-color: #e3e4e5;
    padding: 3px 2px;
    box-shadow: none !important
}

.mec-gCalendar button.fc-button span.fc-icon {
    font-size: 20px;
    padding: 1px 0;
    width: 30px;
    height: 34px;
    vertical-align: middle;
    position: relative
}

.mec-gCalendar-filters-wrap .nice-select .list {
    margin: 0;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%), 0 2px 4px rgb(0 0 0 / 5%)
}

.mec-gCalendar button.fc-button span.fc-icon:before {
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px)
}

.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary {
    border-right: none
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary {
    border-left: none;
    border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0
}

.mec-gCalendar button.fc-next-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-next-button.fc-button.fc-button-primary:active,
.mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #a1a2a3;
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-color: #e3e4e5;
    padding: 3px 2px;
    box-shadow: none !important
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #707070;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-color: #e3e4e5;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 1;
    padding: 9px 8px 12px;
    box-shadow: none !important;
    cursor: pointer;
    height: 42px
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:disabled {
    cursor: auto
}

.mec-gCalendar button.fc-button.fc-button-primary:hover span {
    background: #f4f5f6;
    color: #000;
    border-radius: var(--mec-secondary-border-radius)
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:not(:disabled):hover {
    background: #f4f5f6;
    color: #000;
    border-radius: 0
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary,
.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:active {
    min-width: 100px;
    border-radius: 7px !important;
    margin-right: 0;
    background: #00acf8;
    border: none !important;
    padding: 10px 15px 11px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px !important;
    box-shadow: none !important
}

.mec-gCalendar tr.fc-scrollgrid-section.fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>td {
    border-radius: 7px 7px 0 0;
    border: none
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary {
    position: relative;
    text-align: right;
    padding-right: 13px;
    padding-left: 32px;
    min-width: auto;
    background: 0 0;
    font-size: 14px;
    color: #969798;
    font-weight: 400
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:active,
.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:hover {
    background: #f4f5f6;
    color: #000
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary svg {
    position: absolute;
    left: 10px;
    top: 14px
}

.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:hover {
    background: #444
}

.mec-gCalendar-tooltip-location,
.mec-gCalendar-tooltip-title {
    white-space: normal
}

.mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text],
.mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text]:focus {
    margin: 0;
    border: none;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #949aa1;
    padding-right: 5px;
    padding-left: 8px;
    background: #fff;
    outline: 0;
    display: inline-block
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-webkit-input-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-moz-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-ms-input-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-moz-placeholder {
    color: #949aa1
}

.mec-gCalendar-search-text-wrap {
    border-left: 1px solid #e3e4e5;
    padding-left: 16px
}

.mec-gCalendar-search-text-wrap i {
    margin-right: 0;
    color: #bcc4ce;
    font-size: 17px
}

.mec-gCalendar .fc-direction-ltr .fc-button-group>.fc-button:first-child {
    margin-left: 7px !important
}

.mec-gCalendar .fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: 0
}

.mec-gCalendar .mec-localtime-wrap {
    color: #000;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px
}

.mec-gCalendar .fc-theme-standard .fc-popover {
    background: #fff;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 4px 13px rgb(0 0 0 / 7%)
}

.mec-gCalendar .mec-localtime-wrap i {
    display: none
}

.mec-gCalendar .datepicker.dropdown-menu {
    top: 51px !important;
    left: unset !important;
    right: 0
}

.mec-month-picker.datepicker.dropdown-menu {
    position: absolute;
    min-width: 215px !important;
    z-index: 999;
    background: #fff;
    padding: 4px 0 3px;
    margin: 0;
    color: #000;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 3%)
}

.mec-month-picker.datepicker.dropdown-menu * {
    background: #fff;
    border-radius: 7px;
    border: none;
    height: auto
}

.mec-month-picker.datepicker table caption+thead tr:first-child td,
.mec-month-picker.datepicker table caption+thead tr:first-child th,
.mec-month-picker.datepicker table colgroup+thead tr:first-child td,
.mec-month-picker.datepicker table colgroup+thead tr:first-child th,
.mec-month-picker.datepicker table thead:first-child tr:first-child td,
.mec-month-picker.datepicker table thead:first-child tr:first-child th {
    border: none
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.switch {
    font-weight: 500
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.next,
.mec-month-picker.datepicker table thead:first-child tr:first-child th.prev {
    font-size: 0;
    padding-top: 11px
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.next:before,
.mec-month-picker.datepicker table thead:first-child tr:first-child th.prev:before {
    content: "\e606";
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #a1a2a3
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.prev:before {
    content: "\e605"
}

.mec-month-picker.datepicker table.table-condensed thead tr {
    display: flex;
    padding: 6px 12px 10px;
    justify-content: space-between;
    align-items: center
}

.mec-month-picker.datepicker thead tr:first-child th {
    width: auto;
    height: auto
}

.mec-month-picker.datepicker thead tr:first-child th.next,
.mec-month-picker.datepicker thead tr:first-child th.prev {
    width: 34px;
    height: 34px;
    padding: 0 12px
}

.mec-month-picker.datepicker thead tr:first-child th.switch {
    padding: 5px 18px
}

.mec-month-picker.datepicker table.table-condensed tbody tr td {
    justify-content: space-between;
    align-items: center;
    padding: 0 9px 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto
}

.mec-month-picker.datepicker td span.active.active,
.mec-month-picker.datepicker td span.active.disabled,
.mec-month-picker.datepicker td span.active:active,
.mec-month-picker.datepicker td span.active:focus,
.mec-month-picker.datepicker td span.active:hover,
.mec-month-picker.datepicker td span.active[disabled] {
    background-color: #00acf8;
    text-shadow: none
}

.mec-month-picker.datepicker td span {
    width: 43px;
    line-height: 41px;
    font-size: 14px
}

.mec-month-picker.datepicker thead tr:first-child th:hover {
    background: #f4f5f6
}

.mec-month-picker.datepicker thead tr:first-child th:hover:before {
    color: #000 !important
}

.mec-month-picker.datepicker td span:hover {
    background-color: #f4f5f6
}

.mec-month-picker.datepicker:after {
    left: unset;
    right: 11px
}

.mec-month-picker.datepicker:before {
    left: unset;
    right: 10px
}

#gCalendar-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255, 255, 255, .88) url(../images/ajax-loader.gif) center;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

#gCalendar-loading.mec-modal-preloader {
    display: block !important
}

.fc-daygrid.fc-dayGridMonth-view.fc-view {
    overflow: auto;
    border: 1px solid #e3e4e5;
    border-radius: var(--mec-primary-border-radius)
}

#mec-gCalendar-wrap table.fc-scrollgrid {
    min-width: 650px;
    overflow: auto;
    border: none;
    border-radius: unset;
    margin: 0
}

@media (min-width:992px) {

    #mec-gCalendar-wrap table.fc-scrollgrid,
    .fc-daygrid.fc-dayGridMonth-view.fc-view {
        overflow: visible
    }
}

#mec-gCalendar-wrap table.fc-scrollgrid thead tr td {
    border: none !important;
    background: 0 0
}

#mec-gCalendar-wrap table.fc-scrollgrid table {
    margin-bottom: 0
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th {
    background: 0 0;
    padding: 20px 0 3px 10px;
    text-align: left;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e3e4e5;
    border-top: none
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th.fc-col-header-cell {
    border: none
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000;
    text-decoration: none
}

#mec-gCalendar-wrap .openMonthFilter {
    position: relative;
    padding: 7px 10px 2px;
    display: inline-block
}

#mec-gCalendar-wrap.fc .fc-daygrid-day-number {
    font-size: 16px;
    padding: 12px 10px 2px;
    color: #000;
    text-decoration: none
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table {
    margin: 0;
    border-spacing: 0;
    border-collapse: separate
}

#mec-gCalendar-wrap table.fc-scrollgrid table,
.fc .fc-daygrid-body {
    width: 100% !important
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr td:last-child {
    border-right: none
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr:last-child td {
    border-bottom: none
}

#mec-gCalendar-wrap span.mec-general-calendar-label {
    color: #fff;
    padding: 1px 4px 3px;
    font-size: 11px;
    border-radius: 3px;
    margin: 5px 3px 2px 0;
    display: inline-block
}

.mec-gCalendar .fc .fc-scrollgrid-section-sticky>* {
    position: relative;
    z-index: 1
}

.mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-end,
.mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0 !important;
    margin-left: 0 !important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tr td {
    text-align: left;
    background: 0 0 !important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table .fc-daygrid-day-top {
    display: flex;
    flex-direction: row;
    padding-left: 10px
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today {
    background: #fff !important
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #00acf8;
    font-size: 17px;
    font-weight: 500
}

#mec-gCalendar-wrap .fc-scrollgrid-section-body>td {
    border: none !important;
    background-color: transparent !important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 7px
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:last-child {
    border-radius: 0 0 7px 0
}

.select2-container {
    z-index: 9999
}

@media (max-width:1200px) {
    .mec-gCalendar-search-text-wrap {
        padding-left: 10px
    }

    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text],
    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
        width: 100px
    }
}

@media (max-width:991px) {

    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text],
    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
        width: auto
    }

    .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
        display: block
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child {
        margin: 0
    }

    .mec-gCalendar-search-text-wrap {
        border-left: none
    }
}

@media (max-width:990px) {
    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
        width: 100%;
        justify-content: flex-start !important;
        position: relative
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        position: relative
    }
}

@media (max-width:480px) {

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,
    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        padding: 6px 6px 9px
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        font-size: 12px;
        width: 20px;
        height: 27px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 17px;
        margin-right: 11px
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk,
    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        flex-wrap: wrap
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        width: 100%;
        display: block
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align: right
    }

    .mec-gCalendar-filters-wrap .mec-text-address-search input,
    .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
        width: 100%
    }

    .mec-gCalendar-filters-wrap>div {
        width: 100%
    }

    .mec-gCalendar-filters-wrap .nice-select {
        width: 100%
    }

    .mec-gCalendar-filters {
        width: 328px;
        right: calc(50% - 165px);
        top: 52px
    }

    .mec-gCalendar-filters:after,
    .mec-gCalendar-filters:before {
        margin-left: 30px
    }

    .mec-gCalendar-filters-wrap .mec-minmax-event-cost input,
    .mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus {
        width: 116px
    }

    .mec-month-picker.datepicker:after {
        left: unset;
        right: 55px
    }

    .mec-month-picker.datepicker:before {
        left: unset;
        right: 54px
    }

    .mec-month-picker.datepicker.dropdown-menu {
        top: 40px !important;
        right: -45px
    }

    .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
        padding: 18px 10px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,
    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        height: 35.5px
    }

    .mec-gCalendar-search-text-wrap {
        border-left: 0;
        border-bottom: 1px solid #eee;
        padding: 0;
        margin-bottom: 10px
    }

    .mec-gCalendar-filters:after,
    .mec-gCalendar-filters:before {
        margin: 0
    }
}

@media (max-width:360px) {
    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align: left
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        margin-bottom: 8px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        position: relative;
        width: 100%
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
        justify-content: left !important
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 22px
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        font-size: 20px;
        width: 30px;
        height: 34px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,
    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        padding: 9px 8px 12px
    }

    .mec-gCalendar-filters:after,
    .mec-gCalendar-filters:before {
        margin-left: -100px
    }

    .mec-gCalendar-filters {
        top: 60px
    }

    .mec-month-picker.datepicker.dropdown-menu {
        width: 215px
    }

    .mec-month-picker.datepicker.dropdown-menu {
        top: 37px !important;
        right: 27px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 12px;
        display: inline-block;
        width: auto
    }

    #mec-gCalendar-wrap .openMonthFilter {
        padding-right: 0
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        width: 20px;
        height: 27px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,
    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        line-height: 1
    }

    .mec-month-picker.datepicker.dropdown-menu {
        right: -80px
    }

    .mec-month-picker.datepicker:after {
        right: calc(50% - 3px)
    }

    .mec-month-picker.datepicker:before {
        right: calc(50% - 4px)
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align: right
    }

    .mec-gCalendar-filters {
        width: 300px;
        right: calc(50% - 150px)
    }

    .mec-gCalendar-filters-wrap {
        padding: 15px
    }

    .fc-h-event .fc-event-main {
        font-size: 9px;
        line-height: 11px
    }
}

@media (max-width:768px) {
    .mec-cart {
        overflow-x: scroll
    }
}

.mec-cart-coupon input[type=text] {
    min-height: 40px;
    font-size: 13px;
    line-height: 38px;
    color: #606367;
    border: 1px solid #e3e5e7;
    border-radius: 3px;
    padding: 0 12px;
    margin-bottom: 0;
    box-shadow: unset;
    width: 330px;
    vertical-align: top
}

.mec-cart ul {
    padding: 0;
    list-style: none
}

.mec-cart ul h5,
.mec-cart ul h6 {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: inherit
}

.mec-cart ul h6 {
    padding-left: 0
}

.mec-cart ul h6:before {
    content: "— "
}

.mec-cart ul h5 {
    font-weight: 400;
    margin: 0 0 3px 0
}

.mec-cart ul h6:last-child {
    margin-bottom: 12px
}

.mec-cart table td:nth-child(4) ul li {
    margin-bottom: 5px
}

.mec-cart table td:nth-child(4) ul li:last-child {
    margin-bottom: 12px
}

.mec-cart table a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #474849;
    fill: #474849
}

.mec-cart table a:hover {
    color: #000
}

.mec-cart table #mec_cart_total_payable,
.mec-cart table .mec-transaction-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -.8px;
    text-align: right;
    color: #060607;
    fill: #060607
}

.mec-cart table .mec-line-through {
    text-decoration: line-through
}

.mec-cart table .mec-cart-remove-transactions svg:hover,
.mec-cart table .mec-cart-remove-transactions svg:hover path {
    color: red !important;
    fill: red !important;
    cursor: pointer
}

.mec-cart table tr {
    text-align: left
}

.mec-cart table tr th {
    margin-bottom: 27px;
    margin-top: 0;
    padding: 9px 12px 9px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    color: #000
}

.mec-cart table tr td {
    padding: 9px 12px 9px;
    font-size: 14px;
    color: #000
}

.mec-cart table tr td a:hover {
    color: #000;
    text-decoration: underline
}

.mec-cart table tr td,
.mec-cart table tr th {
    background-color: #fff !important;
    border: 0 !important;
    vertical-align: middle
}

.mec-cart table tr {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mec-cart table tr th:last-child {
    text-align: right
}

.mec-cart table tr {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mec-cart table td:first-child {
    width: 35px;
    max-width: 35px
}

.mec-cart table td:nth-child(2) {
    width: 135px;
    max-width: 135px
}

.mec-cart table td:nth-child(3),
.mec-cart table td:nth-child(4) {
    min-width: 200px;
    width: 200px
}

.mec-cart table td:nth-child(5) {
    font-size: 12px
}

.mec-cart table td:nth-child(6) {
    text-align: right;
    vertical-align: middle
}

.mec-cart .mec-cart-coupon-code {
    font-size: 12px;
    color: #8d9599
}

.mec-cart table thead tr th {
    border-bottom: 1px solid #a3a3a3 !important
}

.mec-cart table thead tr,
.mec-cart table thead tr th {
    border-top: none !important
}

@media only screen and (max-width:992px) {
    .mec-cart table {
        min-width: 780px;
        overflow-x: scroll
    }
}

.mec-cart table tfoot tr th:last-child {
    display: none
}

.mec-checkout .mec-checkout-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 25px;
    row-gap: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6
}

.mec-checkout .mec-checkout-list .mec-list-items {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%)
}

.mec-checkout .mec-checkout-list .mec-list-items h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative
}

.mec-checkout .mec-checkout-list .mec-list-items h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    margin: 0 0 8px 0
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #8d9599;
    font-weight: inherit
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
    padding-left: 0
}

.mec-checkout .mec-checkout-list .mec-list-items h6:before {
    content: "— "
}

.mec-checkout .mec-checkout-list .mec-list-items ul {
    list-style: none;
    padding: 15px 0 0 0
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details {
    color: #000;
    border: none;
    border-radius: 2px;
    background: #f7f7f7;
    padding: 15px;
    margin: 15px 0 0 0;
    max-width: 100%
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.mec-checkout #mec_cart_total_payable {
    margin: 0 0 40px 0;
    font-size: 29px;
    line-height: 27px;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative;
    color: #39c36e
}

.mec-checkout .mec-gateway-comment {
    margin-top: 20px;
    margin: 0 0 20px 0;
    color: #616161;
    font-size: 14px;
    line-height: 1.8
}

.mec-checkout .mec-email-stripe input[type=email],
.mec-checkout .mec-name-stripe input[type=text] {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 0 !important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1 !important;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
    background: #fff !important;
    max-width: 330px
}

.mec-checkout label {
    color: #424242;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    display: block;
    clear: none;
    padding: 7px 1em 3px 0
}

.mec-checkout input[type=radio]:before {
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 24px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin: 1px 0 0 0;
    border: 1px solid #d7d8d9
}

.mec-checkout input[type=radio]:checked:before {
    border: 0;
    background: #000
}

.mec-checkout input[type=radio] {
    margin: 0 4px 0 0;
    font-size: 0
}

.mec-checkout input[type=checkbox] {
    float: left
}

.mec-checkout-gateways-wrapper {
    max-width: 54%;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .mec-checkout-gateways-wrapper {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.mec-checkout .mec-book-form-next-button {
    float: right;
    right: 30%;
    width: 155px;
    text-align: center
}

.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button {
    background-color: #c4cace !important;
    width: 155px;
    text-align: center
}

.mec-checkout .mec-book-form-next-button:hover,
.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button:hover {
    background: #000 !important
}

@media (max-width:768px) {
    .mec-checkout .mec-checkout-list {
        display: block;
        padding-bottom: 20px
    }

    .mec-checkout .mec-checkout-list .mec-list-items {
        margin-bottom: 20px;
        padding: 15px
    }

    .mec-checkout-gateways-wrapper {
        max-width: 100%;
        margin-bottom: 20px
    }

    .mec-checkout .mec-book-form-next-button {
        right: 0
    }
}

.mec-checkout-footer {
    background: #f5f6f7;
    padding: 30px 40px 15px;
    border-radius: 5px
}

.mec-checkout #mec_cart_total_payable {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative;
    color: #000
}

.mec-wrap .mec-simple-checkboxes-search {
    display: table-cell;
    float: none;
    padding: 0 10px
}

.mec-wrap .mec-simple-checkboxes-search i {
    font-size: 18px;
    width: unset;
    height: unset;
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    margin-right: 10px
}

.mec-wrap .mec-simple-checkboxes-search label:not(.selectit) {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #313131;
    display: inline-block;
    margin-bottom: 15px
}

.mec-wrap .mec-simple-checkboxes-search ul {
    list-style: none;
    padding: 0
}

.mec-wrap .mec-simple-checkboxes-search ul li label {
    line-height: 20px;
    margin-bottom: 15px
}

.mec-load-more-wrap.mec-load-more-scroll-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255, 255, 255, .88) url(../images/ajax-loader.gif) bottom;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

.mec-nextprev-wrap {
    margin-top: 30px;
    overflow: hidden;
    clear: both
}

.mec-nextprev-next-button,
.mec-nextprev-prev-button {
    margin-right: 0
}

.mec-nextprev-next-button {
    float: right;
    clear: both
}

a.mec-nextprev-next-button {
    text-decoration: none !important
}

a.mec-nextprev-next-button:hover {
    color: var(--mec-color-skin)
}

.mec-nextprev-prev-button svg {
    transform: rotate(180deg)
}

.mec-loading-events:after {
    content: "";
    background: rgba(255, 255, 255, .88) url(../images/ajax-loader.gif) no-repeat center calc(100% - 100px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 -10px
}

.mec-credit-url {
    font-size: 11px;
    text-align: center;
    color: #919293;
    margin-top: 20px
}

.mec-credit-url a {
    text-decoration: none;
    color: #919293
}

body[class*=mec-theme] .mec-wrap a {
    text-decoration: auto
}

.mec-ticket-name-description-wrapper h4 {
    margin: 0 0 5px 0
}

.mec-ticket-name-description-wrapper h4 .mec-ticket-attendee-counter,
.mec-ticket-name-description-wrapper h4 .mec-ticket-name {
    font-size: 16px;
    font-weight: 500
}

.gm-style img {
    max-width: unset !important
}

.gm-style .gm-style-mtc button {
    border-radius: 0 !important
}

.gm-style .gm-style-iw-c button[aria-label=Close] {
    position: absolute !important;
    right: 0
}

.gm-style .gm-style-iw-c button[aria-label=Close]:hover {
    box-shadow: none !important
}

.mec-faq-list {
    list-style: none;
    padding: 0
}

.mec-faq-list .mec-faq-item {
    border-bottom: 1px solid #d4d4d4;
    position: relative
}

.mec-faq-list .mec-faq-item .mec-faq-toggle-icon {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 32px;
    z-index: 1;
    cursor: pointer;
    transition: .3s
}

.mec-faq-list .mec-faq-item.close .mec-faq-toggle-icon {
    transform: rotate(180deg)
}

.mec-faq-list .mec-faq-item .mec-faq-title {
    padding: 25px 15px
}

.mec-faq-list .mec-faq-item .mec-faq-title h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    position: relative;
    white-space: nowrap
}

.mec-faq-list .mec-faq-item .mec-faq-title h4:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #fff 95%, #fff 100%);
    pointer-events: none
}

.mec-faq-list .mec-faq-item .mec-faq-content {
    padding: 0 15px 5px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transition: max-height .5s linear;
    -moz-transition: max-height .5s linear;
    -ms-transition: max-height .5s linear;
    -o-transition: max-height .5s linear;
    transition: max-height .5s linear
}

.mec-faq-list .mec-faq-item.close .mec-faq-content {
    max-height: 0;
    overflow: hidden
}

.mec-faq-list .mec-faq-item .mec-faq-content p {
    color: #6d8193;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: .2px
}

.mec-trailer iframe {
    width: 100%
}

.single-mec-events {
    overflow-x: hidden
}

.mec-event-banner {
    width: calc(100vw - 17px);
    position: relative;
    margin-left: calc(-50vw - 10px);
    left: calc(50% + 18px);
    min-height: 420px;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 30px
}

.mec-event-banner-inner {
    max-width: 900px;
    margin: 0 auto;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.mec-event-banner-title .mec-single-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff
}

.mec-event-banner-datetime {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px
}

.mec-event-banner-datetime .mec-single-event-date,
.mec-event-banner-datetime .mec-single-event-time,
.mec-event-banner-location .mec-single-event-location {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0;
    color: #fff
}

.mec-event-banner-location .mec-single-event-location {
    justify-content: center;
    align-items: center;
    gap: 16px
}

.mec-event-banner-location>i {
    display: none
}

.mec-event-banner-location img {
    max-width: 90px;
    margin: 0
}

.mec-event-banner-location .mec-single-event-location dl {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-direction: row
}

.mec-event-banner-location .mec-single-event-location img+dl {
    flex-direction: column
}

.mec-event-banner-location .mec-single-event-location dl dd {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.mec-event-banner-location .mec-single-event-location dl dd * {
    color: #fff
}

.mec-event-banner-location .mec-single-event-location dl dd address.mec-events-address {
    font-size: 16px;
    line-height: 1.5
}

.mec-event-banner-datetime .mec-single-event-date h3.mec-date,
.mec-event-banner-datetime .mec-single-event-time h3.mec-time,
.mec-event-banner-location .mec-single-event-location .mec-location {
    display: none
}

.mec-event-banner-datetime .mec-single-event-date i,
.mec-event-banner-datetime .mec-single-event-date img,
.mec-event-banner-datetime .mec-single-event-time i {
    margin-right: 5px
}

.mec-event-banner-datetime .mec-single-event-date dl dd,
.mec-event-banner-datetime .mec-single-event-time dl dd,
.mec-event-banner-location .mec-single-event-location dl dd {
    margin: 0
}

.mec-event-banner-datetime .mec-single-event-time .mec-time-comment {
    position: absolute;
    top: 15px;
    left: 20px
}

.mec-event-banner-datetime .mec-single-event-date {
    position: static
}

.mec-event-banner-datetime .mec-single-event-date .mec-holding-status {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    left: calc(50% - 50px)
}

.mec-event-banner-color {
    width: calc(100vw - 17px);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0
}

@media only screen and (max-width:768px) {
    .mec-event-banner {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%
    }

    .mec-event-banner-color {
        width: 100vw
    }

    .mec-event-banner-inner {
        min-height: 400px;
        max-width: 90%
    }

    .mec-event-banner-title .mec-single-title {
        font-size: 36px
    }

    .mec-event-banner-datetime {
        flex-direction: column;
        align-items: center
    }

    .mec-event-banner-location .mec-single-event-location {
        flex-direction: column;
        align-items: center
    }

    .mec-event-banner-location .mec-single-event-location dl {
        flex-direction: column;
        align-items: center
    }
}

.mec-wrap li.mec-event-social-icon a>svg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 9px;
    fill: #767676;
    margin-right: 3px
}

.mec-wrap .mec-event-grid-classic li.mec-event-social-icon a.twitter svg,
.mec-wrap .mec-event-grid-clean li.mec-event-social-icon a.twitter svg,
.mec-wrap .mec-event-grid-modern li.mec-event-social-icon a.twitter svg,
.mec-wrap .mec-event-list-standard li.mec-event-social-icon a.twitter svg {
    margin: 0;
    padding: 0;
    height: 36px;
    width: 16px;
    margin-bottom: -7px
}

.mec-event-list-modern .mec-event-sharing>li a {
    display: flex;
    align-items: center
}

.mec-event-list-modern .mec-event-sharing>li a.twitter svg {
    border: 1px solid #ddd
}

.mec-event-list-modern .mec-event-sharing {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.mec-subscribe-to-calendar-container {
    display: flex;
    flex-direction: column;
    align-items: end
}

.mec-wrap button.mec-subscribe-to-calendar-btn {
    margin-top: 20px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 180px
}

.mec-subscribe-to-calendar-items {
    width: 180px;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 3px
}

.mec-subscribe-to-calendar-items a {
    font-size: 14px;
    color: #8d8d8d;
    display: block;
    margin: 10px 0;
    transition: .2s
}

.mec-subscribe-to-calendar-items a:hover {
    color: var(--mec-color-skin)
}

.mec-booking-ticket-variations ul {
    list-style: none;
    padding: 0
}

.mec-booking-ticket-variations ul li {
    margin-bottom: 20px
}

.mec-booking-ticket-variations ul li h5 {
    font-size: 16px;
    margin: 0
}

.mec-booking-ticket-variations ul li p {
    margin: 0
}

.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6,
.mec-events-meta-group-countdown .countdown-w span,
.mec-hourly-schedule-speaker-job-title,
.mec-hourly-schedule-speaker-name,
.mec-single-event .mec-event-meta dt,
.mec-ticket-available-spots .mec-event-ticket-name,
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.post-type-archive-mec-events h1,
.tax-mec_category h1 {
    font-family: var(--mec-heading-font-family), Helvetica, Arial, sans-serif
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,
.mec-breadcrumbs .mec-current,
.mec-breadcrumbs a,
.mec-breadcrumbs span .mec-event-content p,
.mec-event-data-field-items,
.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name,
.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value,
.mec-event-schedule-content dl dt,
.mec-events-button,
.mec-events-meta-group-tags,
.mec-events-meta-group-tags a,
.mec-hourly-schedule-speaker-description,
.mec-load-more-button,
.mec-next-occ-booking span,
.mec-single-event .mec-event-meta .mec-events-event-cost,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-meta dd a,
.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available,
.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,
.mec-single-event .mec-speakers-details ul li .mec-speaker-name,
.mec-single-modern .mec-single-event-bar>div dd,
.mec-wrap .info-msg div,
.mec-wrap .mec-error div,
.mec-wrap .mec-success div,
.mec-wrap .warning-msg div,
.mec-wrap abbr,
.mec-wrap p {
    font-family: var(--mec-paragraph-font-family), sans-serif;
    font-weight: 400
}

.colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,
.leaflet-popup-content .mec-color,
.leaflet-popup-content .mec-color-before :before,
.leaflet-popup-content .mec-color-hover:hover,
.leaflet-popup-content .mec-wrap .mec-color,
.leaflet-popup-content .mec-wrap .mec-color-before :before,
.leaflet-popup-content .mec-wrap .mec-color-hover:hover,
.lity .mec-color,
.lity .mec-color-before :before,
.lity .mec-color-hover:hover,
.lity .mec-wrap .mec-color,
.lity .mec-wrap .mec-color-before :before,
.lity .mec-wrap .mec-color-hover:hover,
.mec-attendees-list-details .mec-attendee-profile-link a:hover,
.mec-av-spot .mec-av-spot-head .mec-av-spot-box span,
.mec-booking-calendar-month-navigation .mec-next-month:hover,
.mec-booking-calendar-month-navigation .mec-previous-month:hover,
.mec-calendar .mec-calendar-side .mec-next-month i,
.mec-calendar .mec-event-article .mec-event-title a:hover,
.mec-calendar-events-side .mec-modal-booking-button:hover,
.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color,
.mec-choosen-time-message,
.mec-event-container-classic .mec-modal-booking-button:hover,
.mec-event-grid-minimal .mec-modal-booking-button:hover,
.mec-event-grid-simple .mec-modal-booking-button,
.mec-event-grid-yearly .mec-modal-booking-button,
.mec-event-list-minimal .mec-modal-booking-button:hover,
.mec-events-agenda .mec-modal-booking-button,
.mec-events-timeline-wrap .mec-organizer-item a,
.mec-events-timeline-wrap .mec-organizer-item:after,
.mec-events-timeline-wrap .mec-shortcode-organizers i,
.mec-map-boxshow .mec-color,
.mec-map-boxshow .mec-color-before :before,
.mec-map-boxshow .mec-color-hover:hover,
.mec-map-boxshow .mec-wrap .mec-color,
.mec-map-boxshow .mec-wrap .mec-color-before :before,
.mec-map-boxshow .mec-wrap .mec-color-hover:hover,
.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,
.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,
.mec-marker-infowindow-wp .mec-marker-infowindow-count,
.mec-next-event-details a,
.mec-next-event-details i:before,
.mec-single-event .mec-speakers-details ul li .mec-speaker-name,
.mec-skin-list-events-container .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a,
.mec-timeline-event .mec-modal-booking-button,
.mec-timeline-month-divider,
.mec-timetable-t2-col .mec-modal-booking-button:hover,
.mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date,
.mec-wrap .mec-totalcal-box i,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover .mec-load-month-link,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover .mec-load-month-link,
.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,
.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,
.mec-wrap.colorskin-custom .mec-color,
.mec-wrap.colorskin-custom .mec-color-before :before,
.mec-wrap.colorskin-custom .mec-color-hover:hover,
.mec-wrap.colorskin-custom .mec-event-grid-simple .mec-event-title:hover,
.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,
.mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing>li:hover a,
.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,
.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,
.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover,
.mec-wrap.colorskin-custom .mec-next-event-details li i,
.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,
.mec-wrap.colorskin-custom .mec-single-event-date:before,
.mec-wrap.colorskin-custom .mec-single-event-time:before,
.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,
.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,
.mec-wrap.mec-cart table tr td a,
.mec-yearly-view-wrap .mec-agenda-event-title a:hover,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover .mec-load-month-link,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover,
.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover .mec-load-month-link {
    color: var(--mec-color-skin)
}

.mec-event-list-standard .mec-event-meta svg path,
.mec-wrap .mec-event-sharing-wrap .mec-event-sharing>li:hover a svg {
    fill: var(--mec-color-skin)
}

#wrap .mec-wrap article.mec-event-countdown-style1,
.colorskin-custom .mec-event-sharing-wrap:hover>li,
.event-carousel-type1-head .mec-event-date-carousel,
.mec-booking button,
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active,
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover,
.mec-calendar .mec-has-event:after,
.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,
.mec-event-countdown-style3 .mec-event-date,
.mec-events-progress-bar progress::-webkit-progress-value,
.mec-events-progress-bar progress:after,
.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day,
.mec-map-get-direction-btn-cnt input[type=submit],
.mec-ongoing-normal-label,
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover,
.mec-wrap .flip-clock-wrapper ul li a div div.inn,
.mec-wrap .mec-event-countdown-style2,
.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
.mec-wrap.colorskin-custom .mec-bg-color,
.mec-wrap.colorskin-custom .mec-bg-color-hover:hover,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,
.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after,
.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,
.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,
.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,
.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,
.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,
.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i,
.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,
.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before,
.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
span.mec-marker-wrap {
    background-color: var(--mec-color-skin)
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover,
.mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active {
    background-color: var(--mec-color-skin)
}

.colorskin-custom .mec-single-event .mec-events-meta-group-booking form>h4:before,
.colorskin-custom .mec-single-event .mec-frontbox-title:before,
.colorskin-custom .mec-single-event .mec-wrap-checkout h4:before,
.event-carousel-type1-head .mec-event-date-carousel:after,
.lity-content .mec-booking-progress-bar li.mec-active:after,
.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before,
.lity-content .mec-events-meta-group-booking form>h4:before,
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active,
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover,
.mec-box-title::before,
.mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active,
.mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before,
.mec-events-meta-group-booking .mec-booking-shortcode form>h4:before,
.mec-has-event-for-booking .mec-calendar-novel-selected-day,
.mec-marker-infowindow-wp .mec-marker-infowindow-count,
.mec-rsvp-form-box form>h4:before,
.mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before,
.mec-single-event .mec-events-meta-group-booking form>h4:before,
.mec-single-event .mec-frontbox-title:before,
.mec-single-event .mec-wrap-checkout h4:before,
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover,
.mec-timeline-month-divider,
.mec-virtual-event-history h3:before,
.mec-wrap .mec-box-title::before,
.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
.mec-wrap.colorskin-custom .mec-border-color,
.mec-wrap.colorskin-custom .mec-border-color-hover:hover,
.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day,
.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,
.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i,
.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,
.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,
.mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover,
.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,
.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,
.mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,
.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    border-color: var(--mec-color-skin)
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover,
.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,
.mec-wrap.colorskin-custom .mec-month-divider span:before {
    border-bottom-color: var(--mec-color-skin)
}

.mec-wrap.colorskin-custom article.mec-event-countdown-style1 .mec-event-countdown-part2:after {
    border-color: transparent transparent transparent var(--mec-color-skin)
}

.lity-content .button,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton),
.lity-content input[type=button],
.lity-content input[type=reset],
.lity-content input[type=submit],
.mec-form-row .mec-book-form-next-button.mec-book-form-pay-button,
.mec-nextprev-next-button,
.mec-nextprev-prev-button,
.mec-wrap .button,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton),
.mec-wrap input[type=button],
.mec-wrap input[type=reset],
.mec-wrap input[type=submit] {
    color: var(--mec-color-skin);
    background: var(--mec-color-skin-rgba-1);
    border-color: var(--mec-color-skin-rgba-1)
}

.lity-content .button:hover,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton):hover,
.lity-content input[type=button]:hover,
.lity-content input[type=reset]:hover,
.lity-content input[type=submit]:hover,
.mec-nextprev-next-button:hover,
.mec-nextprev-prev-button:hover,
.mec-wrap .button:hover,
.mec-wrap a.button:hover,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton):hover,
.mec-wrap input[type=button]:hover,
.mec-wrap input[type=reset]:hover,
.mec-wrap input[type=submit]:hover {
    border-color: var(--mec-color-skin)
}

.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,
.mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:checked:before,
.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
    background: var(--mec-color-skin);
    box-shadow: 0 0 0 2px var(--mec-color-skin-rgba-1)
}

.lity-content .button svg path,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) svg path,
.lity-content input[type=button] svg path,
.lity-content input[type=reset] svg path,
.lity-content input[type=submit] svg path,
.mec-nextprev-next-button svg path,
.mec-nextprev-prev-button svg path,
.mec-wrap .button svg path,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) svg path,
.mec-wrap input[type=button] svg path,
.mec-wrap input[type=reset] svg path,
.mec-wrap input[type=submit] svg path {
    fill: var(--mec-color-skin)
}

.mec-wrap .button svg.back path,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg.back path {
    fill: #636f72
}

.mec-booking-calendar-month-navigation .mec-next-month:hover a,
.mec-booking-calendar-month-navigation .mec-previous-month:hover a {
    color: var(--mec-color-skin)
}

.mec-wrap.colorskin-custom .mec-box-shadow-color {
    box-shadow: 0 4px 22px -7px var(--mec-color-skin)
}

.mec-choosen-time-message,
.mec-events-timeline-wrap:before,
.mec-timeline-event .mec-modal-booking-button,
.mec-wrap.colorskin-custom .mec-timeline-event-categories,
.mec-wrap.colorskin-custom .mec-timeline-event-local-time,
.mec-wrap.colorskin-custom .mec-timeline-event-location,
.mec-wrap.colorskin-custom .mec-timeline-event-organizer,
.mec-wrap.colorskin-custom .mec-timeline-event-time {
    background: var(--mec-color-skin-rgba-4)
}

@media only screen and (min-width:1200px) {

    .mec-container,
    body [id*=mec_skin_].mec-fluent-wrap {
        width: var(--mec-container-normal-width);
        max-width: var(--mec-container-normal-width)
    }
}

@media only screen and (min-width:1921px) {

    .mec-container,
    body [id*=mec_skin_].mec-fluent-wrap {
        width: var(--mec-container-large-width);
        max-width: var(--mec-container-large-width)
    }
}

.entry-content .mec-wrap h1 a,
.entry-content .mec-wrap h2 a,
.entry-content .mec-wrap h3 a,
.entry-content .mec-wrap h4 a,
.entry-content .mec-wrap h5 a,
.entry-content .mec-wrap h6 a,
.mec-wrap .mec-calendar .mec-event-article .mec-event-title a,
.mec-wrap .mec-event-grid-classic .mec-event-title a,
.mec-wrap .mec-event-grid-clean .mec-event-title a,
.mec-wrap .mec-event-grid-minimal .mec-event-title a,
.mec-wrap .mec-event-grid-modern .mec-event-title a,
.mec-wrap .mec-event-grid-simple .mec-event-title a,
.mec-wrap .mec-event-list-classic .mec-event-title a,
.mec-wrap .mec-event-list-minimal .mec-event-title a,
.mec-wrap .mec-event-list-standard .mec-event-title a,
.mec-wrap .mec-wrap .mec-event-list-modern .mec-event-title a,
.mec-wrap h1 a,
.mec-wrap h2 a,
.mec-wrap h3 a,
.mec-wrap h4 a,
.mec-wrap h5 a,
.mec-wrap h6 a {
    color: var(--mec-title-color)
}

.entry-content .mec-wrap.colorskin-custom h1 a:hover,
.entry-content .mec-wrap.colorskin-custom h2 a:hover,
.entry-content .mec-wrap.colorskin-custom h3 a:hover,
.entry-content .mec-wrap.colorskin-custom h4 a:hover,
.entry-content .mec-wrap.colorskin-custom h5 a:hover,
.entry-content .mec-wrap.colorskin-custom h6 a:hover,
.mec-wrap .mec-calendar .mec-event-article .mec-event-title a:hover,
.mec-wrap .mec-event-grid-classic .mec-event-title a:hover,
.mec-wrap .mec-event-grid-clean .mec-event-title a:hover,
.mec-wrap .mec-event-grid-minimal .mec-event-title a:hover,
.mec-wrap .mec-event-grid-modern .mec-event-title a:hover,
.mec-wrap .mec-event-grid-simple .mec-event-title a:hover,
.mec-wrap .mec-event-list-classic .mec-event-title a:hover,
.mec-wrap .mec-event-list-minimal .mec-event-title a:hover,
.mec-wrap .mec-event-list-standard .mec-event-title a:hover,
.mec-wrap .mec-wrap .mec-event-list-modern .mec-event-title a:hover,
.mec-wrap.colorskin-custom h1 a:hover,
.mec-wrap.colorskin-custom h2 a:hover,
.mec-wrap.colorskin-custom h3 a:hover,
.mec-wrap.colorskin-custom h4 a:hover,
.mec-wrap.colorskin-custom h5 a:hover,
.mec-wrap.colorskin-custom h6 a:hover {
    color: var(--mec-title-color-hover)
}

.mec-wrap.colorskin-custom .mec-event-description {
    color: var(--mec-content-color)
}

.mec-fes-form #mec_bfixed_form_field_types .button,
.mec-fes-form #mec_reg_form_field_types .button,
.mec-fes-form .html-active .switch-html,
.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before,
.mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small,
.mec-fes-form .mec-meta-box-fields h4,
.mec-fes-form .mec-meta-box-fields h4 label,
.mec-fes-form .mec-title span.mec-dashicons,
.mec-fes-form .tmce-active .switch-tmce,
.mec-fes-form .wp-editor-tabs .wp-switch-editor:active,
.mec-fes-form input[type=file],
.mec-fes-list .mec-form-row .button,
.mec-fes-list ul li a:hover {
    color: var(--mec-fes-main-color)
}

.mec-fes-form #mec_reg_form_field_types .button.red:hover,
.mec-fes-form #mec_reg_form_field_types .button:hover,
.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover,
.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small:hover,
.mec-fes-form button[type=submit].mec-fes-sub-button,
.mec-fes-list .mec-form-row .button:hover,
.mec-fes-list ul li .mec-fes-event-edit a:hover,
.mec-fes-list ul li .mec-fes-event-export a:hover,
.mec-fes-list ul li .mec-fes-event-view a:hover {
    background: var(--mec-fes-main-color);
    color: #fff
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:hover,
.mec-fes-form #mec_bfixed_form_fields input[type=radio]:hover,
.mec-fes-form #mec_reg_form_field_types .button.red:hover,
.mec-fes-form #mec_reg_form_field_types .button:hover,
.mec-fes-form #mec_reg_form_fields input[type=checkbox]:hover,
.mec-fes-form #mec_reg_form_fields input[type=radio]:hover,
.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child,
.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover,
.mec-fes-form input[type=checkbox]:hover,
.mec-fes-form input[type=file],
.mec-fes-form input[type=radio]:hover,
.mec-fes-list .mec-form-row .button:hover,
.mec-fes-list ul li .mec-fes-event-edit a:hover,
.mec-fes-list ul li .mec-fes-event-export a:hover,
.mec-fes-list ul li .mec-fes-event-view a:hover {
    border-color: var(--mec-fes-main-color)
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
    box-shadow: 0 2px 8px -4px var(--mec-fes-main-color)
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
    box-shadow: 0 2px 12px -2px var(--mec-fes-main-color)
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:checked,
.mec-fes-form #mec_bfixed_form_fields input[type=radio]:checked,
.mec-fes-form #mec_reg_form_fields input[type=checkbox]:checked,
.mec-fes-form #mec_reg_form_fields input[type=radio]:checked,
.mec-fes-form .mec-form-row input[type=checkbox]:checked,
.mec-fes-form .mec-form-row input[type=radio]:checked {
    box-shadow: 0 1px 6px -2px var(--mec-fes-main-color) inset 0 0 0 3px #fff;
    border-color: var(--mec-fes-main-color);
    background: var(--mec-fes-main-color)
}

.mec-fes-form .mec-available-color-row span.color-selected {
    box-shadow: 0 0 0 2px var(--mec-fes-main-color)
}

.mec-fes-form {
    padding: 30px 3%
}

.mec-fes-form,
.mec-fes-form .html-active .switch-html,
.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix,
.mec-fes-form .tmce-active .switch-tmce,
.mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
    background: var(--mec-fes-main-color-rgba-1)
}

.mec-fes-form .mec-meta-box-fields h4,
.mec-fes-form .quicktags-toolbar,
.mec-fes-form div.mce-toolbar-grp {
    background: var(--mec-fes-main-color-rgba-2)
}

.mec-fes-form ul#mec_bfixed_form_fields li,
.mec-fes-form ul#mec_reg_form_fields li {
    background: var(--mec-fes-main-color-rgba-3)
}

.mec-fes-form #mec-event-data input[type=date],
.mec-fes-form #mec_bfixed_form_field_types .button,
.mec-fes-form #mec_bfixed_form_fields input[type=checkbox],
.mec-fes-form #mec_bfixed_form_fields input[type=radio],
.mec-fes-form #mec_reg_form_field_types .button,
.mec-fes-form #mec_reg_form_fields input[type=checkbox],
.mec-fes-form #mec_reg_form_fields input[type=radio],
.mec-fes-form .mce-tinymce.mce-container.mce-panel,
.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox,
.mec-fes-form .mec-meta-box-fields,
.mec-fes-form .quicktags-toolbar,
.mec-fes-form .wp-editor-tabs .wp-switch-editor,
.mec-fes-form div.mce-toolbar-grp,
.mec-fes-form input[type=checkbox],
.mec-fes-form input[type=email],
.mec-fes-form input[type=number],
.mec-fes-form input[type=password],
.mec-fes-form input[type=radio],
.mec-fes-form input[type=tel],
.mec-fes-form input[type=text],
.mec-fes-form input[type=url],
.mec-fes-form select,
.mec-fes-form textarea,
.mec-fes-form ul#mec_bfixed_form_fields li,
.mec-fes-form ul#mec_reg_form_fields li,
.mec-fes-list input[type=search],
.mec-fes-list select,
.mec-fes-list ul li {
    border-color: var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form #mec-event-data input[type=date]:focus,
.mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:focus,
.mec-fes-form #mec_bfixed_form_fields input[type=radio]:focus,
.mec-fes-form #mec_reg_form_fields input[type=checkbox]:focus,
.mec-fes-form #mec_reg_form_fields input[type=radio]:focus,
.mec-fes-form input[type=checkbox]:focus,
.mec-fes-form input[type=email]:focus,
.mec-fes-form input[type=number]:focus,
.mec-fes-form input[type=password]:focus,
.mec-fes-form input[type=radio]:focus,
.mec-fes-form input[type=tel]:focus,
.mec-fes-form input[type=text]:focus,
.mec-fes-form input[type=url]:focus,
.mec-fes-form select:focus,
.mec-fes-form textarea:focus,
.mec-fes-list input[type=search]:focus,
.mec-fes-list select:focus {
    border-color: var(--mec-fes-main-color);
    box-shadow: none
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-fes-list .mec-form-row .button {
    border-color: var(--mec-fes-main-color)
}

.mec-fes-form #mec-event-data input[type=date],
.mec-fes-form input[type=email],
.mec-fes-form input[type=number],
.mec-fes-form input[type=password],
.mec-fes-form input[type=tel],
.mec-fes-form input[type=text],
.mec-fes-form input[type=url],
.mec-fes-form select,
.mec-fes-form textarea,
.mec-fes-list input[type=search],
.mec-fes-list select {
    box-shadow: 0 2px 5px var(--mec-fes-main-color-rgba-5) inset
}

.mec-fes-form #mec_bfixed_form_field_types .button,
.mec-fes-form #mec_reg_form_field_types .button,
.mec-fes-form .mec-meta-box-fields {
    box-shadow: 0 2px 6px -3px var(--mec-fes-main-color-rgba-6)
}

.mec-fes-form .quicktags-toolbar,
.mec-fes-form div.mce-toolbar-grp {
    box-shadow: 0 1px 0 1px var(--mec-fes-main-color-rgba-6)
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox],
.mec-fes-form #mec_bfixed_form_fields input[type=radio],
.mec-fes-form #mec_reg_form_fields input[type=checkbox],
.mec-fes-form #mec_reg_form_fields input[type=radio],
.mec-fes-form input[type=checkbox],
.mec-fes-form input[type=radio] {
    box-shadow: 0 1px 3px -1px var(--mec-fes-main-color-rgba-6)
}

.mec-fluent-current-time-text,
.mec-fluent-wrap .mec-agenda-event>i,
.mec-fluent-wrap .mec-available-tickets-details i:before,
.mec-fluent-wrap .mec-calendar .mec-week-events-container dl>span,
.mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table.mec-date-labels-container span,
.mec-fluent-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt:first-letter,
.mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time,
.mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time-end,
.mec-fluent-wrap .mec-date-details i:before,
.mec-fluent-wrap .mec-date-details:before,
.mec-fluent-wrap .mec-date-wrap i,
.mec-fluent-wrap .mec-event-article .mec-event-title a:hover,
.mec-fluent-wrap .mec-event-carousel-type2 .owl-next i,
.mec-fluent-wrap .mec-event-carousel-type2 .owl-prev i,
.mec-fluent-wrap .mec-event-location i,
.mec-fluent-wrap .mec-event-location i:before,
.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing li:hover a,
.mec-fluent-wrap .mec-more-events-icon,
.mec-fluent-wrap .mec-price-details i:before,
.mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,
.mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,
.mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,
.mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,
.mec-fluent-wrap .mec-text-input-search i,
.mec-fluent-wrap .mec-time-details:before,
.mec-fluent-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-fluent-wrap .mec-totalcal-box .nice-select,
.mec-fluent-wrap .mec-totalcal-box .nice-select .list li,
.mec-fluent-wrap .mec-totalcal-box .nice-select:after,
.mec-fluent-wrap .mec-totalcal-box input,
.mec-fluent-wrap .mec-totalcal-box select,
.mec-fluent-wrap .mec-venue-details:before,
.mec-fluent-wrap.colorskin-custom .mec-color-before :before,
.mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a.mec-masonry-cat-selected,
.mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a:hover,
.mec-fluent-wrap.mec-timetable-wrap .mec-cell .mec-time,
.mec-single-fluent-wrap .mec-event-schedule-content dl dt.mec-schedule-time:before,
.mec-single-fluent-wrap .mec-events-meta-group-countdown .mec-end-counts h3,
.mec-single-fluent-wrap .mec-local-time-details li:first-child:before,
.mec-single-fluent-wrap .mec-local-time-details li:last-child:before,
.mec-single-fluent-wrap .mec-local-time-details li:nth-of-type(2):before,
.mec-single-fluent-wrap .mec-marker-infowindow-wp .mec-marker-infowindow-count,
.mec-single-fluent-wrap .mec-next-event-details a,
.mec-single-fluent-wrap .mec-next-event-details i:before,
.mec-single-fluent-wrap .mec-single-event-additional-organizers dd i,
.mec-single-fluent-wrap .mec-single-event-additional-organizers dd.mec-organizer-description:before,
.mec-single-fluent-wrap .mec-single-event-bar>div i,
.mec-single-fluent-wrap .mec-single-event-category a,
.mec-single-fluent-wrap .mec-single-event-location i,
.mec-single-fluent-wrap .mec-single-event-organizer dd i,
.mec-single-fluent-wrap .mec-single-event-organizer dd.mec-organizer-description:before {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]::-webkit-input-placeholder {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]::-moz-placeholder {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]:-ms-input-placeholder {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]:-moz-placeholder {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt.mec-table-nullday,
.mec-single-fluent-body .lity-content input::-moz-placeholder,
.mec-single-fluent-body .lity-content textarea::-moz-placeholder,
.mec-single-fluent-wrap input::-moz-placeholder,
.mec-single-fluent-wrap textarea::-moz-placeholder {
    color: var(--mec-fluent-main-color-rgba-1) !important
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:hover,
.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-social-icon i {
    color: var(--mec-fluent-main-color-rgba-2) !important
}

.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-social-icon svg path {
    fill: var(--mec-fluent-main-color-rgba-2) !important
}

.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type1 .mec-booking-button:hover,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type3 .mec-booking-button:hover,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type4 .mec-booking-button:hover {
    color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap.mec-skin-list-wrap .mec-event-article {
    border-top-color: var(--mec-fluent-main-color) !important;
    border-left-color: var(--mec-fluent-main-color) !important;
    border-bottom-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article .mec-event-content {
    border-right-color: var(--mec-fluent-main-color) !important;
    border-left-color: var(--mec-fluent-main-color) !important;
    border-bottom-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article .mec-event-image {
    border-right-color: var(--mec-fluent-main-color) !important;
    border-left-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-calendar-a-month,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week,
.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head,
.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing,
.mec-fluent-wrap .mec-filter-content,
.mec-fluent-wrap .mec-load-month,
.mec-fluent-wrap .mec-load-more-button:hover,
.mec-fluent-wrap .mec-load-year,
.mec-fluent-wrap .mec-skin-monthly-view-month-navigator-container,
.mec-fluent-wrap .mec-text-input-search input[type=search],
.mec-fluent-wrap .mec-totalcal-box .mec-totalcal-view span,
.mec-fluent-wrap .mec-totalcal-box .nice-select,
.mec-fluent-wrap .mec-totalcal-box input,
.mec-fluent-wrap .mec-totalcal-box select,
.mec-fluent-wrap .mec-yearly-title-sec,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-year-container,
.mec-fluent-wrap i.mec-filter-icon,
.mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda-wrap,
.mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover,
.mec-single-fluent-wrap .mec-event-schedule-content dl,
.mec-single-fluent-wrap .mec-event-schedule-content dl:before,
.mec-single-fluent-wrap .mec-event-schedule-content dl:first-of-type:after,
.mec-single-fluent-wrap .mec-next-event-details a:hover {
    border-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-current-time-first,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-load-week,
.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:first-of-type {
    border-left-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-current-time-last,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week,
.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:last-of-type {
    border-right-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl:last-of-type dt,
.mec-fluent-wrap .mec-filter-content:before,
.mec-fluent-wrap .mec-more-events,
.mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view .mec-fluent-more-views-content:before {
    border-bottom-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing:before {
    border-color: var(--mec-fluent-main-color) transparent transparent transparent !important
}

.mec-fluent-wrap .mec-event-meta,
.mec-fluent-wrap.mec-timetable-wrap .mec-cell {
    border-left-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-wrap .mec-daily-view-events-left-side,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-yearly-calendar-sec {
    border-right-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-wrap.mec-events-agenda-container .mec-agenda-events-wrap {
    border-left-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-wrap .mec-more-events .simple-skin-ended:hover,
.mec-fluent-wrap dt .mec-more-events .simple-skin-ended:hover,
.mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda,
.mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1 .mec-slider-t1-content {
    border-top-color: var(--mec-fluent-main-color-rgba-3) !important;
    border-bottom-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table,
.mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap,
.mec-fluent-wrap.mec-timetable-wrap .mec-cell,
.mec-fluent-wrap.mec-timetable-wrap .mec-ttt2-title {
    border-bottom-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-wrap .mec-calendar .mec-week-events-container dt,
.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt,
.mec-fluent-wrap .mec-event-countdown li,
.mec-fluent-wrap .mec-event-countdown-style3 .mec-event-countdown li,
.mec-fluent-wrap .mec-filter-content i,
.mec-fluent-wrap .mec-load-more-button,
.mec-fluent-wrap .mec-skin-daily-view-events-container,
.mec-fluent-wrap .mec-skin-weekly-view-events-container,
.mec-fluent-wrap .mec-totalcal-box .nice-select .list,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar,
.mec-fluent-wrap.mec-timetable-wrap .mec-timetable-t2-wrap,
.mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a,
.mec-single-fluent-wrap .mec-event-schedule,
.mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a,
.mec-single-fluent-wrap .mec-events-meta-group,
.mec-single-fluent-wrap .mec-events-meta-group-booking .nice-select,
.mec-single-fluent-wrap .mec-events-meta-group-countdown .countdown-w .block-w,
.mec-single-fluent-wrap .mec-events-meta-group-tags a,
.mec-single-fluent-wrap .mec-map-get-direction-address-cnt input.mec-map-get-direction-address,
.mec-single-fluent-wrap .mec-marker-infowindow-wp .mec-marker-infowindow-count,
.mec-single-fluent-wrap .mec-next-event-details a,
.mec-single-fluent-wrap .mec-single-links-wrap {
    border-color: var(--mec-fluent-main-color-rgba-1) !important
}

.mec-fluent-wrap .mec-totalcal-box .nice-select:after {
    border-right-color: var(--mec-fluent-main-color) !important;
    border-bottom-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-totalcal-box .nice-select .list,
.mec-single-fluent-wrap .mec-booking-button,
.mec-single-fluent-wrap .mec-events-meta-group-tags a:hover {
    box-shadow: 0 2px 5px var(--mec-fluent-main-color-rgba-4) !important
}

.mec-fluent-bg-wrap .mec-fluent-wrap article .mec-booking-button:hover,
.mec-fluent-wrap .mec-booking-button:hover,
.mec-fluent-wrap .mec-load-more-button:hover {
    box-shadow: 0 4px 10px var(--mec-fluent-main-color-rgba-4) !important
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article,
.mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover,
.mec-single-fluent-wrap .mec-next-event-details a:hover {
    box-shadow: 0 4px 10px var(--mec-fluent-main-color-rgba-5) !important
}

.mec-single-fluent-wrap .mec-events-meta-group-booking input[type=radio]:checked:before {
    box-shadow: 0 0 0 2px var(--mec-fluent-main-color-rgba-4) !important
}

.mec-fluent-wrap .mec-calendar-side .mec-calendar-table,
.mec-fluent-wrap .mec-skin-daily-view-events-container,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-year-container,
.mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda-wrap,
.mec-fluent-wrap.mec-timetable-wrap .mec-timetable-t2-wrap {
    box-shadow: 0 5px 33px var(--mec-fluent-main-color-rgba-1) !important
}

.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event {
    box-shadow: 0 1px 6px var(--mec-fluent-main-color-rgba-6) !important
}

.mec-fluent-wrap .mec-calendar-daily .mec-calendar-day-events,
.mec-fluent-wrap .mec-more-events .simple-skin-ended:hover,
.mec-fluent-wrap .mec-totalcal-box .nice-select .list li.focus,
.mec-fluent-wrap .mec-totalcal-box .nice-select .list li:hover,
.mec-fluent-wrap .mec-yearly-view-wrap .mec-yearly-agenda-sec,
.mec-fluent-wrap .nicescroll-cursors,
.mec-fluent-wrap dt .mec-more-events .simple-skin-ended:hover,
.mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap,
.mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover,
.mec-single-fluent-wrap .mec-events-meta-group-tags a:hover,
.mec-single-fluent-wrap .mec-next-event-details a:hover,
.mec-single-fluent-wrap .mec-related-event-post .mec-date-wrap,
.mec-single-fluent-wrap .mec-single-event-category a {
    background-color: var(--mec-fluent-main-color-rgba-3) !important
}

.mec-fluent-current-time,
.mec-fluent-wrap h5.mec-more-events-header,
.mec-single-fluent-wrap .flip-clock-wrapper ul li a div div.inn {
    background-color: var(--mec-fluent-main-color) !important
}

.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top dt.active,
.mec-fluent-wrap .mec-filter-content i,
.mec-fluent-wrap i.mec-filter-icon.active,
.mec-fluent-wrap.mec-skin-carousel-container .mec-event-carousel-type2 .owl-next:hover,
.mec-fluent-wrap.mec-skin-carousel-container .mec-event-carousel-type2 .owl-prev:hover,
.mec-fluent-wrap.mec-skin-cover-container .mec-date-wrap i,
.mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-fluent-more-views-icon.active,
.mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
.mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover,
.mec-single-event-bar-seperator,
.mec-single-fluent-body .lity-content .mec-events-meta-group-booking,
.mec-single-fluent-wrap .mec-events-meta-group-countdown {
    background-color: var(--mec-fluent-main-color-rgba-1) !important
}

.mec-fluent-wrap .mec-available-tickets-details span.mec-available-tickets-number,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week,
.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top dt.active,
.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt.active,
.mec-fluent-wrap .mec-color,
.mec-fluent-wrap .mec-daily-view-events-left-side h5.mec-daily-today-title span:first-child,
.mec-fluent-wrap .mec-event-sharing-wrap>li:first-of-type i,
.mec-fluent-wrap .mec-filter-content i,
.mec-fluent-wrap .mec-load-month i,
.mec-fluent-wrap .mec-load-more-button,
.mec-fluent-wrap .mec-load-year i,
.mec-fluent-wrap a:hover,
.mec-fluent-wrap i.mec-filter-icon,
.mec-fluent-wrap.mec-skin-available-spot-container .mec-date-wrap span.mec-event-day-num,
.mec-fluent-wrap.mec-skin-carousel-container .event-carousel-type2-head .mec-date-wrap span.mec-event-day-num,
.mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap span.mec-event-day-num,
.mec-fluent-wrap.mec-skin-cover-container .mec-date-wrap span.mec-event-day-num,
.mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
.mec-fluent-wrap.mec-skin-masonry-container .mec-masonry .mec-date-wrap span.mec-event-day-num,
.mec-fluent-wrap.mec-skin-slider-container .mec-date-wrap span.mec-event-day-num,
.mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover,
.mec-single-fluent-wrap .mec-events-meta-group-tags .mec-event-footer a:hover,
.mec-single-fluent-wrap .mec-related-event-post .mec-date-wrap span.mec-event-day-num,
.mec-single-fluent-wrap .mec-single-event-category a:hover,
.mec-wrap .mec-color-hover:hover {
    color: var(--mec-fluent-bold-color)
}

.mec-fluent-wrap .mec-load-month,
.mec-fluent-wrap .mec-load-year,
.mec-fluent-wrap.mec-skin-carousel-container .mec-owl-theme .owl-dots .owl-dot.active span,
.mec-single-fluent-body .lity-content .mec-events-meta-group-booking .mec-book-available-tickets-details>.mec-book-available-tickets-details-header,
.mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover,
.mec-single-fluent-wrap .mec-events-meta-group-booking .mec-book-available-tickets-details>.mec-book-available-tickets-details-header {
    border-color: var(--mec-fluent-bold-color) !important
}

.mec-fluent-wrap .mec-calendar .mec-daily-view-day.mec-has-event:after,
.mec-fluent-wrap .mec-event-cover-fluent-type2 .mec-event-sharing-wrap:hover>li:first-child,
.mec-fluent-wrap.mec-single-fluent-wrap .mec-events-meta-group-booking button,
.mec-fluent-wrap.mec-skin-carousel-container .mec-owl-theme .owl-dots .owl-dot.active span,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type1 .mec-booking-button,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type2 .mec-date-wrap,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type3 .mec-booking-button,
.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type4 .mec-booking-button,
.mec-single-fluent-body .lity-content .mec-events-meta-group-booking button,
.mec-single-fluent-wrap .mec-events-meta-group-booking input[type=radio]:checked:before {
    background-color: var(--mec-fluent-bold-color) !important
}

.mec-fluent-wrap .mec-booking-button:hover,
.mec-fluent-wrap .mec-load-month:hover,
.mec-fluent-wrap .mec-load-more-button:hover,
.mec-fluent-wrap .mec-load-year:hover,
.mec-wrap.mec-single-fluent-wrap .button:hover,
.mec-wrap.mec-single-fluent-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton):hover,
.mec-wrap.mec-single-fluent-wrap input[type=button]:hover,
.mec-wrap.mec-single-fluent-wrap input[type=reset]:hover,
.mec-wrap.mec-single-fluent-wrap input[type=submit]:hover {
    background-color: var(--mec-fluent-bg-hover-color) !important
}

.mec-fluent-wrap {
    background-color: var(--mec-fluent-bg-color) !important
}

.mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover {
    background-color: var(--mec-fluent-second-bg-color) !important
}

.mec-fluent-wrap .mec-filter-content:after {
    border-bottom-color: var(--mec-fluent-second-bg-color) !important
}

@media only screen and (min-width:1200px) {

    .mec-theme-saga .mec-container,
    body [id*=mec_skin_].mec-fluent-wrap {
        width: inherit;
        max-width: inherit
    }
}

.mec-theme-saga .mec-wrap h1,
.mec-theme-saga .mec-wrap h2,
.mec-theme-saga .mec-wrap h3,
.mec-theme-saga .mec-wrap h4,
.mec-theme-saga .mec-wrap h5,
.mec-theme-saga .mec-wrap h6 {
    text-align: inherit
}

.mec-theme-saga .mec-gCalendar h1:after,
.mec-theme-saga .mec-gCalendar h2:after,
.mec-theme-saga .mec-gCalendar h3:after,
.mec-theme-saga .mec-gCalendar h4:after,
.mec-theme-saga .mec-gCalendar h5:after,
.mec-theme-saga .mec-gCalendar h6:after,
.mec-theme-saga .mec-wrap h1:after,
.mec-theme-saga .mec-wrap h2:after,
.mec-theme-saga .mec-wrap h3:after,
.mec-theme-saga .mec-wrap h4:after,
.mec-theme-saga .mec-wrap h5:after,
.mec-theme-saga .mec-wrap h6:after {
    display: none
}

.mec-theme-saga .mec-wrap a img {
    opacity: 1;
    padding: 0;
    border: none;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    background: 0 0;
    border-color: unset
}

.mec-theme-saga .mec-wrap input[type=date],
.mec-theme-saga .mec-wrap input[type=datetime-local],
.mec-theme-saga .mec-wrap input[type=datetime],
.mec-theme-saga .mec-wrap input[type=email],
.mec-theme-saga .mec-wrap input[type=month],
.mec-theme-saga .mec-wrap input[type=number],
.mec-theme-saga .mec-wrap input[type=password],
.mec-theme-saga .mec-wrap input[type=search],
.mec-theme-saga .mec-wrap input[type=tel],
.mec-theme-saga .mec-wrap input[type=text],
.mec-theme-saga .mec-wrap input[type=time],
.mec-theme-saga .mec-wrap input[type=url],
.mec-theme-saga .mec-wrap input[type=week],
.mec-theme-saga .mec-wrap select,
.mec-theme-saga .mec-wrap textarea {
    opacity: 1;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset
}

.mec-theme-saga .mec-wrap ol,
.mec-theme-saga .mec-wrap ul {
    margin: 0
}

.mec-theme-saga .mec-wrap dl,
.mec-theme-saga .mec-wrap dt {
    margin: 0
}

.mec-theme-saga .mec-single-event {
    padding-top: 15px
}

.mec-single-event .mec-events-meta-group-booking form>h4,
.mec-theme-saga .lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4,
.mec-theme-saga .lity-content .mec-events-meta-group-booking form>h4,
.mec-theme-saga .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4,
.mec-theme-saga .mec-events-meta-group-booking .mec-booking-shortcode form>h4,
.mec-theme-saga .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4,
.mec-theme-saga .mec-single-event .mec-frontbox-title,
.mec-theme-saga .mec-single-event .mec-wrap-checkout h4 {
    text-align: center
}

.mec-event-banner-inner .mec-single-event-location>i {
    display: none
}

span.load-more-text {
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
    position: relative
}

span.load-more-text:before {
    content: "";
    width: 100px;
    height: 24px;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    background-image: linear-gradient(90deg, #0000 0, #fff 100%);
    z-index: 1
}

.mec-event-banner img.mec-custom-image-icon,
.mec-event-meta img.mec-custom-image-icon,
.mec-single-event-bar img.mec-custom-image-icon {
    width: 20px
}

.mec-partial-full-payment {
    display: flex;
    flex-wrap: wrap
}

.mec-partial-full-payment .mec-full-payment-booking-tab,
.mec-partial-full-payment .mec-partial-payment-booking-tab {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    flex: calc(50% - 20px);
    max-width: calc(50% - 10px);
    border: 1px solid #e6e7e8;
    border-radius: var(--mec-secondary-border-radius);
    padding: 14.5px 20px 14.5px 15px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.mec-partial-full-payment li:nth-child(odd) {
    margin-right: 20px !important
}

.mec-partial-full-payment li.mec-active {
    border: 1px solid var(--mec-color-skin-rgba-2)
}

.mec-partial-full-payment .mec-book-form-partial-full-svg {
    display: flex;
    margin-right: 10px
}

.mec-partial-full-payment .mec-book-form-partial-full-radio {
    margin-left: auto
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 10px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    line-height: 5px;
    padding: 0 0 0 5px;
    position: relative;
    top: -1px
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result),
.mec-fes-form input[type=file],
.mec-fes-list .mec-form-row .button {
    height: 36px;
    line-height: 32px !important;
    border-width: 1px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 10px 0
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result):focus,
.mec-fes-form input[type=file]:focus {
    box-shadow: none
}

.mec-form-row input[type=checkbox] {
    min-width: 20px;
    min-height: 20px
}

.mec-form-row input[type=checkbox]:checked:before {
    top: 10px;
    left: 3px
}

.mec-fes-form label input[type=checkbox] {
    margin-top: -2px
}

.mec-fes-form .mec-form-subtitle,
.mec-fes-form .mec-hourly-schedule-days h4,
.mec-fes-form div[id^=mec_price_per_dates_container] .mec-form-row h5,
.mec-fes-form div[id^=mec_ticket_availability_dates_container] .mec-form-row h5,
.mec-fes-form h5.mec-title {
    text-transform: capitalize;
    border-bottom: 1px solid var(--mec-fes-main-color-rgba-4);
    padding-bottom: 6px;
    margin: 40px 0 16px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 10px 0;
    background: 0 0;
    color: #798f96
}

.mec-fes-form #mec_faq_list li.mec-box.mec_faq_row {
    margin: 15px 0
}

.mec-fes-form #mec_faq_list li ul {
    list-style: none;
    position: relative
}

.mec-fes-form #mec_faq_list li ul li {
    position: absolute;
    right: 0
}

.mec-fes-form .mec-hourly-schedule-days .mec-form-row {
    position: relative
}

.mec-fes-form .mec-hourly-schedule-days .mec-form-row .mec-hourly-schedule-remove-day-button {
    position: absolute;
    right: 0
}

.mec-fes-form .mec-box.mec_ticket_row {
    position: relative
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove {
    padding: 0 !important;
    min-height: 28px;
    height: 28px;
    width: 28px;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    box-shadow: none;
    background: #fff;
    border-color: #ea6485;
    font-size: 20px;
    line-height: 1.5 !important
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove svg {
    fill: #ea6485 !important
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove:hover {
    color: #fff;
    border-color: #ea6485;
    background: #ea6485
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove:hover svg {
    fill: #fff !important
}

.mec-fes-form .mec-form-row .mec-col-4 input[type=number],
.mec-fes-form .mec-form-row .mec-col-4 input[type=text],
.mec-fes-form .mec-form-row .mec-col-4 textarea,
.mec-fes-form .mec-form-row .mec-col-4:not(.mec-time-picker) select {
    width: 75% !important;
    max-width: 250px
}

.mec-fes-form .mec-form-row .mec-col-6 input[type=number],
.mec-fes-form .mec-form-row .mec-col-6 input[type=text],
.mec-fes-form .mec-form-row .mec-col-6 textarea,
.mec-fes-form .mec-form-row .mec-col-6:not(.mec-time-picker) select {
    width: 85% !important;
    max-width: 250px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text],
.mec-fes-form #mec_meta_box_tickets_form .mec-form-row input[type=text] {
    max-width: 250px
}

.mec-fes-form .mec-form-row:has(.mec-stop-selling-tickets) {
    display: flex;
    align-items: top;
    gap: 5px
}

.mec-fes-form .mec-form-row .mec-stop-selling-tickets {
    width: 120px
}

.mec-fes-form ul#mec_bfixed_form_fields li,
.mec-fes-form ul#mec_orgz_form_row li,
.mec-fes-form ul#mec_reg_form_fields li {
    margin: 6px 0;
    border-right: 1px solid var(--mec-fes-main-color-rgba-4);
    border-left: 1px solid var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form ul#mec_bfixed_form_fields li,
.mec-fes-form ul#mec_orgz_form_row li,
.mec-fes-form ul#mec_reg_form_fields li {
    margin: 6px 0;
    border-right: 1px solid var(--mec-fes-main-color-rgba-4);
    border-left: 1px solid var(--mec-fes-main-color-rgba-4)
}

.mec-fes-form #mec_bfixed_form_field_types .button,
.mec-fes-form #mec_reg_form_field_types .button {
    line-height: 20px !important;
    letter-spacing: 0;
    padding: 0 10px 0 25px !important
}

.mec-fes-form .mec-ticket-id.mec-label,
.mec-fes-form .mec_ticket_variation_row .mec-col-3,
.mec-fes-form .mec_ticket_variation_row .mec-col-9 {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #798f96;
    font-weight: 400;
    padding: 0
}

.mec-fes-form #mec-schema label {
    line-height: 20px
}

@media (min-width:783px) {

    .mec-fes-event-fields .mec-form-row .mec-col-4,
    .mec-fes-event-fields .mec-form-row .mec-col-8 {
        width: 49%
    }
}

.mec-fes-form #mec_reg_form_fields .mec_reg_field_type {
    display: inline-block;
    margin-bottom: 10px
}

.mec-fes-form .button.mec-util-hidden {
    display: none !important
}

.mec-fes-form #mec_reg_form_field_types .button.red:hover {
    background: unset;
    color: #ea6485;
    border-color: #ffd2dd;
    cursor: not-allowed
}

#mec_reg_form_field_types .button.red {
    color: #ea6485;
    background: #fff;
    border-color: #ffd2dd
}

#mec_reg_form_field_types .button.red:hover {
    background: #ea6485;
    color: #fff
}

#mec_reg_form_field_types .button.red:before {
    color: #ea6485
}

#mec_reg_form_field_types .button.red:hover {
    color: #fff
}

.mec-dark-mode #mec_reg_form_field_types .button.red {
    background: #2d2d2d
}

span.button {
    cursor: pointer
}

.lity {
    z-index: 999999 !important
}

.mec-skin-weekly-view-month-navigator-container .mec-month-navigator {
    position: relative
}

.mec-fes-form .mec-event-appointment-tab {
    display: inline-block;
    margin: 0 -20px;
    padding: 5px;
    width: calc(100% + 40px)
}

.mec-fes-form .mec-event-appointment-tab-item {
    display: inline-block;
    padding: 12px 33px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #798f96;
    cursor: pointer;
    transition: all .2s ease
}

.mec-fes-form .mec-event-appointment-tab-item:hover {
    color: var(--mec-fes-main-color)
}

.mec-fes-form .mec-active-tab,
.mec-fes-form .mec-b-active-tab {
    background: var(--mec-fes-main-color-rgba-2);
    color: var(--mec-fes-main-color);
    cursor: default
}

.mec-fes-form .mec-entity-type-event .mec-appointment-form-wrap {
    display: none
}

.mec-fes-form .mec-entity-type-appointment .mec-appointment-form-wrap {
    display: block
}

.mec-fes-form .mec-entity-type-appointment #mec-hourly-schedule,
.mec-fes-form .mec-entity-type-appointment #mec-schema,
.mec-fes-form .mec-entity-type-appointment #mec_meta_box_repeat_form,
.mec-fes-form .mec-entity-type-appointment .mec-date-time-inner-options,
.mec-fes-form .mec-entity-type-appointment a.mec-add-event-tabs-link[data-href=mec-hourly-schedule],
.mec-fes-form .mec-entity-type-appointment a.mec-add-event-tabs-link[data-href=mec-schema],
.mec-fes-form .mec-entity-type-appointment a.mec-add-event-tabs-link[data-href=mec_meta_box_repeat_form] {
    display: none !important
}

.mec-fes-form .lsd-apt-to {
    margin: 0 1% 0 0
}

.mec-fes-form .lsd-apt-day-label {
    line-height: 38px;
    font-weight: 600
}

.mec-fes-form .lsd-apt-days-wrapper {
    margin: 20px 0
}

.mec-fes-form .lsd-apt-adjusted-days-wrapper .lsd-apt-day-wrapper.mec-form-row,
.mec-fes-form .lsd-apt-days-wrapper .lsd-apt-day-wrapper.mec-form-row {
    margin-bottom: 10px
}

.mec-fes-form .lsd-apt-day-timeslot-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0
}

.mec-fes-form .lsd-apt-day-timeslot-wrapper:not(:first-child) {
    margin-top: 10px
}

.mec-fes-form .lsd-apt-day-timeslot-wrapper>div {
    width: calc(100% - 32px)
}

.mec-fes-form .mec-form-row .button.lsd-apt-adj-day-icon-plus,
.mec-fes-form .mec-form-row .button.lsd-apt-adjusted-day-remove,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-copy,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-plus,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-remove,
.mec-fes-form .mec-form-row .button.lsd-apt-day-timeslot-wrapper>span {
    height: 36px !important;
    padding: 0 8px !important;
    margin: 0 2px 0 0 !important
}

.mec-fes-form .button.lsd-apt-adj-day-icon-plus svg,
.mec-fes-form .button.lsd-apt-adjusted-day-remove svg,
.mec-fes-form .lsd-apt-day-icon-copy svg,
.mec-fes-form .lsd-apt-day-icon-plus svg,
.mec-fes-form .lsd-apt-day-timeslot-wrapper>span svg,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-remove svg {
    width: 12px
}

.mec-fes-form .button.lsd-apt-adj-day-icon-plus svg path,
.mec-fes-form .button.lsd-apt-adjusted-day-remove svg path,
.mec-fes-form .lsd-apt-day-icon-copy svg path,
.mec-fes-form .lsd-apt-day-icon-plus svg path,
.mec-fes-form .lsd-apt-day-timeslot-wrapper>span svg path,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-remove svg path {
    fill: #40d9f1
}

.mec-fes-form .button.lsd-apt-adj-day-icon-plus:hover svg path,
.mec-fes-form .button.lsd-apt-adjusted-day-remove:hover svg path,
.mec-fes-form .lsd-apt-day-icon-copy:hover svg path,
.mec-fes-form .lsd-apt-day-icon-plus:hover svg path,
.mec-fes-form .lsd-apt-day-timeslot-wrapper>span:hover svg path,
.mec-fes-form .mec-form-row .button.lsd-apt-day-icon-remove:hover svg path {
    fill: #fff
}

.mec-fes-form .lsd-apt-day-icons .lsd-apt-day-icon-copy,
.mec-fes-form .lsd-apt-day-icons .lsd-apt-day-icon-plus {
    line-height: 38px
}

.mec-fes-form .lsd-apt-day-timeslots-unavailable {
    font-size: 13px;
    line-height: 36px;
    color: #ea6485;
    text-align: center
}

.mec-fes-form .lsd-apt-adjusted-days-wrapper .lsd-apt-day-wrapper.mec-form-row select,
.mec-fes-form .lsd-apt-days-wrapper .lsd-apt-day-wrapper.mec-form-row select {
    max-width: 55px;
    padding: 0 0 0 5px;
    margin-bottom: 0
}

.mec-fes-form .mec-dash-remove-btn svg path {
    fill: #ea6485 !important
}

.mec-fes-form .mec-form-row.sw-apt {
    display: flex;
    align-items: center
}

.mec-fes-form .mec-appointment-form-wrap span.mec-tooltip i {
    line-height: 38px
}

.mec-fes-form .lsd-apt-day-icons {
    display: flex
}

.mec-fes-form .lsd-apt-adjusted-days-wrapper .lsd-apt-day-wrapper.mec-form-row .lsd-apt-day-label input {
    width: calc(100% - 15px)
}

.mec-fes-form .lsd-apt-day-label.mec-col-2 {
    width: 7%;
    font-size: 13px;
    line-height: 36px
}

.mec-fes-form .lsd-apt-day-timeslots.mec-col-9 {
    width: 80%
}

.mec-fes-form #mec_appointments_buffer,
.mec-fes-form #mec_appointments_max_per_day,
.mec-fes-form #mec_appointments_start_date,
.mec-fes-form .lsd-apt-adjusted-days-wrapper .lsd-apt-day-label.mec-col-2 {
    width: 30%
}

.mec-fes-form #mec_appointments_scheduling_advance,
.mec-fes-form #mec_appointments_scheduling_before {
    margin-bottom: 0
}

.mec-fes-form .sw-apt span:not(:has(input)) {
    font-size: 13px;
    color: #798f96;
    font-weight: 400
}

.rtl .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month i:before,
.rtl .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month i:before,
.rtl .mec-breadcrumbs i:before,
.rtl .mec-calendar .mec-calendar-side .mec-next-month i:before,
.rtl .mec-calendar .mec-calendar-side .mec-previous-month i:before,
.rtl .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month i:before,
.rtl .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month i:before,
.rtl .mec-calendar.mec-calendar-daily .mec-next-month i:before,
.rtl .mec-calendar.mec-calendar-daily .mec-previous-month i:before,
.rtl .mec-event-carousel-type2 .owl-next i:before,
.rtl .mec-event-carousel-type2 .owl-prev i:before,
.rtl .mec-event-carousel-type3 .owl-next i:before,
.rtl .mec-event-carousel-type3 .owl-prev i:before,
.rtl .mec-event-carousel-type4 .owl-next i:before,
.rtl .mec-event-carousel-type4 .owl-prev i:before,
.rtl .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i:before,
.rtl .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i:before,
.rtl .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i:before,
.rtl .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i:before,
.rtl .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i:before,
.rtl .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i:before,
.rtl .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i:before,
.rtl .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i:before,
.rtl .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i:before,
.rtl .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i:before,
.rtl .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg,
.rtl .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i:before,
.rtl .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i:before,
.rtl a.mec-timeline-readmore i:before {
    display: inline-block;
    transform: scaleX(-1)
}

body.rtl {
    font-family: vazirmatn
}

.mec-util-hidden {
    display: none
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000;
    border: none;
    padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: none
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

.fc-icon,
.fc-unselectable {
    -moz-user-select: none;
    -ms-user-select: none
}

.fc .fc-button,
.fc-icon {
    text-transform: none;
    font-weight: 400
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em
}

.fc .fc-button,
.fc-icon {
    display: inline-block;
    text-align: center
}

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

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,
.fc th {
    vertical-align: top;
    padding: 0
}

.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
    text-decoration: none
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: fcicons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
    font-weight: 400;
    font-style: normal
}

.fc-icon {
    width: 1em;
    height: 1em;
    -webkit-user-select: none;
    user-select: none;
    font-family: fcicons !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit
}

.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.fc .fc-button {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25)
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2c3e50;
    background-color: var(--fc-button-bg-color, #2c3e50);
    border-color: #2c3e50;
    border-color: var(--fc-button-border-color, #2c3e50)
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f)
}

.fc .fc-button-primary:disabled {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2c3e50;
    background-color: var(--fc-button-bg-color, #2c3e50);
    border-color: #2c3e50;
    border-color: var(--fc-button-border-color, #2c3e50)
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27)
}

.fc .fc-button .fc-icon {
    font-size: 1.5em
}

.fc .fc-button-group {
    position: relative;
    display: inline-flex
}

.fc .fc-button-group>.fc-button {
    position: relative;
    flex: 1 1 auto
}

.fc .fc-button-group>.fc-button.fc-button-active,
.fc .fc-button-group>.fc-button:active,
.fc .fc-button-group>.fc-button:focus,
.fc .fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer>*,
.fc .fc-scrollgrid-section-header>* {
    border-bottom-width: 0
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed
}

.fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section>td {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid>td {
    height: 100%
}

.fc .fc-scrollgrid-section>* {
    border-top-width: 0;
    border-left-width: 0
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky>* {
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 3
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    flex-grow: 1;
    position: relative
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active>.fc-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-non-business {
    background: rgba(215, 215, 215, .3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, .3))
}

.fc .fc-bg-event {
    background: var(--fc-bg-event-color, #8fdf82);
    opacity: .3;
    opacity: var(--fc-bg-event-opacity, .3)
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    font-style: italic
}

.fc .fc-highlight {
    background: rgba(188, 232, 241, .3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, .3))
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background: rgba(208, 208, 208, .3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event,
.fc-v-event {
    display: block
}

.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px)/ 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: var(--fc-page-bg-color, #fff)
}

.fc-event-selected .fc-event-resizer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px
}

.fc-event-selected,
.fc-event:focus {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event-selected:before,
.fc-event:focus:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-event-selected:after,
.fc-event:focus:after {
    content: "";
    background: rgba(0, 0, 0, .25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, .25));
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.fc-h-event {
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff)
}

.fc-h-event .fc-event-main-frame {
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden;
    word-break: break-word
}

.fc-h-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(-.5 * var(--fc-event-resizer-thickness, 8px))
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(-.5 * var(--fc-event-resizer-thickness, 8px))
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px))
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px))
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px))
}

.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: .65;
    font-size: 1.1em
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: var(--fc-page-bg-color, #fff)
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, .3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

:root {
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, .15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15))
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .3
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
}

.fc .fc-daygrid-day-bottom:before {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer
}

.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
    color: grey;
    color: var(--fc-neutral-text-color, grey)
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 700
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px
}

.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 700
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, .1)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-daygrid-event-dot {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px)/ 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px)/ 2)
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness, 8px);
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness, 8px)/ -2)
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness, 8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width, 8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width, 8px)/ -2)
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-axis-chunk>table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    min-height: 100%
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0
}

.fc .fc-timegrid-slot:empty:before {
    content: '\00a0'
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    flex-shrink: 0
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, .15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15))
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-media-screen .fc-timegrid-cols>table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness {
    position: absolute
}

.fc-timegrid-event-harness>.fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff)
}

.fc-timegrid-event,
.fc-timegrid-more-link {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    border-radius: 3px
}

.fc-timegrid-event {
    margin-bottom: 1px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px
}

.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'
}

.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
}

.fc-timegrid-more-link {
    position: absolute;
    z-index: 9999;
    color: inherit;
    color: var(--fc-more-link-text-color, inherit);
    background: var(--fc-more-link-bg-color, #d0d0d0);
    cursor: pointer;
    margin-bottom: 1px
}

.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: 0
}

.fc-direction-rtl .fc-timegrid-more-link {
    left: 0
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red)
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

.fc .fc-list-table tr>* {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day>* {
    position: sticky;
    top: 0;
    background: var(--fc-page-bg-color, #fff)
}

.fc .fc-list-table thead {
    position: absolute;
    left: -10000px
}

.fc .fc-list-table tbody>tr:first-child th {
    border-top: 0
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5)
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px)/ 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px)/ 2)
}

.fc .fc-list-event-title a {
    color: inherit
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

.fc-theme-bootstrap5 a:not([href]) {
    color: inherit;
    text-decoration: inherit
}

.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
    border: 1px solid var(--bs-gray-400)
}

.fc-theme-bootstrap5 .fc-scrollgrid {
    border-right-width: 0;
    border-bottom-width: 0
}

.fc-theme-bootstrap5-shaded {
    background-color: var(--bs-gray-200)
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.display-none {
    display: none
}

.display-block {
    display: block
}

.pill {
    background-color: #213245;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 7px 13px
}

.pill i {
    margin-right: 5px
}

.checkmark-list .title {
    color: #213245;
    font-size: 28px;
    margin: 0 0 10px
}

.checkmark-list .item {
    align-items: top;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px
}

.checkmark-list .item i {
    color: #5e8768;
    margin: 2px 8px 0 0
}

.tabs {
    display: flex
}

@media (max-width:600px) {
    .tabs {
        flex-direction: column
    }
}

.tabs a.tab {
    background-color: #213245;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 25%
}

@media (max-width:600px) {
    .tabs a.tab {
        width: 100%
    }
}

.tabs a.tab.active,
.tabs a.tab:hover {
    background-color: #5e8768
}

.tabs a.tab.active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5e8768;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 100%;
    width: 0
}

@keyframes pulse-1 {
    0% {
        height: 64px;
        top: 18px
    }

    50% {
        height: 40px;
        top: 30px
    }

    to {
        height: 40px;
        top: 30px
    }
}

@keyframes pulse-2 {
    0% {
        height: 58px;
        top: 21px
    }

    50% {
        height: 40px;
        top: 30px
    }

    to {
        height: 40px;
        top: 30px
    }
}

@keyframes pulse-3 {
    0% {
        height: 52px;
        top: 24px
    }

    50% {
        height: 40px;
        top: 30px
    }

    to {
        height: 40px;
        top: 30px
    }
}

.pulse div {
    position: absolute;
    width: 15px
}

.pulse div:first-child {
    animation: pulse-1 1s cubic-bezier(0, .5, .5, 1) infinite;
    animation-delay: -.2s;
    background: #213245;
    left: 17.5px
}

.pulse div:nth-child(2) {
    animation: pulse-2 1s cubic-bezier(0, .5, .5, 1) infinite;
    animation-delay: -.1s;
    background: #213245;
    left: 42.5px
}

.pulse div:nth-child(3) {
    animation: pulse-3 1s cubic-bezier(0, .5, .5, 1) infinite;
    animation-delay: undefineds;
    background: #213245;
    left: 67.5px
}

.qhs-loader {
    background: 0 0;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    width: 40px
}

.pulse {
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.4);
    transform-origin: 0 0;
    width: 100%
}

.pulse div {
    box-sizing: content-box
}

.tooltip {
    border: 0 !important;
    display: inline-block;
    position: relative
}

.tooltip .tooltip-text {
    background-color: #fff;
    border-bottom: 2px solid #213245;
    border-radius: 4px;
    border-top: 2px solid #213245;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    color: #213245;
    min-width: 300px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 1
}

.tooltip:hover .tooltip-text {
    visibility: visible
}

.btn-outlined {
    border: 1px solid #5e8768;
    color: #5e8768 !important;
    display: block;
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 5px 15px;
    text-decoration: none !important
}

.btn-outlined:hover {
    background-color: #5e8768;
    color: #fff !important
}

.btn-outlined i {
    margin-right: 3px
}

.btn-filled {
    background-color: #5e8768;
    color: #fff !important;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%
}

.btn-filled:hover {
    transform: scale(1.1)
}

.btn-scroll-top {
    background-color: #5e8768;
    border-radius: 50%;
    bottom: 1.2rem;
    color: #fff !important;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    height: 40px;
    padding-top: 5px;
    position: fixed;
    right: 1.5rem;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 40px;
    z-index: 1000
}

.btn-scroll-top:hover {
    transform: scale(1.1)
}

.btn-scroll-top svg {
    fill: #fff !important;
    rotate: 180deg
}

.v-select {
    font-family: inherit;
    position: relative
}

.v-select,
.v-select * {
    box-sizing: border-box
}

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

    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    background-color: #f8f8f8;
    cursor: not-allowed
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    display: flex;
    padding: 0 0 4px;
    white-space: normal
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    align-items: center;
    display: flex;
    padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, .5);
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: rgba(60, 60, 60, .5);
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    padding: 0
}

.vs__dropdown-menu {
    background: #fff;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 0 0 4px 4px;
    border-top-style: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 1000
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    clear: both;
    color: #333;
    cursor: pointer;
    display: block;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.vs__dropdown-option--highlight {
    background: #5e8768;
    color: #fff
}

.vs__dropdown-option--deselect {
    background: #fb5858;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, .5);
    cursor: inherit
}

.vs__selected {
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    display: flex;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    fill: rgba(60, 60, 60, .5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    margin-left: 4px;
    padding: 0;
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
    opacity: .4;
    position: absolute
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    flex-grow: 1;
    font-size: 1em;
    line-height: 1.4;
    margin: 4px 0 0;
    max-width: 100%;
    outline: none;
    padding: 0 7px;
    width: 0;
    z-index: 1
}

.vs__search::-moz-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    animation: vSelectSpinner 1.1s linear infinite;
    border: .9em solid hsla(0, 0%, 39%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    font-size: 5px;
    opacity: 0;
    overflow: hidden;
    text-indent: -9999em;
    transform: translateZ(0);
    transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    height: 5em;
    width: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.featured-providers {
    background-color: #213245;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.featured-providers .elementor-container {
    max-width: 1275px
}

.featured-providers .intro-text {
    align-items: center;
    padding-right: 50px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.featured-providers .intro-text h2 {
    color: #fff;
    font-size: 30px;
    line-height: 32px
}

.featured-providers .intro-text p {
    color: hsla(0, 0%, 100%, .678);
    font-family: Merriweather, Sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px
}

.featured-providers .intro-text a {
    color: #acecbb;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:1100px) {
    .featured-providers .intro-text {
        width: 30%
    }
}

@media (max-width:950px) {
    .featured-providers .intro-text {
        width: 100%
    }
}

.featured-providers .providers a {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .24);
    display: block !important;
    margin: 10px;
    overflow: hidden;
    padding: 0 0 15px;
    text-decoration: none;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    width: 20%
}

.featured-providers .providers a .provider {
    word-wrap: break-word;
    width: 100%
}

.featured-providers .providers a .provider .image {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 220px;
    width: 100%
}

.featured-providers .providers a .provider h2 {
    border-top: 5px solid #fff;
    color: #213245;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px 5px;
    text-decoration: none !important
}

.featured-providers .providers a .provider h3 {
    color: #5e8768;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0 20px;
    text-decoration: none !important
}

@media (max-width:1280px) {
    .featured-providers .providers a {
        width: 25%
    }

    .featured-providers .providers a:nth-child(5) {
        display: none !important
    }
}

@media (max-width:1100px) {
    .featured-providers .providers a {
        width: 33.3%
    }

    .featured-providers .providers a:nth-child(5) {
        display: none !important
    }
}

@media (max-width:950px) {
    .featured-providers .providers a {
        width: 25%
    }

    .featured-providers .providers a:nth-child(4) {
        display: block !important
    }
}

@media (max-width:900px) {
    .featured-providers .providers a {
        width: 33.3%
    }

    .featured-providers .providers a:nth-child(4) {
        display: none !important
    }
}

@media (max-width:600px) {
    .featured-providers .providers a {
        width: 50%
    }

    .featured-providers .providers a:nth-child(3) {
        display: none !important
    }
}

@media (max-width:400px) {
    .featured-providers .providers a {
        width: 100%
    }

    .featured-providers .providers a:nth-child(2) {
        display: none !important
    }
}

.featured-providers .providers a:hover {
    text-decoration: none
}

.featured-providers .providers a:hover h2 {
    border-top: 5px solid #5e8768
}

@media (max-width:1100px) {
    .featured-providers .providers {
        width: 70%
    }
}

@media (max-width:950px) {
    .featured-providers .providers {
        margin-top: 10px;
        width: 100%
    }
}

.checkbox {
    line-height: 18px;
    margin: 15px auto 0;
    width: 100%
}

.checkbox,
.checkbox label {
    display: block;
    position: relative
}

.checkbox label {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 25px;
    padding: 3px 0 0 30px
}

.checkbox label:before {
    border: 1px solid #fff;
    border-radius: 2px;
    content: "";
    height: 14px;
    left: 0;
    margin: 5px;
    position: absolute;
    top: 0;
    transition: transform .28s ease;
    width: 14px
}

.checkbox label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 5px;
    left: 7px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg) scale(0);
    transition: transform .25s ease;
    width: 10px
}

.checkbox input[type=checkbox] {
    left: 0;
    margin-left: -20px;
    opacity: 1e-8;
    position: absolute;
    width: auto
}

.checkbox input[type=checkbox]:checked~label:before {
    border: 1px solid #fff
}

.checkbox input[type=checkbox]:checked~label:after {
    transform: rotate(-45deg) scale(1)
}

.checkbox input[type=checkbox]:focus+label:before {
    outline: 0
}

.elementor-widget-container,
.elementor-widget-qhs-find-a-doctor,
.qhs-elementor {
    height: 100%
}

.provider-search-bar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 15px 0
}

@media (max-width:800px) {
    .provider-search-bar {
        justify-content: center
    }
}

@media (max-width:500px) {
    .provider-search-bar {
        flex-direction: column
    }
}

.provider-search-bar .v-select.provider-search {
    margin: 0;
    width: 50%
}

@media (max-width:800px) {
    .provider-search-bar .v-select.provider-search {
        width: 100%
    }
}

.provider-search-bar .btn-back {
    background-color: #213245;
    color: #fff;
    display: block;
    min-width: 140px;
    padding: 10px 20px;
    text-decoration: none !important
}

.provider-search-bar .btn-back:hover {
    background-color: #5e8768
}

@media (max-width:500px) {
    .provider-search-bar .btn-back {
        margin-bottom: 10px;
        text-align: center;
        width: 100%
    }
}

.provider-details {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .18)
}

.provider-details .breadcrumb {
    display: none;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 10px 25px 0
}

.provider-details .breadcrumb li {
    display: inline-block
}

.provider-details .breadcrumb li a {
    color: #777;
    text-decoration: none
}

.provider-details .breadcrumb li a:hover {
    text-decoration: underline
}

.provider-details .elementor-background-overlay {
    background-color: var(--e-global-color-6f2bc74);
    height: 100%;
    left: 0;
    opacity: .38;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.provider-details header {
    background-color: var(--e-global-color-15f5085);
    background-image: url(../images/provider-details-bg.png);
    background-position: 50%;
    background-size: cover;
    padding: 60px 100px 50px 200px;
    position: relative;
    width: 100%
}

@media (max-width:1200px) {
    .provider-details header {
        padding: 60px 50px 54px 150px
    }
}

@media (max-width:700px) {
    .provider-details header {
        padding: 60px 50px
    }
}

@media (max-width:480px) {
    .provider-details header {
        padding: 30px 5px 5px
    }
}

.provider-details header .details {
    background-color: #fff;
    display: flex;
    min-height: 230px;
    padding: 20px 20px 20px 60px;
    position: relative;
    z-index: 2
}

@media (max-width:700px) {
    .provider-details header .details {
        flex-direction: column;
        margin-top: 125px;
        padding-left: 20px
    }
}

.provider-details header .details .image {
    left: -100px;
    position: absolute;
    top: 20px;
    width: 150px
}

@media (max-width:700px) {
    .provider-details header .details .image {
        left: auto;
        margin: -160px auto 0;
        position: relative;
        top: auto;
        width: 60%
    }
}

@media (max-width:500px) {
    .provider-details header .details .image {
        width: 90%
    }
}

.provider-details header .details .image img {
    background-color: #efefef;
    border: 4px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .17);
    width: 100%
}

.provider-details header .details .text {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 5px;
    width: 100%
}

.provider-details header .details .text>.flex {
    justify-content: space-between
}

@media (max-width:1024px) {
    .provider-details header .details .text>.flex {
        flex-direction: column
    }
}

.provider-details header .details .text h1 {
    color: #213245;
    font-family: Barlow Semi Condensed, Sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 31px;
    margin: 0 0 5px
}

.provider-details header .details .text .left-details {
    width: 65%
}

@media (max-width:1024px) {
    .provider-details header .details .text .left-details {
        min-width: 100%
    }
}

.provider-details header .details .text .left-details .pill {
    margin-right: 10px
}

.provider-details header .details .text .left-details .services {
    color: #777;
    display: block;
    font-size: 15px;
    margin-top: 5px
}

.provider-details header .details .text .left-details .services.primary {
    color: #5e8768
}

.provider-details header .details .text .left-details .provider-logos {
    box-orient: horizontal;
    box-pack: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px
}

@media (max-width:600px) {
    .provider-details header .details .text .left-details .provider-logos {
        flex-direction: column
    }
}

.provider-details header .details .text .left-details .provider-logos .logo {
    box-flex: 1;
    flex: 1 1 auto;
    text-align: left
}

.provider-details header .details .text .left-details .provider-logos .logo:first-child {
    margin-right: 10px
}

.provider-details header .details .text .left-details .provider-logos .logo:first-child .logo-wrapper {
    max-width: 173px
}

.provider-details header .details .text .left-details .provider-logos .logo:last-child .logo-wrapper {
    max-width: 239px
}

.provider-details header .details .text .left-details .provider-logos .logo .logo-wrapper {
    position: relative
}

.provider-details header .details .text .left-details .provider-logos .logo .logo-wrapper .tooltip {
    bottom: 8px;
    position: absolute;
    right: -2px
}

.provider-details header .details .text .left-details .provider-logos .logo .logo-wrapper .tooltip i {
    color: #777
}

.provider-details header .details .text .left-details .provider-logos .logo .qmg-logo {
    margin-right: 3%;
    max-width: 100%
}

.provider-details header .details .text .left-details .provider-logos .logo .qcipn-logo {
    max-width: 100%
}

.provider-details header .details .text .right-details {
    border-left: 1px solid #eeeef4;
    margin-left: 20px;
    padding-left: 20px;
    width: 33%
}

@media (max-width:1024px) {
    .provider-details header .details .text .right-details {
        border: 0;
        margin: 15px 0 0;
        min-width: 100%;
        padding: 0
    }
}

.provider-details header .details .text .right-details .provider-features .item {
    line-height: 21px;
    margin-bottom: 3px
}

.provider-details header .details .text .right-details .provider-features .item i {
    color: #5e8768;
    font-size: 16px;
    text-align: center;
    width: 17px
}

.provider-details header .details .text .right-details .provider-features .item span {
    color: #5e8768;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px
}

.provider-details .provider-info {
    display: flex;
    padding: 25px
}

@media (max-width:800px) {
    .provider-details .provider-info {
        flex-direction: column
    }
}

.provider-details .provider-info h3 {
    font-family: Merriweather Sans, Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    margin: 0 0 10px
}

.provider-details .provider-info h4 {
    font-family: Merriweather Sans, Sans-serif;
    font-size: 14px !important;
    line-height: 20px;
    margin: 0
}

.provider-details .provider-info .left-rail {
    margin-right: 5%;
    width: 60%
}

.provider-details .provider-info .left-rail.full {
    margin-right: 0;
    width: 100%
}

@media (max-width:800px) {
    .provider-details .provider-info .left-rail {
        margin-right: 0;
        width: 100%
    }
}

.provider-details .provider-info .left-rail .locations .alert {
    background-color: #213245;
    border: 1px solid #eeeef4;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%
}

.provider-details .provider-info .left-rail .locations .location {
    font-size: 14px;
    margin-bottom: 25px
}

.provider-details .provider-info .left-rail .locations .location .border {
    border: 1px solid #eeeef4
}

.provider-details .provider-info .left-rail .locations .location h4 {
    background-color: #eeeef4;
    padding: 10px 15px
}

.provider-details .provider-info .left-rail .locations .location .content {
    display: flex;
    justify-content: space-between;
    margin: 10px 0
}

@media (max-width:600px) {
    .provider-details .provider-info .left-rail .locations .location .content {
        flex-direction: column
    }
}

.provider-details .provider-info .left-rail .locations .location .content .right {
    min-width: 175px;
    text-align: right
}

@media (max-width:600px) {
    .provider-details .provider-info .left-rail .locations .location .content .right .btn-outlined {
        text-align: center;
        width: 100%
    }
}

.provider-details .provider-info .left-rail .locations .location .content p {
    line-height: 23px;
    margin: 0 15px
}

.provider-details .provider-info .left-rail .locations .location .content .credentialed-services {
    color: #5e8768
}

.provider-details .provider-info .left-rail .locations .location .content .non-credentialed-services {
    color: #777
}

.provider-details .provider-info .left-rail .locations .location .content .btn-outlined {
    margin: 5px 0 0
}

.provider-details .provider-info .left-rail .map {
    width: 100%
}

.provider-details .provider-info .left-rail .map .location .text {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px;
    width: 100%
}

.provider-details .provider-info .left-rail .map .location .text h2,
.provider-details .provider-info .left-rail .map .location .text h3 {
    color: #213245 !important;
    display: block;
    font-family: Barlow Semi Condensed, Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    margin: 0 0 10px !important
}

.provider-details .provider-info .left-rail .map .location .text h2 a,
.provider-details .provider-info .left-rail .map .location .text h3 a {
    text-decoration: none !important
}

.provider-details .provider-info .left-rail .map .location .text p {
    color: #777;
    margin: 10px 0 0
}

.provider-details .provider-info .left-rail .map .location .text .directions {
    margin-top: 10px
}

.provider-details .provider-info .right-rail {
    width: 35%
}

@media (max-width:800px) {
    .provider-details .provider-info .right-rail {
        margin-top: 20px;
        width: 100%
    }
}

.provider-details .provider-info .right-rail.full {
    width: 100%
}

.provider-details .provider-info .right-rail .board-certifications .wrapper,
.provider-details .provider-info .right-rail .education .wrapper,
.provider-details .provider-info .right-rail .insurance .wrapper {
    border: 1px solid #eeeef4
}

.provider-details .provider-info .right-rail .board-certifications .wrapper .group,
.provider-details .provider-info .right-rail .education .wrapper .group,
.provider-details .provider-info .right-rail .insurance .wrapper .group {
    border-bottom: 1px solid #eeeef4;
    margin-top: 15px;
    padding: 0 20px
}

.provider-details .provider-info .right-rail .board-certifications .wrapper .group h4,
.provider-details .provider-info .right-rail .education .wrapper .group h4,
.provider-details .provider-info .right-rail .insurance .wrapper .group h4 {
    font-weight: 700;
    margin-bottom: 5px
}

.provider-details .provider-info .right-rail .board-certifications .wrapper .group .item,
.provider-details .provider-info .right-rail .education .wrapper .group .item,
.provider-details .provider-info .right-rail .insurance .wrapper .group .item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 100%
}

.provider-details .provider-info .right-rail .board-certifications .wrapper .group .item .item-1,
.provider-details .provider-info .right-rail .education .wrapper .group .item .item-1,
.provider-details .provider-info .right-rail .insurance .wrapper .group .item .item-1 {
    color: #213245;
    font-weight: 300
}

.provider-details .provider-info .right-rail .board-certifications .wrapper .group .item .item-2,
.provider-details .provider-info .right-rail .education .wrapper .group .item .item-2,
.provider-details .provider-info .right-rail .insurance .wrapper .group .item .item-2 {
    color: #777
}

.provider-details .provider-info .right-rail .board-certifications,
.provider-details .provider-info .right-rail .education {
    margin-bottom: 25px
}

.provider-details .provider-info .right-rail .insurance .item-1 {
    margin-bottom: 5px
}

.provider-details .provider-info .video-bio-link {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px
}

.provider-details .provider-info .video-bio-link .video-embed-wrapper {
    --video--width: 1001;
    --video--height: 563;
    background: #000;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: calc(var(--video--height)/var(--video--width)*100%);
    position: relative
}

.provider-details .provider-info .video-bio-link .video-embed-wrapper embed,
.provider-details .provider-info .video-bio-link .video-embed-wrapper iframe,
.provider-details .provider-info .video-bio-link .video-embed-wrapper object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.provider-details .provider-info .video-bio-link .additional-information {
    color: #5e8768;
    text-decoration: underline
}

.provider-details .provider-additional-information {
    border-top: 1px solid #eee;
    padding: 40px 60px
}

@media (max-width:600px) {
    .provider-details .provider-additional-information {
        padding: 40px 30px
    }
}

.provider-details .provider-additional-information .flex {
    justify-content: space-between
}

@media (max-width:950px) {
    .provider-details .provider-additional-information .flex {
        flex-direction: column;
        justify-content: center
    }

    .provider-details .provider-additional-information .flex .checkmark-list:last-child {
        margin-top: 20px
    }
}

.provider-details .disclaimer {
    border-top: 1px solid #eeeef4;
    clear: both;
    color: #333;
    font-size: 13px;
    line-height: 1.5em;
    padding: 25px 35px
}

.provider-listing {
    padding: 0
}

.provider-listing.margin {
    margin: 0 0 0 20px
}

@media (max-width:1024px) {
    .provider-listing.margin {
        margin: 20px 0 0
    }
}

.provider-listing .provider {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px
}

@media (max-width:480px) {
    .provider-listing .provider {
        flex-direction: column
    }
}

.provider-listing .provider .image {
    width: 175px
}

@media (max-width:480px) {
    .provider-listing .provider .image {
        width: 100%
    }
}

.provider-listing .provider .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.provider-listing .provider .image a {
    display: block;
    height: 100%;
    line-height: 0;
    min-height: 165px;
    min-width: 150px;
    width: 100%
}

@media (max-width:480px) {
    .provider-listing .provider .image a {
        background-position: top;
        min-height: auto;
        width: 100%
    }
}

.provider-listing .provider .details {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
    width: 100%
}

@media (max-width:768px) {
    .provider-listing .provider .details .flex {
        flex-direction: column
    }
}

.provider-listing .provider .details h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 0
}

.provider-listing .provider .details h2 a {
    color: var(--e-global-color-6f2bc74);
    font-family: Barlow Semi Condensed, Sans-serif;
    font-weight: 600;
    text-decoration: none !important
}

.provider-listing .provider .details h2 a:hover {
    text-decoration: underline !important;
    text-decoration-style: dotted !important
}

.provider-listing .provider .details .left-details {
    width: 70%
}

@media (max-width:768px) {
    .provider-listing .provider .details .left-details {
        min-width: 100%
    }
}

.provider-listing .provider .details .left-details .provider-logos {
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px
}

@media (max-width:600px) {
    .provider-listing .provider .details .left-details .provider-logos {
        flex-direction: column
    }
}

@media (min-width:768px) {
    .provider-listing .provider .details .left-details .provider-logos {
        min-height: 50px
    }
}

.provider-listing .provider .details .left-details .provider-logos .logo {
    box-flex: 1;
    flex: 1 1 auto;
    text-align: left
}

.provider-listing .provider .details .left-details .provider-logos .logo:first-child {
    margin-right: 10px
}

.provider-listing .provider .details .left-details .provider-logos .logo:first-child .logo-wrapper {
    max-width: 173px
}

.provider-listing .provider .details .left-details .provider-logos .logo:last-child .logo-wrapper {
    max-width: 239px
}

.provider-listing .provider .details .left-details .provider-logos .logo .logo-wrapper {
    position: relative
}

.provider-listing .provider .details .left-details .provider-logos .logo .logo-wrapper .tooltip {
    bottom: 8px;
    position: absolute;
    right: -2px
}

.provider-listing .provider .details .left-details .provider-logos .logo .logo-wrapper .tooltip i {
    color: #777
}

.provider-listing .provider .details .left-details .provider-logos .logo .qmg-logo {
    margin-right: 3%;
    max-width: 100%
}

.provider-listing .provider .details .left-details .provider-logos .logo .qcipn-logo {
    max-width: 100%
}

@media (max-width:768px) {
    .provider-listing .provider .details .left-details .btn-outlined {
        margin-right: 0;
        text-align: center
    }
}

@media (min-width:768px) {
    .provider-listing .provider .details .left-details .services {
        min-height: 45px
    }
}

.provider-listing .provider .details .left-details .services .service {
    color: #777;
    display: block;
    font-size: 15px;
    margin-top: 5px
}

.provider-listing .provider .details .left-details .services .service.primary {
    color: #5e8768
}

.provider-listing .provider .details .left-details .location {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.provider-listing .provider .details .left-details a.text {
    color: #5e8768
}

.provider-listing .provider .details .right-details {
    border-left: 1px solid #eeeef4;
    margin-left: 20px;
    padding-left: 20px;
    width: 30%
}

@media (max-width:768px) {
    .provider-listing .provider .details .right-details {
        display: none
    }
}

.provider-listing .provider .details .provider-features.below-buttons {
    display: block
}

@media (max-width:768px) {
    .provider-listing .provider .details .provider-features.below-buttons {
        display: none
    }
}

.provider-listing .provider .details .provider-features.above-buttons {
    display: none
}

@media (max-width:768px) {
    .provider-listing .provider .details .provider-features.above-buttons {
        display: block;
        margin-top: 10px
    }
}

.provider-listing .provider .details .provider-features .item {
    line-height: 21px;
    margin-bottom: 3px
}

.provider-listing .provider .details .provider-features .item i {
    color: #5e8768;
    font-size: 16px;
    text-align: center;
    width: 17px
}

.provider-listing .provider .details .provider-features .item span {
    color: #5e8768;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px
}

.provider-listing .provider.preloading .details .loader {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.provider-listing .provider.preloading .details .loader img {
    height: 40px
}

.provider-listing .provider.preloading .details .left-details .service {
    background-color: #eeeef4;
    display: block;
    height: 20px;
    width: 150px
}

.provider-listing .provider.preloading .details .left-details .service.primary {
    width: 200px
}

.provider-listing .provider.preloading .details .left-details .btn-outlined {
    background-color: #eeeef4;
    border: 0;
    height: 30px;
    margin-top: 50px;
    width: 100px
}

.provider-listing .provider.preloading .details .left-details .btn-outlined.longer {
    width: 200px
}

@media (max-width:768px) {
    .provider-listing .provider.preloading .details .left-details .btn-outlined {
        margin-top: 10px;
        width: 100% !important
    }
}

.locations .tabs .tab {
    margin-right: 1px;
    padding: 12px 0
}

.locations .tabs .tab:last-child {
    margin-right: 0
}

.locations .listing {
    display: flex;
    flex-wrap: wrap
}

.locations .listing .location {
    width: 25%
}

@media (max-width:800px) {
    .locations .listing .location {
        width: 50%
    }
}

@media (max-width:500px) {
    .locations .listing .location {
        width: 100%
    }
}

.locations .listing .location a.link {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .19);
    cursor: pointer;
    display: block;
    margin: 15px 5px 10px;
    text-align: center
}

.locations .listing .location a.link:hover .footer {
    background-color: #213245;
    color: #fff
}

.locations .listing .location a.link h3 {
    color: #5e8768;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    padding: 0 20px
}

.locations .listing .location a.link p {
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0 20px
}

.locations .listing .location a.link .footer {
    align-items: center;
    background-color: #eeeef4;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding: 5px 10px
}

.locations .listing .location a.link .footer span {
    flex: 1
}

.locations-listing {
    background: #f6f9fa;
    padding: 30px
}

.locations-listing .location {
    border-bottom: 1px solid #ccc;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 20px
}

@media (max-width:900px) {
    .locations-listing .location {
        flex-direction: column
    }
}

.locations-listing .location:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.locations-listing .location .image-text-wrapper {
    flex-grow: 1
}

.locations-listing .location .image-text-wrapper .image {
    margin-right: 20px;
    min-width: 200px
}

.locations-listing .location .image-text-wrapper .image img {
    width: 100%
}

@media (max-width:900px) {
    .locations-listing .location .image-text-wrapper .image img {
        min-width: 150px
    }
}

.locations-listing .location .image-text-wrapper .text .title {
    margin: 0 0 10px
}

.locations-listing .location .image-text-wrapper .text p {
    line-height: 21px;
    margin: 0 0 10px
}

.locations-listing .location .image-text-wrapper .text p:last-child {
    margin: 0
}

.locations-listing .location .actions {
    flex-shrink: 1;
    min-width: 200px;
    text-align: right
}

@media (max-width:900px) {
    .locations-listing .location .actions {
        margin-top: 20px
    }
}

.locations-listing .location .actions a {
    background-color: #5e8768;
    border-radius: 20px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: left
}

@media (max-width:900px) {
    .locations-listing .location .actions a {
        text-align: center
    }
}

.locations-listing .location .actions a i {
    padding-right: 10px
}

.interactive-map {
    display: flex
}

@media (max-width:1000px) {
    .interactive-map {
        flex-direction: column
    }
}

.interactive-map .filters-and-list {
    width: 30%
}

@media (max-width:1000px) {
    .interactive-map .filters-and-list {
        width: 100%
    }
}

.interactive-map .filters-and-list .qhs-filters {
    display: block;
    margin: 0
}

.interactive-map .filters-and-list .qhs-filters .primary-filters {
    display: flex;
    justify-content: space-between;
    padding: 20px
}

@media (max-width:800px) {
    .interactive-map .filters-and-list .qhs-filters .primary-filters {
        flex-direction: column
    }
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters {
    width: 100%
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters a {
    line-height: 18px;
    margin-top: 0
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters input.zip-code {
    height: 50px;
    padding-left: 20px;
    width: 100%
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters .v-select {
    margin: 20px 0 0
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters .v-select .vs__dropdown-toggle {
    border-radius: 3px;
    height: 50px;
    width: 100%
}

@media (max-width:800px) {
    .interactive-map .filters-and-list .qhs-filters .primary-filters .filters .v-select .vs__dropdown-toggle {
        width: 100%
    }
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters .v-select .vs__search {
    margin: 0
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .filters .v-select input {
    width: 0
}

.interactive-map .filters-and-list .qhs-filters .primary-filters .show-results {
    margin-top: 0;
    width: 250px
}

@media (max-width:800px) {
    .interactive-map .filters-and-list .qhs-filters .primary-filters .show-results {
        margin-top: 20px;
        width: 100%
    }
}

.interactive-map .filters-and-list .locations {
    height: 600px;
    overflow: scroll
}

@media (max-width:1000px) {
    .interactive-map .filters-and-list .locations {
        display: flex;
        flex-wrap: wrap;
        height: 500px;
        justify-content: space-between
    }
}

.interactive-map .filters-and-list .locations .location {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    margin-top: 20px
}

@media (max-width:1000px) {
    .interactive-map .filters-and-list .locations .location {
        width: 49%
    }
}

@media (max-width:768px) {
    .interactive-map .filters-and-list .locations .location {
        width: 100%
    }
}

.interactive-map .filters-and-list .locations .location .image {
    display: flex;
    height: 165px;
    justify-content: center
}

.interactive-map .filters-and-list .locations .location .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.interactive-map .filters-and-list .locations .location .text {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
    width: 100%
}

.interactive-map .filters-and-list .locations .location .text h2,
.interactive-map .filters-and-list .locations .location .text h3 {
    color: #213245 !important;
    display: block;
    font-family: Barlow Semi Condensed, Sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    margin: 0 0 10px !important
}

.interactive-map .filters-and-list .locations .location .text h2 a,
.interactive-map .filters-and-list .locations .location .text h3 a {
    text-decoration: none !important
}

.interactive-map .filters-and-list .locations .location .text p {
    color: #777;
    margin: 10px 0 0
}

.interactive-map .filters-and-list .locations .location .text .phone {
    font-weight: 700;
    margin-top: 0
}

.interactive-map .filters-and-list .locations .location .text .phone a {
    text-decoration: none !important
}

.interactive-map .filters-and-list .locations .location .text .directions-and-distance {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%
}

.interactive-map .filters-and-list .locations .location .text .directions-and-distance .distance {
    background-color: #5e8768;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    line-height: 16px;
    min-width: 60px;
    padding-top: 11px;
    text-align: center
}

.interactive-map .filters-and-list .locations .location .text .directions-and-distance .distance span {
    font-size: 12px
}

.interactive-map .filters-and-list .locations .location .text .directions-and-distance .directions {
    margin: 5px 0 0
}

.interactive-map .map {
    height: 778px;
    margin-left: 20px;
    position: sticky;
    top: 20px;
    width: 70%
}

@media (max-width:1000px) {
    .interactive-map .map {
        height: 400px;
        margin: 20px 0 0;
        position: relative;
        top: auto;
        width: 100%
    }
}

.interactive-map .map .location {
    display: flex
}

.interactive-map .map .location .image img {
    height: 125px;
    min-width: 125px
}

.interactive-map .map .location .text {
    font-size: 15px;
    line-height: 20px;
    margin-left: 15px;
    width: 100%
}

.interactive-map .map .location .text h3 {
    color: #213245;
    display: block;
    font-family: Barlow Semi Condensed, Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 10px
}

.interactive-map .map .location .text p {
    margin: 5px 0 0
}

.interactive-map .map .location .text p .phone {
    font-weight: 700
}

.interactive-map .map .location .text .directions {
    margin-top: 5px
}

.interactive-map .map .location .text .directions a {
    color: #5e8768 !important;
    text-decoration: underline
}

.qhs-filters {
    display: flex;
    margin: 0 20px 20px
}

@media (max-width:1024px) {
    .qhs-filters {
        flex-direction: column
    }
}

.qhs-filters .v-select {
    margin-top: 10px
}

.qhs-filters .vs__dropdown-toggle {
    border-radius: 0;
    min-height: 40px
}

.qhs-filters .vs__search::-moz-placeholder {
    background: #fff;
    color: #394066
}

.qhs-filters .vs__dropdown-menu,
.qhs-filters .vs__dropdown-toggle,
.qhs-filters .vs__search::placeholder {
    background: #fff;
    color: #394066
}

.qhs-filters .vs__clear,
.qhs-filters .vs__open-indicator {
    fill: #394066;
    background-color: transparent;
    font-size: 100%
}

.qhs-filters .left-rail {
    max-width: 300px;
    min-width: 300px
}

@media (max-width:1024px) {
    .qhs-filters .left-rail {
        max-width: 100%;
        min-width: 100%
    }
}

.qhs-filters .left-rail .filters-wrapper {
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .13);
    padding-bottom: 1px
}

@media (min-width:1025px) {
    .qhs-filters .left-rail .filters-wrapper {
        max-width: 300px;
        min-width: 300px;
        top: 20px
    }
}

.qhs-filters .left-rail .filters-wrapper .my-chart {
    background-color: #203245;
    color: #fff;
    margin-top: 30px;
    padding: 30px
}

.qhs-filters .left-rail .filters-wrapper .my-chart h2 {
    color: #dbf6e1;
    font-size: 37px;
    margin: 0
}

.qhs-filters .left-rail .filters-wrapper .my-chart hr {
    background-color: #dbf6e1;
    height: 2px;
    margin: 10px 0 0;
    padding: 0;
    width: 40%
}

.qhs-filters .left-rail .filters-wrapper .my-chart p {
    font-size: 17px;
    margin-top: 25px
}

.qhs-filters .left-rail .filters-wrapper .my-chart a {
    background-color: #5e8768;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.qhs-filters .left-rail .filters-wrapper .my-chart a:hover {
    transform: scale(1.1)
}

.qhs-filters .primary-filters {
    background-color: #213245;
    padding: 15px 20px 20px
}

.qhs-filters .primary-filters .v-select .vs__dropdown-toggle {
    border: 0;
    border-radius: 3px;
    min-height: 50px;
    padding: 0 15px;
    width: 100%
}

.qhs-filters .primary-filters .v-select .vs__dropdown-toggle .vs__selected {
    margin: 5px 0
}

.qhs-filters .primary-filters .v-select .vs__dropdown-toggle .vs__search {
    height: 1px !important;
    overflow: hidden !important;
    position: absolute;
    width: 1px !important
}

.qhs-filters .primary-filters .v-select .vs__dropdown-toggle .vs__search:-moz-placeholder-shown {
    height: auto !important;
    position: relative;
    width: auto !important
}

.qhs-filters .primary-filters .v-select .vs__dropdown-toggle .vs__search:focus,
.qhs-filters .primary-filters .v-select .vs__dropdown-toggle .vs__search:placeholder-shown {
    height: auto !important;
    position: relative;
    width: auto !important
}

.qhs-filters .primary-filters a {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: underline
}

.qhs-filters .primary-filters .result-count {
    color: #fff;
    text-align: center
}

.qhs-filters .primary-filters .result-count h2 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    margin: 0
}

.qhs-filters .primary-filters .result-count h3 {
    color: #fff;
    font-size: 18px;
    margin: 5px 0 0
}

.qhs-filters .primary-filters a.clear-filters {
    color: #ddd;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: right;
    text-decoration: underline
}

.qhs-filters .primary-filters a.clear-filters:hover {
    color: #fff
}

.qhs-filters .primary-filters .show-results {
    background-color: #5e8768;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    margin-top: 15px;
    min-height: 40px;
    width: 100%
}

.qhs-filters .primary-filters .show-results .fas {
    margin-left: 10px
}

.qhs-filters .primary-filters .show-results:hover {
    border: 1px solid #fff
}

.qhs-filters .primary-filters .or {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    text-align: center
}

.qhs-filters .secondary-filters {
    padding: 20px
}

@media (max-width:1024px) {
    .qhs-filters .secondary-filters {
        display: flex;
        flex-wrap: wrap;
        padding: 10px
    }
}

.qhs-filters .secondary-filters h4 {
    color: #213245;
    font-size: 16px;
    margin: 0
}

@media (max-width:1024px) {
    .qhs-filters .secondary-filters h4 {
        display: none
    }

    .qhs-filters .secondary-filters .v-select {
        margin: 0;
        min-width: 33.3%
    }

    .qhs-filters .secondary-filters .v-select .vs__dropdown-toggle {
        margin: 5px
    }
}

@media (max-width:600px) {
    .qhs-filters .secondary-filters .v-select {
        min-width: 50%
    }
}

@media (max-width:400px) {
    .qhs-filters .secondary-filters .v-select {
        min-width: 100%
    }
}

.qhs-filters .secondary-filters .v-select .vs__dropdown-menu .vs__dropdown-option div {
    margin: 5px 0;
    white-space: pre-line
}

.qhs-filters .secondary-filters .v-select .vs__dropdown-toggle .vs__selected {
    margin: 5px 0
}

.qhs-filters .secondary-filters .v-select .vs__dropdown-toggle input {
    display: none
}

.qhs-filters .secondary-filters .v-select .vs__dropdown-toggle input:-moz-placeholder-shown {
    display: block;
    margin: 0
}

.qhs-filters .secondary-filters .v-select .vs__dropdown-toggle input:placeholder-shown {
    display: block;
    margin: 0
}

.qhs-filters .need-help {
    background-color: #efefef;
    margin: 0 20px 20px;
    padding: 15px
}

.qhs-filters .need-help .heading {
    line-height: 25px;
    margin: 0
}

.qhs-filters .need-help p {
    margin: 5px 0 0
}

.qhs-filters .right-rail {
    width: 100%
}

.v-select.provider-search {
    margin-bottom: 15px
}

.v-select.provider-search .vs__dropdown-toggle input {
    display: block !important
}

.v-select.provider-search .vs__dropdown-toggle .vs__selected-options {
    flex-wrap: nowrap !important
}

.v-select.provider-search .vs__search::-moz-placeholder {
    background-color: #f6f6f6;
    border-radius: 4px;
    border-width: 1px;
    color: #aaa;
    font-size: 15px;
    min-height: 50px
}

.v-select.provider-search .vs__dropdown-menu,
.v-select.provider-search .vs__dropdown-toggle,
.v-select.provider-search .vs__search::placeholder {
    background-color: #f6f6f6;
    border-radius: 4px;
    border-width: 1px;
    color: #aaa;
    font-size: 15px;
    min-height: 50px
}

.v-select.provider-search .vs__clear {
    background-color: #f6f6f6
}

.v-select.provider-search ul {
    margin: 0;
    padding: 0
}

.v-select.provider-search ul li {
    margin: 0;
    padding: 10px
}

.v-select.provider-search ul li .flex {
    align-items: center
}

.v-select.provider-search ul li .flex .image {
    background-position: 50%;
    background-size: cover;
    border-radius: 5px;
    height: 50px;
    max-width: 50px;
    min-width: 50px
}

.v-select.provider-search ul li .flex .text {
    font-size: 14px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: -5px
}

@charset "UTF-8";

.premium-lq__glass1.pa-txt-sc__item-container,
.premium-lq__glass1.premium-mega-content-container,
.premium-lq__glass1.premium-menu-link,
.premium-lq__glass1.premium-sub-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.premium-lq__glass1 .countdown-amount,
.premium-lq__glass1 .premium-button,
.premium-lq__glass1 .premium-dual-header-first-span,
.premium-lq__glass1 .wrap-cover .fields-in-cover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.premium-box-lq__glass1 .premium-dual-header-second-header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.premium-con-lq__glass1 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.premium-con-lq__glass1-hover:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.premium-lq__glass2.pa-txt-sc__item-container,
.premium-lq__glass2.premium-mega-content-container,
.premium-lq__glass2.premium-menu-link,
.premium-lq__glass2.premium-sub-menu {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.premium-lq__glass2 .countdown-amount,
.premium-lq__glass2 .premium-button,
.premium-lq__glass2 .premium-dual-header-first-span,
.premium-lq__glass2 .wrap-cover .fields-in-cover {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.premium-box-lq__glass2 .premium-dual-header-second-header {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.premium-con-lq__glass2 {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.premium-con-lq__glass2-hover:hover {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.premium-lq__glass3.pa-txt-sc__item-container,
.premium-lq__glass3.premium-mega-content-container,
.premium-lq__glass3.premium-menu-link,
.premium-lq__glass3.premium-sub-menu {
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1)
}

.premium-lq__glass3 .countdown-amount,
.premium-lq__glass3 .wrap-cover .fields-in-cover {
    position: relative;
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1)
}

.premium-lq__glass3 .premium-dual-header-first-span {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1)
}

.premium-lq__glass3 .premium-button {
    position: relative;
    overflow: hidden !important;
    isolation: isolate
}

.premium-lq__glass3 .premium-button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1);
    isolation: isolate
}

.premium-box-lq__glass3 .premium-dual-header-second-header {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1)
}

.premium-con-lq__glass3 {
    isolation: isolate;
    -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
    backdrop-filter: blur(8px) url(#glass-distortion1)
}

.premium-lq__glass4.pa-txt-sc__item-container,
.premium-lq__glass4.premium-mega-content-container,
.premium-lq__glass4.premium-menu-link,
.premium-lq__glass4.premium-sub-menu {
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2)
}

.premium-lq__glass4 .countdown-amount,
.premium-lq__glass4 .wrap-cover .fields-in-cover {
    position: relative;
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2)
}

.premium-lq__glass4 .premium-button {
    position: relative;
    overflow: hidden !important;
    isolation: isolate
}

.premium-lq__glass4 .premium-button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2);
    isolation: isolate
}

.premium-lq__glass4 .premium-dual-header-first-span {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2)
}

.premium-box-lq__glass4 .premium-dual-header-second-header {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2)
}

.premium-con-lq__glass4 {
    isolation: isolate;
    -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
    backdrop-filter: blur(10px) url(#glass-distortion2)
}

.premium-lq__glass5.pa-txt-sc__item-container,
.premium-lq__glass5.premium-mega-content-container,
.premium-lq__glass5.premium-menu-link,
.premium-lq__glass5.premium-sub-menu {
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3)
}

.premium-lq__glass5 .countdown-amount,
.premium-lq__glass5 .wrap-cover .fields-in-cover {
    position: relative;
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3)
}

.premium-lq__glass5 .premium-dual-header-first-span {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3)
}

.premium-lq__glass5 .premium-button {
    position: relative;
    overflow: hidden !important;
    isolation: isolate
}

.premium-lq__glass5 .premium-button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3);
    isolation: isolate
}

.premium-box-lq__glass5 .premium-dual-header-second-header {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3)
}

.premium-con-lq__glass5 {
    isolation: isolate;
    -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
    backdrop-filter: blur(6px) url(#glass-distortion3)
}

.premium-lq__glass6.pa-txt-sc__item-container,
.premium-lq__glass6.premium-mega-content-container,
.premium-lq__glass6.premium-menu-link,
.premium-lq__glass6.premium-sub-menu {
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4)
}

.premium-lq__glass6 .countdown-amount,
.premium-lq__glass6 .wrap-cover .fields-in-cover {
    position: relative;
    overflow: hidden !important;
    isolation: isolate;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4)
}

.premium-lq__glass6 .premium-dual-header-first-span {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4)
}

.premium-lq__glass6 .premium-button {
    position: relative;
    overflow: hidden !important;
    isolation: isolate
}

.premium-lq__glass6 .premium-button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4);
    isolation: isolate
}

.premium-box-lq__glass6 .premium-dual-header-second-header {
    position: relative;
    isolation: isolate;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4)
}

.premium-con-lq__glass6 {
    isolation: isolate;
    -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
    backdrop-filter: blur(24px) url(#glass-distortion4)
}

.premium-world-clock__skin-1 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-5 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-6 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-7 [class*=glass].premium-world-clock__time-wrapper {
    border-radius: 50%
}

[class*=glass].premium-atext__text {
    display: inline-block
}

.premium-lq__shadow1 {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .6) inset !important
}

.premium-lq__shadow2 {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .65) inset !important
}

.premium-lq__shadow3 {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .7) inset !important
}

.premium-lq__shadow4 {
    box-shadow: 0 20px 15px -5px rgba(255, 255, 255, .5) inset !important
}

.premium-lq__shadow5 {
    box-shadow: 0 0 30px 1px rgba(255, 255, 255, .7) inset !important
}

.premium-lq__shadow6 {
    box-shadow: 0 -20px 25px -15px rgba(255, 255, 255, .5) inset !important
}

.premium-lq__shadow7 {
    box-shadow: 0 0 40px 5px rgba(255, 255, 255, .6) inset !important
}

.premium-lq__shadow8 {
    box-shadow: 0 15px 15px -10px rgba(255, 255, 255, .45) inset !important
}

.elementor-widget-premium-addon-banner {
    overflow: hidden
}

.premium-banner-ib {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    text-align: center
}

.premium-banner-ib img {
    display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    border: none;
    padding: 0;
    margin: 0
}

.premium-banner-img-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.premium-banner-img-wrap .premium-banner-ib-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.premium-banner-ib-desc .premium-banner-read-more {
    z-index: 100
}

.elementor-widget-premium-addon-banner .premium-banner-ib-title {
    background: 0 0
}

.premium-banner-ib .premium-banner-ib-desc {
    padding: 15px;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%
}

.premium-banner-ib .premium-banner-ib-link {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.premium-banner-ib a.premium-banner-ib-link {
    display: block;
    background: 0 0
}

.premium-banner-animation1 img {
    width: -webkit-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    max-width: -webkit-calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.premium-banner-animation2 .premium-banner-ib-title {
    padding: 15px;
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    width: 100%;
    -webkit-transition: color .35s, -webkit-transform .35s;
    transition: color .35s, -webkit-transform .35s;
    transition: transform .35s, color .35s;
    transition: transform .35s, color .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.premium-banner-animation1 .premium-banner-ib-desc {
    top: auto;
    bottom: 0;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: start
}

.premium-banner-animation1 .premium-banner-ib-content,
.premium-banner-animation1 .premium-banner-ib-title,
.premium-banner-animation1 .premium-banner-read-more {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.premium-banner-animation1 .premium-banner-ib-title {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.premium-banner-animation1 .premium-banner-ib-content,
.premium-banner-animation1 .premium-banner-read-more {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation1.active .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-read-more,
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.premium-banner-animation1.active .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-ib-title,
.premium-banner-animation1.active .premium-banner-read-more,
.premium-banner-animation1.active img,
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-ib-title,
.premium-banner-animation1:hover .premium-banner-read-more,
.premium-banner-animation1:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.premium-banner-animation1.scale img,
.premium-banner-animation1.zoomout img {
    -webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
    transform: translate3d(-40px, 0, 0) scale(1.1)
}

.premium-banner-ib.sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-banner-ib.bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-banner-ib.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-banner-ib.bright:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-banner-animation1.premium-banner-min-height img,
.premium-banner-animation13.premium-banner-min-height img,
.premium-banner-animation2.premium-banner-min-height img,
.premium-banner-animation4.premium-banner-min-height img,
.premium-banner-animation5.premium-banner-min-height img,
.premium-banner-animation6.premium-banner-min-height img {
    height: auto
}

.premium-banner-animation2 img {
    width: 100%
}

.premium-banner-animation2 .premium-banner-ib-desc::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
}

.premium-banner-animation2 .premium-banner-ib-content,
.premium-banner-animation2 .premium-banner-ib-desc::before,
.premium-banner-animation2 .premium-banner-read-more {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation2 .premium-banner-ib-content,
.premium-banner-animation2 .premium-banner-read-more {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.premium-banner-animation2.active .premium-banner-ib-title,
.premium-banner-animation2:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.premium-banner-animation2.active .premium-banner-ib-desc::before,
.premium-banner-animation2.active .premium-banner-read-more,
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
.premium-banner-animation2:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation2.active .premium-banner-ib-content,
.premium-banner-animation2:hover .premium-banner-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.premium-banner-animation3 .premium-banner-ib-title {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    padding: 15px;
    width: 100%;
    text-align: start;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.premium-banner-animation3 .premium-banner-ib-desc::before,
.premium-banner-animation3 .premium-banner-ib-title {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.premium-banner-animation3.active .premium-banner-ib-desc::before,
.premium-banner-animation3.active .premium-banner-ib-title,
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
.premium-banner-animation3:hover .premium-banner-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation3 .premium-banner-ib-content {
    max-height: -webkit-calc(100% - 60px - 1.5em);
    max-height: calc(100% - 60px - 1.5em);
    overflow: hidden
}

.premium-banner-animation4 img {
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    max-width: -webkit-calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation4 .premium-banner-ib-desc {
    padding: 30px
}

.premium-banner-animation4 .premium-banner-ib-desc::after {
    position: absolute;
    content: "";
    opacity: 0;
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.premium-banner-animation4 .premium-banner-ib-desc::before {
    position: absolute;
    content: "";
    opacity: 0;
    top: 50px;
    inset-inline: 30px;
    bottom: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.premium-banner-animation4 .premium-banner-ib-title {
    padding: 50px 30px 0 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.premium-banner-animation4 .premium-banner-ib-content,
.premium-banner-animation4 .premium-banner-read-more {
    padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation4 .premium-banner-ib-title,
.premium-banner-animation4 img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
}

.premium-banner-animation4.scale img,
.premium-banner-animation4.zoomout img {
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
    transform: translate3d(-30px, 0, 0) scale(1.1)
}

.premium-banner-animation4 .premium-banner-ib-desc::after,
.premium-banner-animation4 .premium-banner-ib-desc::before {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation4.active .premium-banner-ib-desc::after,
.premium-banner-animation4.active .premium-banner-ib-desc::before,
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
.premium-banner-animation4:hover .premium-banner-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-banner-animation4.active .premium-banner-ib-content,
.premium-banner-animation4.active .premium-banner-ib-title,
.premium-banner-animation4.active .premium-banner-read-more,
.premium-banner-animation4:hover .premium-banner-ib-content,
.premium-banner-animation4:hover .premium-banner-ib-title,
.premium-banner-animation4:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation4:hover .premium-banner-ib-content,
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
.premium-banner-animation4:hover .premium-banner-ib-title,
.premium-banner-animation4:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.premium-banner-animation5 .premium-banner-ib-desc {
    top: auto;
    bottom: 0;
    padding: 15px;
    height: auto;
    background: #f2f2f2;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.premium-banner-animation5 .premium-banner-ib-content {
    position: absolute;
    top: auto;
    bottom: 100%;
    inset-inline-start: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.premium-banner-animation5 .premium-banner-ib-title,
.premium-banner-animation5 .premium-banner-read-more {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    text-align: center
}

.premium-banner-animation5 .premium-banner-ib-title {
    margin: 10px 0
}

.premium-banner-animation5.active .premium-banner-ib-content,
.premium-banner-animation5.active .premium-banner-ib-content *,
.premium-banner-animation5:hover .premium-banner-ib-content,
.premium-banner-animation5:hover .premium-banner-ib-content * {
    opacity: 1 !important;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important
}

.premium-banner-animation5.active .premium-banner-ib-desc,
.premium-banner-animation5.active .premium-banner-ib-title,
.premium-banner-animation5.active .premium-banner-read-more,
.premium-banner-animation5:hover .premium-banner-ib-desc,
.premium-banner-animation5:hover .premium-banner-ib-title,
.premium-banner-animation5:hover .premium-banner-read-more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-banner-animation5:hover .premium-banner-ib-title {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.premium-banner-animation5 img {
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation2 img,
.premium-banner-animation4 img,
.premium-banner-animation6 img {
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation5.scale img,
.premium-banner-animation5.zoomout img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-banner-animation2.scale img,
.premium-banner-animation2.zoomout img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-banner-animation6.scale img,
.premium-banner-animation6.zoomout img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-banner-animation2.zoomin:hover img,
.premium-banner-animation5.zoomin:hover img,
.premium-banner-animation6.zoomin:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-banner-animation2.zoomout:hover img,
.premium-banner-animation5.zoomout:hover img,
.premium-banner-animation6.zoomout:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-banner-animation2.scale:hover img,
.premium-banner-animation5.scale:hover img,
.premium-banner-animation6.scale:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.premium-banner-animation2.grayscale:hover img,
.premium-banner-animation5.grayscale:hover img,
.premium-banner-animation6.grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-banner-animation2.blur:hover img,
.premium-banner-animation5.blur:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-banner-animation6.blur:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-banner-animation6 .premium-banner-ib-desc {
    padding: 45px
}

.premium-banner-animation6 .premium-banner-ib-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    inset-inline: 30px;
    border: 1px solid #fff
}

.premium-banner-animation6 .premium-banner-ib-title {
    margin: 20px 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.premium-banner-animation6 .premium-banner-ib-content,
.premium-banner-animation6 .premium-banner-ib-desc::before,
.premium-banner-animation6 .premium-banner-read-more {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.premium-banner-animation6 .premium-banner-read-more {
    margin-top: 10px
}

.premium-banner-animation6.active .premium-banner-ib-title,
.premium-banner-animation6:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation6.active .premium-banner-ib-content,
.premium-banner-animation6.active .premium-banner-ib-desc::before,
.premium-banner-animation6.active .premium-banner-read-more,
.premium-banner-animation6:hover .premium-banner-ib-content,
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
.premium-banner-animation6:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-banner-animation12 .premium-banner-ib-desc::after {
    position: absolute;
    content: "";
    inset-inline: 30px;
    bottom: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.premium-banner-animation12.active .premium-banner-ib-desc::after,
.premium-banner-animation12:hover .premium-banner-ib-desc::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation12 .premium-banner-ib-desc {
    padding: 45px;
    text-align: start
}

.premium-banner-animation12 .premium-banner-ib-content {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

.premium-banner-animation12.active .premium-banner-ib-content,
.premium-banner-animation12:hover .premium-banner-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation13 img {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    max-width: -webkit-calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.premium-banner-animation13.scale img,
.premium-banner-animation13.zoomout img {
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1)
}

.premium-banner-animation13.none:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation1.none:hover img,
.premium-banner-animation4.none:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation1.zoomin:hover img,
.premium-banner-animation10.zoomin:hover img,
.premium-banner-animation11.zoomin:hover img,
.premium-banner-animation13.zoomin:hover img,
.premium-banner-animation4.zoomin:hover img,
.premium-banner-animation7.zoomin:hover img,
.premium-banner-animation8.zoomin:hover img,
.premium-banner-animation9.zoomin:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.premium-banner-animation1.zoomout:hover img,
.premium-banner-animation10.zoomout:hover img,
.premium-banner-animation11.zoomout:hover img,
.premium-banner-animation13.zoomout:hover img,
.premium-banner-animation4.zoomout:hover img,
.premium-banner-animation7.zoomout:hover img,
.premium-banner-animation8.zoomout:hover img,
.premium-banner-animation9.zoomout:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.premium-banner-animation1.scale:hover img,
.premium-banner-animation10.scale:hover img,
.premium-banner-animation11.scale:hover img,
.premium-banner-animation13.scale:hover img,
.premium-banner-animation4.scale:hover img,
.premium-banner-animation7.scale:hover img,
.premium-banner-animation8.scale:hover img,
.premium-banner-animation9.scale:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-webkit-calc(5deg * var(--translate-inline)));
    transform: translate3d(0, 0, 0) scale(1.2) rotate(calc(5deg * var(--translate-inline)))
}

.premium-banner-animation1.grayscale:hover img,
.premium-banner-animation10.grayscale:hover img,
.premium-banner-animation11.grayscale:hover img,
.premium-banner-animation13.grayscale:hover img,
.premium-banner-animation4.grayscale:hover img,
.premium-banner-animation7.grayscale:hover img,
.premium-banner-animation8.grayscale:hover img,
.premium-banner-animation9.grayscale:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-banner-animation1.blur:hover img,
.premium-banner-animation10.blur:hover img,
.premium-banner-animation11.blur:hover img,
.premium-banner-animation13.blur:hover img,
.premium-banner-animation4.blur:hover,
.premium-banner-animation7.blur:hover img,
.premium-banner-animation8.blur:hover img,
.premium-banner-animation9.blur:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-banner-animation13 .premium-banner-ib-desc {
    text-align: start
}

.premium-banner-animation13 .premium-banner-ib-title {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px
}

.premium-banner-animation13 .premium-banner-ib-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0)
}

.premium-banner-animation13.active .premium-banner-ib-title::after,
.premium-banner-animation13:hover .premium-banner-ib-title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation13 .premium-banner-ib-content,
.premium-banner-animation13 .premium-banner-read-more {
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.premium-banner-animation13.active .premium-banner-ib-content,
.premium-banner-animation13.active .premium-banner-read-more,
.premium-banner-animation13:hover .premium-banner-ib-content,
.premium-banner-animation13:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
    left: 50%;
    width: auto !important;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-banner-animation7 img {
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    max-width: -webkit-calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation7 .premium-banner-brlr {
    width: 7px
}

.premium-banner-animation7 .premium-banner-brtb {
    height: 7px
}

.premium-banner-animation7 .premium-banner-br {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.premium-banner-animation7 .premium-banner-bleft {
    inset-inline-start: 30px;
    top: -webkit-calc(100% - 150px);
    top: calc(100% - 150px);
    height: 0
}

.premium-banner-animation7 .premium-banner-bright {
    inset-inline-end: 30px;
    bottom: -webkit-calc(100% - 150px);
    bottom: calc(100% - 150px);
    height: 0
}

.premium-banner-animation7 .premium-banner-bottom {
    inset-inline-end: -webkit-calc(100% - 150px);
    inset-inline-end: calc(100% - 150px);
    bottom: 30px;
    width: 0
}

.premium-banner-animation7 .premium-banner-btop {
    inset-inline-start: -webkit-calc(100% - 150px);
    inset-inline-start: calc(100% - 150px);
    top: 30px;
    width: 0
}

.premium-banner-animation7 .premium-banner-ib-desc {
    padding: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-banner-animation7 .premium-banner-ib-title {
    margin-top: 0
}

.premium-banner-animation7 .premium-banner-ib-title,
.premium-banner-animation7 img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
}

.premium-banner-animation7.scale img,
.premium-banner-animation7.zoomout img {
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
    transform: translate3d(-30px, 0, 0) scale(1.1)
}

.premium-banner-animation7 .premium-banner-ib-content,
.premium-banner-animation7 .premium-banner-read-more {
    margin-top: 10px
}

.premium-banner-animation7 .premium-banner-ib-desc::after,
.premium-banner-animation7 .premium-banner-ib-desc::before {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation7 .premium-banner-ib-content,
.premium-banner-animation7 .premium-banner-ib-title,
.premium-banner-animation7 .premium-banner-read-more {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation7.active .premium-banner-ib-content,
.premium-banner-animation7.active .premium-banner-ib-title,
.premium-banner-animation7.active .premium-banner-read-more,
.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation7.active .premium-banner-bleft,
.premium-banner-animation7:hover .premium-banner-bleft {
    top: 30px;
    height: 70px
}

.premium-banner-animation7.active .premium-banner-bright,
.premium-banner-animation7:hover .premium-banner-bright {
    bottom: 30px;
    height: 70px
}

.premium-banner-animation7.active .premium-banner-bottom,
.premium-banner-animation7:hover .premium-banner-bottom {
    inset-inline-end: 30px;
    width: 70px
}

.premium-banner-animation7.active .premium-banner-btop,
.premium-banner-animation7:hover .premium-banner-btop {
    inset-inline-start: 30px;
    width: 70px
}

.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7:hover .premium-banner-read-more,
.premium-banner-animation7:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.premium-banner-animation8 img {
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    max-width: -webkit-calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation8 .premium-banner-brlr {
    width: 7px
}

.premium-banner-animation8 .premium-banner-brtb {
    height: 7px
}

.premium-banner-animation8 .premium-banner-br {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.premium-banner-animation8 .premium-banner-bleft {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0
}

.premium-banner-animation8 .premium-banner-bright {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0
}

.premium-banner-animation8 .premium-banner-bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    width: 0
}

.premium-banner-animation8 .premium-banner-btop {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    width: 0
}

.premium-banner-animation8 .premium-banner-ib-desc {
    padding: 70px;
    display: table
}

.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
    display: table-cell;
    vertical-align: middle
}

.premium-banner-animation8 .premium-banner-ib-title {
    margin-top: 0
}

.premium-banner-animation8 .premium-banner-ib-title,
.premium-banner-animation8 img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
}

.premium-banner-animation8.scale img,
.premium-banner-animation8.zoomout img {
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
    transform: translate3d(-30px, 0, 0) scale(1.1)
}

.premium-banner-animation8 .premium-banner-ib-content,
.premium-banner-animation8 .premium-banner-read-more {
    margin-top: 10px
}

.premium-banner-animation8 .premium-banner-ib-desc::after,
.premium-banner-animation8 .premium-banner-ib-desc::before {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation8 .premium-banner-ib-content,
.premium-banner-animation8 .premium-banner-ib-title,
.premium-banner-animation8 .premium-banner-read-more {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    opacity: 0
}

.premium-banner-animation8.active .premium-banner-ib-content,
.premium-banner-animation8.active .premium-banner-ib-title,
.premium-banner-animation8.active .premium-banner-read-more,
.premium-banner-animation8:hover .premium-banner-ib-content,
.premium-banner-animation8:hover .premium-banner-ib-title,
.premium-banner-animation8:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation8.active .premium-banner-bleft,
.premium-banner-animation8:hover .premium-banner-bleft {
    height: -webkit-calc(100% - 61px);
    height: calc(100% - 61px)
}

.premium-banner-animation8.active .premium-banner-bright,
.premium-banner-animation8:hover .premium-banner-bright {
    height: -webkit-calc(100% - 61px);
    height: calc(100% - 61px)
}

.premium-banner-animation8.active .premium-banner-bottom,
.premium-banner-animation8:hover .premium-banner-bottom {
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px)
}

.premium-banner-animation8.active .premium-banner-btop,
.premium-banner-animation8:hover .premium-banner-btop {
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px)
}

.premium-banner-animation8:hover .premium-banner-ib-content,
.premium-banner-animation8:hover .premium-banner-ib-title,
.premium-banner-animation8:hover .premium-banner-read-more,
.premium-banner-animation8:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.premium-banner-animation9 img {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    max-width: -webkit-calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-banner-animation9 .premium-banner-ib-desc {
    width: 100%;
    height: 100%
}

.premium-banner-animation9 .premium-banner-ib-desc::before {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.premium-banner-animation9 .premium-banner-ib-desc::after {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.premium-banner-animation9 .premium-banner-ib-title {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    margin-top: 0;
    padding: 0 10%
}

.premium-banner-animation9.active .premium-banner-ib-title,
.premium-banner-animation9:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.premium-banner-animation9 .premium-banner-ib-content,
.premium-banner-animation9 .premium-banner-read-more {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    padding: 0 10%;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0)
}

.premium-banner-animation9 .premium-banner-read-more {
    top: 75%
}

.premium-banner-animation9.active .premium-banner-ib-content,
.premium-banner-animation9.active .premium-banner-read-more,
.premium-banner-animation9:hover .premium-banner-ib-content,
.premium-banner-animation9:hover .premium-banner-read-more {
    -webkit-transform: translate3d(0, 45px, 0);
    transform: translate3d(0, 45px, 0)
}

.premium-banner-animation9.active .premium-banner-ib-desc::before,
.premium-banner-animation9:hover .premium-banner-ib-desc::before {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.premium-banner-animation9.active .premium-banner-ib-desc::after,
.premium-banner-animation9:hover .premium-banner-ib-desc::after {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.premium-banner-animation9:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-banner-animation10 img {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    max-width: -webkit-calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation10 .premium-banner-ib-title {
    position: relative;
    overflow: hidden;
    padding: 5px 0 15px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    margin-bottom: 0
}

.premium-banner-animation10 .premium-banner-ib-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.premium-banner-animation10.active .premium-banner-ib-title,
.premium-banner-animation10:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation10.active .premium-banner-ib-title::after,
.premium-banner-animation10:hover .premium-banner-ib-title::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation10.scale img,
.premium-banner-animation10.zoomout img {
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1)
}

.premium-banner-animation10 .premium-banner-ib-content,
.premium-banner-animation10 .premium-banner-read-more {
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.premium-banner-animation10 .premium-banner-read-more {
    padding: 0
}

.premium-banner-animation10.active .premium-banner-ib-content,
.premium-banner-animation10.active .premium-banner-read-more,
.premium-banner-animation10:hover .premium-banner-ib-content,
.premium-banner-animation10:hover .premium-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation11 {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transition-delay: 125ms;
    transition-delay: 125ms
}

.premium-banner-animation11 .premium-banner-ib-desc {
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
    top: auto;
    bottom: 0;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: left;
    padding: 30px;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.premium-banner-animation11 img {
    width: 100%;
    -webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
    transition: opacity .35s, filter .35s, transform .35s;
    transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s
}

.premium-banner-animation11 .premium-banner-ib-title {
    margin-bottom: 10px
}

.premium-banner-animation11 .premium-banner-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.premium-banner-animation11 .premium-banner-gradient:after,
.premium-banner-animation11 .premium-banner-gradient:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
    background-image: linear-gradient(50deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
    z-index: 2
}

.premium-banner-animation11 .premium-banner-gradient:before {
    mix-blend-mode: color
}

.premium-banner-animation11 .premium-banner-gradient:after {
    mix-blend-mode: multiply
}

.premium-banner-animation11.active .premium-banner-ib-desc,
.premium-banner-animation11:hover .premium-banner-ib-desc {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation11.active .premium-banner-gradient:after,
.premium-banner-animation11.active .premium-banner-gradient:before,
.premium-banner-animation11:hover .premium-banner-gradient:after,
.premium-banner-animation11:hover .premium-banner-gradient:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-banner-animation11.scale img,
.premium-banner-animation11.zoomout img {
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1)
}

.premium-banner-ib-content p img {
    min-width: unset !important;
    max-width: none !important;
    width: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: inline
}

.premium-banner-link {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rtl .premium-banner-ib,
.rtl .wpb_column>.wpb_wrapper .premium-banner-ib {
    margin-bottom: 0
}

.rtl .premium-banner-animation1 img {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
}

.rtl .premium-banner-ib a.premium-banner-ib-link {
    background: 100% 0
}

.rtl .premium-banner-animation1.scale img,
.rtl .premium-banner-animation1.zoomout img {
    -webkit-transform: translate3d(40px, 0, 0) scale(1.1);
    transform: translate3d(40px, 0, 0) scale(1.1)
}

.rtl .premium-banner-animation4 .premium-banner-ib-desc::before {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.rtl .premium-banner-animation4 .premium-banner-ib-title,
.rtl .premium-banner-animation4 img {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
}

.rtl .premium-banner-animation4.active .premium-banner-ib-title,
.rtl .premium-banner-animation4:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rtl .premium-banner-animation2.scale:hover img,
.rtl .premium-banner-animation5.scale:hover img,
.rtl .premium-banner-animation6.scale:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.rtl .premium-banner-animation13 img {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.rtl .premium-banner-animation13 .premium-banner-ib-content,
.rtl .premium-banner-animation13 .premium-banner-read-more {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.rtl .premium-banner-animation13 .premium-banner-ib-title::after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0)
}

.rtl .premium-banner-animation13.active .premium-banner-ib-title::after,
.rtl .premium-banner-animation13.active .premium-banner-read-more,
.rtl .premium-banner-animation13:hover .premium-banner-ib-content,
.rtl .premium-banner-animation13:hover .premium-banner-ib-title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rtl .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.rtl .premium-banner-animation7 .premium-banner-ib-title,
.rtl .premium-banner-animation7 img,
.rtl .premium-banner-animation8 .premium-banner-ib-title,
.rtl .premium-banner-animation8 img {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
}

.rtl .premium-banner-animation7.active .premium-banner-ib-title,
.rtl .premium-banner-animation7:hover .premium-banner-ib-title,
.rtl .premium-banner-animation8.active .premium-banner-ib-title,
.rtl .premium-banner-animation8:hover .premium-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rtl .premium-banner-animation4.scale img,
.rtl .premium-banner-animation4.zoomout img,
.rtl .premium-banner-animation7.scale img,
.rtl .premium-banner-animation7.zoomout img,
.rtl .premium-banner-animation8.scale img,
.rtl .premium-banner-animation8.zoomout img {
    -webkit-transform: translate3d(30px, 0, 0) scale(1.1);
    transform: translate3d(30px, 0, 0) scale(1.1)
}

.rtl .premium-banner-animation13.scale img,
.rtl .premium-banner-animation13.zoomout img {
    -webkit-transform: translate3d(10px, 0, 0) scale(1.1);
    transform: translate3d(10px, 0, 0) scale(1.1)
}

.rtl .premium-banner-animation9 .premium-banner-ib-desc::after,
.rtl .premium-banner-animation9 .premium-banner-ib-desc::before {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0)
}

.rtl .premium-banner-animation9.active .premium-banner-ib-desc::before,
.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::before {
    -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
    transform: translate3d(50%, -50%, 0) rotate(-45deg)
}

.rtl .premium-banner-animation9.active .premium-banner-ib-desc::after,
.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::after {
    -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
    transform: translate3d(50%, -50%, 0) rotate(45deg)
}

.rtl .premium-banner-animation11 .premium-banner-ib-desc {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
}

.rtl .premium-banner-animation11 .premium-banner-gradient:after,
.rtl .premium-banner-animation11 .premium-banner-gradient:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
    background-image: linear-gradient(-40deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%)
}

.rtl .premium-banner-animation11.active .premium-banner-ib-desc,
.rtl .premium-banner-animation11:hover .premium-banner-ib-desc {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rtl .premium-banner-animation11.active .premium-banner-gradient:after,
.rtl .premium-banner-animation11.active .premium-banner-gradient:before,
.rtl .premium-banner-animation11:hover .premium-banner-gradient:after,
.rtl .premium-banner-animation11:hover .premium-banner-gradient:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.premium-blog-thumb-effect-wrapper {
    position: relative;
    overflow: hidden
}

.premium-blog-thumb-effect-wrapper span {
    display: none
}

.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
    opacity: 1
}

.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px
}

.premium-blog-bordered-effect .premium-blog-post-link {
    display: block;
    height: 100%;
    position: relative
}

.premium-blog-wrap .premium-blog-thumbnail-container {
    overflow: hidden
}

.premium-blog-wrap .premium-blog-thumbnail-container .below-entry-meta,
.premium-blog-wrap .premium-blog-thumbnail-container img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

.premium-blog-thumbnail-overlay {
    opacity: 0
}

.premium-blog-scale-effect img,
.premium-blog-zoomout-effect img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-blog-sepia-effect img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-blog-bright-effect img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-blog-trans-effect img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-blog-post-container {
    overflow: hidden
}

.premium-blog-post-container .premium-blog-inner-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-blog-post-container .premium-blog-post-content {
    line-height: 1.5em;
    color: #777;
    font-size: 14px;
    margin-bottom: 10px
}

.premium-blog-post-container .premium-blog-post-link:focus,
.premium-blog-post-container .premium-blog-post-link:hover,
.premium-blog-post-container ul.post-categories a:focus,
.premium-blog-post-container ul.post-categories a:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.premium-blog-post-container .premium-blog-entry-title {
    font-size: 18px;
    margin-bottom: 5px
}

.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
    position: relative;
    z-index: 3;
    top: -50px
}

.premium-blog-post-container .premium-blog-content-wrapper {
    background-color: #f5f5f5;
    padding: 30px
}

.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
    top: 0
}

.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
    inset-inline-start: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    height: 1px;
    width: 100%;
    background-color: #fff
}

.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
    width: 1px;
    height: 100%
}

.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after {
    width: 20px;
    opacity: 1
}

.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before {
    height: 20px;
    opacity: 1
}

.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
    margin: 0 10px 20px;
    clear: both
}

.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-post-container.premium-blog-skin-side {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
    height: 100%
}

.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-blog-post-container.premium-blog-skin-banner {
    position: relative
}

.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    z-index: 3;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out
}

.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper {
    bottom: 0
}

.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-blog-post-container .premium-blog-cats-container a {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    margin: 0 3px 10px 0;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-diagonal-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%
}

.premium-blog-diagonal-effect:before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 1;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0)
}

.premium-blog-framed-effect {
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    inset-inline-start: 15px;
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-blog-post-outer-container:hover .premium-blog-framed-effect {
    opacity: .99;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-blog-bordered-effect {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 15px;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-blog-bordered-effect .premium-blog-post-link:after,
.premium-blog-bordered-effect .premium-blog-post-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-color: rgba(255, 255, 255, .45)
}

.premium-blog-bordered-effect .premium-blog-post-link:before {
    border-right: 2px solid;
    border-left: 2px solid;
    -webkit-border-end: 2px solid;
    border-inline-end: 2px solid;
    -webkit-border-start: 2px solid;
    border-inline-start: 2px solid;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.premium-blog-bordered-effect .premium-blog-post-link:after {
    border-top: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.premium-blog-bordered-effect:hover {
    opacity: .99
}

.premium-blog-bordered-effect:hover .premium-blog-post-link:after,
.premium-blog-bordered-effect:hover .premium-blog-post-link:before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-blog-squares-effect,
.premium-blog-squares-square-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%
}

.premium-blog-squares-effect:after,
.premium-blog-squares-effect:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    opacity: .7;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-blog-squares-square-container:after,
.premium-blog-squares-square-container:before {
    transition: all .3s linear 0s;
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    opacity: .7;
    -webkit-transition: all .3s linear 0s
}

.premium-blog-squares-effect:after {
    -webkit-transform: translate(200%, 200%);
    -ms-transform: translate(200%, 200%);
    transform: translate(200%, 200%)
}

.premium-blog-squares-square-container:before {
    -webkit-transform: translate(-100%, 200%);
    -ms-transform: translate(-100%, 200%);
    transform: translate(-100%, 200%)
}

.premium-blog-squares-square-container:after {
    -webkit-transform: translate(200%, -100%);
    -ms-transform: translate(200%, -100%);
    transform: translate(200%, -100%)
}

.premium-blog-squares-effect:hover:before {
    -webkit-transform: translate(0, 0) scaleY(1.003) scaleX(1.003);
    -ms-transform: translate(0, 0) scaleY(1.003) scaleX(1.003);
    transform: translate(0, 0) scaleY(1.003) scaleX(1.003)
}

.premium-blog-squares-effect:hover:after {
    -webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
    -ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
    transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003)
}

.premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.premium-blog-clear-fix {
    clear: both
}

.premium-blog-masked .premium-blog-thumbnail-container {
    position: relative;
    overflow: visible
}

.premium-blog-masked .premium-blog-thumbnail-container svg {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: -5px;
    inset-inline-start: 0;
    fill: #f5f5f5;
    z-index: 99
}

.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.premium-blog-masked .premium-blog-author-thumbnail,
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
    z-index: 999 !important
}

.premium-blog-format-link {
    padding: 5px;
    line-height: 0
}

.premium-blog-entry-meta {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad
}

.premium-blog-entry-meta i {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-meta-data {
    display: inline-block
}

.premium-blog-meta-data .premium-blog-meta-separator {
    margin: 0 5px
}

.premium-blog-meta-data a,
.premium-blog-meta-data span {
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-author-thumbnail {
    position: relative;
    padding: 0 30px;
    width: 100%;
    top: -10px;
    height: 0;
    pointer-events: none
}

.premium-blog-author-thumbnail img {
    border-radius: 50%;
    width: 60px;
    pointer-events: all;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-blog-entry-title a,
.premium-blog-post-content .premium-blog-excerpt-link,
.premium-blog-post-tags-container a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
    background-color: transparent;
    color: #54595f;
    padding: 0
}

.premium-blog-cta-full-yes .premium-blog-excerpt-link {
    width: 100%
}

.premium-blog-post-tags-container {
    margin-top: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-blog-post-tags-container a {
    color: inherit;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px
}

.premium-blog-align-left .post-categories,
.premium-blog-align-left .premium-blog-post-tags-container {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.premium-blog-align-left .premium-blog-inner-container {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.premium-blog-align-center .post-categories,
.premium-blog-align-center .premium-blog-post-tags-container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-blog-align-center .premium-blog-inner-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-blog-align-right .post-categories,
.premium-blog-align-right .premium-blog-post-tags-container {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

.premium-blog-align-right .premium-blog-inner-container {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}

.premium-blog-wrap .premium-loading-feed {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.premium-blog-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-blog-wrap ul.slick-dots {
    width: 100%
}

.premium-blog-pagination-container {
    text-align: right
}

.premium-blog-pagination-container span {
    cursor: default
}

.premium-blog-pagination-container .page-numbers {
    display: inline-block;
    border: none;
    color: #000;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    padding: .75em;
    margin: 0 .4em .4em 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-list .premium-blog-post-outer-container {
    width: 100%
}

.premium-blog-even .premium-blog-post-container {
    height: 100%
}

.premium-blog-even .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-blog-even .slick-slide {
    height: inherit !important
}

.premium-blog-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-blog-filter .premium-blog-filters-container li a.category {
    outline: 0;
    text-decoration: none;
    border-radius: 75px;
    margin: 15px 5px 20px;
    padding: 7px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-filter ul.premium-blog-filters-container {
    text-align: center;
    margin: 0;
    padding: 0
}

.premium-blog-filter .premium-blog-filters-container li {
    list-style: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:768px) {
    .premium-blog-post-container:not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
        top: 0;
        margin: 0;
        padding: 15px
    }

    .premium-blog-skin-side {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rtl .premium-blog-trans-effect img {
    -webkit-transform: translateX(15px) scale(1.1);
    -ms-transform: translateX(15px) scale(1.1);
    transform: translateX(15px) scale(1.1)
}

.rtl .premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg)
}

.rtl .premium-blog-post-container .premium-blog-inner-container {
    direction: rtl
}

.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,
.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.rtl .premium-blog-post-container .premium-blog-cats-container a {
    margin: 0 0 10px 3px
}

.rtl .premium-blog-diagonal-effect:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.rtl .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.rtl .premium-blog-bordered-effect .premium-blog-post-link:before {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.rtl .premium-blog-bordered-effect .premium-blog-post-link:after {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.rtl .premium-blog-squares-effect:after,
.rtl .premium-blog-squares-effect:before,
.rtl .premium-blog-squares-square-container:after,
.rtl .premium-blog-squares-square-container:before {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.rtl .premium-blog-squares-effect:after {
    -webkit-transform: translate(-200%, 200%);
    -ms-transform: translate(-200%, 200%);
    transform: translate(-200%, 200%)
}

.rtl .premium-blog-squares-square-container:before {
    -webkit-transform: translate(100%, 200%);
    -ms-transform: translate(100%, 200%);
    transform: translate(100%, 200%)
}

.rtl .premium-blog-squares-square-container:after {
    -webkit-transform: translate(-200%, -100%);
    -ms-transform: translate(-200%, -100%);
    transform: translate(-200%, -100%)
}

.rtl .premium-blog-squares-effect:hover:before {
    -webkit-transform: translate(0, 0) scaleY(1.003) scaleX(1.003);
    -ms-transform: translate(0, 0) scaleY(1.003) scaleX(1.003);
    transform: translate(0, 0) scaleY(1.003) scaleX(1.003)
}

.rtl .premium-blog-squares-effect:hover:after {
    -webkit-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
    -ms-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
    transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003)
}

.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.rtl .premium-blog-wrap.slick-slider .slick-list,
.rtl .premium-blog-wrap.slick-slider .slick-track {
    direction: ltr
}

.premium-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-button-style3-before i,
.premium-button-style3-before svg {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.premium-button-style3-after i,
.premium-button-style3-after svg {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.premium-button-style3-after:hover i,
.premium-button-style3-after:hover svg {
    opacity: 1
}

.premium-button-style3-before:hover i,
.premium-button-style3-before:hover svg {
    opacity: 1
}

.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper i,
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span,
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-button-style4-icon-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-button-style4-icon-wrapper.top {
    bottom: -100%;
    inset-inline-start: 0
}

.premium-button-style4-icon-wrapper.bottom {
    top: -100%;
    inset-inline-start: 0
}

.premium-button-style4-icon-wrapper.left {
    top: 0;
    inset-inline-start: -100%
}

.premium-button-style4-icon-wrapper.right {
    top: 0;
    inset-inline-end: -100%
}

.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
    top: 0;
    opacity: 1
}

.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
    bottom: 0;
    opacity: 1
}

.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
    inset-inline-start: 0;
    opacity: 1
}

.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
    inset-inline-end: 0;
    opacity: 1
}

.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.rtl .premium-button-style3-after i,
.rtl .premium-button-style3-after svg {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.rtl .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.premium-carousel-wrapper a.carousel-arrow,
.premium-carousel-wrapper a.ver-carousel-arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    line-height: 0;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: inherit;
    border: none;
    box-shadow: none;
    text-decoration: none
}

.premium-carousel-wrapper a.carousel-arrow svg,
.premium-carousel-wrapper a.ver-carousel-arrow svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.carousel-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow {
    position: absolute
}

.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow:hover {
    box-shadow: none !important
}

.premium-carousel-wrapper .premium-carousel-content-hidden {
    visibility: hidden
}

.premium-carousel-arrows-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.ver-carousel-arrow.carousel-next i {
    margin-bottom: -3px
}

.premium-carousel-wrapper a.ver-carousel-arrow {
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-carousel-dots-above ul.slick-dots {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-carousel-wrapper .premium-carousel-nav-arrow-next,
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
.premium-carousel-wrapper .premium-carousel-nav-dot {
    display: none
}

.premium-carousel-wrapper ul.slick-dots svg {
    width: 20px;
    height: 20px;
    outline: 0 !important
}

@-webkit-keyframes hvr-ripple-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.premium-carousel-ripple-yes .premium-carousel-wrapper {
    padding-bottom: 1px
}

.premium-carousel-ripple-yes ul.slick-dots li {
    position: relative
}

.premium-carousel-ripple-yes ul.slick-dots li i {
    position: relative;
    z-index: 1
}

.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
    content: "";
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .15);
    -webkit-animation: hvr-ripple-out 1.3s infinite;
    animation: hvr-ripple-out 1.3s infinite
}

.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
    background-color: rgba(0, 0, 0, .3)
}

.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

[dir=rtl] .premium-carousel-inner .slick-slide {
    float: right
}

.premium-carousel-nav-fraction {
    text-align: center;
    position: relative
}

.premium-carousel-nav-progressbar {
    width: 100%;
    height: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill {
    background: #6ec1e4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.premium-carousel-nav-progress {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 20px;
    background-color: rgba(0, 0, 0, .25)
}

.premium-carousel-nav-progress .premium-carousel-nav-progress-fill {
    width: 0%;
    height: 100%;
    font-size: 12px;
    background: #6ec1e4;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    position: absolute;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: width 0s ease-in-out !important;
    transition: width 0s ease-in-out !important
}

.premium-cf-anim-yes .wpcf7-span::after {
    display: block;
    height: 2px;
    content: "";
    top: -2px;
    position: relative;
    width: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.premium-cf-anim-yes .wpcf7-span.is-focused::after {
    width: 100%;
    background-color: #4d7bfb
}

.premium-cf-anim-middle-yes .wpcf7-span::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-cf-anim-label .wpcf7-form-control::-webkit-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::-webkit-input-placeholder {
    color: transparent !important
}

.premium-cf-anim-label .wpcf7-form-control:-ms-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control:-ms-input-placeholder {
    color: transparent !important
}

.premium-cf-anim-label .wpcf7-form-control::-ms-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::-ms-input-placeholder {
    color: transparent !important
}

.premium-cf-anim-label .wpcf7-form-control::placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::placeholder {
    color: transparent !important
}

.premium-cf-anim-label .cf7-text-input-label,
.premium-cf-anim-label-pos-back .cf7-text-input-label {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(10px) translateY(30px);
    -ms-transform: translateX(10px) translateY(30px);
    transform: translateX(10px) translateY(30px);
    opacity: .3;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-cf-anim-label .input-focused .cf7-text-input-label,
.premium-cf-anim-label-pos-back .input-focused .cf7-text-input-label {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1
}

.premium-cf-anim-css-filters label,
.premium-cf-anim-label-letter label {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wpcf7-span.is-focused input {
    outline: 0
}

.premium-cf-full {
    width: 100%
}

.premium-cf-half {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px)
}

.premium-cf7-container .wpcf7-form div,
.premium-cf7-container .wpcf7-form p {
    margin: 0
}

.premium-cf7-container .wpcf7-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-cf7-container .wpcf7-radio .wpcf7-list-item {
    margin: 0 15px 0 0
}

.premium-cf7-container .wpcf7-form-control:focus {
    border-color: #e3e3e3;
    outline: 0
}

.premium-cf7-container input.wpcf7-submit {
    font-size: 16px;
    color: #fff;
    background-color: #4d7bfb;
    border: 1px solid #4d7bfb;
    font-weight: 900;
    border-radius: 0;
    text-decoration: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-cf7-container label {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px
}

.premium-cf7-container .wpcf7-text,
.premium-cf7-container .wpcf7-textarea {
    color: #272727
}

.premium-cf7-container .wpcf7-form-control::-webkit-input-placeholder {
    color: #363636
}

.premium-cf7-container .wpcf7-form-control:-ms-input-placeholder {
    color: #363636
}

.premium-cf7-container .wpcf7-form-control::-ms-input-placeholder {
    color: #363636
}

.premium-cf7-container .wpcf7-form-control::placeholder {
    color: #363636
}

.premium-cf7-container .wpcf7-spinner {
    display: none;
    margin: 10px
}

.premium-cf7-container form.submitting .wpcf7-spinner {
    display: block
}

.premium-cf7-container .wpcf7-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox],
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: 0;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox]::before,
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=radio] {
    border-radius: 50%
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before {
    border-radius: 50%
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]:checked::before {
    background: #999;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.premium-cf-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-cf7-placeholder-hide-yes input::-webkit-input-placeholder,
.premium-cf7-placeholder-hide-yes textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.premium-cf7-placeholder-hide-yes input::-moz-placeholder,
.premium-cf7-placeholder-hide-yes textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.premium-cf7-placeholder-hide-yes input:-ms-input-placeholder,
.premium-cf7-placeholder-hide-yes textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.premium-cf7-placeholder-hide-yes input:-moz-placeholder,
.premium-cf7-placeholder-hide-yes textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.premium-cf7-button-fwidth-yes .premium-cf-submit,
.premium-cf7-button-fwidth-yes input.wpcf7-submit {
    width: 100%
}

.premium-cf7-button-align-left p.premium-cf-submit {
    margin: 0
}

.premium-cf7-button-align-center p.premium-cf-submit {
    margin: 0 auto
}

.premium-cf7-button-align-right p.premium-cf-submit {
    margin: 0 0 0 auto
}

.elementor-widget-premium-contact-form:not(.premium-cf__preset1) label {
    padding-top: 10px
}

.elementor-widget-premium-contact-form[class*=__preset] .wpcf7-textarea {
    height: 130px
}

.premium-cf__preset1 .wpcf7-text,
.premium-cf__preset1 .wpcf7-textarea {
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0
}

.premium-cf__preset2 .wpcf7-text,
.premium-cf__preset2 .wpcf7-textarea,
.premium-cf__preset3 .wpcf7-text,
.premium-cf__preset3 .wpcf7-textarea,
.premium-cf__preset4 .wpcf7-text,
.premium-cf__preset4 .wpcf7-textarea {
    padding: 7px 0 7px 10px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0
}

.premium-cf__preset5 .wpcf7-text,
.premium-cf__preset5 .wpcf7-textarea,
.premium-cf__preset6 .wpcf7-text,
.premium-cf__preset6 .wpcf7-textarea {
    padding: 7px 0 7px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0
}

.premium-cf__preset5 .wpcf7-select,
.premium-cf__preset6 .wpcf7-select {
    border: 1px solid #e3e3e3
}

.rtl .premium-cf7-container .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 0 15px
}

.rtl .premium-cf__preset5 .wpcf7-text,
.rtl .premium-cf__preset5 .wpcf7-textarea,
.rtl .premium-cf__preset6 .wpcf7-text,
.rtl .premium-cf__preset6 .wpcf7-textarea {
    padding: 7px 10px 7px 0;
    border: 1px solid #e3e3e3;
    border-radius: 0
}

.premium-countdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.countdown-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.countdown .countdown-section {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.countdown .countdown-section:last-child {
    margin-right: 0
}

.countdown .countdown-amount {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown .pre_time-mid {
    display: block
}

.premium-countdown-separator-yes .countdown_separator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    font-size: 30px
}

.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
    display: none
}

.countdown-period {
    width: 100%
}

.countdown-period span {
    display: block
}

.premium-countdown-inline .countdown-section {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.premium-countdown-inline .countdown-period {
    margin-left: 10px
}

.premium-countdown-inline .premium-countdown-featured .countdown-period {
    width: unset !important
}

.premium-countdown-block .countdown-section,
.premium-countdown-uinside-yes .countdown-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-countdown-block .countdown-digit-separator,
.premium-countdown-uinside-yes .countdown-digit-separator {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-countdown-block .premium-countdown-label,
.premium-countdown-uinside-yes .premium-countdown-label {
    width: 100%
}

.premium-countdown-uinside-yes .countdown-amount {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.countdown-digit-separator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.countdown-circle-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.countdown-circle-wrap .countdown-svg {
    width: 100%;
    height: 100%
}

.premium-countdown-circle .countdown-amount {
    border-radius: 100%
}

.premium-countdown-flipping {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-countdown-flipping .countdown_separator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.premium-countdown-flipping .flip-unit-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.premium-countdown-block .flip-unit {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.premium-countdown-featured .countdown-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-countdown-featured .countdown-section:first-child {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-countdown-featured .countdown-section:first-child .countdown-amount {
    height: auto !important
}

.premium-countdown-featured .countdown-section:first-child .countdown-period span {
    width: unset !important
}

.premium-countdown-featured .countdown-section:first-child .countdown_separator {
    display: none
}

.countdown-separator-circle {
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100%
}

.premium-countdown-exp-message.premium-addons__v-hidden {
    display: none
}

.premium-counter-area {
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-counter-area.top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-counter-area.right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-counter-area.right .premium-counter-icon {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px
}

.premium-counter-area.left .premium-counter-icon {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.premium-counter-area .premium-counter-icon .icon i.fa:before {
    vertical-align: text-top
}

.premium-counter-area .premium-counter-icon span.icon {
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.premium-counter-area .premium-counter-icon .circle {
    border-radius: 100%
}

.premium-counter-area .premium-counter-icon img,
.premium-counter-area .premium-counter-icon svg {
    width: 80px
}

.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
    height: 80px
}

.premium-counter-area .premium-counter-title p {
    padding: 0;
    margin: 0
}

.premium-counter-area .premium-counter-value-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-init-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-init-wrapper.row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-init-wrapper.right {
    text-align: right
}

span.icon.flex-width {
    width: auto !important;
    height: auto !important
}

.premium-counter-area .premium-counter-init {
    font-size: 35px
}

.premium-dual-header-first-header,
.premium-dual-header-second-header {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.premium-dual-header-first-clip .premium-dual-header-first-span,
.premium-dual-header-second-clip {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
.premium-dual-header-second-clip.stroke {
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #fafafa;
    -webkit-text-stroke-width: 2px
}

@media (max-width:500px) {

    .premium-dual-header-first-header,
    .premium-dual-header-second-header {
        word-wrap: break-word
    }
}

.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
.premium-dual-header-second-header.gradient {
    background-size: 300% 300% !important;
    -webkit-animation: Gradient 10s ease-in-out infinite;
    animation: Gradient 10s ease-in-out infinite
}

.premium-title-first-noise-yes .premium-dual-header-first-span {
    position: relative
}

.premium-title-first-noise-yes .premium-dual-header-first-span::before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #00f;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-title-first-noise-yes .premium-dual-header-first-span::after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-title-second-noise-yes .premium-dual-header-second-header {
    position: relative
}

.premium-title-second-noise-yes .premium-dual-header-second-header::before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #00f;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-title-second-noise-yes .premium-dual-header-second-header::after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span,
.premium-header-inline[class*=noise-yes] .premium-dual-header-second-header,
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
.premium-mask-yes.premium-header-inline .premium-dual-header-second-header {
    display: inline-block !important
}

.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
    background: inherit
}

.premium-title-first-wave-yes .premium-dual-header-first-span {
    background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
    background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
    -webkit-animation: pa-text-gradient 8s infinite;
    animation: pa-text-gradient 8s infinite
}

.premium-title-second-wave-yes .premium-dual-header-second-clip {
    background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
    background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
    -webkit-animation: pa-text-gradient 8s infinite;
    animation: pa-text-gradient 8s infinite
}

@-webkit-keyframes pa-text-gradient {

    0%,
    100% {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@keyframes pa-text-gradient {

    0%,
    100% {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-webkit-keyframes pa-noise-anim-1 {
    0% {
        clip: rect(52px, 9999px, 45px, 0)
    }

    5% {
        clip: rect(88px, 9999px, 39px, 0)
    }

    10% {
        clip: rect(81px, 9999px, 75px, 0)
    }

    15% {
        clip: rect(38px, 9999px, 42px, 0)
    }

    20% {
        clip: rect(62px, 9999px, 51px, 0)
    }

    25% {
        clip: rect(5px, 9999px, 36px, 0)
    }

    30% {
        clip: rect(9px, 9999px, 29px, 0)
    }

    35% {
        clip: rect(17px, 9999px, 85px, 0)
    }

    40% {
        clip: rect(97px, 9999px, 36px, 0)
    }

    45% {
        clip: rect(9px, 9999px, 31px, 0)
    }

    50% {
        clip: rect(94px, 9999px, 74px, 0)
    }

    55% {
        clip: rect(53px, 9999px, 75px, 0)
    }

    60% {
        clip: rect(2px, 9999px, 36px, 0)
    }

    65% {
        clip: rect(24px, 9999px, 56px, 0)
    }

    70% {
        clip: rect(45px, 9999px, 5px, 0)
    }

    75% {
        clip: rect(75px, 9999px, 21px, 0)
    }

    80% {
        clip: rect(9px, 9999px, 39px, 0)
    }

    85% {
        clip: rect(56px, 9999px, 89px, 0)
    }

    90% {
        clip: rect(53px, 9999px, 7px, 0)
    }

    95% {
        clip: rect(86px, 9999px, 84px, 0)
    }

    100% {
        clip: rect(63px, 9999px, 37px, 0)
    }
}

@keyframes pa-noise-anim-1 {
    0% {
        clip: rect(52px, 9999px, 45px, 0)
    }

    5% {
        clip: rect(88px, 9999px, 39px, 0)
    }

    10% {
        clip: rect(81px, 9999px, 75px, 0)
    }

    15% {
        clip: rect(38px, 9999px, 42px, 0)
    }

    20% {
        clip: rect(62px, 9999px, 51px, 0)
    }

    25% {
        clip: rect(5px, 9999px, 36px, 0)
    }

    30% {
        clip: rect(9px, 9999px, 29px, 0)
    }

    35% {
        clip: rect(17px, 9999px, 85px, 0)
    }

    40% {
        clip: rect(97px, 9999px, 36px, 0)
    }

    45% {
        clip: rect(9px, 9999px, 31px, 0)
    }

    50% {
        clip: rect(94px, 9999px, 74px, 0)
    }

    55% {
        clip: rect(53px, 9999px, 75px, 0)
    }

    60% {
        clip: rect(2px, 9999px, 36px, 0)
    }

    65% {
        clip: rect(24px, 9999px, 56px, 0)
    }

    70% {
        clip: rect(45px, 9999px, 5px, 0)
    }

    75% {
        clip: rect(75px, 9999px, 21px, 0)
    }

    80% {
        clip: rect(9px, 9999px, 39px, 0)
    }

    85% {
        clip: rect(56px, 9999px, 89px, 0)
    }

    90% {
        clip: rect(53px, 9999px, 7px, 0)
    }

    95% {
        clip: rect(86px, 9999px, 84px, 0)
    }

    100% {
        clip: rect(63px, 9999px, 37px, 0)
    }
}

@-webkit-keyframes pa-noise-anim-2 {
    0% {
        clip: rect(14px, 9999px, 66px, 0)
    }

    5% {
        clip: rect(19px, 9999px, 36px, 0)
    }

    10% {
        clip: rect(17px, 9999px, 46px, 0)
    }

    15% {
        clip: rect(46px, 9999px, 63px, 0)
    }

    20% {
        clip: rect(28px, 9999px, 1px, 0)
    }

    25% {
        clip: rect(64px, 9999px, 16px, 0)
    }

    30% {
        clip: rect(58px, 9999px, 24px, 0)
    }

    35% {
        clip: rect(18px, 9999px, 79px, 0)
    }

    40% {
        clip: rect(61px, 9999px, 67px, 0)
    }

    45% {
        clip: rect(63px, 9999px, 57px, 0)
    }

    50% {
        clip: rect(59px, 9999px, 10px, 0)
    }

    55% {
        clip: rect(20px, 9999px, 93px, 0)
    }

    60% {
        clip: rect(49px, 9999px, 89px, 0)
    }

    65% {
        clip: rect(70px, 9999px, 59px, 0)
    }

    70% {
        clip: rect(70px, 9999px, 82px, 0)
    }

    75% {
        clip: rect(82px, 9999px, 20px, 0)
    }

    80% {
        clip: rect(25px, 9999px, 37px, 0)
    }

    85% {
        clip: rect(76px, 9999px, 53px, 0)
    }

    90% {
        clip: rect(2px, 9999px, 23px, 0)
    }

    95% {
        clip: rect(9px, 9999px, 39px, 0)
    }

    100% {
        clip: rect(41px, 9999px, 55px, 0)
    }
}

@keyframes pa-noise-anim-2 {
    0% {
        clip: rect(14px, 9999px, 66px, 0)
    }

    5% {
        clip: rect(19px, 9999px, 36px, 0)
    }

    10% {
        clip: rect(17px, 9999px, 46px, 0)
    }

    15% {
        clip: rect(46px, 9999px, 63px, 0)
    }

    20% {
        clip: rect(28px, 9999px, 1px, 0)
    }

    25% {
        clip: rect(64px, 9999px, 16px, 0)
    }

    30% {
        clip: rect(58px, 9999px, 24px, 0)
    }

    35% {
        clip: rect(18px, 9999px, 79px, 0)
    }

    40% {
        clip: rect(61px, 9999px, 67px, 0)
    }

    45% {
        clip: rect(63px, 9999px, 57px, 0)
    }

    50% {
        clip: rect(59px, 9999px, 10px, 0)
    }

    55% {
        clip: rect(20px, 9999px, 93px, 0)
    }

    60% {
        clip: rect(49px, 9999px, 89px, 0)
    }

    65% {
        clip: rect(70px, 9999px, 59px, 0)
    }

    70% {
        clip: rect(70px, 9999px, 82px, 0)
    }

    75% {
        clip: rect(82px, 9999px, 20px, 0)
    }

    80% {
        clip: rect(25px, 9999px, 37px, 0)
    }

    85% {
        clip: rect(76px, 9999px, 53px, 0)
    }

    90% {
        clip: rect(2px, 9999px, 23px, 0)
    }

    95% {
        clip: rect(9px, 9999px, 39px, 0)
    }

    100% {
        clip: rect(41px, 9999px, 55px, 0)
    }
}

.premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text,
.premium-atext__switch .premium-fancy-item-hidden {
    opacity: 0
}

.premium-atext__wrapper {
    position: relative
}

.premium-atext__wrapper>a {
    position: absolute;
    inset: 0;
    z-index: 9
}

.premium-atext__wrapper>a span {
    display: none
}

.premium-atext__wrapper .premium-fancy-list-items {
    list-style: none
}

.premium-atext__wrapper .premium-atext__span-align {
    vertical-align: top
}

.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    position: relative
}

.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

.premium-atext__headline {
    display: block;
    font-size: 43px
}

.premium-atext__clip .premium-fancy-item-visible {
    position: relative !important
}

.premium-atext__clip .premium-atext__items-wrapper {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.premium-atext__clip .premium-atext__items-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #0d0d0d
}

.premium-atext__zoomout .premium-fancy-item-hidden {
    -webkit-animation: pa-zoom-out .8s;
    animation: pa-zoom-out .8s
}

.premium-atext__zoomout .premium-fancy-item-visible {
    position: relative !important;
    -webkit-animation: pa-zoom-in .8s;
    animation: pa-zoom-in .8s
}

.premium-atext__zoomout .premium-atext__items-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.premium-atext__rotate .premium-fancy-list-items {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.premium-atext__rotate .premium-fancy-item-hidden {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: pa-rotate-out 1.2s;
    animation: pa-rotate-out 1.2s
}

.premium-atext__rotate .premium-fancy-item-visible {
    position: relative !important;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: pa-rotate-in 1.2s;
    animation: pa-rotate-in 1.2s
}

.premium-atext__custom .premium-fancy-item-visible {
    position: relative !important
}

.premium-atext__auto-fade .premium-atext__text {
    display: inline-block;
    width: 200px;
    font-weight: 400
}

.premium-atext__auto-fade .premium-fancy-svg-text {
    position: relative;
    vertical-align: sub
}

.premium-atext__auto-fade g>text {
    text-anchor: start;
    shape-rendering: crispEdges;
    opacity: 0;
    font-size: 300px;
    -webkit-animation-name: pa-auto-fade;
    animation-name: pa-auto-fade;
    -moz-animation-name: pa-auto-fade;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.premium-atext__auto-fade g>text:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.premium-atext__auto-fade g>text:nth-child(2) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.premium-atext__auto-fade g>text:nth-child(3) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.premium-atext__highlight .premium-atext__text {
    display: inline-block
}

.premium-atext__paused-yes:hover .premium-atext__letter,
.premium-atext__paused-yes:hover .premium-atext__text,
.premium-atext__paused-yes:hover .text {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.premium-atext__shadow .premium-atext__text {
    -webkit-animation: pa-text-shadow 1.5s ease-in-out infinite;
    animation: pa-text-shadow 1.5s ease-in-out infinite
}

.premium-atext__pattern .premium-atext__text {
    text-shadow: .03em .03em 0 var(--pa-atext-fc);
    position: relative;
    z-index: 1
}

.premium-atext__pattern .premium-atext__text::after {
    content: attr(data-text);
    position: absolute;
    top: .07em;
    left: .07em;
    z-index: -1;
    text-shadow: none;
    background-image: -webkit-linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, #eae8e0 55%, transparent 0);
    background-image: linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, #eae8e0 55%, transparent 0);
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: pa-pattern 15s linear infinite;
    animation: pa-pattern 15s linear infinite
}

.premium-atext__fill .premium-atext__text {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 300% 300% !important;
    -webkit-animation: pa-fill 10s ease-in-out infinite;
    animation: pa-fill 10s ease-in-out infinite
}

.premium-atext__tilt {
    opacity: 0
}

.premium-atext__tilt .premium-atext__letter {
    display: inline-block;
    -webkit-animation: pa-tilt 1s forwards ease-in-out infinite;
    animation: pa-tilt 1s forwards ease-in-out infinite
}

.premium-atext__flip .premium-atext__letter {
    display: inline-block;
    -webkit-animation: pa-flip 1s forwards ease-in-out infinite;
    animation: pa-flip 1s forwards ease-in-out infinite
}

.premium-atext__wave .premium-atext__letter {
    display: inline-block;
    -webkit-animation: pa-wave 1s backwards ease-in-out infinite;
    animation: pa-wave 1s backwards ease-in-out infinite
}

.premium-atext__pop .premium-atext__letter {
    display: inline-block;
    -webkit-animation: pa-pop 1s forwards ease-in-out infinite;
    animation: pa-pop 1s forwards ease-in-out infinite
}

.premium-atext__lines .text {
    fill: none;
    stroke-width: 1;
    stroke-linejoin: round;
    stroke-dasharray: 60 330;
    stroke-dashoffset: 0;
    -webkit-animation: pa-lines 3s infinite linear;
    animation: pa-lines 3s infinite linear
}

.premium-atext__lines .text:nth-child(5n+1) {
    stroke: var(--pa-atext-fc);
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.premium-atext__lines .text:nth-child(5n+2) {
    stroke: var(--pa-atext-sc);
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s
}

.premium-atext__lines .text:nth-child(5n+3) {
    stroke: var(--pa-atext-tc);
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s
}

.premium-atext__lines .text:nth-child(5n+4) {
    stroke: var(--pa-atext-foc);
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s
}

.premium-atext__lines .text:nth-child(5n+5) {
    stroke: var(--pa-atext-fic);
    -webkit-animation-delay: -6s;
    animation-delay: -6s
}

.premium-atext__underline .premium-atext__text {
    position: relative;
    z-index: 1
}

.premium-atext__underline .premium-atext__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #ff0;
    z-index: -1
}

.premium-atext__shape .premium-atext__text {
    position: relative
}

.premium-atext__shape .premium-atext__text svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible
}

.premium-atext__shape .premium-atext__text svg path {
    stroke: #3baede;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    -webkit-transition: .3s;
    transition: .3s
}

.premium-atext__shape.draw-shape svg path {
    -webkit-animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1;
    animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1
}

.premium-atext__shape.draw-shape svg path:nth-of-type(2) {
    -webkit-animation-delay: -webkit-calc(var(--pa-animation-duration, 1.2s)/ 2);
    animation-delay: calc(var(--pa-animation-duration, 1.2s)/ 2)
}

.premium-atext__shape.hide-shape svg path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    -webkit-animation: pa-shape-hide .4s forwards ease 1;
    animation: pa-shape-hide .4s forwards ease 1
}

.premium-atext__reveal .premium-atext__text {
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: repeat-x;
    -webkit-animation: pa-reveal 2s forwards ease-in-out infinite;
    animation: pa-reveal 2s forwards ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.premium-atext__loading-yes .premium-atext__text {
    position: relative
}

.premium-atext__loading-yes .premium-atext__text .premium-loading-bar {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    animation: pa-loading-bar 2.5s ease-out infinite;
    -webkit-animation: pa-loading-bar 2.5s ease-out infinite
}

.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes pa-text-shadow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc)
    }

    20% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
        text-shadow: 0 .125em 0 var(--pa-atext-fc), 0 .25em 0 var(--pa-atext-sc), 0 -.125em 0 var(--pa-atext-tc), 0 -.25em 0 var(--pa-atext-foc)
    }

    40% {
        -webkit-transform: translateY(.5em);
        transform: translateY(.5em);
        text-shadow: 0 -.0625em 0 var(--pa-atext-fc), 0 -.125em 0 var(--pa-atext-sc), 0 .0625em 0 var(--pa-atext-tc), 0 .125em 0 var(--pa-atext-foc)
    }

    60% {
        -webkit-transform: translateY(-.25em);
        transform: translateY(-.25em);
        text-shadow: 0 .03125em 0 var(--pa-atext-fc), 0 .0625em 0 var(--pa-atext-sc), 0 -.03125em 0 var(--pa-atext-tc), 0 -.0625em 0 var(--pa-atext-foc)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc)
    }
}

@keyframes pa-text-shadow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc)
    }

    20% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
        text-shadow: 0 .125em 0 var(--pa-atext-fc), 0 .25em 0 var(--pa-atext-sc), 0 -.125em 0 var(--pa-atext-tc), 0 -.25em 0 var(--pa-atext-foc)
    }

    40% {
        -webkit-transform: translateY(.5em);
        transform: translateY(.5em);
        text-shadow: 0 -.0625em 0 var(--pa-atext-fc), 0 -.125em 0 var(--pa-atext-sc), 0 .0625em 0 var(--pa-atext-tc), 0 .125em 0 var(--pa-atext-foc)
    }

    60% {
        -webkit-transform: translateY(-.25em);
        transform: translateY(-.25em);
        text-shadow: 0 .03125em 0 var(--pa-atext-fc), 0 .0625em 0 var(--pa-atext-sc), 0 -.03125em 0 var(--pa-atext-tc), 0 -.0625em 0 var(--pa-atext-foc)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc)
    }
}

@-webkit-keyframes pa-pattern {
    0% {
        background-position: 0 0
    }

    0% {
        background-position: 100% -100%
    }
}

@keyframes pa-pattern {
    0% {
        background-position: 0 0
    }

    0% {
        background-position: 100% -100%
    }
}

@-webkit-keyframes pa-fill {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes pa-fill {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-webkit-keyframes pa-tilt {
    0% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg)
    }

    50% {
        -webkit-transform: rotateZ(15deg);
        transform: rotateZ(15deg)
    }

    100% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg)
    }
}

@keyframes pa-tilt {
    0% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg)
    }

    50% {
        -webkit-transform: rotateZ(15deg);
        transform: rotateZ(15deg)
    }

    100% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg)
    }
}

@-webkit-keyframes pa-flip {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes pa-flip {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes pa-wave {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

@keyframes pa-wave {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

@-webkit-keyframes pa-pop {
    0% {
        -webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
        transform: rotateZ(5deg) scale(.75) translateY(0);
        opacity: .1
    }

    50% {
        -webkit-transform: rotateZ(-5deg) scale(1) translateY(-.5em);
        transform: rotateZ(-5deg) scale(1) translateY(-.5em);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
        transform: rotateZ(5deg) scale(.75) translateY(0);
        opacity: .1
    }
}

@keyframes pa-pop {
    0% {
        -webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
        transform: rotateZ(5deg) scale(.75) translateY(0);
        opacity: .1
    }

    50% {
        -webkit-transform: rotateZ(-5deg) scale(1) translateY(-.5em);
        transform: rotateZ(-5deg) scale(1) translateY(-.5em);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
        transform: rotateZ(5deg) scale(.75) translateY(0);
        opacity: .1
    }
}

@-webkit-keyframes pa-lines {
    100% {
        stroke-dashoffset: -400
    }
}

@keyframes pa-lines {
    100% {
        stroke-dashoffset: -400
    }
}

@-webkit-keyframes pa-auto-fade {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    35% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes pa-shape-draw {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    100% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes pa-shape-draw {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    100% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@-webkit-keyframes pa-shape-hide {
    0% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

@keyframes pa-shape-hide {
    0% {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

@-webkit-keyframes pa-reveal {
    0% {
        background-size: 0;
        background-position-y: 0
    }

    10% {
        background-size: 30px;
        background-position-y: 0
    }

    35%,
    45% {
        background-position-y: 100%
    }

    70% {
        background-size: 30px;
        background-position-y: 0
    }

    100% {
        background-size: 200px
    }
}

@keyframes pa-reveal {
    0% {
        background-size: 0;
        background-position-y: 0
    }

    10% {
        background-size: 30px;
        background-position-y: 0
    }

    35%,
    45% {
        background-position-y: 100%
    }

    70% {
        background-size: 30px;
        background-position-y: 0
    }

    100% {
        background-size: 200px
    }
}

@keyframes pa-auto-fade {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    35% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes pa-loading-bar {
    0% {
        width: 0
    }

    100% {
        width: 100
    }
}

@keyframes pa-loading-bar {
    0% {
        width: 0
    }

    100% {
        width: 100
    }
}

@-webkit-keyframes pa-zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes pa-zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes pa-zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

@keyframes pa-zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

@-webkit-keyframes pa-rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    35% {
        opacity: 0;
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg)
    }

    65% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

@keyframes pa-rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    35% {
        opacity: 0;
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg)
    }

    65% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

@-webkit-keyframes pa-rotate-out {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    35% {
        opacity: 1;
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg)
    }

    65% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@keyframes pa-rotate-out {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    35% {
        opacity: 1;
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg)
    }

    65% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

.premium-bullet-list-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.premium-bullet-list-flex-start .premium-bullet-list-content {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.premium-bullet-list-center .premium-bullet-list-content {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.premium-bullet-list-flex-end .premium-bullet-list-content {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.premium-bullet-list-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    width: auto;
    position: relative
}

.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-wrapper {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.premium-bullet-list-content .premium-bullet-list-text span {
    -webkit-transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
    margin: 0 5px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-bullet-list-content .premium-bullet-list-icon-text p {
    background-color: #eee;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 13px
}

.premium-bullet-list-content .premium-bullet-list-icon-text p,
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-wrapper i,
.premium-bullet-list-content .premium-bullet-list-wrapper img {
    -webkit-transition: color .3s ease-in-out, fill .3s ease-in-out, text-shadow .3s ease-in-out, background-color .3s ease-in-out, stroke .3s ease-in-out;
    transition: color .3s ease-in-out, fill .3s ease-in-out, text-shadow .3s ease-in-out, background-color .3s ease-in-out, stroke .3s ease-in-out
}

.premium-bullet-list-content .premium-bullet-list-wrapper {
    position: relative;
    line-height: 0
}

.premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-content .premium-bullet-list-wrapper svg {
    width: 30px !important;
    height: 30px !important;
    position: relative;
    z-index: 3
}

.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,
.premium-bullet-list-content .premium-bullet-list-wrapper i {
    position: relative;
    z-index: 3
}

.premium-bullet-list-content .premium-bullet-list-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.premium-bullet-list-content .premium-bullet-list-link span {
    display: none
}

.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
    width: 100%;
    height: 100%;
    position: absolute;
    top: .5em;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
    content: "";
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #333;
    display: block;
    height: 100%
}

li.premium-bullet-list-content.premium-bullet-list-content-inline {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 2
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
    margin: 0 3px
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
    margin: 0 3px 0 0
}

.premium-bullet-list-divider:not(:last-child) {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden
}

.premium-bullet-list-divider:not(:last-child):after {
    content: "";
    display: block;
    border-top-style: solid;
    border-top-width: 1px
}

.premium-bullet-list-divider-inline:not(:last-child) {
    float: right;
    display: inline-block;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 3px
}

.premium-bullet-list-divider-inline:not(:last-child):after {
    content: "";
    display: block;
    border-left-width: 1px;
    height: 33px;
    border-left-style: solid
}

.premium-bullet-list-icon-text {
    line-height: 1.5
}

.premium-bullet-list-icon-text p,
li.premium-bullet-list-content,
ul.premium-bullet-list-box {
    margin: 0
}

.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i {
    color: transparent !important;
    text-shadow: 0 0 3px #aaa
}

.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i {
    color: #aaa !important;
    text-shadow: 0 0 0 transparent
}

.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content {
    -webkit-filter: none;
    filter: none
}

.premium-bullet-list-content .premium-bullet-list-badge {
    font-size: 11px;
    top: auto;
    min-width: -webkit-max-content;
    min-width: max-content;
    height: -webkit-fit-content;
    height: fit-content
}

.premium-bullet-list-gradient-effect[data-text] {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.premium-bullet-list-gradient-effect[data-text]::before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
    clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before,
.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

ul[data-list-animation*=animated-] .premium-bullet-list-content,
ul[data-list-animation*=animated-] .premium-bullet-list-divider,
ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline {
    opacity: 0
}

.premium-bullet-list-content-grow-effect:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.premium-image-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background-color: #eee;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important
}

.premium-image-button .premium-button-style6-bg,
.premium-image-button.premium-button-style6:before,
.premium-image-button:not(.premium-image-button-style6):hover {
    background-color: #54595f
}

.premium-image-button-style1:before,
.premium-image-button-style4-icon-wrapper {
    background-color: #54595f
}

.premium-image-button-text-icon-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-image-button-text-icon-wrapper i,
.premium-image-button-text-icon-wrapper span,
.premium-image-button-text-icon-wrapper svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-image-button-style1:before {
    position: absolute;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-image-button-style1-bottom:before {
    width: 100%;
    height: 0;
    top: 0;
    inset-inline-start: 0
}

.premium-image-button-style1-top:before {
    width: 100%;
    height: 0;
    bottom: 0;
    inset-inline-start: 0
}

.premium-image-button-style1-right:before {
    width: 0;
    height: 100%;
    bottom: 0;
    inset-inline-start: 0
}

.premium-image-button-style1-left:before {
    width: 0;
    height: 100%;
    top: 0;
    inset-inline-end: 0
}

.premium-image-button-style1-bottom:hover:before,
.premium-image-button-style1-top:hover:before {
    height: 100%
}

.premium-image-button-style1-left:hover:before,
.premium-image-button-style1-right:hover:before {
    width: 100%
}

.premium-image-button-style3 {
    z-index: 10
}

.premium-image-button-style3:before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.premium-image-button-diagonal-right:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.premium-image-button-diagonal-right:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.premium-image-button-diagonal-left:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.premium-image-button-diagonal-left:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.premium-image-button-diagonal-bottom:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0)
}

.premium-image-button-diagonal-bottom:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0)
}

.premium-image-button-diagonal-top:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0)
}

.premium-image-button-diagonal-top:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0)
}

.premium-image-button-style4-icon-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-image-button-style4-icon-wrapper.top {
    bottom: -100%;
    inset-inline-start: 0
}

.premium-image-button-style4-icon-wrapper.bottom {
    top: -100%;
    inset-inline-start: 0
}

.premium-image-button-style4-icon-wrapper.left {
    top: 0;
    inset-inline-start: -100%
}

.premium-image-button-style4-icon-wrapper.right {
    top: 0;
    inset-inline-end: -100%
}

.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
    top: 0;
    opacity: 1
}

.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
    bottom: 0;
    opacity: 1
}

.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
    inset-inline-start: 0;
    opacity: 1
}

.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
    inset-inline-end: 0;
    opacity: 1
}

.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.premium-image-button-style5:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: rgba(255, 255, 255, .2);
    -webkit-animation-name: premium-overlap-effect-done;
    animation-name: premium-overlap-effect-done;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.premium-image-button-overlap-effect-vertical:before {
    -webkit-animation-name: premium-overlap-ver-effect-done;
    animation-name: premium-overlap-ver-effect-done
}

.premium-image-button-overlap-effect-horizontal:hover:before {
    -webkit-animation-name: premium-overlap-effect;
    animation-name: premium-overlap-effect
}

.premium-image-button-overlap-effect-vertical:hover:before {
    -webkit-animation-name: premium-overlap-ver-effect;
    animation-name: premium-overlap-ver-effect
}

.premium-image-button-style6:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-image-button-style6:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(3);
    -ms-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3)
}

.premium-image-button-style6 .premium-button-text-icon-wrapper {
    position: relative;
    z-index: 1
}

@-webkit-keyframes premium-overlap-effect {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes premium-overlap-effect {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes premium-overlap-effect-done {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes premium-overlap-effect-done {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes premium-overlap-ver-effect {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

@keyframes premium-overlap-ver-effect {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

@-webkit-keyframes premium-overlap-ver-effect-done {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

@keyframes premium-overlap-ver-effect-done {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }
}

.rtl .premium-image-button-style3:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.rtl .premium-image-button-diagonal-left:before,
.rtl .premium-image-button-diagonal-right:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0)
}

.rtl .premium-image-button-diagonal-left:hover:before,
.rtl .premium-image-button-diagonal-right:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0)
}

.rtl .premium-image-button-diagonal-bottom:before,
.rtl .premium-image-button-diagonal-top:hover:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.rtl .premium-image-button-diagonal-bottom:hover:before,
.rtl .premium-image-button-diagonal-top:before {
    -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.rtl .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.premium-image-scroll-container,
.premium-image-scroll-section {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-image-scroll-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, #000)
}

.premium-image-scroll-container {
    width: 100%
}

.premium-image-scroll-container .premium-image-scroll-mask-media {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.premium-container-scroll {
    overflow: auto
}

.premium-image-scroll-container .premium-image-scroll-horizontal {
    position: relative;
    width: 100%;
    height: 100%
}

.premium-image-scroll-container .premium-image-scroll-horizontal img {
    max-width: none;
    height: 100%
}

.premium-image-scroll-container .premium-image-scroll-vertical img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.premium-image-scroll-ver {
    position: relative
}

.premium-image-scroll-container .premium-image-scroll-overlay {
    background: rgba(2, 2, 2, .3)
}

.premium-image-scroll-container .premium-image-scroll-link,
.premium-image-scroll-container .premium-image-scroll-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.premium-image-scroll-content {
    display: inline-block;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.premium-container-scroll-instant .premium-image-scroll-image {
    -webkit-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important
}

.premium-image-scroll-container img {
    -webkit-transition: -webkit-transform 3s ease-in-out;
    transition: -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out
}

.premium-image-scroll-container .premium-image-scroll-content,
.premium-image-scroll-container .premium-image-scroll-overlay {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}

.premium-image-scroll-container:hover .premium-image-scroll-overlay {
    opacity: 0
}

.premium-image-scroll-container:hover .premium-image-scroll-content {
    opacity: 0;
    visibility: hidden
}

.premium-image-scroll-content .premium-image-scroll-icon {
    display: inline-block;
    line-height: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.pa-horizontal-mouse-scroll {
    -webkit-animation-name: pa-scroll-horizontal;
    animation-name: pa-scroll-horizontal
}

.pa-vertical-mouse-scroll {
    -webkit-animation-name: pa-scroll-vertical;
    animation-name: pa-scroll-vertical
}

@-webkit-keyframes pa-scroll-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes pa-scroll-vertical {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes pa-scroll-horizontal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes pa-scroll-horizontal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.premium-image-separator-container {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-image-separator-container img,
.premium-image-separator-container svg {
    display: inline-block !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.premium-image-separator-container .premium-image-separator-link {
    position: absolute;
    z-index: 9999;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.premium-image-separator-container .premium-image-separator-link:active,
.premium-image-separator-container .premium-image-separator-link:focus,
.premium-image-separator-container .premium-image-separator-link:hover,
.premium-image-separator-container .premium-image-separator-link:visited {
    box-shadow: none !important;
    outline: 0 !important;
    border: none !important;
    text-decoration: none !important
}

.premium-image-separator-container i,
.premium-image-separator-container>svg {
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-blog-filter,
.premium-img-gallery-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-img-gallery {
    clear: both;
    overflow: hidden
}

.premium-gallery-container .premium-gallery-item {
    padding: 10px;
    float: inline-start
}

.premium-gallery-container .grid-sizer {
    width: 33.33%
}

.premium-gallery-container .pa-gallery-item {
    padding: 10px
}

.premium-blog-filter .premium-blog-filters-container li a.category,
.premium-img-gallery-filter .premium-gallery-cats-container li a.category {
    outline: 0;
    text-decoration: none;
    border-radius: 75px;
    margin: 15px 5px 20px;
    padding: 7px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-gallery-img {
    position: relative
}

.pa-gallery-img .pa-gallery-whole-link {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.pa-gallery-img .pa-gallery-whole-link span {
    display: none
}

.pa-gallery-img.style2 .pa-gallery-whole-link,
.pa-gallery-img.style3 .pa-gallery-whole-link {
    z-index: 99
}

.pa-gallery-img-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pa-gallery-img-container img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-img-gallery.gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-img-gallery.scale img,
.premium-img-gallery.zoomout img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-img-gallery.sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-img-gallery.bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-img-gallery.trans img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.pa-gallery-img .pa-gallery-img-link i,
.pa-gallery-img .pa-gallery-img-link svg,
.pa-gallery-img .pa-gallery-magnific-image i,
.pa-gallery-img .pa-gallery-magnific-image svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-gallery-img .pa-gallery-img-link span,
.pa-gallery-img .pa-gallery-magnific-image span {
    line-height: 1;
    display: inline-block;
    opacity: 0;
    margin: 0 5px;
    padding: 15px;
    border-radius: 50%
}

.pa-gallery-img.style2 .pa-gallery-img-link span,
.pa-gallery-img.style2 .pa-gallery-magnific-image span {
    margin: 0 5px 20px
}

.pa-gallery-img:hover .pa-gallery-magnific-image span {
    -webkit-transition: all .3s ease-in-out, opacity .5s ease-in-out .3s;
    transition: all .3s ease-in-out, opacity .5s ease-in-out .3s
}

.pa-gallery-img:hover .pa-gallery-img-link span {
    -webkit-transition: all .3s ease-in-out, opacity .5s ease-in-out .6s;
    transition: all .3s ease-in-out, opacity .5s ease-in-out .6s
}

.pa-gallery-img:hover .pa-gallery-img-link span,
.pa-gallery-img:hover .pa-gallery-magnific-image span {
    opacity: 1
}

.premium-gallery-icon-show a.pa-gallery-video-icon span {
    opacity: 1
}

.premium-blog-filter ul.premium-blog-filters-container,
.premium-img-gallery-filter ul.premium-gallery-cats-container {
    text-align: center;
    margin: 0;
    padding: 0
}

.premium-blog-filter .premium-blog-filters-container li,
.premium-img-gallery-filter .premium-gallery-cats-container li {
    list-style: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-img-gallery.zoomin .pa-gallery-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-img-gallery.zoomout .pa-gallery-img:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-img-gallery.scale .pa-gallery-img:hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.premium-img-gallery.gray .pa-gallery-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-img-gallery.blur .pa-gallery-img:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-img-gallery.sepia .pa-gallery-img:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-img-gallery.trans .pa-gallery-img:hover img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-img-gallery.bright .pa-gallery-img:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.pa-gallery-img .premium-gallery-caption {
    padding: 10px
}

.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
    display: block;
    margin-bottom: 0
}

.pa-gallery-img.style1 {
    overflow: hidden
}

.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
    position: absolute;
    top: 33.33%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.pa-gallery-img.style1 .premium-gallery-caption {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.pa-gallery-img.style1:hover .premium-gallery-caption {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: -1px !important
}

.pa-gallery-img.default .premium-gallery-caption {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0
}

.pa-gallery-img.style2 .pa-gallery-icons-caption-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    z-index: 1;
    background-color: rgba(108, 191, 226, .68);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
    width: 100%
}

.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px)
}

.premium-clearfix {
    clear: both
}

.premium-img-gallery-metro .premium-gallery-item {
    overflow: hidden
}

.premium-img-gallery-metro .pa-gallery-img {
    height: 100%
}

.premium-img-gallery-metro .pa-gallery-img-container {
    height: 100%
}

.premium-img-gallery-metro .pa-gallery-img-container img {
    min-height: 100%;
    width: 100%;
    object-fit: fill
}

.premium-img-gallery .premium-gallery-item-hidden {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.premium-gallery-load-more {
    position: relative
}

.premium-gallery-load-more .premium-gallery-load-more-btn {
    box-shadow: none;
    text-shadow: none;
    border: none;
    outline: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: bottom;
    cursor: pointer;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    background-image: none;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-gallery-load-more-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-gallery-load-more-btn div {
    -webkit-margin-start: 3px;
    margin-inline-start: 3px
}

.premium-gallery-load-more-btn .premium-loader {
    display: inline-block;
    width: 20px;
    height: 20px
}

.pa-gallery-img .pa-gallery-lightbox-wrap {
    display: inline-block
}

.pa-gallery-img .pa-gallery-video-icon,
.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img {
    cursor: pointer
}

.pa-gallery-img-container iframe {
    position: absolute;
    visibility: hidden;
    top: 0;
    inset-inline-start: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.pa-gallery-img-container video {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    object-fit: contain
}

.pa-gallery-icons-caption-cell svg,
.pa-gallery-icons-inner-container svg {
    width: 14px;
    height: 14px
}

.premium-gallery-gradient-layer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 20px;
    background: -webkit-linear-gradient(bottom, #17181f 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #17181f 0, rgba(255, 255, 255, 0) 100%)
}

.rtl .premium-img-gallery.trans img {
    -webkit-transform: translateX(15px) scale(1.1);
    -ms-transform: translateX(15px) scale(1.1);
    transform: translateX(15px) scale(1.1)
}

.rtl .premium-img-gallery.scale .pa-gallery-img:hover img {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg)
}

.rtl .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
    -webkit-transform: translate(-15px, 15px);
    -ms-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px)
}

.elementor-widget-premium-lottie .premium-lottie-animation {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.elementor-widget-premium-lottie .premium-lottie-animation a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.premium-maps-info-container {
    margin-top: 10px;
    margin-bottom: 10px
}

.premium-maps-info-container.advanced-pin {
    margin: -16px;
    width: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-maps-info-container.advanced-pin .gm-ui-hover-effect {
    display: none
}

.premium-maps-info-container.advanced-pin .premium-maps-info-close {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .4
}

.premium-maps-info-container.advanced-pin .premium-maps-info-close:hover {
    opacity: 1
}

.premium-maps-info-container.advanced-pin .premium-maps-info-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.premium-maps-info-container.advanced-pin .premium-maps-info-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover
}

.premium-maps-info-container.advanced-pin .premium-maps-location-directions {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    top: 100%;
    left: 83%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-maps-info-container.advanced-pin .eicon-share-arrow {
    font-size: 20px
}

.premium-maps-info-container.advanced-pin .eicon-headphones {
    font-weight: 700
}

.premium-maps-info-container.advanced-pin .premium-maps-location-info {
    color: #222;
    font-size: 13px;
    text-align: start
}

.premium-maps-info-container.advanced-pin .maps-info-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.premium-maps-info-container.advanced-pin .maps-info-item i {
    -webkit-margin-end: 14px;
    margin-inline-end: 14px
}

.premium-maps-info-container.advanced-pin p {
    margin: 0
}

.premium-maps-info-container.maps-skin1 .premium-maps-info-close {
    top: 12px;
    right: 12px;
    background-color: #fff
}

.premium-maps-info-container.maps-skin1 .premium-maps-title-wrap {
    position: relative;
    padding: 16px;
    background-color: #4285f4
}

.premium-maps-info-container.maps-skin1 .premium-maps-info-img {
    height: 150px
}

.premium-maps-info-container.maps-skin1 .premium-maps-location-info {
    padding: 28px 16px 16px
}

.premium-maps-info-container.maps-skin1 .premium-maps-info-desc {
    border-top: 1px solid rgba(230, 230, 230, .5);
    margin-top: 12px;
    padding-top: 12px
}

.premium-maps-info-container.maps-skin1 .premium-maps-location-direction {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-maps-info-container.maps-skin1 .premium-maps-location-direction span {
    display: none
}

.premium-maps-info-container.maps-skin2 {
    padding: 35px 25px 25px
}

.premium-maps-info-container.maps-skin2 .premium-maps-title-wrap {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(230, 230, 230, .5)
}

.premium-maps-info-container.maps-skin2 .premium-maps-info-title {
    font-weight: 700;
    font-size: 18px
}

.premium-maps-info-container.maps-skin2 .premium-maps-info-img {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 80px;
    margin-top: 10px
}

.premium-maps-info-container.maps-skin2 .premium-maps-location-info {
    padding-top: 14px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.premium-maps-info-container.maps-skin2 .premium-maps-info-desc {
    margin: 15px 0 10px
}

.premium-maps-info-container.maps-skin3 {
    padding: 25px
}

.premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(230, 230, 230, .5)
}

.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px
}

.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap .eicon-share-arrow {
    display: none
}

.premium-maps-info-container.maps-skin3 .premium-maps-info-title {
    margin-bottom: 5px
}

.premium-maps-info-container.maps-skin3 .premium-maps-info-img {
    width: 80px;
    height: 80px;
    border-radius: 100%
}

.premium-maps-info-container.maps-skin3 .premium-maps-location-info {
    padding-top: 14px
}

.premium-maps-info-container.maps-skin2 .premium-maps-info-close,
.premium-maps-info-container.maps-skin3 .premium-maps-info-close {
    top: 12px;
    inset-inline-end: 12px;
    background-color: #bbb
}

.premium-maps-info-desc,
.premium-maps-info-title {
    margin: 0;
    padding: 0
}

.premium-maps-container .gm-style-iw {
    text-align: center
}

.premium-maps-container .gm-style img {
    max-width: none !important
}

.premium-maps-container .gm-style-iw-c,
.premium-maps-container .gm-style-iw-d {
    overflow: visible !important;
    max-height: initial !important
}

.rtl .premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rtl .premium-maps-container .gm-style-iw {
    direction: ltr
}

.premium-adv-carousel__item-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 99
}

.premium-adv-carousel__media-info-wrap {
    padding: 5px;
    z-index: 3;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc,
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
    display: block
}

.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
    font-size: 19px;
    font-weight: 700
}

.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc {
    font-size: 14px;
    white-space: normal
}

.premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__media-wrap {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-adv-carousel__media-wrap {
    height: 300px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.premium-adv-carousel__item {
    width: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.premium-adv-carousel__media-wrap .premium-adv-carousel__item-img img,
.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.premium-adv-carousel__template-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    white-space: normal
}

.premium-adv-carousel__template-wrapper section {
    padding: 0 !important;
    overflow: hidden
}

.premium-adv-carousel__iframe-wrap,
.premium-adv-carousel__iframe-wrap iframe,
.premium-adv-carousel__video-wrap {
    height: 100% !important;
    cursor: pointer
}

.premium-adv-carousel__video-wrap {
    position: relative
}

.premium-adv-carousel__video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.premium-adv-carousel__video-icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 10px
}

.premium-adv-carousel__video-icon i {
    font-size: 25px
}

.premium-adv-carousel__video-icon svg {
    width: 50px;
    height: 50px
}

.premium-adv-carousel__vid-overlay {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.premium-adv-carousel__item-outer-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.premium-adv-carousel__icons-holder {
    display: none
}

.premium-adv-carousel__infinite .premium-adv-carousel__container {
    position: relative;
    pointer-events: none;
    overflow: hidden !important
}

.premium-adv-carousel__infinite .premium-adv-carousel__container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: 0 0 !important
}

.premium-adv-carousel__infinite .premium-adv-carousel__inner-container {
    width: 100%;
    overflow: scroll;
    pointer-events: all;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.premium-adv-carousel__infinite .premium-adv-carousel__inner-container::-webkit-scrollbar {
    display: none
}

.premium-adv-carousel__infinite .premium-adv-carousel__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-adv-carousel__infinite .premium-adv-carousel__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.premium-adv-carousel__infinite .premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.premium-adv-carousel__infinite.premium-adv-carousel__horizontal {
    white-space: nowrap
}

.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__inner-container {
    height: 500px
}

.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item {
    width: 100%
}

.premium-adv-carousel__carousel .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap {
    visibility: hidden;
    opacity: 0
}

.premium-adv-carousel__carousel .flipster__item--current .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow .flipster__item--current .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .flipster__item--current .premium-adv-carousel__media-info-wrap {
    visibility: visible;
    opacity: 1
}

.premium-adv-carousel__carousel .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__coverflow .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__flat .premium-adv-carousel__item-outer-wrapper {
    cursor: pointer
}

.premium-adv-carousel__item .pa-media-icons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image i,
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span {
    line-height: 1;
    display: inline-block;
    opacity: 0;
    padding: 15px;
    border-radius: 50%;
    margin: 0 5px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-adv-carousel__item:hover .pa-media-magnific-image span {
    opacity: 1 !important
}

.flipster__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    line-height: 0;
    text-align: center;
    border: none;
    box-shadow: none;
    color: transparent
}

.flipster__button svg {
    width: 15px;
    height: 15px;
    stroke: none
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-1 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 1 / 10));
    -ms-transform: scale(calc(.95 - 1 / 10));
    transform: scale(calc(.95 - 1 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-2 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 2 / 10));
    -ms-transform: scale(calc(.95 - 2 / 10));
    transform: scale(calc(.95 - 2 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-3 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-3 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 3 / 10));
    -ms-transform: scale(calc(.95 - 3 / 10));
    transform: scale(calc(.95 - 3 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-4 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-4 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 4 / 10));
    -ms-transform: scale(calc(.95 - 4 / 10));
    transform: scale(calc(.95 - 4 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-5 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-5 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 5 / 10));
    -ms-transform: scale(calc(.95 - 5 / 10));
    transform: scale(calc(.95 - 5 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-6 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-6 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 6 / 10));
    -ms-transform: scale(calc(.95 - 6 / 10));
    transform: scale(calc(.95 - 6 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-7 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-7 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 7 / 10));
    -ms-transform: scale(calc(.95 - 7 / 10));
    transform: scale(calc(.95 - 7 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-8 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-8 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 8 / 10));
    -ms-transform: scale(calc(.95 - 8 / 10));
    transform: scale(calc(.95 - 8 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-9 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-9 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 9 / 10));
    -ms-transform: scale(calc(.95 - 9 / 10));
    transform: scale(calc(.95 - 9 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-10 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-10 .flipster__item__content {
    -webkit-transform: scale(-webkit-calc(.95 - 10 / 10));
    -ms-transform: scale(calc(.95 - 10 / 10));
    transform: scale(calc(.95 - 10 / 10))
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past {
    opacity: .3
}

.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future-1,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past-1 {
    opacity: .8
}

@media (max-width:1024px) {
    .premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span {
        opacity: 1
    }
}

.pa-woo-mc__icon-wrapper,
.pa-woo-mc__inner-container,
.pa-woo-mc__outer-container,
.pa-woo-mc__text-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-woo-mc__outer-container {
    gap: 5px
}

.pa-woo-mc__content-wrapper .pa-woo-mc__outer-container a:hover {
    color: currentColor
}

.pa-woo-mc__inner-container {
    cursor: pointer;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__inner-container * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-woo-mc__tax-label {
    text-transform: none;
    font-size: 80%
}

.pa-woo-mc__widget-shopping-outer-wrapper {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto
}

.pa-woo-mc__widget-shopping-outer-wrapper .premium-loading-feed {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__badge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__subtotal.pa-counting {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-val {
    font-family: inherit;
    line-height: inherit
}

.pa-woo-mc__float .pa-woo-mc__inner-container {
    position: fixed;
    z-index: 99;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.pa-woo-mc__float .pa-woo-mc__icon-wrapper {
    position: relative
}

.pa-woo-mc__float .pa-woo-mc__badge {
    top: -5px;
    right: -7px
}

.pa-woo-mc__float .pa-woo-mc__text-wrapper .pa-woo-mc__subtotal {
    font-size: 14px
}

.pa-woo-mc__float .pa-woo-mc__badge,
.pa-woo-mc__preset-2 .pa-woo-mc__badge,
.pa-woo-mc__preset-3 .pa-woo-mc__badge,
.pa-woo-mc__preset-4 .pa-woo-mc__badge,
.pa-woo-mc__preset-6 .pa-woo-mc__badge {
    position: absolute;
    z-index: 1
}

.pa-woo-mc__preset-2 .pa-woo-mc__badge,
.pa-woo-mc__preset-4 .pa-woo-mc__badge,
.pa-woo-mc__preset-6 .pa-woo-mc__badge {
    right: 0;
    top: 0
}

.pa-woo-mc__preset-4 .pa-woo-mc__inner-container,
.pa-woo-mc__preset-5 .pa-woo-mc__inner-container,
.pa-woo-mc__preset-6 .pa-woo-mc__inner-container {
    gap: 8px
}

.pa-woo-mc__preset-1 .pa-woo-mc__badge {
    width: 19px;
    height: 19px
}

.pa-woo-mc__preset-1 .pa-woo-mc__icon-wrapper {
    gap: 6px
}

.pa-woo-mc__preset-2 .pa-woo-mc__inner-container {
    position: relative;
    border: 1px solid #333;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.pa-woo-mc__preset-3 .pa-woo-mc__badge {
    top: -5px;
    right: -7px
}

.pa-woo-mc__preset-3 .pa-woo-mc__icon-wrapper {
    position: relative
}

.pa-woo-mc__preset-3 .pa-woo-mc__inner-container {
    gap: 15px
}

.pa-woo-mc__preset-3 .pa-woo-mc__subtotal {
    font-size: 13px
}

.pa-woo-mc__preset-4 .pa-woo-mc__subtotal {
    font-size: 14px
}

.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333
}

.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
    fill: #fff
}

.pa-woo-mc__preset-5 .pa-woo-mc__text-wrapper {
    font-size: 16px;
    color: #000;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
    fill: #000
}

.pa-woo-mc__preset-6 .pa-woo-mc__inner-container {
    position: relative;
    border-radius: 42px;
    background-color: #333;
    padding: 8px 12px
}

.pa-woo-mc__preset-6 .pa-woo-mc__subtotal {
    font-size: 14px;
    color: #fff
}

.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
    fill: #fff
}

.pa-woo-mc__preset-6 .pa-woo-mc__badge {
    width: 18px;
    height: 18px;
    font-size: 11px;
    top: -3px;
    inset-inline-end: -5px
}

.pa-woo-mc__preset-7 .pa-woo-mc__inner-container {
    gap: 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
    fill: #000;
    width: 32px;
    height: 32px
}

.pa-woo-mc__preset-7 .pa-woo-mc__subtotal {
    color: #439665
}

.pa-woo-mc__preset-7 .pa-woo-mc__text-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    -webkit-border-start: 1px solid rgba(0, 0, 0, .1);
    border-inline-start: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px
}

.pa-woo-mc__preset-7 .pa-woo-mc__badge {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    color: #767676
}

.pa-woo-mc__preset-7 .pa-woo-mc__badge-txt {
    -webkit-padding-start: 3px;
    padding-inline-start: 3px
}

.pa-woo-mc__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.pa-woo-mc__text-wrapper {
    gap: 5px
}

.pa-woo-mc__icon-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-woo-mc__icon-wrapper .premium-lottie-animation,
.pa-woo-mc__icon-wrapper svg {
    width: 20px;
    height: 20px
}

.pa-woo-mc__icon-wrapper i {
    font-size: 20px
}

.pa-woo-mc__cart-content {
    overflow: hidden
}

.pa-woo-mc__cart-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: #000;
    border-bottom: 1px solid #dcdcdc
}

.pa-woo-mc__cart-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3px
}

.pa-woo-mc__overlay {
    position: absolute;
    inset: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pa-woo-mc__close-button {
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-woo-mc__close-button i {
    font-size: 13px;
    color: rgba(0, 0, 0, .631372549)
}

.pa-woo-mc__close-button svg {
    width: 100%;
    height: 100%;
    fill: rgba(0, 0, 0, .631372549)
}

.pa-woo-mc__content-wrapper {
    z-index: 1000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    overflow: hidden;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: #fff
}

.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__cart-footer,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__coupon-sec-wrapper,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__empty-mc,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__progressbar-wrapper {
    display: none
}

.pa-woo-mc__content-wrapper.pa-woo-mc__slide {
    position: fixed;
    height: 100vh;
    top: 0;
    display: none
}

.pa-woo-mc__content-wrapper.pa-woo-mc__slide.right {
    right: 0
}

.pa-woo-mc__content-wrapper.pa-woo-mc__slide.left {
    left: 0
}

.pa-woo-mc__content-wrapper.pa-woo-mc__menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .149)
}

.pa-woo-mc__content-wrapper.pa-woo-mc__menu.pa-woo-mc__open {
    visibility: visible;
    opacity: 1
}

.pa-woo-mc__content-wrapper.pa-woo-mc__menu .pa-woo-mc__items-wrapper {
    height: 255px
}

.pa-woo-mc__remove-item svg,
.pa-woo-mc__remove-item svg * {
    fill: #a3a3a3
}

.pa-woo-mc__remove-item i,
.pa-woo-mc__remove-item span {
    color: #a3a3a3
}

.pa-woo-mc__remove-item:hover svg,
.pa-woo-mc__remove-item:hover svg * {
    fill: #303030
}

.pa-woo-mc__remove-item:hover i,
.pa-woo-mc__remove-item:hover span {
    color: #303030
}

.pa-woo-mc__item-price {
    font-size: 14px;
    font-weight: 500
}

.pa-woo-mc__items-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 20px;
    row-gap: 20px;
    overflow-y: auto;
    background: #fff
}

.pa-woo-mc__item-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    position: relative
}

.pa-woo-mc__empty-msg-wrapper {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-woo-mc__empty-msg {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: "DM Sans", Sans-serif
}

.pa-woo-mc__empty-msg-img {
    width: 150px
}

.pa-woo-mc__empty-msg-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: rgba(2, 1, 1, .8);
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", Sans-serif
}

.pa-woo-mc__empty-msg-btn:hover {
    background-color: rgba(2, 1, 1, .8);
    color: #fff
}

.pa-woo-mc__item-qty,
.pa-woo-mc__price-row,
.pa-woo-mc__product-data,
.pa-woo-mc__title-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-woo-mc__price-row,
.pa-woo-mc__product-data,
.pa-woo-mc__title-row {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pa-woo-mc__product-data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.pa-woo-mc__price-row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.pa-woo-mc__product-thumbnail {
    width: 105px;
    height: 105px
}

.pa-woo-mc__product-thumbnail img {
    height: 100%;
    border-radius: 24px
}

.pa-woo-mc__product-thumbnail a {
    color: transparent
}

.pa-woo-mc__item-qty {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px
}

.pa-woo-mc__input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    width: 20px;
    background: 0 0;
    font-size: 15px;
    font-weight: 400;
    pointer-events: none;
    outline: 0
}

.pa-woo-mc__input[type=number]::-webkit-inner-spin-button,
.pa-woo-mc__input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.pa-woo-mc__input[type=number],
.pa-woo-mc__qty-btn {
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    border-radius: 0
}

.pa-woo-mc__qty-btn {
    width: 13px;
    height: 13px;
    fill: rgba(0, 0, 0, .631372549);
    border: none;
    cursor: pointer
}

.pa-woo-mc__qty-btn * {
    fill: rgba(0, 0, 0, .631372549)
}

.pa-woo-mc__qty-btn.disabled {
    cursor: not-allowed;
    pointer-events: none
}

.pa-woo-mc__qty-btn-yes .pa-woo-mc__qty-btn,
.pa-woo-mc__qty-btn-yes svg:not(:root).pa-woo-mc__qty-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-woo-mc__qty-btn-yes .pa-woo-mc__input[type=number] {
    pointer-events: auto
}

.pa-woo-mc__title {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.pa-woo-mc__layout-1 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pa-woo-mc__layout-1 .pa-woo-mc__title-row {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pa-woo-mc__layout-2 .pa-woo-mc__product-data {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pa-woo-mc__layout-2 .pa-woo-mc__title {
    text-align: left;
    width: 100%
}

.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative
}

.pa-woo-mc__layout-3 .pa-woo-mc__remove-item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 11px;
    padding: 10px;
    z-index: 3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    border-radius: 50%;
    background: #fff
}

.pa-woo-mc__layout-3 .pa-woo-mc__cart-count {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5
}

.pa-woo-mc__layout-4 .pa-woo-mc__remove-item {
    position: absolute;
    top: 0;
    right: 0;
    visibility: inherit;
    opacity: 0;
    font-size: 114%;
    margin-top: 10px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.pa-woo-mc__layout-4 .pa-woo-mc__remove-item svg {
    height: 100%;
    width: 100%
}

.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper {
    padding-left: 20px;
    padding-right: 20px
}

.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper {
    padding: 10px 20px
}

.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover {
    background: #f7f7f7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover .pa-woo-mc__remove-item {
    opacity: 1;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.pa-woo-mc__layout-4 .pa-woo-mc__product-data {
    row-gap: 10px
}

.pa-woo-mc__layout-3 .pa-woo-mc__items-wrapper,
.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper {
    overflow-y: visible
}

.pa-woo-mc__layout-3 .pa-woo-mc__content-wrapper,
.pa-woo-mc__layout-4 .pa-woo-mc__content-wrapper {
    overflow: visible
}

.pa-woo-mc__layout-3 .pa-woo-mc__cart-header,
.pa-woo-mc__layout-4 .pa-woo-mc__cart-header {
    position: relative
}

.pa-woo-mc__layout-3 .pa-woo-mc__close-button,
.pa-woo-mc__layout-4 .pa-woo-mc__close-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -55px;
    width: unset;
    height: unset;
    background: #fff;
    border-radius: 50%
}

.pa-woo-mc__layout-3 .pa-woo-mc__close-button svg,
.pa-woo-mc__layout-4 .pa-woo-mc__close-button svg {
    width: 13px;
    height: 13px;
    margin: 12px
}

.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail,
.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail {
    width: 80px;
    height: 80px
}

.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail img,
.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail img {
    border-radius: 15px
}

.pa-woo-mc__cross-sell-wrapper {
    margin-top: 20px
}

.pa-woo-mc__cross-sell-product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail {
    width: 90px;
    height: 90px;
    margin-bottom: 10px
}

.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail img {
    height: 100%
}

.pa-woo-mc__cross-sells-wrapper {
    margin-top: 35px
}

.pa-woo-mc__coupon-sec-wrapper {
    margin: 20px;
    padding: 10px;
    background-color: rgba(220, 220, 220, .2784313725)
}

.pa-woo-mc__cross-sells-heading-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcd8d8;
    padding-bottom: 7px
}

.pa-woo-mc__cross-sells-heading {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.pa-woo-mc__cross-sells-arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-woo-mc__cross-sells-arrows a {
    width: 10px;
    height: 10px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-woo-mc__cross-sells-arrows a svg {
    width: 100%;
    height: 100%
}

.pa-woo-mc__coupon-submit,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__cross-sells-arrows a,
.pa-woo-mc__empty-msg-btn {
    outline: 0;
    border: none;
    margin: 0
}

.pa-woo-mc__coupon-submit,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__cross-sells-arrows a {
    padding: 0
}

.pa-woo-mc__coupon-submit:hover,
.pa-woo-mc__coupon-toggler:hover,
.pa-woo-mc__cross-sell-title:hover,
.pa-woo-mc__cross-sells-arrows a:hover {
    color: currentColor;
    background: 0 0;
    border: none
}

.pa-woo-mc__coupon-notice {
    font-size: 12px;
    font-weight: 600;
    color: #439665
}

.pa-woo-mc__coupon-notice.pa-error-notice {
    color: #d9534f
}

.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon {
    font-size: 12px;
    font-weight: 600;
    color: #d63638;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none
}

.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:hover {
    color: #d63638;
    background: 0 0
}

.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:focus {
    outline: 0;
    border: none;
    box-shadow: none
}

.pa-woo-mc__coupon-submit {
    position: absolute;
    z-index: 4;
    inset-inline-end: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: inset .3s ease-in-out;
    transition: inset .3s ease-in-out
}

.pa-woo-mc__coupon-submit svg {
    width: 18px;
    height: 18px
}

.pa-woo-mc__coupon-submit:hover {
    inset-inline-end: 8px
}

.pa-woo-mc__cross-sell-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1.1
}

.pa-woo-mc__coupon-toggler {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase
}

.pa-woo-mc__coupon-wrapper {
    position: relative;
    margin-top: 10px
}

.pa-woo-mc__progressbar-wrapper {
    margin: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.pa-woo-mc__progressbar {
    height: 12px;
    width: 100%;
    border-radius: 3px;
    background-color: #e6e6e6;
    background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .7) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .7) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    animation: progress-bar-move 2s linear infinite reverse;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-woo-mc__progress-heading {
    font-size: 14px;
    font-weight: 600
}

.pa-woo-mc__qty-ctrls-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.pa-woo-mc__qty-ctrls-row .pa-woo-mc__item-qty {
    border: 1px solid #e2e2e2
}

.pa-woo-mc__empty-mc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-woo-mc__empty-mc .pa-woo-mc__empty-mc-confirm,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn {
    margin: 10px 20px;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    width: 100%
}

.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn {
    font-size: 11px;
    background: rgba(2, 1, 1, 0);
    color: #000;
    text-align: center;
    border: none;
    line-height: 1;
    white-space: nowrap;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .7px
}

.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:hover,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:hover,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:hover {
    background: rgba(2, 1, 1, 0)
}

.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:focus,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:focus,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:focus {
    outline: 0;
    border: none;
    box-shadow: none
}

.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn {
    text-decoration: underline;
    cursor: pointer
}

.pa-woo-mc__empty-mc-confirm {
    gap: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-woo-mc__confirm-btn {
    padding: 0;
    margin: 0;
    outline: 0;
    border: none
}

.pa-woo-mc__confirm-msg {
    word-spacing: 2px
}

.pa-woo-mc__cart-footer {
    padding: 20px;
    margin-top: auto;
    border-top: 1px solid #dcdcdc
}

.pa-woo-mc__cart-footer .pa-woo-mc__cart-subtotal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pa-woo-mc__cart-footer .pa-woo-mc__subtotal-heading {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    font-weight: 400
}

.pa-woo-mc__cart-footer .pa-woo-mc__subtotal {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 500
}

.pa-woo-mc__remove-item {
    display: none;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pa-woo-mc__remove-item svg {
    width: 100%;
    height: 100%
}

.pa-woo-mc__remove-icon-yes .pa-woo-mc__remove-item {
    display: block
}

.pa-woo-mc__remove-icon-yes.pa-woo-mc__layout-3 .pa-woo-mc__remove-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-woo-mc__cart-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.pa-woo-mc__mc-btn {
    width: 100%;
    padding: 12px;
    text-align: center
}

.pa-woo-mc__btn-txt {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none
}

.pa-woo-mc__view-cart {
    background: #e7e7e7;
    color: #000
}

.pa-woo-mc__view-cart:hover {
    background: #e0e0e0
}

.pa-woo-mc__checkout {
    background: #2d2d2d;
    color: #fff
}

.pa-woo-mc__checkout:hover {
    background: #000
}

.pa-woo-mc__item-notice {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
    color: #d9534f
}

.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__mw-right .pa-woo-mc__menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.pa-woo-mc__mw-left .pa-woo-mc__menu {
    left: 0
}

.pa-woo-mc__mw-right .pa-woo-mc__menu {
    right: 0;
    left: unset
}

.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu {
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px)
}

.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu {
    -webkit-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px)
}

.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu {
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%)
}

.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu {
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%)
}

.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu {
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%)
}

.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu {
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%)
}

.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.pa-woo-mc__anim-overlay {
    transition: transform .5s, -webkit-transform .5s
}

.pa-woo-mc__anim-overlay.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.pa-woo-mc__anim-overlay.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.pa-hide-empty-badge-yes .pa-hide-badge {
    display: none
}

.pa-woo-mc__coupon-wrapper input[type=text].pa-woo-mc__coupon-field {
    outline: 0;
    border: none;
    margin: 0;
    padding: 10px;
    box-shadow: 0 0 0 transparent;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
    background-color: #fff
}

.elementor-widget-premium-mini-cart:not(.pa-woo-mc__preset-5, .pa-woo-mc__preset-7) .pa-woo-mc__badge {
    width: 15px;
    height: 15px;
    background-color: #d9534f;
    color: #fff;
    font-size: 10px;
    border-radius: 50%
}

.pa-woo-mc__layout-1 .pa-woo-mc__cross-sells-wrapper,
.pa-woo-mc__layout-2 .pa-woo-mc__cross-sells-wrapper,
.pa-woo-mc__layout-3 .pa-woo-mc__cross-sells-wrapper {
    padding: 0 20px
}

.pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows a {
    visibility: inherit;
    opacity: 1
}

.pa-show-cross-sells-yes .pa-woo-mc__cross-sells-wrapper {
    display: block !important
}

.pa-show-trash-text .pa-woo-mc__remove-item span {
    display: inline !important;
    font-size: 10px;
    text-decoration: underline
}

.pa-show-trash-icon .pa-woo-mc__remove-item {
    width: 17px;
    height: 17px
}

.pa-show-trash-icon .pa-woo-mc__remove-item svg {
    display: block !important
}

.pa-woo-mc__layout-4 .pa-show-trash-icon .pa-woo-mc__remove-item {
    width: 11px;
    height: 11px
}

.widget_shopping_cart_content {
    overflow-y: auto
}

.pa-flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-mc-title-yes .pa-woo-mc__cart-header {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pa-mc-separator-yes .pa-woo-mc__item-divider {
    display: block !important;
    height: 1px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc
}

.pa-mc-separator-yes .pa-woo-mc__items-wrapper {
    row-gap: 0
}

.premium-mc-float-left .pa-woo-mc__inner-container {
    left: 0
}

.premium-mc-float-right .pa-woo-mc__inner-container {
    right: 10px
}

.premium-mc-float-top .pa-woo-mc__inner-container {
    top: 0
}

.premium-mc-float-middle .pa-woo-mc__inner-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-mc-float-bottom .pa-woo-mc__inner-container {
    bottom: 0
}

html.msection-html {
    margin-top: 0 !important
}

html.offcanvas-open {
    min-height: 100vh
}

html.offcanvas-open body {
    overflow-x: hidden
}

html.offcanvas-open .eb-total-outer-container {
    overflow: hidden
}

.premium-magic-section-body-inner {
    position: relative;
    z-index: 9;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pa-woo-mc__qty-btn,
svg:not(:root).pa-woo-mc__qty-btn {
    display: none
}

@media (max-width:1024px) {
    .pa-woo-mc__content-wrapper {
        width: 50vw
    }

    .pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }

    .pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
    .pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .pa-woo-mc-tablet__mw-left .pa-woo-mc__menu {
        left: 0
    }

    .pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        right: 0;
        left: unset
    }

    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%) translateY(-10px);
        -ms-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-55%);
        -ms-transform: translateX(-55%);
        transform: translateX(-55%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:767px) {
    .pa-woo-mc__content-wrapper {
        width: 100vw
    }

    .pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }

    .pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
    .pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .pa-woo-mc-mobile__mw-left .pa-woo-mc__menu {
        left: 0
    }

    .pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        right: 0;
        left: unset
    }

    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-50%) translateY(-10px);
        -ms-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%)
    }

    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
        -webkit-transform: translateX(-55%);
        -ms-transform: translateX(-55%);
        transform: translateX(-55%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
        -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
    .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes progress-bar-move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 30px 30px
    }
}

@keyframes progress-bar-move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 30px 30px
    }
}

.elementor-editor-preview .elementor-widget-empty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-mobile-menu__wrap {
    position: relative;
    z-index: 99
}

.premium-mobile-menu__dir-row .premium-mobile-menu__list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.premium-mobile-menu__dir-column .premium-mobile-menu__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-mobile-menu__left .premium-mobile-menu__wrap {
    left: 0
}

.premium-mobile-menu__center .premium-mobile-menu__wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-mobile-menu__right .premium-mobile-menu__wrap {
    right: 0
}

.premium-mobile-menu__top .premium-mobile-menu__wrap {
    top: 0
}

.premium-mobile-menu__bottom .premium-mobile-menu__wrap {
    bottom: 0
}

.premium-mobile-menu__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 480px;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-mobile-menu__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-mobile-menu__item-inner {
    background: #eee
}

.premium-mobile-menu__item-inner .premium-drawable-icon,
.premium-mobile-menu__item-inner .premium-lottie-animation,
.premium-mobile-menu__item-inner .premium-mobile-menu__icon-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-mobile-menu__item-inner i {
    font-size: 20px
}

.premium-mobile-menu__item-inner svg {
    width: 20px;
    height: 20px
}

.premium-mobile-menu__items-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-mobile-menu__link {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    min-height: 70px
}

.premium-mobile-menu__badge {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 5px;
    right: 5px
}

.premium-mobile-menu__badge span {
    font-size: 10px
}

.premium-mobile-menu__badge span,
.premium-mobile-menu__text span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-mobile-menu__indicator-yes .active-menu-item .premium-mobile-menu__link::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-box-modal-lower-close,
.premium-modal-trigger-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

.premium-modal-trigger-btn .premium-modal-box-icon,
.premium-modal-trigger-btn i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-trigger-btn>svg {
    width: 30px;
    height: 30px
}

.premium-modal-box-modal-close {
    float: inline-end;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: relative;
    z-index: 99
}

.premium-modal-box-modal-close:focus,
.premium-modal-box-modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

button.premium-modal-box-modal-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.premium-modal-box-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 !important;
    background: rgba(0, 0, 0, .5);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-modal-box-modal .premium-modal-box-modal-dialog {
    position: absolute;
    max-height: -webkit-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px
}

.premium-modal-box-modal-content {
    background-clip: padding-box;
    outline: 0;
    overflow-x: hidden
}

.premium-modal-backdrop.premium-in {
    opacity: .5 !important
}

.premium-in {
    opacity: 1;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

.premium-modal-box-modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5
}

.premium-modal-box-modal-header .premium-modal-box-modal-close {
    margin-top: -2px
}

.premium-modal-box-modal-header .premium-modal-box-modal-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
    width: 50px;
    height: 60px
}

.premium-modal-box-modal-body {
    position: relative;
    padding: 15px
}

.premium-modal-box-modal-footer {
    padding: 15px;
    text-align: end;
    border-top: 1px solid #e5e5e5
}

.premium-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.premium-modal-trigger-text {
    background: 0 0 !important;
    display: inline-block
}

.premium-modal-box-container {
    width: 100% !important
}

.premium-modal-trigger-container .premium-modal-trigger-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-modal-trigger-container .premium-modal-trigger-animation,
.premium-modal-trigger-container .premium-modal-trigger-img,
.premium-modal-trigger-container .premium-modal-trigger-text {
    cursor: pointer
}

.premium-modal-trigger-container .premium-modal-trigger-animation {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-box-modal-header img {
    width: 48px;
    -webkit-padding-end: 5px;
    padding-inline-end: 5px
}

.premium-modal-box-modal-header i,
.premium-modal-box-modal-header svg {
    -webkit-padding-end: 6px;
    padding-inline-end: 6px
}

.premium-modal-box-close-button-container,
.premium-modal-box-modal-close,
.premium-modal-box-modal-lower-close,
.premium-modal-trigger-img,
.premium-modal-trigger-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:768px) {
    .premium-modal-box-modal-dialog {
        width: 700px;
        max-height: 600px;
        overflow: auto
    }
}

@media (max-width:767px) {
    .premium-modal-box-modal-dialog {
        width: 100%;
        max-height: 500px;
        overflow: auto
    }
}

.premium-modal-box-container[data-modal-animation*=animated-] {
    opacity: 0
}

.premium-nav-widget-container {
    --pa-menu-width: 300px
}

.premium-nav-widget-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.premium-nav-widget-container .premium-main-nav-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.premium-nav-ver .premium-ver-inner-container {
    width: 45%;
    position: relative
}

.premium-nav-ver .premium-nav-menu-container,
.premium-nav-ver .premium-ver-toggler {
    width: 100%
}

.premium-nav-ver .premium-nav-menu-container {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.premium-nav-ver .premium-main-nav-menu {
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 250px
}

.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered .premium-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered>.premium-sub-menu {
    opacity: 1;
    visibility: visible
}

.premium-nav-ver .premium-nav-menu-item {
    width: 100%
}

.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    left: 100%;
    top: 0
}

.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    right: 100%;
    top: 0
}

.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-menu-link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-main-nav-menu,
.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-nav-menu-item.menu-item-has-children {
    position: static
}

.premium-nav-hor>.elementor-widget-container>.premium-nav-widget-container>.premium-ver-inner-container>.premium-nav-menu-container {
    height: 60px
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 220px
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-mega-content-container,
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu {
    top: 100%
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu {
    inset-inline-start: 100%;
    top: 0
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container {
    left: 0
}

.premium-mega-nav-item>.premium-sub-menu {
    display: none
}

.premium-mega-nav-item {
    position: relative
}

.premium-mega-nav-item.premium-item-hovered>.premium-mega-content-container {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.premium-mega-content-container {
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    pointer-events: none
}

.premium-hamburger-menu .premium-mega-content-container,
.premium-nav-dropdown .premium-mega-content-container,
.premium-nav-slide .premium-mega-content-container {
    visibility: visible;
    position: relative;
    opacity: 1;
    pointer-events: auto
}

.premium-mobile-menu-outer-container .premium-mobile-menu-close,
.premium-nav-widget-container .premium-hamburger-toggle {
    text-decoration: none;
    cursor: pointer
}

.premium-nav-widget-container .premium-hamburger-toggle {
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-nav-widget-container .premium-hamburger-toggle i {
    padding: .25em;
    font-size: 22px
}

.premium-nav-widget-container .premium-hamburger-toggle svg {
    width: 22px;
    height: 22px
}

.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
.premium-nav-widget-container .premium-hamburger-toggle i {
    color: #494c4f
}

.premium-nav-widget-container .premium-hamburger-toggle svg,
.premium-nav-widget-container .premium-hamburger-toggle svg path {
    fill: #494c4f
}

.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text {
    margin: 2px
}

.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
    display: none
}

.premium-mobile-menu-container {
    width: 100%
}

.premium-mobile-menu-container .premium-main-mobile-menu {
    width: 100%
}

.premium-mobile-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.premium-mobile-menu-container .premium-mobile-menu,
.premium-mobile-menu-container .premium-sub-menu {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-mobile-menu-container .premium-nav-menu-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-mobile-menu-container .premium-item-badge {
    top: 50%;
    right: 0;
    left: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-nav-hor .premium-mobile-menu-container .premium-item-badge {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-mobile-menu-outer-container {
    opacity: 0
}

.premium-mobile-menu-outer-container.premium-vertical-toggle-open {
    opacity: 1
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
    background-color: #f7f7f7;
    width: var(--pa-menu-width);
    height: 100%;
    position: fixed;
    top: 0;
    overflow-x: hidden;
    z-index: 10002;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 50px
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
    margin-top: 50px
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
    position: absolute;
    top: 2%;
    right: 5px;
    padding: 0 9px;
    z-index: 10000;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #494c4f;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
    margin: 5px
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg {
    width: 22px;
    height: 22px;
    fill: #494c4f
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path {
    fill: #494c4f
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i {
    font-size: 22px
}

.premium-ver-hamburger-menu .premium-vertical-toggle-open {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: .5s;
    transition: .5s
}

.premium-slide-left .premium-mobile-menu-outer-container,
body:not(.rtl) .premium-slide-auto .premium-mobile-menu-outer-container {
    left: 0;
    -webkit-transform: translateX(-webkit-calc(-1 * var(--pa-menu-width)));
    -ms-transform: translateX(calc(-1 * var(--pa-menu-width)));
    transform: translateX(calc(-1 * var(--pa-menu-width)))
}

.premium-slide-right .premium-mobile-menu-outer-container,
body.rtl .premium-slide-auto .premium-mobile-menu-outer-container {
    right: 0;
    -webkit-transform: translateX(var(--pa-menu-width));
    -ms-transform: translateX(var(--pa-menu-width));
    transform: translateX(var(--pa-menu-width))
}

.premium-ver-toggle-yes .premium-nav-menu-container {
    height: auto
}

.premium-ver-toggle-yes .premium-ver-toggler {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px 15px 20px;
    background: #eee;
    color: #042551;
    cursor: pointer
}

.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn,
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt {
    text-indent: 5px
}

.premium-ver-toggle-yes .premium-ver-toggler:hover {
    background: #54595f;
    color: #fff
}

.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path {
    fill: #fff
}

.premium-ver-toggle-yes .premium-nav-menu-container,
.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes .premium-ver-toggler {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-ver-toggle-yes .premium-nav-menu-container i,
.premium-ver-toggle-yes .premium-nav-menu-container svg,
.premium-ver-toggle-yes .premium-ver-close i,
.premium-ver-toggle-yes .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-open i,
.premium-ver-toggle-yes .premium-ver-open svg,
.premium-ver-toggle-yes .premium-ver-toggler i,
.premium-ver-toggle-yes .premium-ver-toggler svg {
    -webkit-transition: color .3s linear 0s;
    transition: color .3s linear 0s
}

.premium-ver-toggle-yes .premium-ver-toggler-txt {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes .premium-ver-title-icon {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-ver-toggle-yes .premium-ver-close i,
.premium-ver-toggle-yes .premium-ver-open i,
.premium-ver-toggle-yes .premium-ver-title-icon i {
    font-size: 16px
}

.premium-ver-toggle-yes .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-open svg,
.premium-ver-toggle-yes .premium-ver-title-icon svg {
    width: 17px;
    height: 17px;
    fill: #042551
}

.premium-ver-toggle-yes .premium-ver-close svg path,
.premium-ver-toggle-yes .premium-ver-open svg path,
.premium-ver-toggle-yes .premium-ver-title-icon svg path {
    fill: #042551
}

.premium-ver-toggle-yes.premium-ver-always .premium-ver-open {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container {
    visibility: hidden;
    opacity: 0
}

.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close {
    display: none
}

.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container {
    position: absolute;
    z-index: 10002
}

.premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container {
    position: absolute;
    z-index: 10001
}

.premium-ver-toggle-yes .premium-nav-menu-container,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container {
    visibility: visible;
    opacity: 1
}

.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open {
    display: none
}

.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-title-icon,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-sticky-parent {
    position: fixed;
    z-index: 10003;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top {
    will-change: transform;
    -webkit-transition: -webkit-transform .5s linear !important;
    transition: -webkit-transform .5s linear !important;
    transition: transform .5s linear !important;
    transition: transform .5s linear, -webkit-transform .5s linear !important;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container,
.premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container {
    max-height: 400px;
    overflow-y: auto
}

.premium-nav-slide-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, .6);
    z-index: 10002
}

.premium-nav-slide-overlay.premium-vertical-toggle-open {
    display: block
}

.premium-active-menu,
.premium-active-menu.premium-mega-nav-item>.premium-mega-content-container,
.premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-active-menu .premium-toggle-close {
    display: block
}

.premium-nav-menu-container .premium-sub-menu {
    background-color: #fff
}

.premium-mobile-menu-container li,
.premium-mobile-menu-container li>.premium-mega-content-container {
    width: 100% !important
}

i.premium-item-icon,
i.premium-sub-item-icon {
    font-size: 13px
}

svg.premium-item-icon,
svg.premium-sub-item-icon {
    width: 20px;
    height: 20px
}

.premium-item-icon,
.premium-sub-item-icon {
    margin: 0 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-item-icon svg,
.premium-sub-item-icon svg {
    width: 20px;
    height: 20px
}

.premium-item-icon.premium-lottie-animation,
.premium-sub-item-icon.premium-lottie-animation {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-item-icon.dashicons,
.premium-sub-item-icon.dashicons {
    width: 13px;
    height: 13px
}

.premium-nav-menu-item {
    position: relative
}

.premium-nav-menu-item .premium-dropdown-icon,
.premium-nav-menu-item .premium-menu-link {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.premium-nav-menu-item .premium-menu-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 7px 10px;
    text-decoration: none;
    position: relative
}

.premium-nav-menu-item .premium-dropdown-icon {
    margin: 5px
}

.premium-nav-menu-item.menu-item-has-children {
    position: relative
}

.premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
    z-index: 9999
}

.premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.premium-nav-menu-item .menu-link {
    position: relative;
    text-decoration: none
}

.premium-item-badge,
.premium-rn-badge,
.premium-sub-item-badge {
    position: absolute;
    padding: 1px 6px;
    min-width: 35px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    line-height: 1.8;
    white-space: nowrap
}

.premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-slide) .premium-item-badge {
    position: relative;
    margin: 8px
}

.premium-nav-dropdown .premium-sub-item-badge,
.premium-nav-hor .premium-sub-item-badge,
.premium-nav-slide .premium-sub-item-badge,
.premium-nav-ver.premium-vertical-right .premium-item-badge,
.premium-nav-ver.premium-vertical-right .premium-sub-item-badge {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-nav-ver.premium-vertical-left .premium-item-badge,
.premium-nav-ver.premium-vertical-left .premium-sub-item-badge {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-hamburger-menu .premium-mega-content-container,
.premium-nav-dropdown .premium-mega-content-container,
.premium-nav-slide .premium-mega-content-container {
    display: none
}

.premium-mega-item-static {
    position: static !important
}

.premium-hamburger-menu .premium-nav-menu-container,
.premium-nav-dropdown .premium-nav-menu-container,
.premium-nav-slide .premium-nav-menu-container {
    display: none
}

.premium-hamburger-menu .premium-hamburger-toggle,
.premium-nav-dropdown .premium-hamburger-toggle,
.premium-nav-slide .premium-hamburger-toggle {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,
.premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,
.premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,
.premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,
.premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,
.premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon {
    display: none
}

.premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,
.premium-hidden-badge-yes.premium-hamburger-menu .premium-rn-badge,
.premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge {
    display: none
}

.premium-ham-dropdown .premium-mobile-menu-container,
.premium-nav-dropdown .premium-mobile-menu-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,
.premium-nav-dropdown .premium-toggle-opened .premium-toggle-close {
    display: inline !important
}

.premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,
.premium-nav-dropdown .premium-toggle-opened .premium-toggle-text {
    display: none !important
}

.premium-stretch-dropdown .premium-mobile-menu-container {
    position: absolute;
    z-index: 9999
}

.premium-nav-default {
    display: none
}

.premium-hamburger-toggle {
    width: 100%
}

.premium-hamburger-toggle * {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.premium-menu-link-parent::after,
.premium-menu-link-parent::before {
    display: block;
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.58, .3, .005, 1);
    transition: all .3s cubic-bezier(.58, .3, .005, 1)
}

.premium-nav-pointer-double-line .premium-menu-link-parent::after,
.premium-nav-pointer-underline .premium-menu-link-parent::after {
    content: "";
    bottom: 0
}

.premium-nav-pointer-double-line .premium-menu-link-parent::before,
.premium-nav-pointer-overline .premium-menu-link-parent::before {
    content: "";
    top: 0
}

.premium-nav-pointer-double-line .premium-menu-link-parent::after,
.premium-nav-pointer-double-line .premium-menu-link-parent::before,
.premium-nav-pointer-overline .premium-menu-link-parent::after,
.premium-nav-pointer-overline .premium-menu-link-parent::before,
.premium-nav-pointer-underline .premium-menu-link-parent::after,
.premium-nav-pointer-underline .premium-menu-link-parent::before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    opacity: 0
}

.premium-nav-pointer-double-line.premium-nav-animation-none,
.premium-nav-pointer-overline.premium-nav-animation-none,
.premium-nav-pointer-underline.premium-nav-animation-none {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
    width: 10px;
    inset-inline-start: 100%
}

.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    width: 10px;
    left: -20px
}

.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    height: 0;
    width: 0;
    left: 50%
}

.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    top: -10px
}

.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
    bottom: -10px
}

.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    top: 10px
}

.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
    bottom: 10px
}

.premium-nav-pointer-framed .premium-menu-link-parent::before {
    content: ""
}

.premium-nav-pointer-framed .premium-menu-link-parent::after,
.premium-nav-pointer-framed .premium-menu-link-parent::before {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before {
    width: 3px;
    height: 3px
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
    transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before {
    -webkit-transition: opacity 20ms, height .1s, width .1s .1s;
    transition: opacity 20ms, height .1s, width .1s .1s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after {
    -webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
    transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before {
    width: 100%;
    height: 100%
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before {
    -webkit-transition: opacity 20ms, height .1s, width .1s .1s;
    transition: opacity 20ms, height .1s, width .1s .1s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
    -webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
    transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before {
    width: 100%;
    height: 100%
}

.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
    border-width: 3px 0 0 3px
}

.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 0 3px 3px 0
}

.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
    width: 3px;
    height: 3px
}

.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2ms, width .4s, height .4s;
    transition: opacity 2ms, width .4s, height .4s
}

.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2ms, width .4s, height .4s;
    transition: opacity 2ms, width .4s, height .4s
}

.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.premium-nav-pointer-background .premium-menu-link-parent::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    background-color: #55595c;
    z-index: -1
}

.premium-nav-pointer-background .premium-menu-link-parent::after,
.premium-nav-pointer-background .premium-menu-link-parent::before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before,
.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3;
    transition: .3
}

.premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    left: 100%
}

.premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    right: 100%
}

.premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    top: 100%
}

.premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    bottom: 100%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    background-color: #55595c;
    z-index: -1
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before {
    top: 0;
    bottom: 100%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
    top: 100%;
    bottom: 0
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before {
    bottom: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after {
    top: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before {
    bottom: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after {
    top: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    bottom: 50%;
    top: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before {
    right: 0;
    left: 100%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
    right: 100%;
    left: 0
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before {
    left: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after {
    right: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before {
    left: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after {
    right: 50%
}

.premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
    left: 50%;
    right: 50%
}

.premium-active-item::after,
.premium-active-item::before,
.premium-menu-link-parent:focus::after,
.premium-menu-link-parent:focus::before,
.premium-menu-link-parent:hover::after,
.premium-menu-link-parent:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-nav-menu-item .premium-mega-content-container,
.premium-nav-menu-item .premium-sub-menu {
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,
[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px)
}

.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
    -webkit-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px)
}

.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%)
}

.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%)
}

.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.premium-mega-content-container .premium-rn-badge,
.premium-rn-badge {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.premium-nav-ver.premium-vertical-left .premium-rn-badge {
    top: 50%;
    left: 10px;
    right: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-nav-ver.premium-vertical-left .premium-mega-content-container .premium-rn-badge {
    left: unset;
    right: 10px
}

.has-pa-badge:hover {
    -webkit-transition: all .3s;
    transition: all .3s
}

.premium-sub-item-badge {
    -webkit-transition: all .3s;
    transition: all .3s
}

.premium-mega-content-container .premium-badge-dot .premium-rn-badge,
.premium-mega-content-container .premium-badge-dot .premium-sub-item-badge,
.premium-sub-menu .premium-badge-dot .premium-rn-badge,
.premium-sub-menu .premium-badge-dot .premium-sub-item-badge {
    font-size: 0;
    min-width: 1px;
    padding: 3px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.premium-mega-content-container .premium-badge-pulse:hover .premium-rn-badge,
.premium-mega-content-container .premium-badge-pulse:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-sub-item-badge {
    -webkit-animation: badge-pulse-grow .5s alternate infinite ease-in-out;
    animation: badge-pulse-grow .5s alternate infinite ease-in-out
}

.premium-mega-content-container .premium-badge-buzz:hover .premium-rn-badge,
.premium-mega-content-container .premium-badge-buzz:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-sub-item-badge {
    -webkit-animation: badge-buzz .5s alternate infinite ease-in-out;
    animation: badge-buzz .5s alternate infinite ease-in-out
}

.premium-mega-content-container .premium-badge-slide-right .premium-rn-badge,
.premium-mega-content-container .premium-badge-slide-right .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) translateX(-5px);
    -ms-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.premium-mega-content-container .premium-badge-slide-right:hover .premium-rn-badge,
.premium-mega-content-container .premium-badge-slide-right:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px)
}

.premium-mega-content-container .premium-badge-slide-left .premium-rn-badge,
.premium-mega-content-container .premium-badge-slide-left .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.premium-mega-content-container .premium-badge-slide-left:hover .premium-rn-badge,
.premium-mega-content-container .premium-badge-slide-left:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) translateX(-5px);
    -ms-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px)
}

.premium-mega-content-container .premium-badge-expand .premium-rn-badge,
.premium-mega-content-container .premium-badge-expand .premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand .premium-rn-badge,
.premium-sub-menu .premium-badge-expand .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.premium-mega-content-container .premium-badge-expand:hover .premium-rn-badge,
.premium-mega-content-container .premium-badge-expand:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-sub-item-badge {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

@-webkit-keyframes badge-pulse-grow {
    to {
        -webkit-transform: translateY(-50%) scale(1.07);
        transform: translateY(-50%) scale(1.07)
    }
}

@keyframes badge-pulse-grow {
    to {
        -webkit-transform: translateY(-50%) scale(1.07);
        transform: translateY(-50%) scale(1.07)
    }
}

@-webkit-keyframes badge-buzz {
    50% {
        -webkit-transform: translateY(-50%) translateX(3px) rotate(2deg);
        transform: translateY(-50%) translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-3px) rotate(-2deg);
        transform: translateY(-50%) translateX(-3px) rotate(-2deg)
    }
}

@keyframes badge-buzz {
    50% {
        -webkit-transform: translateY(-50%) translateX(3px) rotate(3deg);
        transform: translateY(-50%) translateX(3px) rotate(3deg)
    }

    100% {
        -webkit-transform: translateY(-50%) translateX(-3px) rotate(-3deg);
        transform: translateY(-50%) translateX(-3px) rotate(-3deg)
    }
}

body.premium-scroll-disabled {
    overflow-y: hidden;
    height: 100vh;
    margin: 0
}

.elementor-sticky__spacer .premium-nav-widget-container {
    visibility: unset !important;
    opacity: unset !important
}

.elementor-sticky__spacer .premium-mega-content-container {
    visibility: hidden !important;
    opacity: 0 !important
}

.pa-rec-not-icon-wrap {
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #000;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer
}

.pa-rec-not-icon-wrap svg {
    width: 50px;
    height: 50px;
    display: block
}

.pa-rec-not-icon-wrap i {
    font-size: 50px
}

.pa-rec-not-icon-wrap img {
    display: block
}

.pa-rec-not-icon-wrap .premium-not-icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    fill: #fff
}

.pa-rec-not-icon-wrap .premium-not-icon-text {
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-rec-not-icon-wrap .premium-icon-with-no-post {
    display: none
}

.pa-rec-not-number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: red;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-rec-posts-container {
    position: fixed;
    background: #f7f7f7;
    height: 100vh;
    top: 0;
    width: 30vw;
    z-index: 99999
}

.pa-container-left .pa-rec-posts-container {
    left: 0
}

.pa-container-right .pa-rec-posts-container {
    right: 0
}

.pa-rec-posts-body {
    max-height: 90vh;
    scrollbar-width: none;
    overflow-y: scroll
}

.pa-rec-posts-body::-webkit-scrollbar {
    width: 0 !important
}

.pa-rec-posts-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.pa-rec-posts-header .pa-rec-posts-close {
    cursor: pointer;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.pa-rec-posts-header .pa-rec-posts-close-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pa-rec-title-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-rec-title-wrap svg {
    width: 50px;
    height: 50px;
    display: block
}

.pa-rec-title-wrap i {
    font-size: 50px
}

.pa-rec-posts-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    display: none;
    z-index: 9999;
    opacity: 0;
    background-color: rgba(7, 7, 7, .5215686275)
}

.pa-rec-posts-container .premium-blog-thumbnail-container {
    overflow: hidden
}

.pa-rec-posts-container .premium-blog-thumbnail-container .below-entry-meta,
.pa-rec-posts-container .premium-blog-thumbnail-container img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

@media (max-width:768px) {
    .premium-blog-content-wrapper {
        top: 0;
        margin: 0;
        padding: 15px
    }

    .premium-blog-skin-side {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.premium-person-container {
    position: relative
}

.premium-person-image-container {
    position: relative;
    text-align: center;
    overflow: hidden
}

.premium-person-image-container .premium-person-image-wrap {
    overflow: hidden
}

.premium-person-scale-effect .premium-person-image-container img,
.premium-person-zoomout-effect .premium-person-image-container img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-person-sepia-effect .premium-person-image-container img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-person-bright-effect .premium-person-image-container img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-person-trans-effect .premium-person-image-container img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-person-zoomin-effect:hover .premium-person-image-container img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-person-zoomout-effect:hover .premium-person-image-container img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-person-scale-effect:hover .premium-person-image-container img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.premium-person-grayscale-effect:hover .premium-person-image-container img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-person-blur-effect:hover .premium-person-image-container img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-person-sepia-effect:hover .premium-person-image-container img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-person-bright-effect:hover .premium-person-image-container img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-person-trans-effect:hover .premium-person-image-container img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-person-container .premium-person-image-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.premium-person-style2 .premium-person-social {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, .5);
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    opacity: 0
}

.premium-person-style2 .premium-person-image-container:hover .premium-person-social {
    opacity: 1
}

.premium-person-list-item a {
    display: inline-block
}

.premium-person-style2 .premium-person-list-item a {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-person-info-container {
    padding: 30px 15px
}

.premium-person-name {
    margin: 0 0 5px;
    font-weight: 700;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.premium-person-title {
    margin: 0 0 20px;
    padding: 0
}

.premium-person-content {
    margin: 0 0 30px
}

ul.premium-person-social-list {
    margin: 0 !important;
    padding: 0
}

.premium-person-social-list .premium-person-list-item {
    display: inline;
    list-style: none
}

.premium-person-social-list li {
    position: relative;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-person-social-list li i {
    position: relative;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 18px
}

.premium-person-defaults-yes li.premium-person-facebook:hover a {
    background-color: #3b5998 !important
}

.premium-person-defaults-yes li.premium-person-twitter:hover a {
    background-color: #55acee !important
}

.premium-person-defaults-yes li.premium-person-linkedin:hover a {
    background-color: #0077b5 !important
}

.premium-person-defaults-yes li.premium-person-google:hover a {
    background-color: #dc4e41 !important
}

.premium-person-defaults-yes li.premium-person-youtube:hover a {
    background-color: #b31217 !important
}

.premium-person-defaults-yes li.premium-person-instagram:hover a {
    background-color: #e4405f !important
}

.premium-person-defaults-yes li.premium-person-skype:hover a {
    background-color: #00aff0 !important
}

.premium-person-defaults-yes li.premium-person-pinterest:hover a {
    background-color: #bd081c !important
}

.premium-person-defaults-yes li.premium-person-dribbble:hover a {
    background-color: #ea4c89 !important
}

.premium-person-defaults-yes li.premium-person-mail:hover a {
    background-color: #b23121 !important
}

.premium-person-defaults-yes li.premium-person-behance:hover a {
    background-color: #1769ff !important
}

.premium-person-defaults-yes li.premium-person-whatsapp:hover a {
    background-color: #25d366 !important
}

.premium-person-defaults-yes li.premium-person-telegram:hover a {
    background-color: #08c !important
}

.premium-person-defaults-yes li.premium-person-site:hover a {
    background-color: #0055a5 !important
}

.premium-person-social-list li:hover a {
    box-shadow: none
}

.premium-person-social-list li a:focus {
    box-shadow: none;
    outline: 0
}

.elementor-widget-premium-addon-person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-premium-addon-person .elementor-widget-container {
    width: 100%
}

.premium-persons-container.multiple-persons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.premium-person-style1 .premium-person-container {
    overflow: hidden
}

.premium-person-style1 .premium-person-container .premium-person-info {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.premium-person-style1 .premium-person-container:hover .premium-person-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: -1px !important
}

.premium-person-style1 .premium-person-social-list li:hover {
    bottom: 5px
}

.premium-person-style1.multiple-persons:not([data-persons-equal=yes]) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-person-style1 .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-person-style1 .slick-slide {
    height: inherit !important
}

.premium-person-style3 .premium-person-info-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-person-style3 .premium-person-title-desc-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-person-style3 .premium-person-name-icons-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.premium-person-style3 .premium-person-title {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0
}

.premium-person-style3 .premium-person-title span {
    display: inline-block
}

.premium-person-style3 .premium-person-name {
    padding-left: 10px
}

.premium-person-style3 .premium-person-social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.premium-person-style3 .premium-person-list-item {
    line-height: 0
}

.premium-person-style3 .premium-person-list-item a {
    padding: 5px 10px 0 0;
    margin: 5px 0
}

.premium-person-style3 .premium-person-container:hover .premium-person-title {
    opacity: 1
}

.premium-person-style3 .premium-person-container:hover .premium-person-social-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-persons-title-cw .premium-person-title {
    -webkit-transform: translateX(15px) rotate(90deg);
    -ms-transform: translateX(15px) rotate(90deg);
    transform: translateX(15px) rotate(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.premium-persons-title-cw .premium-person-container:hover .premium-person-title {
    -webkit-transform: translateX(0) rotate(90deg);
    -ms-transform: translateX(0) rotate(90deg);
    transform: translateX(0) rotate(90deg)
}

.premium-persons-title-ccw .premium-person-title {
    width: auto;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -webkit-transform: translateX(15px) rotate(-90deg);
    -ms-transform: translateX(15px) rotate(-90deg);
    transform: translateX(15px) rotate(-90deg);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
    -webkit-transform: translateX(0) rotate(-90deg);
    -ms-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg)
}

.rtl .premium-person-trans-effect .premium-person-image-container img {
    -webkit-transform: translateX(15px) scale(1.1);
    -ms-transform: translateX(15px) scale(1.1);
    transform: translateX(15px) scale(1.1)
}

.rtl .premium-person-scale-effect:hover .premium-person-image-container img {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg)
}

.rtl .premium-person-style3 .premium-person-list-item a {
    padding: 5px 0 0 10px
}

.rtl .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
    -webkit-transform: translateX(0) rotate(-90deg);
    -ms-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg)
}

.rtl .premium-persons-title-cw .premium-person-title {
    -webkit-transform: translateX(15px) rotate(-90deg);
    -ms-transform: translateX(15px) rotate(-90deg);
    transform: translateX(15px) rotate(-90deg)
}

.rtl .premium-persons-title-ccw .premium-person-title {
    -webkit-transform: translateX(-15px) rotate(90deg);
    -ms-transform: translateX(-15px) rotate(90deg);
    transform: translateX(-15px) rotate(90deg);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.rtl .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
    -webkit-transform: translateX(0) rotate(90deg);
    -ms-transform: translateX(0) rotate(90deg);
    transform: translateX(0) rotate(90deg)
}

.premium-pinterest-feed__outer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-pinterest-feed__pins-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-pinterest-feed__pin-outer-wrapper {
    padding: 0 2.5px
}

.premium-pinterest-feed__pin-wrapper {
    height: 100%
}

.premium-pinterest-feed__pin-creator a {
    display: inline-block;
    text-transform: capitalize
}

.premium-pinterest-feed__shares {
    margin-left: auto
}

.premium-pinterest-feed__share-outer {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.premium-pinterest-feed__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-pinterest-feed__pin-media {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.premium-pinterest-feed__pin-media img {
    width: 100%;
    height: 100% !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block
}

.premium-pinterest-feed__cover_wrap {
    width: 100%;
    overflow: hidden
}

.premium-pinterest-feed__pinterest-icon svg {
    display: block
}

.premium-pinterest-feed__overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 8
}

.premium-pinterest-feed__pin-meta-wrapper {
    z-index: 9
}

.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper,
.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-inner-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-meta-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-desc {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: auto !important
}

.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-media {
    width: 100%;
    height: 100%
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media,
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper {
    width: 50%
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__meta {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media {
    height: 400px
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media img {
    object-fit: cover
}

.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-desc {
    text-align: center
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper:hover .premium-pinterest-feed__pin-meta-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: -1px !important
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pinterest-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-desc {
    padding-left: 15px
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-meta-wrapper {
    padding: 30px 15px 15px 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 10px
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-media {
    width: 100%;
    height: 100%
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dots {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin: 0 3px
}

.premium-pinterest-feed__profile-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    margin-bottom: 5px
}

.premium-pinterest-feed__profile-header>* {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-pinterest-feed__profile-counts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.premium-pinterest-feed__profile-counts span {
    display: inline-block;
    white-space: nowrap
}

.premium-pinterest-feed__profile-counts>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
    margin: 0 4px;
    -webkit-column-gap: 6px;
    column-gap: 6px
}

.premium-pinterest-feed__user-info-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-pinterest-feed__user-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px
}

.premium-pinterest-feed__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.premium-pinterest-feed__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.premium-pinterest-feed__username a {
    text-transform: capitalize;
    font-size: 17px;
    color: #202020;
    font-weight: 700px
}

.premium-pinterest-feed__follow-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    background: #ed455e;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-pinterest-feed__follow-button .premium-pinterest-feed__pinterest-icon * {
    fill: #fff !important
}

.premium-pinterest-feed__follow-button:hover {
    color: #fff
}

.premium-pinterest-feed__profile-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px
}

.premium-pinterest-feed__board-trigger-wrapper,
.premium-pinterest-feed__load-more-wrapper {
    width: 100%;
    text-align: center
}

.premium-pinterest-feed__board-trigger,
.premium-pinterest-feed__load-more-btn {
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: none;
    border-radius: 5px;
    background-color: #efefef
}

.premium-pinterest-feed__boards-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.premium-pinterest-feed__board-wrapper {
    position: relative;
    width: 250px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    overflow: hidden;
    margin: 4px
}

.premium-pinterest-feed__board-wrapper>* {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-pinterest-feed__board-wrapper span {
    display: inline-block
}

.premium-pinterest-feed__board-wrapper>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.premium-pinterest-feed__board-wrapper .premium-pinterest-feed__pinterest-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.premium-pinterest-feed__board-cover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-pinterest-feed__board-layout-cover .premium-pinterest-feed__board-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(1),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(2) {
    width: -webkit-calc((100% - 2px)/ 2);
    width: calc((100% - 2px)/ 2)
}

.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(3),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(4),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(5) {
    width: -webkit-calc((100% - 4px)/ 3);
    width: calc((100% - 4px)/ 3)
}

.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2px;
    height: 150px
}

.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider {
    width: 35%;
    display: grid;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    gap: 2px
}

.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover>img:nth-of-type(1) {
    width: -webkit-calc(65% - 2px);
    width: calc(65% - 2px)
}

.premium-carousel-yes .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-carousel-yes.premium-pinterest-feed__grid .slick-slide {
    height: inherit !important
}

.premium-carousel-yes ul.slick-dots {
    width: 100%
}

.premium-read-more {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    white-space: nowrap
}

.premium-display-none {
    display: none
}

.premium-pinterest-feed__masonry .premium-pinterest-feed__content-wrapper {
    width: 100%
}

.premium-post-ticker__content,
.premium-post-ticker__date-wrapper,
.premium-post-ticker__header-wrapper,
.premium-post-ticker__outer-wrapper,
.premium-post-ticker__post-wrapper,
.premium-post-ticker__title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-post-ticker__title-wrapper img {
    max-width: unset
}

.premium-post-ticker__outer-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-post-ticker__date-wrapper,
.premium-post-ticker__header-wrapper,
.premium-post-ticker__title-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-post-ticker__post-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px
}

.premium-post-ticker__post-wrapper a,
.premium-post-ticker__post-wrapper i {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-post-ticker__post-wrapper.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative
}

.premium-post-ticker__content {
    width: 100%;
    background-color: #ececed
}

.premium-post-ticker__posts-wrapper {
    min-width: 0;
    min-height: 0
}

.premium-post-ticker__posts-wrapper .slick-list,
.premium-post-ticker__posts-wrapper .slick-track {
    height: 100%
}

.premium-post-ticker__outer-wrapper,
.premium-post-ticker__post-wrapper {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.premium-post-ticker__post-wrapper,
.premium-post-ticker__title-wrapper {
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-post-ticker__date,
.premium-post-ticker__title {
    white-space: nowrap
}

.premium-post-ticker__post-title,
.premium-post-ticker__title {
    margin: 0;
    text-transform: capitalize
}

.premium-post-ticker__title {
    font-size: 15px
}

.premium-post-ticker__post-title {
    font-size: 17px
}

.premium-post-ticker__post-title a {
    display: inline-block
}

.premium-post-ticker__post-date {
    font-size: 12px;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px
}

.premium-post-ticker__separator {
    position: absolute;
    inset-inline-end: 0;
    width: 2px;
    height: 20px;
    background: #000;
    z-index: 1
}

.premium-post-ticker__icon-wrapper {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-post-ticker__icon-wrapper>svg {
    width: 50px;
    height: 50px
}

.premium-post-ticker__icon-wrapper img {
    width: 50px
}

.premium-post-ticker__icon-wrapper .premium-drawable-icon,
.premium-post-ticker__icon-wrapper .premium-lottie-animation {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.premium-post-ticker__icon-wrapper .premium-drawable-icon svg,
.premium-post-ticker__icon-wrapper .premium-lottie-animation svg {
    width: 100%;
    height: 100%
}

.premium-post-ticker__thumbnail-wrapper a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

.premium-post-ticker__thumbnail-wrapper img {
    width: 50px
}

.premium-post-ticker__post-author {
    font-size: 12px
}

.premium-post-ticker__arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 99;
    -webkit-column-gap: 2px;
    column-gap: 2px
}

.premium-post-ticker__arrows a {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: inherit;
    box-shadow: none;
    padding: 0 5px;
    border: 1px solid currentColor;
    border-radius: 0
}

.premium-post-ticker__hidden {
    visibility: hidden;
    opacity: 0
}

.premium-post-ticker__change-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-post-ticker__change-wrapper .up {
    color: #009e73
}

.premium-post-ticker__change-wrapper .down {
    color: #d94040
}

.premium-post-ticker__change-percent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-post-ticker__change-wrapper,
.premium-post-ticker__symbol {
    margin: 0 50px
}

.premium-post-ticker__symbol-icon {
    border-radius: 50% !important
}

.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper,
.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper {
    background: #7a7a7a
}

.premium-post-ticker__layout-1 .premium-post-ticker__date-wrapper {
    font-size: 13px;
    margin-bottom: 5px
}

.premium-post-ticker__layout-1 .premium-post-ticker__title-wrapper {
    padding: 0 25px
}

.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper {
    margin: 0;
    padding: 0 25px
}

.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper {
    position: relative;
    padding: 3px 10px
}

.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    bottom: 0
}

.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper {
    z-index: 99;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    position: relative
}

.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    bottom: 0
}

.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper,
.premium-post-ticker__layout-3 .premium-post-ticker__title-wrapper {
    padding: 3px 7px
}

.premium-post-ticker__layout-3 .premium-post-ticker__post-wrapper {
    padding: 10px 20px
}

.premium-post-ticker__layout-3 .premium-post-ticker__content {
    padding-top: 10px
}

.premium-post-ticker__layout-4 .slick-list {
    overflow-x: visible
}

.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.premium-post-ticker__layout-4 .premium-post-ticker__arrows {
    background: 0 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-post-ticker__layout-4 .premium-post-ticker__arrows a {
    padding: 0 1px;
    line-height: 15px
}

.premium-post-ticker__layout-4 .premium-post-ticker__arrows i {
    font-size: 15px
}

.premium-post-ticker__layout-4 .premium-post-ticker__arrows .prev-arrow {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-post-ticker__layout-4 .premium-post-ticker__title-wrapper {
    margin: 0 5px
}

.premium-post-ticker__layout-4 .premium-post-ticker__content {
    overflow-x: auto;
    overflow-y: hidden
}

.premium-post-ticker__layout-4 .premium-post-ticker__change-wrapper span {
    text-align: center
}

.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child {
    position: relative
}

.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    border-style: solid
}

.premium-typing-yes .premium-post-ticker__post-wrapper>div:first-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-typing-yes .premium-post-ticker__post-title {
    position: relative
}

.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after {
    content: "";
    position: absolute;
    opacity: 1
}

.premium-reversed-yes .premium-post-ticker__content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-reversed-yes.premium-post-ticker__layout-2 .premium-post-ticker__outer-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__outer-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__outer-wrapper {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-reversed-yes.premium-post-ticker__layout-4 .slick-list {
    direction: rtl
}

.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after {
    right: 100%
}

.premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper,
.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rtl .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after {
    left: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%)
}

.rtl .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after {
    left: unset;
    right: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.rtl .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after {
    left: 99%;
    -webkit-clip-path: polygon(0 0, 34% 0, 100% 50%, 34% 100%, 0 100%);
    clip-path: polygon(0 0, 34% 0, 100% 50%, 34% 100%, 0 100%)
}

.rtl .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after {
    left: unset;
    right: 99%;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 34% 100%, 0 50%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 34% 100%, 0 50%)
}

.rtl .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after,
body:not(.rtl) .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content>div:first-child::after {
    left: 100%;
    border-width: 8px 0 8px 7px;
    border-color: transparent transparent transparent currentColor
}

.rtl .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content>div:first-child::after,
body:not(.rtl) .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after {
    left: -7px;
    border-width: 8px 8px 7px 0;
    border-color: transparent currentColor transparent transparent
}

.rtl .elementor-widget-premium-post-ticker:not(.premium-post-ticker__layout-4) .premium-post-ticker__arrows {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rtl .premium-fade-yes .slick-slider {
    direction: ltr
}

.rtl .premium-fade-yes .slick-slider .premium-post-ticker__post-wrapper.slick-slide {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rtl .premium-fade-yes .slick-slider .premium-post-ticker__arrows {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rtl .premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper.slick-slide {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.rtl .premium-post-ticker__layout-4.premium-reversed-yes .slick-list {
    direction: ltr
}

.rtl .premium-typing-yes .slick-slide {
    float: right
}

.premium-pricing-table-container {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-pricing-icon-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0
}

.premium-pricing-icon-container .premium-pricing-icon {
    display: inline-block
}

.premium-pricing-icon-container .premium-pricing-image {
    overflow: hidden
}

.premium-pricing-icon-container .premium-pricing-image img {
    width: 25px;
    height: 25px;
    object-fit: cover
}

.premium-badge-left:not(.premium-badge-flag) {
    position: absolute;
    top: 0
}

.premium-badge-right:not(.premium-badge-flag) {
    position: absolute;
    top: 0;
    right: 0
}

.premium-badge-left {
    left: 0
}

.premium-badge-triangle.premium-badge-left .corner {
    width: 0;
    height: 0;
    border-top: 150px solid;
    border-bottom: 150px solid transparent;
    border-right: 150px solid transparent
}

.premium-badge-triangle.premium-badge-right .corner {
    width: 0;
    height: 0;
    border-bottom: 150px solid transparent;
    border-right: 150px solid;
    border-left: 150px solid transparent
}

.premium-badge-triangle span {
    position: absolute;
    top: 35px;
    width: 100px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    text-transform: uppercase
}

.premium-badge-triangle.premium-badge-right span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0
}

.premium-badge-circle {
    min-width: 4em;
    min-height: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    z-index: 1
}

.premium-badge-stripe {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15em;
    overflow: hidden;
    height: 15em
}

.premium-badge-stripe.premium-badge-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.premium-badge-stripe .corner {
    text-align: center;
    left: 0;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase
}

.premium-badge-flag.premium-badge-right .corner {
    right: -8px;
    border-radius: 4px 4px 0 4px
}

.premium-badge-flag.premium-badge-right .corner::after,
.premium-badge-flag.premium-badge-right .corner::before {
    right: 0
}

.premium-badge-flag.premium-badge-left .corner {
    left: -8px;
    border-radius: 4px 4px 4px 0
}

.premium-badge-flag.premium-badge-left .corner::after,
.premium-badge-flag.premium-badge-left .corner::before {
    left: 0
}

.premium-badge-flag .corner {
    text-align: center;
    padding: 3px 15px;
    position: absolute;
    top: 10%
}

.premium-badge-flag .corner::after,
.premium-badge-flag .corner::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-bottom: 8px solid transparent
}

.elementor-widget-premium-addon-pricing-table {
    overflow: visible !important
}

.premium-badge-flag.premium-badge-right .corner::after {
    border-left: 8px solid rgba(0, 0, 0, .2)
}

.premium-badge-flag.premium-badge-left .corner::before {
    border-right: 8px solid rgba(0, 0, 0, .2)
}

.premium-pricing-price-currency {
    position: relative
}

.premium-pricing-button-container {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-pricing-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.premium-pricing-list .premium-pricing-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-pricing-list .premium-pricing-list-item svg {
    width: 50px;
    height: 50px
}

.premium-pricing-list .premium-pricing-list-item img {
    width: 30px;
    height: 30px;
    object-fit: cover
}

.premium-pricing-list .premium-pricing-list-span {
    position: relative
}

.premium-pricing-list .list-item-tooltip {
    border-bottom: 1px dotted
}

.premium-pricing-list .premium-pricing-list-tooltip {
    position: absolute;
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    inset-inline-start: 0;
    visibility: hidden;
    padding: 15px 20px;
    border-radius: 5px;
    min-width: 200px;
    overflow: hidden;
    text-align: start;
    font-size: .8rem;
    color: #fff;
    background-color: #aaa
}

.premium-pricing-features-left .premium-pricing-list-span {
    text-align: start
}

.premium-pricing-features-center .premium-pricing-list-span {
    text-align: center
}

.premium-pricing-features-right .premium-pricing-list-span {
    text-align: end
}

.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
    z-index: 99;
    visibility: visible;
    opacity: 1
}

.premium-pricing-slashed-price-value {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.premium-pricing-price-value {
    font-size: 70px
}

.premium-pricing-description-container li {
    list-style-position: inside;
    text-indent: -40px
}

@-moz-document url-prefix() {
    .premium-pricing-description-container li {
        text-indent: 0
    }
}

.premium-pricing-button-container .premium-pricing-price-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    text-align: center;
    color: #fff;
    background: #6ec1e4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rtl .premium-badge-stripe .corner {
    -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
    -ms-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
    transform: rotate(-45deg) translateY(-50%) translateX(-10px)
}

.rtl .premium-badge-left.premium-badge-triangle span {
    left: 0
}

.premium-progressbar-container {
    position: relative
}

.premium-progressbar-bar-wrap {
    position: relative;
    text-align: start;
    overflow: hidden;
    height: 25px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.premium-progressbar-bar-wrap.premium-progressbar-dots {
    background-color: transparent;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    box-shadow: none
}

.premium-progressbar-bar-wrap .progress-segment {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5
}

.premium-progressbar-bar-wrap .progress-segment.filled {
    background: #6ec1e4
}

.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
    margin: 0 4px
}

.premium-progressbar-bar-wrap .progress-segment:first-child {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px
}

.premium-progressbar-bar-wrap .progress-segment:last-child {
    -webkit-margin-start: 4px;
    margin-inline-start: 4px
}

.premium-progressbar-bar-wrap .progress-segment .segment-inner {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    background-color: #6ec1e4
}

.premium-progressbar-bar {
    float: inline-start;
    width: 0%;
    height: 100%;
    font-size: 12px;
    background: #6ec1e4;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    position: absolute;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: width 0s ease-in-out !important;
    transition: width 0s ease-in-out !important
}

.premium-progressbar-striped .premium-progressbar-bar {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.premium-progressbar-active .premium-progressbar-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.premium-progressbar-gradient .premium-progressbar-bar {
    background-size: 400% 400% !important;
    -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
    animation: progress-bar-gradient 10s ease-in-out infinite
}

.premium-progressbar-container .clearfix {
    clear: both
}

.premium-progressbar-container p:first-of-type {
    margin: 0;
    float: left
}

.premium-progressbar-container p:nth-of-type(2) {
    margin: 0;
    float: right
}

.premium-progressbar-name {
    inset-inline-start: 50%;
    top: 0;
    inset-inline-end: 0;
    -webkit-transform: translateX(-12.5px);
    -ms-transform: translateX(-12.5px);
    transform: translateX(-12.5px);
    z-index: 1
}

.premium-progressbar-multiple-label {
    position: relative;
    float: inline-start;
    width: 0;
    inset-inline-start: 50%
}

.premium-progressbar-center-label {
    position: relative;
    white-space: nowrap
}

.premium-progressbar-arrow {
    height: 15px;
    inset-inline-start: 50%;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-progressbar-pin {
    -webkit-border-start: 1px solid;
    border-inline-start: 1px solid;
    height: 12px;
    inset-inline-start: 50%;
    display: inline-block
}

.premium-progressbar-circle-wrap,
.premium-progressbar-hf-circle-wrap {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto
}

.premium-progressbar-circle-wrap .premium-progressbar-circle-content,
.premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.premium-progressbar-circle-wrap .premium-lottie-animation,
.premium-progressbar-hf-circle-wrap .premium-lottie-animation {
    line-height: 1
}

.premium-progressbar-circle-wrap .premium-progressbar-circle {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

.premium-progressbar-circle-wrap .premium-progressbar-circle div {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-width: 6px;
    border-style: solid;
    border-color: #54595f;
    border-radius: 50%;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden
}

.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
    width: 100%;
    height: 100%;
    border: 6px solid #eee;
    border-radius: 50%
}

.premium-progressbar-hf-container {
    position: relative;
    width: 200px;
    height: 200px
}

.premium-progressbar-hf-circle-wrap {
    overflow: hidden
}

.premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-progressbar-hf-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0)
}

.premium-progressbar-hf-circle-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 12px solid #000;
    border-radius: 50%;
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 1.5s linear;
    transition: -webkit-transform 1.5s linear;
    transition: transform 1.5s linear;
    transition: transform 1.5s linear, -webkit-transform 1.5s linear
}

.premium-progressbar-circle-inner {
    height: 100%;
    width: 100%;
    border: 12px solid #eee;
    border-radius: 50%
}

.premium-progressbar-hf-labels {
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@media (max-width:768px) {
    .premium-progressbar-center-label {
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        float: none !important;
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
}

.rtl .premium-progressbar-striped .premium-progressbar-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.rtl .premium-progressbar-arrow {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.rtl .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 40px 0
    }
}

@-webkit-keyframes progress-bar-gradient {
    0% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

@keyframes progress-bar-gradient {
    0% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.premium-search__container {
    position: relative
}

.premium-search__container.is-focused .premium-search__input-wrap::after {
    width: 100%;
    background-color: #4d7bfb
}

.premium-search__container.is-focused .premium-search__label {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1
}

.premium-search__spinner .premium-loading-feed {
    display: block !important;
    position: relative !important
}

.premium-search__input-wrap {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.premium-search__input-wrap .premium-search__input {
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 8px 16px
}

.premium-search__input-wrap .premium-search__input:focus {
    outline: 0;
    border: 1px solid #eee;
    box-shadow: none
}

.premium-search__label {
    padding: 8px 0
}

.premium-search__input-btn-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.premium-search__type-select {
    height: 100%;
    background-color: #fff;
    outline: 0;
    border-radius: 0;
    border: 1px solid #eee
}

.premium-search__type-select:focus {
    outline: 0;
    border: 1px solid #eee;
    box-shadow: none
}

.premium-search__btn-wrap {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__spinner {
    position: absolute;
    inset-inline-end: 5px
}

.premium-search__remove-wrap {
    position: absolute;
    inset-inline-end: 20px;
    cursor: pointer
}

.premium-search__remove-wrap .premium-search__remove-icon {
    font-size: 15px;
    background: #aaa;
    padding: 12px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__btn[type=button] {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.premium-search__btn[type=button] svg {
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__query-wrap {
    position: absolute;
    left: 0;
    z-index: 6;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.premium-search__query-wrap.query-hidden {
    display: none
}

.premium-search__query-wrap .premium-loading-feed {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.premium-search__query-wrap .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-search__query-wrap .slick-slide {
    height: inherit !important
}

.premium-search__query-wrap ul.slick-dots {
    width: 100%
}

.premium-search__query-wrap .slick-disabled {
    opacity: 0;
    visibility: hidden
}

.premium-search__posts-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: scroll
}

.premium-search__results-number {
    width: 100%;
    margin-left: 5px;
    margin-bottom: 10px
}

.premium-search__select-after .premium-search__input-wrap {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-search__select-after .premium-search__type-filter {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-search__select-after .premium-search__btn-wrap {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.premium-search__post-inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.premium-search__link {
    position: absolute;
    inset: 0;
    z-index: 1
}

.premium-search__post-content .premium-search__post-title {
    font-size: 18px
}

.premium-search__post-content .premium-search__post-title a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__post-content .premium-search-excerpt-link {
    background-color: transparent !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search__overlay a {
    width: 100%;
    height: 100%
}

.premium-search__post-excerpt {
    margin: 0
}

.premium-search__thumbnail-wrap {
    position: relative
}

.premium-search__thumbnail-wrap span {
    display: none
}

.premium-search__thumbnail {
    text-align: center;
    overflow: hidden
}

.premium-search__thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.premium-search__skin-classic .premium-search__post-title {
    margin: 20px 20px 10px
}

.premium-search__skin-classic .premium-search__excerpt-wrap {
    margin: 0 20px 20px
}

.premium-search__skin-classic .premium-search__post-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-search__skin-side .premium-search__post-title {
    margin: 20px 20px 10px
}

.premium-search__skin-side .premium-search__excerpt-wrap {
    margin: 0 20px 20px
}

.premium-search__skin-side .premium-search__post-inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-search__skin-side .premium-search__post-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.premium-search__skin-banner .premium-search__post-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-search__skin-banner .premium-search__post-content {
    position: absolute;
    width: 100%;
    bottom: -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    z-index: 3;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    padding: 30px
}

.premium-search__skin-banner .premium-search__post-wrap:hover .premium-search__post-content {
    bottom: 0
}

.premium-search__arrow-top a.carousel-arrow {
    top: 0
}

.premium-search__arrow-middle a.carousel-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none
}

.premium-search__arrow-bottom a.carousel-arrow {
    bottom: 0
}

.premium-search__effect-scale img,
.premium-search__effect-zoomout img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-search__effect-sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-search__effect-sepia .premium-search__post-wrap:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-search__effect-bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-search__effect-bright .premium-search__post-wrap:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-search__effect-trans img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-search__effect-trans .premium-search__post-wrap:hover img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-search__effect-zoomin .premium-search__post-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-search__effect-zoomout .premium-search__post-wrap:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-search__effect-scale .premium-search__post-wrap:hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.premium-search__effect-gray .premium-search__post-wrap:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-search__effect-blur .premium-search__post-wrap:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-search__footer {
    width: 100%
}

.premium-search-form__pagination-container {
    text-align: right
}

.premium-search-form__pagination-container span {
    cursor: default
}

.premium-search-form__pagination-container .page-numbers {
    display: inline-block;
    border: none;
    color: #000;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    padding: .75em;
    margin: 0 .4em .4em 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search-anim-yes .premium-search__input-wrap::after {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.premium-search-anim-middle-yes .premium-search__input-wrap::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-search-anim-label .premium-search__input::-webkit-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input::-webkit-input-placeholder {
    color: transparent !important
}

.premium-search-anim-label .premium-search__input:-ms-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input:-ms-input-placeholder {
    color: transparent !important
}

.premium-search-anim-label .premium-search__input::-ms-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input::-ms-input-placeholder {
    color: transparent !important
}

.premium-search-anim-label .premium-search__input::placeholder,
.premium-search-anim-label-pos-back .premium-search__input::placeholder {
    color: transparent !important
}

.premium-search-anim-label .premium-search__label,
.premium-search-anim-label-pos-back .premium-search__label {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(10px) translateY(30px);
    -ms-transform: translateX(10px) translateY(30px);
    transform: translateX(10px) translateY(30px);
    opacity: .3;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-search-anim-css-filters .premium-search__label,
.premium-search-anim-label-letter .premium-search__label {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pa-highlighted-text {
    margin: 0 !important;
    padding: 0 !important
}

@media (max-width:768px) {
    .premium-search__container:not(.premium-search__skin-banner) .premium-search__post-content {
        top: 0;
        margin: 0;
        padding: 15px
    }

    .premium-search__skin-side .premium-search__post-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.premium-tcloud-term-wrap {
    margin: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tcloud-hidden {
    opacity: 0;
    visibility: hidden
}

.premium-tcloud-canvas-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-tcloud-default .premium-tcloud-term,
.premium-tcloud-ribbon .premium-tcloud-term {
    background-color: var(--tag-color);
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-tcloud-default .premium-tcloud-term:hover,
.premium-tcloud-ribbon .premium-tcloud-term:hover {
    background-color: var(--tag-hover-color)
}

.premium-tcloud-default .premium-tcloud-term:hover::before,
.premium-tcloud-ribbon .premium-tcloud-term:hover::before {
    border-inline-end-color: var(--tag-hover-color)
}

.premium-tcloud-default .premium-tcloud-term-link,
.premium-tcloud-ribbon .premium-tcloud-term-link {
    color: var(--tag-text-color);
    -webkit-transition: all .3s ease-in-out, font-size 0s;
    transition: all .3s ease-in-out, font-size 0s;
    line-height: 1
}

.premium-tcloud-default .premium-tcloud-term {
    border: 1px solid var(--tag-color)
}

.premium-tcloud-canvas {
    cursor: pointer
}

.premium-tcloud-ribbon .premium-tcloud-term {
    position: relative
}

.premium-tcloud-ribbon .premium-tcloud-term::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-end: 100%;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: var(--tag-ribbon-size) solid transparent;
    border-inline-start-width: 0;
    border-inline-end-color: var(--tag-color);
    -webkit-transition: all .3s ease-in-out, border-width 0s;
    transition: all .3s ease-in-out, border-width 0s
}

.premium-tcloud-ribbon .premium-tcloud-term::after {
    position: absolute;
    content: "";
    top: 50%;
    inset-inline-start: -8px;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tcloud-sphere .premium-tcloud-terms-container {
    display: none
}

.premium-testimonial-box.multiple-testimonials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.premium-testimonial-box {
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-testimonial-box .premium-testimonial-author-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-testimonial-job,
.premium-testimonial-person-name {
    margin: 0;
    color: #212121
}

.premium-testimonial-text-wrapper {
    margin: 10px 0
}

.premium-testimonial-heading {
    font-size: 24px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px
}

.premium-testimonial-heading p {
    margin: 0
}

.premium-testimonial-person-name {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px
}

.premium-testimonial-job {
    font-size: 18px
}

.premium-testimonial-container {
    position: relative;
    width: 100%
}

.premium-testimonial-img-wrapper {
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-testimonial-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100% !important
}

.premium-testimonial-content-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px
}

.premium-testimonial-clear-float {
    clear: both
}

.premium-testimonial-lower-quote,
.premium-testimonial-upper-quote {
    position: absolute;
    z-index: 1
}

.premium-testimonial-lower-quote {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.premium-testimonial__rating-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-testimonial__skin1 .premium-testimonial-heading,
.premium-testimonial__skin1 .premium-testimonial-text-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-testimonial__skin1 .premium-testimonial-author-info {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.premium-testimonial__skin1 .premium-testimonial-upper-quote {
    top: 0;
    left: 12px
}

.premium-testimonial__skin1 .premium-testimonial-lower-quote {
    bottom: 3px;
    right: 12px
}

.premium-testimonial__skin1 .premium-testimonial__rating-wrapper {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.premium-testimonial__skin2 .premium-testimonial-text-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-testimonial__skin2 .premium-testimonial__img-info {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.premium-testimonial__skin3 .premium-testimonial-heading {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-testimonial__skin3 .premium-testimonial-text-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-testimonial__skin3 .premium-testimonial-lower-quote {
    top: 12px;
    right: 12px
}

.premium-testimonial__skin4 .premium-testimonial-text-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-testimonial__skin4 .premium-testimonial-upper-quote {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.premium-testimonial__img-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-testimonial__img-bottom .premium-testimonial-img-wrapper,
.premium-testimonial__img-top .premium-testimonial-img-wrapper {
    position: absolute;
    z-index: 1
}

.premium-testimonial__img-top .premium-testimonial-img-wrapper {
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-testimonial__img-top .premium-testimonial-heading:first-child,
.premium-testimonial__img-top .premium-testimonial-text-wrapper:first-child {
    margin-top: 40px
}

.premium-testimonial__img-bottom .premium-testimonial-img-wrapper {
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.premium-testimonial__img-bottom .premium-testimonial-job {
    margin-bottom: 40px
}

.premium-testimonial__carousel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.premium-testimonial__carousel .slick-slide {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-testimonial__carousel .slick-slide:not(.slick-center) {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .6;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.premium-testimonial__carousel-img {
    cursor: pointer
}

.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-job,
.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-person-name {
    margin: 0 10px
}

.pa-txt-sc__item-container,
.pa-txt-sc__outer-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa-txt-sc__outer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.pa-txt-sc__outer-container .premium-lottie-animation {
    width: 150px;
    height: 150px
}

.pa-txt-sc__outer-container .premium-lottie-animation>svg {
    width: 100%;
    height: 100%
}

.pa-txt-sc__hov-item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .13s;
    transition: opacity .13s
}

.pa-txt-sc__hov-item :not(.pa-txt-sc__item-img) {
    left: 0;
    top: 0
}

.pa-txt-sc__hov-item.pa-txt-sc__item-img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pa-txt-sc__hov-hide:hover .pa-txt-sc__main-item {
    visibility: hidden;
    opacity: 0
}

.pa-txt-sc__item-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item {
    visibility: visible !important
}

.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item,
.pa-txt-sc__item-container:hover .pa-txt-sc__main-item {
    -webkit-transition: opacity .13s ease-in-out;
    transition: opacity .13s ease-in-out
}

.pa-txt-sc__item-text {
    font-size: 35px;
    margin: 0
}

.pa-txt-sc__item-text.pa-txt-sc__main-item {
    width: 100%
}

.pa-txt-sc__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pa-txt-sc__item-icon,
.pa-txt-sc__item-svg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa-txt-sc__effect-grow {
    -webkit-clip-path: inset(0 100% 100% 0);
    clip-path: inset(0 100% 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.16, .09, 0, 1.02);
    transition: 1.2s cubic-bezier(.16, .09, 0, 1.02)
}

.pa-txt-sc__effect-circle svg.outline-svg,
.pa-txt-sc__effect-curly svg.outline-svg,
.pa-txt-sc__effect-diagonal svg.outline-svg,
.pa-txt-sc__effect-double-underline svg.outline-svg,
.pa-txt-sc__effect-h-underline svg.outline-svg,
.pa-txt-sc__effect-outline svg.outline-svg,
.pa-txt-sc__effect-strikethrough svg.outline-svg,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg,
.pa-txt-sc__effect-x svg.outline-svg {
    fill: none;
    stroke-width: 2px;
    position: absolute;
    left: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 110%;
    height: 113%
}

.pa-txt-sc__effect-circle svg.outline-svg.outline,
.pa-txt-sc__effect-curly svg.outline-svg.outline,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline,
.pa-txt-sc__effect-outline svg.outline-svg.outline,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline,
.pa-txt-sc__effect-x svg.outline-svg.outline {
    stroke: currentColor
}

.pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-x svg.outline-svg.outline path:first-child {
    -webkit-animation: pa-svg-outline .5s ease-in-out 0s forwards;
    animation: pa-svg-outline .5s ease-in-out 0s forwards;
    stroke-dasharray: 1740 1742;
    stroke-dashoffset: 1741
}

.pa-txt-sc__effect-circle svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-curly svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-outline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-x svg.outline-svg.outline path:nth-child(2) {
    -webkit-animation: pa-svg-outline .5s ease-in-out 499ms forwards;
    animation: pa-svg-outline .5s ease-in-out 499ms forwards;
    stroke-dasharray: 1743 1745;
    stroke-dashoffset: 1744
}

.pa-txt-sc__effect-min-mask .premium-mask-span {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    background: inherit
}

.pa-txt-sc__effect-min-mask .premium-mask-span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.pa-txt-sc__effect-underline::after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    z-index: 1
}

.pa-txt-sc__effect-underline.underline::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.pa-txt-sc__effect-hvr-pulse-grow.hvr-pulse-grow {
    -webkit-animation: hvr-pulse-grow .3s ease-in-out alternate infinite;
    animation: hvr-pulse-grow .3s ease-in-out alternate infinite
}

.pa-txt-sc__effect-hvr-buzz.hvr-buzz {
    -webkit-animation: hvr-buzz .3s ease-in-out alternate infinite;
    animation: hvr-buzz .3s ease-in-out alternate infinite
}

.pa-txt-sc__effect-rotate {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.pa-txt-sc__effect-rotate.rotate {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.pa-txt-sc__effect-d-rotate {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.pa-txt-sc__effect-d-rotate.d-rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.pa-txt-sc__effect-hvr-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.pa-txt-sc__effect-hvr-wobble-vertical.hvr-wobble-vertical {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.pa-txt-sc__effect-hvr-float-shadow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.pa-txt-sc__effect-hvr-float-shadow:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow::after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.pa-clipped-bg span {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

@-webkit-keyframes pa-svg-outline {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes pa-svg-outline {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(3deg);
        transform: translateX(3px) rotate(3deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-3deg);
        transform: translateX(-3px) rotate(-3deg)
    }
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.premium-tiktok-feed__outer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-tiktok-feed__videos-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-tiktok-feed__video-outer-wrapper {
    padding: 2.5px
}

.premium-tiktok-feed__video-wrapper {
    height: 100%
}

.premium-tiktok-feed__video-wrapper video {
    height: 100%
}

.premium-tiktok-feed__video-counts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    column-gap: 12px;
    cursor: pointer;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d7d7d7
}

.premium-tiktok-feed__video-counts span {
    display: inline-block;
    white-space: nowrap
}

.premium-tiktok-feed__vid-creator a {
    display: inline-block;
    font-size: 17px;
    text-transform: lowercase
}

.premium-tiktok-feed__created-at {
    font-size: 14px
}

.premium-tiktok-feed__shares {
    position: relative;
    margin-left: auto;
    z-index: 11
}

.premium-tiktok-feed__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-tiktok-feed__video-media {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.premium-tiktok-feed__video-media img,
.premium-tiktok-feed__video-media video {
    width: 100%;
    height: 100% !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-tiktok-feed__video-media .premium-tiktok-feed__play-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9
}

.premium-tiktok-feed__video-link {
    position: absolute;
    inset: 0;
    z-index: 10
}

.premium-tiktok-feed__vid-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200
}

.premium-tiktok-feed__profile-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    margin-bottom: 5px
}

.premium-tiktok-feed__profile-header>* {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-tiktok-feed__profile-counts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.premium-tiktok-feed__profile-counts span {
    display: inline-block;
    white-space: nowrap
}

.premium-tiktok-feed__profile-counts>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
    margin: 0 4px;
    -webkit-column-gap: 6px;
    column-gap: 6px
}

.premium-tiktok-feed__user-info-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-tiktok-feed__user-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px
}

.premium-tiktok-feed__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.premium-tiktok-feed__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.premium-tiktok-feed__username a {
    text-transform: lowercase;
    font-size: 17px;
    font-weight: 700px
}

.premium-tiktok-feed__follow-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-tiktok-feed__follow-button svg {
    width: 100%;
    height: 100%
}

.premium-tiktok-feed__profile-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px
}

.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper,
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-counts {
    position: relative;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-inner-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-meta-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc {
    margin-top: auto !important
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-counts {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-media {
    width: 100%;
    height: 100%
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper,
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media {
    width: 50%
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__meta {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-counts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media {
    height: 400px
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media img {
    object-fit: cover
}

.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-desc {
    text-align: center
}

.premium-tiktok-feed__load-more-wrapper {
    width: 100%;
    text-align: center
}

.premium-tiktok-feed__load-more-btn {
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: none;
    border-radius: 5px;
    background-color: #efefef
}

.premium-tiktok-feed .premium-display-none {
    display: none
}

.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-header,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-wrapper {
    background: #eee
}

.premium-tiktok-feed__scheme-light .premium-tiktok-feed__follow-button {
    background-color: #202020;
    color: #fff
}

.premium-tiktok-feed__scheme-light .custom-fa,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-creator a,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span>i,
.premium-tiktok-feed__scheme-light .premium-tiktok-sharer {
    color: #202020
}

.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg * {
    color: #202020
}

.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-header,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-wrapper {
    background: #202020
}

.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__follow-button {
    background-color: #eee;
    color: #202020
}

.premium-tiktok-feed__scheme-dark .fa.custom-fa {
    -webkit-text-stroke-color: #fff
}

.premium-tiktok-feed__scheme-dark .custom-fa,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-creator a,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span>i,
.premium-tiktok-feed__scheme-dark .premium-tiktok-sharer {
    color: #fff
}

.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg * {
    color: #fff
}

.premium-carousel-yes .premium-tiktok-feed__videos-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-carousel-yes.premium-tiktok-feed__grid .slick-slide {
    height: inherit !important
}

.premium-tiktok-feed__tiktok-icon.premium-tiktok-icon-video {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-title-container .premium-title-header {
    position: relative;
    margin: 0;
    padding: 10px
}

.premium-title-container .premium-title-header:not(.premium-title-style7) {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-title-container .premium-title-header svg {
    width: 40px;
    height: 40px
}

.premium-title-container .premium-title-header img {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.premium-title-container .premium-title-header a {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%
}

.premium-title-container .premium-lottie-animation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-title-icon-row .premium-title-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.premium-title-icon-row-reverse .premium-title-icon {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.premium-title-flex-start .premium-title-header {
    text-align: left
}

.premium-title-center .premium-title-header {
    text-align: center
}

.premium-title-flex-end .premium-title-header {
    text-align: right
}

.premium-title-style3,
.premium-title-style4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-title-style1,
.premium-title-style2,
.premium-title-style5,
.premium-title-style6,
.premium-title-style8,
.premium-title-style9 {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.premium-title-style7 {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-title-style7 .premium-title-style7-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-title-style1 {
    border-width: 0;
    -webkit-border-start: 3px solid #6ec1e4;
    border-inline-start: 3px solid #6ec1e4
}

.premium-title-container.style2,
.premium-title-container.style4,
.premium-title-container.style5,
.premium-title-container.style6 {
    border-bottom: 3px solid #6ec1e4
}

.premium-title-style6:before {
    position: absolute;
    inset-inline-start: 50%;
    bottom: 0;
    -webkit-margin-start: -2px;
    margin-inline-start: -2px;
    content: "";
    border: 3px solid transparent
}

.premium-title-style7-stripe-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-title-style7:before {
    display: none
}

.premium-title-style8 .premium-title-text[data-animation=shiny] {
    background-size: 125px !important;
    color: rgba(255, 255, 255, 0);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-animation-name: pa-shinny-text !important;
    animation-name: pa-shinny-text !important;
    -webkit-animation-duration: var(--animation-speed) !important;
    animation-duration: var(--animation-speed) !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(.5, var(--shiny-color))) 0 0 no-repeat
}

@keyframes pa-shinny-text {
    0% {
        background-position: 0
    }

    100% {
        background-position: 200%
    }
}

.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter {
    -webkit-animation: pa-blur-shadow 2s 1 alternate;
    animation: pa-blur-shadow 2s 1 alternate
}

@-webkit-keyframes pa-blur-shadow {
    from {
        text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
        color: transparent
    }

    to {
        text-shadow: 0
    }
}

@keyframes pa-blur-shadow {
    from {
        text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
        color: transparent
    }

    to {
        text-shadow: 0
    }
}

.premium-title-gradient-yes .premium-title-icon,
.premium-title-gradient-yes .premium-title-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
    background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
    -webkit-animation: pa-text-gradient 8s infinite;
    animation: pa-text-gradient 8s infinite
}

.premium-title-noise-yes .premium-title-text {
    position: relative
}

.premium-title-noise-yes .premium-title-text::before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #00f;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-title-noise-yes .premium-title-text::after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    background: 0 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
    width: 100%;
    height: 100%
}

.premium-title-clipped .premium-title-text {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

@-webkit-keyframes pa-text-gradient {

    0%,
    100% {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@keyframes pa-text-gradient {

    0%,
    100% {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@-webkit-keyframes pa-noise-anim-1 {
    0% {
        clip: rect(52px, 9999px, 151px, 0)
    }

    5% {
        clip: rect(88px, 9999px, 14px, 0)
    }

    10% {
        clip: rect(81px, 9999px, 237px, 0)
    }

    15% {
        clip: rect(38px, 9999px, 90px, 0)
    }

    20% {
        clip: rect(62px, 9999px, 125px, 0)
    }

    25% {
        clip: rect(5px, 9999px, 43px, 0)
    }

    30% {
        clip: rect(9px, 9999px, 285px, 0)
    }

    35% {
        clip: rect(17px, 9999px, 146px, 0)
    }

    40% {
        clip: rect(97px, 9999px, 159px, 0)
    }

    45% {
        clip: rect(9px, 9999px, 284px, 0)
    }

    50% {
        clip: rect(94px, 9999px, 41px, 0)
    }

    55% {
        clip: rect(53px, 9999px, 161px, 0)
    }

    60% {
        clip: rect(2px, 9999px, 46px, 0)
    }

    65% {
        clip: rect(24px, 9999px, 128px, 0)
    }

    70% {
        clip: rect(45px, 9999px, 235px, 0)
    }

    75% {
        clip: rect(75px, 9999px, 294px, 0)
    }

    80% {
        clip: rect(9px, 9999px, 251px, 0)
    }

    85% {
        clip: rect(56px, 9999px, 244px, 0)
    }

    90% {
        clip: rect(53px, 9999px, 177px, 0)
    }

    95% {
        clip: rect(86px, 9999px, 60px, 0)
    }

    100% {
        clip: rect(63px, 9999px, 34px, 0)
    }
}

@keyframes pa-noise-anim-1 {
    0% {
        clip: rect(52px, 9999px, 151px, 0)
    }

    5% {
        clip: rect(88px, 9999px, 14px, 0)
    }

    10% {
        clip: rect(81px, 9999px, 237px, 0)
    }

    15% {
        clip: rect(38px, 9999px, 90px, 0)
    }

    20% {
        clip: rect(62px, 9999px, 125px, 0)
    }

    25% {
        clip: rect(5px, 9999px, 43px, 0)
    }

    30% {
        clip: rect(9px, 9999px, 285px, 0)
    }

    35% {
        clip: rect(17px, 9999px, 146px, 0)
    }

    40% {
        clip: rect(97px, 9999px, 159px, 0)
    }

    45% {
        clip: rect(9px, 9999px, 284px, 0)
    }

    50% {
        clip: rect(94px, 9999px, 41px, 0)
    }

    55% {
        clip: rect(53px, 9999px, 161px, 0)
    }

    60% {
        clip: rect(2px, 9999px, 46px, 0)
    }

    65% {
        clip: rect(24px, 9999px, 128px, 0)
    }

    70% {
        clip: rect(45px, 9999px, 235px, 0)
    }

    75% {
        clip: rect(75px, 9999px, 294px, 0)
    }

    80% {
        clip: rect(9px, 9999px, 251px, 0)
    }

    85% {
        clip: rect(56px, 9999px, 244px, 0)
    }

    90% {
        clip: rect(53px, 9999px, 177px, 0)
    }

    95% {
        clip: rect(86px, 9999px, 60px, 0)
    }

    100% {
        clip: rect(63px, 9999px, 34px, 0)
    }
}

@-webkit-keyframes pa-noise-anim-2 {
    0% {
        clip: rect(14px, 9999px, 185px, 0)
    }

    5% {
        clip: rect(19px, 9999px, 163px, 0)
    }

    10% {
        clip: rect(17px, 9999px, 72px, 0)
    }

    15% {
        clip: rect(46px, 9999px, 182px, 0)
    }

    20% {
        clip: rect(28px, 9999px, 176px, 0)
    }

    25% {
        clip: rect(64px, 9999px, 288px, 0)
    }

    30% {
        clip: rect(58px, 9999px, 269px, 0)
    }

    35% {
        clip: rect(18px, 9999px, 175px, 0)
    }

    40% {
        clip: rect(61px, 9999px, 94px, 0)
    }

    45% {
        clip: rect(63px, 9999px, 283px, 0)
    }

    50% {
        clip: rect(59px, 9999px, 113px, 0)
    }

    55% {
        clip: rect(20px, 9999px, 56px, 0)
    }

    60% {
        clip: rect(49px, 9999px, 110px, 0)
    }

    65% {
        clip: rect(70px, 9999px, 293px, 0)
    }

    70% {
        clip: rect(70px, 9999px, 270px, 0)
    }

    75% {
        clip: rect(82px, 9999px, 167px, 0)
    }

    80% {
        clip: rect(25px, 9999px, 273px, 0)
    }

    85% {
        clip: rect(76px, 9999px, 97px, 0)
    }

    90% {
        clip: rect(2px, 9999px, 295px, 0)
    }

    95% {
        clip: rect(9px, 9999px, 53px, 0)
    }

    100% {
        clip: rect(41px, 9999px, 94px, 0)
    }
}

@keyframes pa-noise-anim-2 {
    0% {
        clip: rect(14px, 9999px, 185px, 0)
    }

    5% {
        clip: rect(19px, 9999px, 163px, 0)
    }

    10% {
        clip: rect(17px, 9999px, 72px, 0)
    }

    15% {
        clip: rect(46px, 9999px, 182px, 0)
    }

    20% {
        clip: rect(28px, 9999px, 176px, 0)
    }

    25% {
        clip: rect(64px, 9999px, 288px, 0)
    }

    30% {
        clip: rect(58px, 9999px, 269px, 0)
    }

    35% {
        clip: rect(18px, 9999px, 175px, 0)
    }

    40% {
        clip: rect(61px, 9999px, 94px, 0)
    }

    45% {
        clip: rect(63px, 9999px, 283px, 0)
    }

    50% {
        clip: rect(59px, 9999px, 113px, 0)
    }

    55% {
        clip: rect(20px, 9999px, 56px, 0)
    }

    60% {
        clip: rect(49px, 9999px, 110px, 0)
    }

    65% {
        clip: rect(70px, 9999px, 293px, 0)
    }

    70% {
        clip: rect(70px, 9999px, 270px, 0)
    }

    75% {
        clip: rect(82px, 9999px, 167px, 0)
    }

    80% {
        clip: rect(25px, 9999px, 273px, 0)
    }

    85% {
        clip: rect(76px, 9999px, 97px, 0)
    }

    90% {
        clip: rect(2px, 9999px, 295px, 0)
    }

    95% {
        clip: rect(9px, 9999px, 53px, 0)
    }

    100% {
        clip: rect(41px, 9999px, 94px, 0)
    }
}

@-webkit-keyframes pa-shinny-text {
    0% {
        background-position: 100%
    }

    100% {
        background-position: -100%
    }
}

@keyframes pa-shinny-text {
    0% {
        background-position: 100%
    }

    100% {
        background-position: -100%
    }
}

.premium-global-tooltip {
    display: none
}

.premium-global-tooltip-content .premium-tootltip-icon img {
    display: inline-block;
    vertical-align: middle
}

.premium-global-tooltip-content .premium-tooltip-gallery,
.premium-global-tooltip-content .premium-tootltip-icon {
    display: inline-block
}

.premium-global-tooltip-content .premium-tooltip-gallery img,
.premium-global-tooltip-content .premium-tootltip-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.premium-video-box-transform {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.premium-video-box-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-video-box-container>div {
    position: relative;
    overflow: hidden
}

.premium-video-box-image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    margin: auto;
    -webkit-transition: .2s all;
    transition: .2s all
}

.premium-video-box-play-icon-container {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(252, 252, 252, .35)
}

.premium-video-box-description-container {
    position: absolute;
    z-index: 2;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.premium-video-box-text {
    margin-bottom: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-video-box-play-icon {
    padding: 15px;
    -webkit-transform: translateX(4%);
    -ms-transform: translateX(4%);
    transform: translateX(4%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-vid-lightbox-container,
.premium-video-box-video-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out;
    overflow: hidden;
    cursor: pointer
}

.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container {
    opacity: 0;
    visibility: hidden
}

.premium-video-box-video-container iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.premium-video-box-video-container video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    background-color: #000;
    object-fit: contain
}

.premium-video-box-container .premium-video-box-vimeo-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 3;
    margin: 10px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-margin-end: 4.6em;
    margin-inline-end: 4.6em
}

.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
    width: 60px;
    height: 60px;
    background: rgba(23, 35, 34, .75);
    -webkit-margin-end: 1px;
    margin-inline-end: 1px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0
}

.premium-video-box-vimeo-portrait img {
    width: 50px;
    height: 50px;
    margin: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%
}

.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
    font-size: 10px
}

.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
    max-width: 100%;
    font-size: 2em !important;
    font-weight: 700;
    margin: 0;
    padding: .1em .2em;
    background: rgba(23, 35, 34, .75);
    display: inline-block;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal
}

.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    margin-top: .1em;
    padding: .2em .5em;
    background: rgba(23, 35, 34, .75);
    text-transform: none;
    line-height: normal;
    letter-spacing: normal
}

.premium-video-box-playlist-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-video-box-playlist-container .premium-video-box-container {
    height: 100%;
    overflow: hidden
}

.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-video-box-container:hover .premium-video-box-image-container.scale {
    -webkit-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg)
}

.premium-video-box-container:hover .premium-video-box-image-container.gray {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-video-box-container:hover .premium-video-box-image-container.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.premium-video-box-container:hover .premium-video-box-image-container.sepia {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-video-box-container:hover .premium-video-box-image-container.trans {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-video-box-container:hover .premium-video-box-image-container.bright {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-video-box-image-container.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-video-box-image-container.scale,
.premium-video-box-image-container.zoomout {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-video-box-image-container.sepia {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-video-box-image-container.bright {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-video-box-image-container.trans {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-video-box-mask-media {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.premium-video-box-container.premium-video-box-sticky-apply {
    z-index: 99;
    overflow: unset
}

.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    position: fixed !important;
    z-index: 99999;
    height: 225px;
    width: 400px;
    background: #fff
}

.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap {
    visibility: hidden
}

.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    box-shadow: unset
}

.premium-video-box-sticky-close,
.premium-video-box-sticky-infobar {
    display: none
}

.premium-video-box-sticky-apply .premium-video-box-sticky-close {
    position: absolute;
    padding: 5px;
    cursor: pointer;
    z-index: 99999;
    height: 14px;
    width: 14px;
    box-sizing: content-box;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-video-box-sticky-apply .premium-video-box-play-icon {
    -webkit-transition: none;
    transition: none
}

.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
    display: block;
    position: relative;
    top: 100%;
    width: 100%;
    padding: 5px;
    text-align: center;
    z-index: 9999;
    margin-top: -1px
}

.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
    cursor: move
}

.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-end: auto;
    inset-inline-start: 20px;
    top: 20px
}

.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-end: auto;
    inset-inline-start: 20px;
    bottom: 20px
}

.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-start: auto;
    inset-inline-end: 20px;
    top: 20px
}

.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-start: auto;
    inset-inline-end: 20px;
    bottom: 20px
}

.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-end: auto;
    inset-inline-start: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    inset-inline-start: auto;
    inset-inline-end: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
    bottom: 55px
}

.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
    top: -10px;
    inset-inline-end: -10px
}

.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
    top: -10px;
    inset-inline-start: -10px
}

.premium-video-box-filter-sticky {
    -webkit-filter: none !important;
    filter: none !important
}

.premium-mscroll-yes.elementor-widget-premium-addon-video-box div {
    cursor: default
}

.premium-video-box-background {
    width: 100%
}

.premium-video-box-background+div {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    inset-inline-start: 0
}

.premium-videobox-layout2 .premium-videobox-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-videobox-layout2 .premium-videobox-column:first-child .premium-video-box-trigger {
    height: 100%
}

.premium-videobox-layout2 .premium-videobox-column:nth-child(2) {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-calc(100% - var(--pa-first-column-width));
    width: calc(100% - var(--pa-first-column-width))
}

.premium-videobox-layout2 .premium-videobox-column:nth-child(2) .premium-video-box-container {
    height: auto !important
}

.rtl .premium-video-box-description-container,
.rtl .premium-video-box-play-icon-container {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.rtl .premium-video-box-play-icon {
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%)
}

.rtl .premium-video-box-container:hover .premium-video-box-image-container.scale {
    -webkit-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg)
}

.rtl .premium-video-box-image-container.trans {
    -webkit-transform: translateX(15px) scale(1.1);
    -ms-transform: translateX(15px) scale(1.1);
    transform: translateX(15px) scale(1.1)
}

.premium-vscroll-inner {
    position: relative;
    min-height: 100%
}

.premium-vscroll-inner .premium-vscroll-dots {
    position: fixed;
    z-index: 100;
    opacity: 1;
    margin-top: -32px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-vscroll-wrap .premium-vscroll-nav-menu {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-vscroll-inner .premium-vscroll-dots,
.premium-vscroll-wrap .premium-vscroll-dots-hide {
    opacity: 0;
    visibility: hidden
}

.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide) {
    opacity: 1;
    visibility: visible
}

.premium-vscroll-dots.middle {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-vscroll-dots.top {
    top: 40px
}

.premium-vscroll-dots.bottom {
    bottom: 30px
}

.premium-vscroll-dots.right {
    inset-inline-end: 17px
}

.premium-vscroll-dots.left {
    inset-inline-start: 17px
}

.premium-vscroll-inner ul.premium-vscroll-dots-list,
.premium-vscroll-wrap .premium-vscroll-nav-menu {
    margin: 0 !important;
    padding: 0
}

.premium-vscroll-inner ul.premium-vscroll-dots-list li {
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible
}

.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
    top: 2px;
    inset-inline-start: 2.5px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6)
}

.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    padding-left: .4em;
    padding-right: .4em
}

.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
    inset-inline-end: 27px
}

.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
    width: 4px;
    height: 30px
}

.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
    position: absolute;
    top: 50%;
    content: "";
    inset-inline-start: -webkit-calc(100% - 1px);
    inset-inline-start: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -webkit-border-start: 6px solid;
    border-inline-start: 6px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
    inset-inline-start: 27px
}

.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
    position: absolute;
    top: 50%;
    content: "";
    inset-inline-end: -webkit-calc(100% - 1px);
    inset-inline-end: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -webkit-border-end: 6px solid;
    border-inline-end: 6px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .premium-vscroll-dots.right {
        inset-inline-end: 7px
    }

    .premium-vscroll-dots.left {
        inset-inline-start: 7px
    }
}

.premium-vscroll-nav-menu {
    position: fixed;
    top: 20px;
    height: 40px;
    z-index: 100;
    padding: 0;
    margin: 0
}

.premium-vscroll-nav-menu.left {
    inset-inline-start: 0
}

.premium-vscroll-nav-menu.right {
    inset-inline-end: 0
}

.premium-vscroll-nav-menu .premium-vscroll-nav-item {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .3)
}

.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
    padding: 9px 18px;
    display: block;
    cursor: pointer;
    color: #000
}

.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
    color: #000
}

.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus {
    outline: 0
}

.multiscroll-nav li a:focus {
    outline: 0
}

.premium-vscroll-temp .slimScrollBar {
    visibility: hidden
}

[data-hijacking=off] .premium-vscroll-temp {
    height: 100vh
}

[data-hijacking=off] .premium-vscroll-temp>div {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-hijacking=off] .premium-vscroll-temp:first-of-type>div::before {
    display: none;
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 2
}

[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp {
    position: relative;
    -webkit-perspective: 1800px;
    perspective: 1800px
}

[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp>div {
    position: absolute;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp:last-of-type>div {
    opacity: 1 !important;
    -webkit-transform: translateY(0) scale(1) rotateX(0) !important;
    transform: translateY(0) scale(1) rotateX(0) !important
}

[data-hijacking=off][data-animation=parallax] .premium-vscroll-temp>div {
    position: fixed
}

[data-hijacking=off][data-animation=scaleDown] .premium-vscroll-temp>div {
    position: fixed
}

[data-hijacking=off] .premium-vscroll-parallax-last {
    -webkit-transform: translateY(0) scale(1) !important;
    -ms-transform: translateY(0) scale(1) !important;
    transform: translateY(0) scale(1) !important
}

[data-hijacking=off] .premium-vscroll-parallax-position {
    position: unset !important
}

.premium-weather__outer-wrapper {
    position: relative
}

.premium-weather__outer-wrapper * {
    z-index: 10
}

.premium-weather__temp-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__desc-wrapper,
.premium-weather__outer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-weather__basic-weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__icon-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__icon-wrapper i {
    font-size: 70px
}

.premium-weather__icon-wrapper .premium-lottie-animation,
.premium-weather__icon-wrapper img,
.premium-weather__icon-wrapper>svg {
    width: 70px;
    height: 70px
}

.premium-weather__icon-wrapper .premium-lottie-animation svg {
    width: 100%;
    height: 100%
}

.premium-weather__city-name {
    font-size: 30px;
    display: inline-block;
    color: #54595f
}

.premium-weather__current-weather .premium-weather__temp-wrapper span {
    font-size: 35px
}

.premium-weather__temp-unit {
    position: relative;
    font-size: 20px;
    top: -5px
}

.premium-weather__temp-val {
    font-size: 45px;
    font-weight: 600
}

.premium-weather__desc-wrapper {
    -webkit-margin-start: 50px;
    margin-inline-start: 50px
}

.premium-weather__desc {
    font-size: 20px;
    text-transform: capitalize;
    white-space: nowrap
}

.premium-weather__feels-like {
    font-size: 13px;
    color: #54595f;
    white-space: nowrap
}

.premium-weather__extra-weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.premium-weather__extra-weather.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.premium-weather__extra-weather>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px
}

.premium-weather__extra-weather svg {
    width: 16px;
    height: 16px
}

.premium-weather__extra-weather span {
    white-space: nowrap;
    font-size: 15px
}

.premium-weather__forecast {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.premium-weather__forecast .premium-weather__forecast-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__forecast .premium-weather__forecast-item.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-date {
    white-space: nowrap;
    font-size: 15px
}

.premium-weather__forecast .premium-weather__forecast-item .premium-weather__temp-wrapper {
    font-size: 20px;
    font-weight: 600
}

.premium-weather__hourly-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-weather__hourly-item.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.premium-weather__hourly-item .premium-weather__icon-wrapper {
    margin-bottom: 5px
}

.premium-weather__hourly-item .premium-weather__icon-wrapper i {
    font-size: 35px
}

.premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-weather__hourly-item .premium-weather__icon-wrapper img,
.premium-weather__hourly-item .premium-weather__icon-wrapper>svg {
    width: 35px;
    height: 35px
}

.premium-weather__hourly-item .premium-weather__temp-wrapper span {
    font-size: 20px
}

.premium-weather__hourly-item .premium-weather__hourly-item-date {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 5px
}

@media (max-width:1024px) {
    .premium-weather__layout-2 .premium-weather__extra-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.premium-weather__layout-2 .premium-weather__basic-weather {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-weather__layout-2 .premium-weather__basic-weather .premium-weather__icon-weather {
    width: 70px;
    height: 70px
}

.premium-weather__layout-2 .premium-weather__desc-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-weather__layout-2 .premium-weather__extra-outer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__layout-2 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-weather__layout-3 .premium-weather__current-weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10px
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-weather {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper i {
    font-size: 80px
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper img,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper>svg {
    width: 80px;
    height: 80px
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__desk {
    font-size: 20px
}

.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__feels-like {
    font-size: 10px
}

.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-weather__layout-3 .premium-weather__extra-outer-wrapper {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__temp-wrapper span {
    font-size: 60px
}

.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-max,
.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-min,
.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-max,
.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-min {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {

    .premium-daily-forecast__style-1 .premium-weather__forecast,
    .premium-daily-forecast__style-2 .premium-weather__forecast,
    .premium-daily-forecast__style-3 .premium-weather__forecast {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item,
.premium-daily-forecast__style-2 .premium-weather__forecast-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper {
    font-size: 17px;
    font-weight: 600
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__temp-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 6px;
    column-gap: 6px
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
    font-size: 50px
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg {
    width: 50px;
    height: 50px
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-date {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
    font-size: 45px
}

.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg {
    width: 45px;
    height: 45px
}

.premium-daily-forecast__style-3 .premium-weather__forecast-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
    font-size: 40px
}

.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg {
    width: 40px;
    height: 40px
}

.premium-daily-forecast__style-4 .premium-weather__forecast {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item {
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper i {
    font-size: 30px
}

.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper>svg {
    width: 30px;
    height: 30px
}

.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data {
    gap: 50px;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data>:not(.premium-weather__icon-wrapper) {
    min-width: 30px;
    text-align: center
}

.premium-daily-forecast__style-1 .premium-weather__forecast-item,
.premium-daily-forecast__style-2 .premium-weather__forecast-item,
.premium-daily-forecast__style-3 .premium-weather__forecast-item,
.premium-daily-forecast__style-4 .premium-weather__forecast {
    background-color: #f0f0f0;
    padding: 15px
}

.premium-daily-forecast__style-3 .premium-weather__forecast-item,
.premium-daily-forecast__style-4 .premium-weather__forecast {
    border-radius: 15px
}

.premium-daily-forecast__style-4 .premium-weather__forecast-item {
    padding: 10px 0 10px 0
}

.premium-hours-vertical .premium-weather__hourly-item,
.premium-weather__tab-content .premium-weather__hourly-item {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-hours-vertical .premium-weather__hourly-data,
.premium-weather__tab-content .premium-weather__hourly-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.premium-hours-vertical .premium-weather__hourly-data>*,
.premium-weather__tab-content .premium-weather__hourly-data>* {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    column-gap: 5px
}

.premium-hours-vertical .premium-weather__hourly-item-date {
    font-size: 15px
}

.premium-hours-vertical .premium-weather__hourly-item {
    padding: 10px 0 10px 0
}

.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data i {
    font-size: 15px
}

.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data svg {
    width: 15px;
    height: 15px
}

.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper i {
    font-size: 30px
}

.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper img,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper>svg {
    width: 30px;
    height: 30px
}

.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data>:not(.premium-weather__icon-wrapper)>span,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__temp-wrapper>span {
    font-size: 16px;
    font-weight: 600
}

.premium-weather__forecast-tabs-wrapper {
    overflow-x: auto;
    overflow-y: hidden
}

.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers {
    list-style: none;
    margin: 0;
    padding: 0
}

.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px 0 10px 0;
    margin: 20px 10px 0 10px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li:hover {
    background: #e4e3e3
}

.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content:not(.current) {
    display: none
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 20px 0
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator i {
    font-size: 17px
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator svg {
    width: 17px;
    height: 17px
}

.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item>*,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item-date,
.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content .premium-weather__hourly-item>:not(.premium-weather__hourly-item-date):not(.premium-weather__icon-wrapper) {
    font-size: 15px
}

.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item {
    padding: 15px 0 15px 0
}

.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper i {
    font-size: 30px
}

.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper .premium-lottie-animation,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper img,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper>svg {
    width: 30px;
    height: 30px
}

.premium-weather-space-between .premium-weather__tab-header {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.premium-weather__layout-1 .premium-weather__hourly-forecast-wrapper,
.premium-weather__layout-2.premium-weather__hourly-yes .premium-weather__extra-outer-wrapper,
.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper {
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 25px 15px 25px 15px;
    margin: 25px 0 15px 0
}

.premium-cw-sec-inline .premium-weather__current-weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-cw-sec-inline .premium-weather__current-weather>* {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.premium-cw-sec-block .premium-weather__current-weather {
    display: block
}

.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather .premium-weather__city-wrapper {
    width: 100%
}

.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather {
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset
}

.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
    width: unset
}

@media (min-width:2400px) {
    .premium-cw-sec-widescreen-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-widescreen-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-widescreen-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

@media (max-width:1366px) {
    .premium-cw-sec-laptop-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-laptop-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-laptop-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

@media (max-width:1200px) {
    .premium-cw-sec-tablet_extra-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-tablet_extra-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-tablet_extra-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

@media (max-width:1024px) {
    .premium-cw-sec-tablet-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-tablet-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-tablet-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

@media (max-width:880px) {
    .premium-cw-sec-mobile_extra-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-mobile_extra-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-mobile_extra-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

@media (max-width:767px) {
    .premium-cw-sec-mobile-inline .premium-weather__current-weather {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .premium-cw-sec-mobile-inline .premium-weather__current-weather>* {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .premium-cw-sec-mobile-block .premium-weather__current-weather {
        display: block
    }

    .premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: 100%
    }

    .premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
        width: unset
    }
}

.rtl .premium-hours-vertical .premium-weather__hourly-data>div>span,
.rtl .premium-weather__extra-weather>div>span,
.rtl .premium-weather__tabs-content-wrapper .premium-weather__hourly-item>div>span {
    direction: ltr
}

.rtl .premium-weather__current-weather .premium-weather__temp-val {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.elementor-widget-premium-woo-categories {
    width: 100%
}

.premium-woo-cats__list li.product-category {
    width: 100%
}

.premium-woo-cats__list-wrap ul.products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none outside;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-woo-cats__list-wrap .woocommerce-loop-category__title {
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__list-wrap .woocommerce-loop-category__title sup {
    margin-left: 5px
}

.premium-woo-cats__list-wrap ul.slick-dots {
    width: 100%
}

.premium-woo-cats__category {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-woo-cats__img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__img-wrap img {
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__img-overlay {
    position: absolute;
    inset: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.premium-woo-cats__content-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__count {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__desc {
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-cats__img-zoomout img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-woo-cats__img-zoomout li.product:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-woo-cats__img-zoomin img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-woo-cats__img-zoomin li.product:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-woo-cats__img-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-woo-cats__img-gray li.product:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-woo-cats__img-sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-woo-cats__img-sepia li.product:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-woo-cats__img-bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-woo-cats__img-bright li.product:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-woo-cats__img-trans img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-woo-cats__img-trans li.product:hover img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-woo-cats__img-scale li.product:hover img {
    -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    transform: scaleX(1.3) scaleY(1.3) rotate(5deg)
}

.premium-woo-cats__content-below .premium-woo-cats__category {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-woo-cats__content-above .premium-woo-cats__category {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.premium-woo-cats__content-next .premium-woo-cats__category {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-widget-premium-woo-cta .pa-wrapper-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-woo-btn-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.premium-woo-btn-container .premium-woo-cta-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none
}

.premium-woo-btn-container .premium-woo-btn-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-btn-container .premium-add-icon-image {
    border-color: #000;
    width: 100%;
    height: 100%
}

.premium-woo-btn-container .premium-woo-btn-icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-btn-container .premium-woo-icon-hidden .premium-woo-btn-icon {
    display: none
}

.premium-woo-btn-container .premium-woo-cta-button:focus {
    outline: 0
}

.premium-woo-btn-container .premium-button-text-icon-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-woo-btn-container img {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-btn-container .quantity-input-wrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: inherit
}

.premium-woo-btn-container input[type=number].product-quantity::-webkit-inner-spin-button,
.premium-woo-btn-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.premium-wrapper-woo-cta .quantity-grouped-wrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: inherit
}

.premium-wrapper-woo-cta .grouped_product_qty,
.premium-wrapper-woo-cta .product-quantity {
    color: #222;
    font-size: 16px;
    height: 43px;
    width: 70px !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    appearance: textfield;
    height: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-wrapper-woo-cta input[type=number].grouped_product_qty::-webkit-inner-spin-button,
.premium-wrapper-woo-cta input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .quantity-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    background-color: #fff;
    border-color: #e0e0e0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    height: 21.5px;
    font-size: 13px;
    width: 33px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    cursor: pointer;
    border-radius: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-plus:before {
    content: "\f067"
}

.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-minus:before {
    content: "\f068"
}

.premium-wrapper-woo-cta .view-cart-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.premium-wrapper-woo-cta .premium-cta-message-box {
    text-align: center
}

.premium-wrapper-woo-cta .unavailable-message {
    text-align: center
}

.premium-wrapper-woo-cta .product-quantity-message {
    display: block;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.premium-wrapper-woo-cta .premium-grouped-product,
.premium-wrapper-woo-cta .premium-variations {
    border-collapse: separate;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-wrapper-woo-cta .premium-grouped-product th,
.premium-wrapper-woo-cta .premium-variations th {
    border: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-wrapper-woo-cta .premium-grouped-product td,
.premium-wrapper-woo-cta .premium-variations td {
    border: none;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-wrapper-woo-cta .premium-grouped-product .pa-qty-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-wrapper-woo-cta .pro-wish {
    display: inline;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.premium-wrapper-woo-cta .premium-woo-cta__spinner {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.premium-wrapper-woo-cta .premium-woo-cta__spinner.loader-visible {
    margin-left: 10px
}

.premium-wrapper-woo-cta .premium-woo-cta__spinner .premium-loading-feed {
    display: block !important;
    position: relative !important
}

.pa-external .quantity-input-wrapper,
.pa-grouped .quantity-input-wrapper {
    display: none
}

.ast-single-post .entry-content .premium-woocommerce a {
    text-decoration: none
}

.premium-woocommerce .premium-woo-qv-btn {
    cursor: pointer
}

.premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating {
    margin: 0 auto .5em
}

.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured,
.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale {
    display: block;
    text-align: center;
    color: #fff;
    min-width: 2em;
    min-height: 2em;
    line-height: 2em;
    padding: .3em .6em;
    margin: .5em .6em
}

.premium-woocommerce .pa-out-of-stock {
    display: block;
    text-align: center;
    color: #fff;
    min-width: 2em;
    min-height: 2em;
    line-height: 2em;
    padding: .3em .6em;
    top: 7px;
    inset-inline-start: 9px;
    margin: 0
}

.premium-woocommerce .woocommerce-loop-product__title {
    margin-bottom: .5em;
    font-size: 1em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woocommerce .premium-woo-product-category {
    display: block;
    font-size: .85em;
    margin-bottom: .5em;
    line-height: 1.3
}

.premium-woocommerce .premium-woo-products-inner ul.products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none outside;
    -webkit-column-gap: 0;
    column-gap: 0
}

.premium-woocommerce .premium-woo-products-inner ul.products li.product {
    margin: 0 0 10px;
    padding: 0 10px
}

.premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
    overflow: hidden;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woocommerce .woocommerce-loop-product__link {
    position: relative;
    display: block !important;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woocommerce .pa-out-of-stock,
.premium-woocommerce .premium-woo-ribbon-container {
    position: absolute;
    z-index: 9
}

.premium-woocommerce .premium-woo-ribbon-container {
    top: 0;
    inset-inline-start: 0
}

.premium-woo-product-thumbnail {
    position: relative;
    overflow: hidden
}

.premium-woo-product-thumbnail .woocommerce-loop-product__link img {
    display: block;
    margin: 0;
    width: 100%
}

.premium-woo-product-featured-wrap,
.premium-woo-product-sale-wrap {
    margin: 0
}

.premium-woocommerce .premium-woo-products-details-wrap {
    padding: 1em 1.2em
}

.premium-woocommerce li.product .price {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: .9em
}

.premium-woocommerce li.product .price del {
    display: inline-block;
    font-weight: 400;
    background: 0 0;
    opacity: 1
}

.premium-woocommerce li.product .price ins {
    display: inline-block;
    background: 0 0;
    text-decoration: none;
    font-weight: inherit
}

.premium-woocommerce li.product .price .amount {
    color: inherit !important
}

.premium-woocommerce li.product .premium-woo-product-desc p {
    margin: 0
}

.premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
    margin-left: 0;
    margin-right: auto
}

.premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
    margin-left: auto;
    margin-right: auto
}

.premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
    margin-left: auto;
    margin-right: 0
}

.premium-woo-products-pagination ul.page-numbers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    border: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-woo-products-pagination ul.page-numbers li {
    margin: 0 .4em .4em 0;
    padding: 0;
    text-align: center
}

.premium-woo-products-pagination ul.page-numbers li .page-numbers {
    margin: 0;
    text-decoration: none;
    color: #000;
    border: 1px solid #54595f;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    display: block;
    min-width: 2.5em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-products-pagination ul.page-numbers li .page-numbers.current,
.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover {
    background-color: #54595f;
    color: #fff;
    outline: 0
}

.premium-woo-quick-view-loader .premium-loading-feed,
.premium-woocommerce .premium-loading-feed {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-woocommerce .woocommerce-loop-product__link img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.premium-woo-product__hover-gray .woocommerce-loop-product__link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%)
}

.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
    -webkit-filter: sepia(0);
    filter: sepia(0)
}

.premium-woo-product__hover-bright .woocommerce-loop-product__link img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.premium-woo-product__hover-trans .woocommerce-loop-product__link img {
    -webkit-transform: translateX(-15px) scale(1.1);
    -ms-transform: translateX(-15px) scale(1.1);
    transform: translateX(-15px) scale(1.1)
}

.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
    -webkit-transform: translateX(0) scale(1.1);
    -ms-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1)
}

.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
    -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
    transform: scaleX(1.3) scaleY(1.3) rotate(5deg)
}

.premium-woocommerce .premium-woo-product__on_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0
}

.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
    opacity: 1
}

.premium-woo-skin-grid-1 .premium-woo-qv-btn,
.premium-woo-skin-grid-3 .premium-woo-qv-btn,
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: rgba(2, 2, 2, .5);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.premium-woo-skin-grid-4 .premium-woo-qv-btn {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.premium-woo-skin-grid-1 .premium-woo-qv-icon,
.premium-woo-skin-grid-3 .premium-woo-qv-icon,
.premium-woo-skin-grid-4 .premium-woo-qv-icon,
.premium-woo-skin-grid-6 .premium-woo-qv-icon {
    -webkit-margin-start: .5em;
    margin-inline-start: .5em
}

.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.premium-woo-product-wrapper .premium-woo-qv-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}

.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
    position: absolute;
    top: .7em;
    right: 1em;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 9
}

.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
    position: relative;
    display: block;
    margin: 0 0 3px;
    background: #fff;
    text-align: center;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
    display: block;
    color: #54595f;
    width: 30px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    opacity: 1
}

.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
    content: "\f013"
}

.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
    content: "\f00c"
}

.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    transition: transform .4s, opacity .2s;
    transition: transform .4s, opacity .2s, -webkit-transform .4s;
    -webkit-transform: translateZ(0) translateY(5px);
    transform: translateZ(0) translateY(5px)
}

.premium-woo-skin-grid-2 .premium-woo-product-details {
    padding: 15px 0
}

.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0)
}

.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%
}

.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
    background-color: #54595f
}

.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: scale(.9) translateZ(0) translateY(-50%);
    transform: scale(.9) translateZ(0) translateY(-50%);
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .3s;
    transition: opacity .5s, -webkit-transform .3s;
    transition: opacity .5s, transform .3s;
    transition: opacity .5s, transform .3s, -webkit-transform .3s
}

.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,
.premium-woo-skin-grid-8 li.product .premium-woo-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(27, 27, 23, .3);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,
.premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
    -webkit-transform: scale(1) translateZ(0) translateY(-50%);
    transform: scale(1) translateZ(0) translateY(-50%);
    opacity: 1
}

.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #54595f;
    padding: 10px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
    width: 75%
}

.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-woo-skin-grid-6 .premium-woo-qv-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 40%;
    text-align: center;
    padding: 5px;
    background: rgba(2, 2, 2, .5);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 2
}

.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
    opacity: 1;
    visibility: visible
}

.premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating {
    margin: 0
}

.premium-woo-skin-grid-6 li.product .premium-woo-product-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-woo-product-gallery-images .premium-woo-product__gallery_image {
    width: 20%;
    margin: 0 .2em;
    border: 2px solid #aaa;
    cursor: pointer
}

.premium-woo-products-metro li.product .premium-woo-product-thumbnail,
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
.premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
    height: 100%
}

.premium-woo-products-metro ul.products li.product {
    margin-bottom: 0
}

.premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
    object-fit: cover
}

.premium-carousel-hidden {
    opacity: 0;
    visibility: hidden
}

.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
    border-radius: 50%
}

.premium-woocommerce ul.slick-dots {
    width: 100%
}

html.premium-woo-qv-opened,
html.premium-woo-qv-opened body {
    overflow: hidden
}

.premium-woo-quick-view-back {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    background: rgba(2, 2, 2, .5);
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 999
}

.premium-woo-quick-view-active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

#premium-woo-quick-view-modal {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1400;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-x: hidden;
    overflow-y: auto
}

#premium-woo-quick-view-modal.active {
    visibility: visible;
    opacity: 1
}

#premium-woo-quick-view-modal.active .premium-woo-content-main {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    width: 100%
}

#premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#premium-woo-quick-view-modal .premium-woo-content-main {
    position: relative;
    pointer-events: none;
    max-width: 100%;
    text-align: left;
    z-index: 1045;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    margin: 0 auto
}

#premium-woo-quick-view-modal .premium-woo-lightbox-content {
    position: relative;
    display: table;
    pointer-events: auto;
    background-color: #fff;
    width: 975px;
    margin: 20px auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    overflow: hidden
}

#premium-woo-quick-view-modal .premium-woo-product>.product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#premium-woo-quick-view-modal .premium-woo-product-summary {
    padding: 30px
}

#premium-woo-quick-view-modal .premium-woo-product-summary .quantity {
    min-width: auto
}

#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-inner-spin-button,
#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-outer-spin-button {
    display: unset
}

#premium-woo-quick-view-modal .added_to_cart {
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#premium-woo-quick-view-modal .premium-woo-qv-desc {
    margin-bottom: 30px
}

#premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
    margin: 0
}

#premium-woo-quick-view-modal .premium-woo-atc-button {
    margin-bottom: 10px
}

#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-product-summary,
#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-qv-image-slider {
    width: 50%
}

#premium-woo-quick-view-modal.block .premium-woo-product>.product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.premium-woo-lightbox-content .woocommerce-loop-product__title {
    font-size: 30px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-lightbox-content .price {
    margin-bottom: 10px
}

.premium-woo-lightbox-content .premium-woo-qv-meta {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding: 1em 0 0;
    margin: 0 0 .8em
}

.premium-woo-lightbox-content .product_meta>span {
    display: block !important;
    border: none;
    font-size: 13px;
    margin-bottom: 5px
}

.premium-woo-lightbox-content .premium-woo-atc-button button.button.alt {
    display: inline-block;
    background-color: #6ec1e4;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-lightbox-content form.cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    width: 100%
}

.premium-woo-lightbox-content form.cart table {
    border: none;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%
}

.premium-woo-lightbox-content form.cart table tbody {
    display: table-row-group;
    border: none
}

.premium-woo-lightbox-content form.cart table tbody tr {
    border-bottom: 1px solid #ccc
}

.premium-woo-lightbox-content form.cart table tbody tr td {
    background: rgba(0, 0, 0, 0);
    vertical-align: middle !important;
    padding: 15px 15px 15px 0 !important
}

.premium-woo-lightbox-content form.cart .group_table td {
    border: none
}

.premium-woo-lightbox-content form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.premium-woo-lightbox-content form.cart.variations_form {
    display: block
}

.premium-woo-lightbox-content form.cart.grouped_form {
    display: block
}

.premium-woo-lightbox-content form.cart.grouped_form table .button {
    line-height: 1.2em
}

.premium-woo-lightbox-content form.cart.grouped_form .quantity {
    width: 100%
}

.premium-woo-lightbox-content form.cart.grouped_form .qty {
    min-width: 100px;
    padding: 10px
}

.premium-woo-lightbox-content form.cart table.variations th {
    background-color: #fff
}

.premium-woo-lightbox-content form.cart div.woocommerce-variation-add-to-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-woo-lightbox-content form.cart div.quantity {
    margin-right: 15px;
    width: auto
}

.premium-woo-lightbox-content form.cart div.quantity input[type=number] {
    min-width: 90px
}

.premium-woo-lightbox-content form.cart div.quantity a,
.premium-woo-lightbox-content form.cart div.quantity input {
    height: 100%;
    border: 1px solid;
    box-sizing: border-box
}

.premium-woo-lightbox-content form.cart div.quantity .qty:focus {
    outline: 0
}

.premium-qv-badge {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 15em;
    height: 15em;
    overflow: hidden;
    z-index: 9
}

.premium-qv-badge .corner {
    text-align: center;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background-color: red;
    color: #fff
}

.premium-woo-quick-view-close {
    position: absolute;
    font-size: 22px;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 2;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#premium-woo-quick-view-content div.images {
    opacity: 1 !important;
    margin: 0
}

.premium-woocommerce li.product .added_to_cart.wc-forward {
    display: none
}

.premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 5px;
    vertical-align: baseline
}

.premium-woo-lightbox-content div.star-rating,
.premium-woocommerce div.star-rating {
    display: block;
    float: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: .857em;
    width: 5.4em;
    font-family: star
}

.premium-woo-lightbox-content div.star-rating::before,
.premium-woocommerce div.star-rating::before {
    content: "sssss";
    color: #54595f;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.premium-woo-lightbox-content div.star-rating span,
.premium-woocommerce div.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.premium-woo-lightbox-content div.star-rating span::before,
.premium-woocommerce div.star-rating span::before {
    content: "SSSSS";
    color: inherit;
    top: 0;
    position: absolute;
    left: 0
}

.premium-woo-lightbox-content .star-rating {
    margin-bottom: 20px
}

.premium-woo-products-details-wrap .premium-woo-atc-button .button {
    display: inline-block;
    background-color: #6ec1e4;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-woo-qv-image-slider {
    position: relative
}

.premium-woo-qv-image-slider li {
    list-style: none
}

.premium-woo-qv-image-slider .flex-control-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.premium-woo-qv-image-slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle
}

.premium-woo-qv-image-slider .flex-control-nav li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}

.premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
    cursor: default
}

.premium-woo-qv-image-slider .flex-control-nav li a:focus {
    outline: 0
}

.premium-woo-qv-image-slider img {
    object-fit: cover;
    width: 100%
}

.premium-woo-qv-image-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.premium-woo-qv-image-slider .flex-direction-nav a {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.premium-woo-qv-image-slider .flex-direction-nav .flex-next,
.premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
    left: 10px
}

.premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
    content: "\f104"
}

.premium-woo-qv-image-slider .flex-direction-nav .flex-next {
    right: 10px
}

.premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
    content: "\f105"
}

.premium-woo-load-more {
    position: relative
}

.premium-woo-load-more .premium-woo-load-more-btn {
    box-shadow: none;
    text-shadow: none;
    border: none;
    outline: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: bottom;
    cursor: pointer;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    background-image: none;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 20px
}

.premium-woo-load-more-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.premium-woo-load-more-btn span {
    margin-right: 3px
}

.premium-woo-load-more-btn .premium-loader {
    display: inline-block;
    width: 20px;
    height: 20px
}

.premium-woo-title-above-yes .premium-woo-product__link {
    opacity: 0
}

@media (max-width:544px) {
    #premium-woo-quick-view-content .premium-woo-lightbox-content {
        display: block
    }
}

@media (max-width:767px) {
    .premium-woo-qv-btn {
        display: none
    }
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    border-color: #000
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: -2px;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: -2px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: -2px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -2px;
    height: 10px;
    margin-left: -9px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.premium-title-bg-text:before {
    position: absolute;
    content: attr(data-background);
    top: 0;
    left: 0;
    text-align: left
}

.premium-bg-text-yes .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

.premium-mask-yes .premium-mask-span {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.premium-mask-yes .premium-mask-span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.premium-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-button svg:not(.premium-btn-svg),
.premium-image-button svg:not(.premium-btn-svg) {
    width: 30px;
    height: 30px
}

.premium-btn-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
    background-color: #eee;
    color: #042551;
    margin: 0;
    text-decoration: none
}

.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.premium-btn-sm:hover {
    background-color: #54595f;
    color: #eee
}

div[class*=elementor-widget-premium] .premium-btn-sm {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1
}

div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after {
    padding: 12px 24px
}

div[class*=elementor-widget-premium] .premium-btn-md {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2
}

div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after {
    padding: 14px 26px
}

div[class*=elementor-widget-premium] .premium-btn-lg {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 1.3333
}

div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after {
    padding: 16px 28px
}

div[class*=elementor-widget-premium] .premium-btn-block {
    font-size: 18px;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
    text-align: center
}

div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
    padding: 20px 0
}

.premium-button-text {
    display: inline-block;
    width: 100%
}

.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out
}

.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
    width: 225%;
    height: 560px
}

.premium-mouse-detect-yes .premium-button-style6:before {
    width: 0;
    height: 0
}

.premium-loader {
    border: 3px solid #f3f3f3;
    border-top-width: 3px;
    border-top-style: solid;
    border-radius: 50%;
    border-top: 3px solid;
    border-top-color: #bbb;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto
}

.premium-svg-drawer *,
.premium-svg-nodraw * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: stroke, fill, background-color !important;
    transition-property: stroke, fill, background-color !important
}

.premium-svg-drawer .no-transition,
.premium-svg-nodraw .no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.premium-svg-drawer * {
    stroke-width: 15px;
    stroke: #000
}

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

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

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

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

.premium-error-notice {
    width: 100%;
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: center
}

.premium-error-notice a {
    color: #252c59
}

.premium-addons__v-hidden {
    visibility: hidden;
    opacity: 0
}

.jet-listing .slick-slider,
.jet-listing-dynamic-field__content .slick-slider {
    position: relative;
    display: block !important;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.jet-listing .slick-list,
.jet-listing-dynamic-field__content .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.jet-listing .slick-list:focus,
.jet-listing-dynamic-field__content .slick-list:focus {
    outline: none
}

.jet-listing .slick-list.dragging,
.jet-listing-dynamic-field__content .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.jet-listing .slick-slider .slick-track,
.jet-listing .slick-slider .slick-list,
.jet-listing-dynamic-field__content .slick-slider .slick-track,
.jet-listing-dynamic-field__content .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.jet-listing .slick-track,
.jet-listing-dynamic-field__content .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.jet-listing .slick-track:before,
.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:before,
.jet-listing-dynamic-field__content .slick-track:after {
    display: table;
    content: ""
}

.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:after {
    clear: both
}

.jet-listing .slick-loading .slick-track,
.jet-listing-dynamic-field__content .slick-loading .slick-track {
    visibility: hidden
}

.jet-listing .slick-slide,
.jet-listing-dynamic-field__content .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.jet-listing [dir=rtl] .slick-slide,
.jet-listing-dynamic-field__content [dir=rtl] .slick-slide {
    float: right
}

.jet-listing .slick-slide img,
.jet-listing-dynamic-field__content .slick-slide img {
    display: block
}

.jet-listing .slick-slide.slick-loading img,
.jet-listing-dynamic-field__content .slick-slide.slick-loading img {
    display: none
}

.jet-listing .slick-slide.dragging img,
.jet-listing-dynamic-field__content .slick-slide.dragging img {
    pointer-events: none
}

.jet-listing .slick-initialized .slick-slide,
.jet-listing-dynamic-field__content .slick-initialized .slick-slide {
    display: block
}

.jet-listing .slick-loading .slick-slide,
.jet-listing-dynamic-field__content .slick-loading .slick-slide {
    visibility: hidden
}

.jet-listing .slick-vertical .slick-slide,
.jet-listing-dynamic-field__content .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.jet-listing .slick-arrow.slick-hidden,
.jet-listing-dynamic-field__content .slick-arrow.slick-hidden {
    display: none
}

.jet-listing-dynamic-field {
    display: flex;
    align-items: center
}

.jet-listing-dynamic-field__icon {
    margin-right: 10px
}

.rtl .jet-listing-dynamic-field__icon {
    margin-right: 0;
    margin-left: 10px
}

.jet-listing-dynamic-field__icon.is-svg-icon {
    display: inline-flex
}

.jet-listing-dynamic-field__icon.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.jet-listing-dynamic-field__content {
    display: block;
    max-width: 100%
}

.jet-listing-dynamic-field__inline-wrap {
    display: inline-flex;
    align-items: center;
    max-width: 100%
}

.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field>.elementor-widget-container {
    display: flex;
    width: 100%
}

.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field>.elementor-widget-container>.jet-listing-dynamic-field__content {
    flex: 1 0 auto
}

.jet-engine-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.jet-listing-dynamic-field__content:has(.jet-engine-gallery-grid--masonry),
.jet-listing-dynamic-field__inline-wrap:has(.jet-engine-gallery-grid--masonry) {
    width: 100% !important
}

.jet-engine-gallery-grid.grid-col-desk-1 {
    --columns: 1
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-1 {
    --columns: 1
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-1 {
    --columns: 1
}

.jet-engine-gallery-grid.grid-col-desk-2 {
    --columns: 2
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-2 {
    --columns: 2
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-2 {
    --columns: 2
}

.jet-engine-gallery-grid.grid-col-desk-3 {
    --columns: 3
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-3 {
    --columns: 3
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-3 {
    --columns: 3
}

.jet-engine-gallery-grid.grid-col-desk-4 {
    --columns: 4
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-4 {
    --columns: 4
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-4 {
    --columns: 4
}

.jet-engine-gallery-grid.grid-col-desk-5 {
    --columns: 5
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-5 {
    --columns: 5
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-5 {
    --columns: 5
}

.jet-engine-gallery-grid.grid-col-desk-6 {
    --columns: 6
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-6 {
    --columns: 6
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-6 {
    --columns: 6
}

.jet-engine-gallery-grid__item {
    padding: 10px;
    max-width: calc(100% / var(--columns));
    flex: 0 0 calc(100% / var(--columns));
    box-sizing: border-box
}

.jet-engine-gallery-grid__item-wrap {
    display: block;
    height: 100%;
    position: relative
}

.jet-engine-gallery-grid__item-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .15s linear
}

.jet-engine-gallery-grid__item-wrap.is-lightbox:before {
    transition: all .15s linear;
    content: "+";
    font-family: "Arial";
    font-weight: 900;
    border: 4px solid currentColor;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 32px;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    z-index: 99;
    color: #fff;
    transform: translateY(10px)
}

.jet-engine-gallery-grid__item-wrap.is-lightbox:hover:before {
    opacity: 1;
    transform: translateY(0)
}

.jet-engine-gallery-grid__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.jet-engine-gallery-slider {
    max-width: 100%;
    position: relative
}

.jet-engine-gallery-slider__item {
    max-width: 100%
}

.jet-engine-gallery-slider__item-wrap {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.jet-engine-gallery-slider__item-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .15s linear
}

.jet-engine-gallery-slider__item-wrap.is-lightbox:before {
    transition: all .15s linear;
    content: "\f055";
    font-family: FontAwesome;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    z-index: 99;
    color: #fff;
    transform: translateY(10px)
}

.jet-engine-gallery-slider__item-wrap.is-lightbox:hover:before {
    opacity: 1;
    transform: translateY(0)
}

.jet-engine-gallery-slider__item-wrap img {
    display: block;
    width: 100%;
    height: auto
}

.jet-engine-gallery-slider .jet-engine-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background-color: #111;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-engine-gallery-slider .jet-engine-arrow.next-arrow {
    left: auto;
    right: 0
}

.jet-engine-gallery-slider .jet-engine-arrow svg {
    max-height: 100%;
    width: auto
}

.jet-engine-gallery-slider .jet-engine-arrow svg path {
    fill: currentColor
}

.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item {
    display: none
}

.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item:first-child {
    display: block
}

.jet-engine-gallery-slider .jet-engine-arrow {
    transition: all .2s linear
}

.jet-check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden
}

.jet-check-list__item {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    overflow: hidden
}

.jet-check-list--columns-1 .jet-check-list__item {
    flex: 0 0 100%
}

.jet-check-list--columns-2 .jet-check-list__item {
    flex: 0 0 45%;
    margin-right: 5%
}

.jet-check-list--columns-3 .jet-check-list__item {
    flex: 0 0 30.33333%;
    margin-right: 3%
}

.jet-check-list--columns-4 .jet-check-list__item {
    flex: 0 0 22%;
    margin-right: 3%
}

.jet-check-list--columns-5 .jet-check-list__item {
    flex: 0 0 18%;
    margin-right: 2%
}

.jet-check-list--columns-6 .jet-check-list__item {
    flex: 0 0 14.666667%;
    margin-right: 2%
}

.jet-check-list--has-divider .jet-check-list__item {
    margin-top: -1px;
    border-top: 1px solid currentColor
}

.jet-check-list__item .jet-listing-dynamic-field__icon {
    margin-top: 1px;
    align-self: center
}

.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon {
    display: inline-flex;
    margin-right: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon :is(svg, path) {
    fill: currentColor
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider {
    --column-gap: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-list {
    margin-right: calc(var(--column-gap) / -2);
    margin-left: calc(var(--column-gap) / -2)
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-slide {
    padding-right: calc(var(--column-gap) / 2);
    padding-left: calc(var(--column-gap) / 2)
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .jet-engine-arrow svg {
    max-height: none;
    width: 1em;
    height: 1em
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid {
    --gap: 20px;
    gap: var(--gap);
    margin: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid__item {
    padding: 0;
    max-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns))
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider__item-wrap {
    cursor: zoom-in
}

.brx .pswp__img--placeholder {
    display: none
}

.jet-listing-dynamic-image {
    display: flex;
    align-items: flex-start
}

.jet-listing-dynamic-image>* {
    max-width: 100%;
    flex: 0 0 auto
}

.jet-listing-dynamic-image img {
    display: block
}

.jet-listing-dynamic-image img.wp-post-image {
    width: auto;
    max-height: none
}

.brxe-jet-engine-listing-dynamic-image {
    display: inline-block
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image {
    display: inline;
    align-items: initial
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image>* {
    flex: initial
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image .jet-listing-dynamic-image__img {
    width: 100%
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__link {
    display: inline-block;
    width: 100%
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__img {
    display: initial;
    height: 100%
}

.jet-listing-dynamic-repeater__items {
    display: flex
}

.jet-listing-dynamic-repeater__item>*:not(td):not(.jet-engine-gallery-grid) {
    display: flex;
    align-items: center
}

.has-counter .jet-listing-dynamic-repeater__item {
    display: flex
}

.has-counter.counter--above .jet-listing-dynamic-repeater__item {
    flex-direction: column
}

.jet-listing-dynamic-repeater__body {
    flex-wrap: wrap;
    flex: 1 1 auto;
    position: relative;
    z-index: 1
}

.jet-listing-dynamic-repeater__body>* {
    flex: 0 0 100%;
    max-width: 100%
}

.jet-listing-dynamic-repeater__counter {
    position: relative;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.has-counter.counter--at-right .jet-listing-dynamic-repeater__counter {
    order: 2
}

.jet-listing-dynamic-repeater__delimiter {
    white-space: pre
}

.jet-listing-dynamic-link {
    display: flex;
    flex-direction: column
}

.jet-listing-dynamic-link__icon.is-svg-icon {
    display: inline-flex
}

.jet-listing-dynamic-link__icon.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.jet-listing-dynamic-link__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start
}

.jet-listing-dynamic-link__icon {
    order: 1
}

.jet-listing-dynamic-link__label {
    order: 2
}

.jet-listing-dynamic-link form.cart {
    display: flex
}

.jet-listing-dynamic-link form.cart .quantity {
    display: inline-flex
}

.jet-listing-dynamic-link form.cart .quantity .qty {
    width: 100%
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart {
    display: inline-flex
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart.added:after {
    order: 3
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart+.added_to_cart.wc-forward {
    display: none !important
}

.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-link>.elementor-widget-container,
.jet-engine-optimized-dom .jet-listing-dynamic-link-block {
    display: flex;
    flex-direction: column
}

.jet-remove-from-store.is-hidden {
    display: none !important
}

.jet-add-to-cart+.added_to_cart.wc-forward {
    display: none !important
}

.brxe-jet-engine-listing-dynamic-link {
    display: inline-flex
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link {
    display: block;
    flex-direction: initial
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__link {
    display: flex
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon {
    display: inline-flex;
    order: initial
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon :is(svg, path) {
    fill: currentColor
}

.jet-listing-dynamic-terms__icon {
    display: inline-block
}

.jet-listing-dynamic-terms__icon.is-svg-icon {
    display: inline-flex
}

.jet-listing-dynamic-terms__icon.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.jet-listing-dynamic-terms__link {
    display: inline-block
}

.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms {
    display: flex;
    flex-wrap: wrap;
    gap: var(--je-terms-gap);
    flex-direction: var(--je-terms-flex-direction, row);
    align-items: var(--je-terms-align-items, center);
    justify-content: var(--je-terms-justify-content)
}

.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon {
    line-height: 1;
    font-size: var(--je-terms-icon-fz);
    color: var(--je-terms-icon-color)
}

.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(svg),
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(path) {
    fill: var(--je-terms-icon-color)
}

.meta-layout-inline .jet-listing-dynamic-meta__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.meta-layout-inline .jet-listing-dynamic-meta__item:first-child {
    margin-left: 0
}

.meta-layout-inline .jet-listing-dynamic-meta__item:last-child {
    margin-right: 0
}

.meta-layout-list .jet-listing-dynamic-meta__item {
    display: block
}

.jet-listing-dynamic-meta__item a {
    text-decoration: inherit
}

.jet-listing-dynamic-meta__icon,
.jet-listing-dynamic-meta__item-val,
.jet-listing-dynamic-meta__prefix,
.jet-listing-dynamic-meta__suffix {
    display: inline-block
}

.jet-listing-dynamic-meta__icon {
    margin-right: 4px
}

.rtl .jet-listing-dynamic-meta__icon {
    margin-right: 0;
    margin-left: 4px
}

.jet-listing-dynamic-meta__icon.is-svg-icon {
    display: inline-flex
}

.jet-listing-dynamic-meta__icon.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.jet-listing-dynamic-meta__prefix {
    margin-right: 4px
}

.rtl .jet-listing-dynamic-meta__prefix {
    margin-right: 0;
    margin-left: 4px
}

.jet-listing-dynamic-meta__suffix {
    margin-left: 4px
}

.rtl .jet-listing-dynamic-meta__suffix {
    margin-left: 0;
    margin-right: 4px
}

.jet-listing-grid[data-lazy-load] {
    min-height: 1px
}

.jet-listing-grid__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px)
}

.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-min-width), 1fr))
}

.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop).slick-slider .slick-slide {
    width: var(--jet-column-min-width)
}

.jet-listing-grid__items[data-is-list] {
    padding: 0;
    text-indent: 0;
    list-style-type: none
}

@media (max-width:1024px) {
    .jet-listing-grid__items.inline-tablet-css:not(.jet-listing-grid__scroll-slider-wrap-tablet) {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-tablet-min-width), 1fr))
    }

    .jet-listing-grid__items.slick-slider .slick-slide {
        width: var(--jet-column-tablet-min-width)
    }
}

@media (max-width:767px) {
    .jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile) {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-mobile-min-width), 1fr))
    }

    .jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile).slick-slider .slick-slide {
        width: var(--jet-column-mobile-min-width)
    }
}

body.wp-admin.block-editor-page .jet-listing-grid__slider .jet-listing-grid__items {
    flex-wrap: nowrap
}

.jet-listing-grid__items.grid-col-desk-1 {
    --columns: 1
}

.jet-listing-grid__items.grid-col-desk-2 {
    --columns: 2
}

.jet-listing-grid__items.grid-col-desk-3 {
    --columns: 3
}

.jet-listing-grid__items.grid-col-desk-4 {
    --columns: 4
}

.jet-listing-grid__items.grid-col-desk-5 {
    --columns: 5
}

.jet-listing-grid__items.grid-col-desk-6 {
    --columns: 6
}

.jet-listing-grid__items.grid-col-desk-7 {
    --columns: 7
}

.jet-listing-grid__items.grid-col-desk-8 {
    --columns: 8
}

.jet-listing-grid__items.grid-col-desk-9 {
    --columns: 9
}

.jet-listing-grid__items.grid-col-desk-10 {
    --columns: 10
}

@media (max-width:1024px) {
    .jet-listing-grid__items.grid-col-tablet-1 {
        --columns: 1
    }

    .jet-listing-grid__items.grid-col-tablet-2 {
        --columns: 2
    }

    .jet-listing-grid__items.grid-col-tablet-3 {
        --columns: 3
    }

    .jet-listing-grid__items.grid-col-tablet-4 {
        --columns: 4
    }

    .jet-listing-grid__items.grid-col-tablet-5 {
        --columns: 5
    }

    .jet-listing-grid__items.grid-col-tablet-6 {
        --columns: 6
    }

    .jet-listing-grid__items.grid-col-tablet-7 {
        --columns: 7
    }

    .jet-listing-grid__items.grid-col-tablet-8 {
        --columns: 8
    }

    .jet-listing-grid__items.grid-col-tablet-9 {
        --columns: 9
    }

    .jet-listing-grid__items.grid-col-tablet-10 {
        --columns: 10
    }
}

@media (max-width:767px) {
    .jet-listing-grid__items.grid-col-mobile-1 {
        --columns: 1
    }

    .jet-listing-grid__items.grid-col-mobile-2 {
        --columns: 2
    }

    .jet-listing-grid__items.grid-col-mobile-3 {
        --columns: 3
    }

    .jet-listing-grid__items.grid-col-mobile-4 {
        --columns: 4
    }

    .jet-listing-grid__items.grid-col-mobile-5 {
        --columns: 5
    }

    .jet-listing-grid__items.grid-col-mobile-6 {
        --columns: 6
    }

    .jet-listing-grid__items.grid-col-mobile-7 {
        --columns: 7
    }

    .jet-listing-grid__items.grid-col-mobile-8 {
        --columns: 8
    }

    .jet-listing-grid__items.grid-col-mobile-9 {
        --columns: 9
    }

    .jet-listing-grid__items.grid-col-mobile-10 {
        --columns: 10
    }
}

.jet-listing-grid__masonry {
    align-items: flex-start
}

.jet-listing-grid__list_item {
    display: block
}

.jet-listing-grid__item {
    padding: 10px;
    box-sizing: border-box
}

.jet-listing-grid__items>.jet-listing-grid__item {
    max-width: calc(100% / var(--columns));
    flex: 0 0 calc(100% / var(--columns))
}

.jet-listing-grid__item.colspan-1 {
    max-width: 100% !important;
    flex: 0 0 100% !important
}

.jet-listing-grid__item[class*=colspan-2-] {
    max-width: min(200% / var(--columns), 100%) !important;
    flex: 0 0 min(200% / var(--columns), 100%) !important
}

.jet-listing-grid__item[class*=colspan-3-] {
    max-width: min(300% / var(--columns), 100%) !important;
    flex: 0 0 min(300% / var(--columns), 100%) !important
}

.jet-listing-grid__item[class*=colspan-4-] {
    max-width: min(400% / var(--columns), 100%) !important;
    flex: 0 0 min(400% / var(--columns), 100%) !important
}

.jet-listing-grid__item[class*=colspan-5-] {
    max-width: min(500% / var(--columns), 100%) !important;
    flex: 0 0 min(500% / var(--columns), 100%) !important
}

.jet-listing-grid__item[class*=colspan-6-] {
    max-width: min(600% / var(--columns), 100%) !important;
    flex: 0 0 min(600% / var(--columns), 100%) !important
}

.jet-listing-grid__slider {
    position: relative
}

body.wp-admin.block-editor-page .jet-listing-grid__slider {
    overflow: hidden
}

.jet-listing-grid__slider[dir=rtl] .slick-slide {
    float: right
}

.jet-listing-grid__slider-icon.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background-color: #111;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
    left: auto;
    right: 0;
    transform: scaleX(-1)
}

.jet-listing-grid__slider-icon.slick-arrow svg {
    height: 30px;
    width: auto
}

.jet-listing-grid__slider-icon.slick-arrow svg path {
    fill: currentColor
}

.jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item {
    display: none
}

.jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item:first-of-type {
    display: block
}

body.wp-admin.block-editor-page .jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item {
    display: block
}

.jet-listing-grid__slider .jet-slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    padding: 0
}

.jet-listing-grid__slider .jet-slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-indent: -50px;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
    margin: 3px
}

.jet-listing-grid__slider .jet-slick-dots li:hover,
.jet-listing-grid__slider .jet-slick-dots li.slick-active {
    background: #111
}

.jet-listing-grid__slider[dir=rtl] .jet-slick-dots li {
    text-indent: 50px
}

.jet-listing-grid__loader {
    --spinner-color: rgba(100, 100, 100, .8);
    --spinner-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    visibility: hidden
}

.jet-listing-grid-loading .jet-listing-grid__loader {
    visibility: visible
}

.jet-listing-grid__loader-spinner {
    width: var(--spinner-size);
    height: var(--spinner-size);
    border: 4px solid var(--spinner-color);
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: jet-engine-spin 1s infinite linear;
    animation: jet-engine-spin 1s infinite linear
}

.jet-engine-listing-overlay-wrap {
    position: relative;
    cursor: pointer
}

.jet-engine-listing-overlay-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    font-size: 0 !important
}

body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
    flex-wrap: nowrap
}

body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop>.jet-listing-grid__items {
    flex-wrap: nowrap
}

body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra>.jet-listing-grid__items {
    flex-wrap: nowrap
}

body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
    flex-wrap: nowrap
}

body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra>.jet-listing-grid__items {
    flex-wrap: nowrap
}

body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
    flex-wrap: nowrap
}

@media (min-width:1025px) {
    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
        flex-wrap: nowrap
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
        flex-wrap: nowrap
    }
}

@media (max-width:991px) {
    .brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
        flex-wrap: nowrap
    }
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
    flex-wrap: nowrap
}

.jet-listing-grid__item.jet-equal-columns>* {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-section-wrap {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>:is(.elementor-section, .e-container, .e-con) {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner>.elementor-section-wrap {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-section-wrap {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-section-wrap>.elementor-section {
    height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>:is(.elementor-section, .e-container, .e-con) {
    height: 100%
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
    display: flex;
    align-items: stretch
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide {
    float: none;
    height: auto;
    display: flex;
    flex-direction: column
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    flex-grow: 1
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide>*,
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide .jet-equal-columns {
    height: 100%
}

.jet-listing-not-found {
    text-align: center;
    display: block;
    margin: 0;
    width: 100%
}

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

    100% {
        transform: rotate(359deg)
    }
}

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

    100% {
        transform: rotate(359deg)
    }
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items {
    width: auto;
    margin: 0;
    --column-gap: 20px;
    --row-gap: 20px;
    gap: var(--row-gap) var(--column-gap);
    --item-width: calc((100% - (var(--columns) - 1) * var(--column-gap)) / var(--columns))
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items.slick-slider .slick-list {
    margin-right: calc(var(--column-gap) / -2);
    margin-left: calc(var(--column-gap) / -2)
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item {
    max-width: var(--item-width);
    flex: 0 0 var(--item-width)
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item[class*=colspan-2-] {
    max-width: min(2 * var(--item-width) + (2 - 1) * var(--column-gap), 100%) !important;
    flex: 0 0 min(2 * var(--item-width) + (2 - 1) * var(--column-gap), 100%) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item[class*=colspan-3-] {
    max-width: min(3 * var(--item-width) + (3 - 1) * var(--column-gap), 100%) !important;
    flex: 0 0 min(3 * var(--item-width) + (3 - 1) * var(--column-gap), 100%) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item[class*=colspan-4-] {
    max-width: min(4 * var(--item-width) + (4 - 1) * var(--column-gap), 100%) !important;
    flex: 0 0 min(4 * var(--item-width) + (4 - 1) * var(--column-gap), 100%) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item[class*=colspan-5-] {
    max-width: min(5 * var(--item-width) + (5 - 1) * var(--column-gap), 100%) !important;
    flex: 0 0 min(5 * var(--item-width) + (5 - 1) * var(--column-gap), 100%) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item[class*=colspan-6-] {
    max-width: min(6 * var(--item-width) + (6 - 1) * var(--column-gap), 100%) !important;
    flex: 0 0 min(6 * var(--item-width) + (6 - 1) * var(--column-gap), 100%) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__item {
    padding: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__item.slick-slide {
    padding: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2)
}

.brxe-jet-engine-listing-grid .jet-slick-dots {
    gap: 8px
}

.brxe-jet-engine-listing-grid .jet-slick-dots li {
    margin: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-track {
    border: none
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-corner {
    background-color: transparent
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-thumb {
    border: none
}

.brxe-jet-engine-listing-grid .jet-listing-grid__slider-icon svg {
    width: 1em;
    height: 1em
}

div.brxe-jet-engine-listing-grid {
    width: 100%
}

div.brxe-jet-engine-listing-grid>div.jet-listing-grid {
    width: 100%
}

.jet-calendar-loading {
    opacity: .5 !important;
    pointer-events: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jet-calendar-loading .jet-calendar-caption__date-select {
    pointer-events: none
}

.jet-calendar-grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.jet-calendar-caption {
    max-width: 100%
}

.jet-calendar-caption__wrap {
    display: flex;
    align-items: center
}

.jet-calendar-caption__wrap.wrap-layout-3 {
    justify-content: center
}

.jet-calendar-caption__wrap.wrap-layout-4 {
    justify-content: space-between
}

.jet-calendar-caption__name {
    font-weight: 700;
    flex: 1 1 auto;
    text-align: left
}

.wrap-layout-2 .jet-calendar-caption__name {
    text-align: right;
    order: 2
}

.wrap-layout-3 .jet-calendar-caption__name,
.wrap-layout-4 .jet-calendar-caption__name {
    flex: 0 0 auto;
    text-align: center;
    order: 2
}

.jet-calendar-caption__dates {
    display: flex;
    flex-direction: row;
    -moz-column-gap: .5em;
    column-gap: .5em
}

.wrap-layout-2 .jet-calendar-caption__dates {
    justify-content: flex-end
}

.jet-calendar-caption__select-wrapper {
    position: relative;
    text-decoration: underline;
    cursor: pointer
}

.jet-calendar-caption__select-wrapper select {
    text-align: start;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer
}

.jet-calendar-caption__date-select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    text-transform: inherit;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%
}

.jet-calendar-caption__date-select:focus-visible {
    outline: none
}

.jet-calendar-nav__link {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-calendar-nav__link svg {
    height: 1em;
    fill: currentColor
}

.wrap-layout-3 .jet-calendar-nav__link.nav-link-prev,
.wrap-layout-4 .jet-calendar-nav__link.nav-link-prev {
    order: 1
}

.rtl .jet-calendar-nav__link.nav-link-prev svg {
    transform: scaleX(-1)
}

.wrap-layout-3 .jet-calendar-nav__link.nav-link-next,
.wrap-layout-4 .jet-calendar-nav__link.nav-link-next {
    order: 3
}

body:not(.rtl) .jet-calendar-nav__link.nav-link-next svg {
    transform: scaleX(-1)
}

.jet-calendar-header__week-day {
    width: 14.2857%;
    text-align: center;
    padding: 10px;
    background: #fafafa
}

.jet-calendar-header__week-day.day-pad {
    opacity: .5
}

.jet-calendar-week__day {
    width: 14.2857%;
    vertical-align: top
}

.jet-calendar-week__day-wrap {
    position: relative
}

.jet-calendar-week__day-header {
    display: flex;
    position: relative;
    z-index: 3
}

.jet-calendar-week__day-date {
    display: flex;
    align-items: center
}

.jet-calendar-week__day-mobile-wrap {
    display: none
}

@media (max-width:1025px) {
    .jet-calendar-week__day-mobile-wrap {
        display: flex
    }
}

.jet-calendar-week__day-mobile-overlay {
    cursor: pointer;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.jet-calendar-week__day-mobile-trigger {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.jet-calendar-week__day-content {
    padding: 10px;
    min-height: 100px
}

@media (max-width:1025px) {
    .jet-calendar-week__day-content {
        display: none
    }
}

.brxe-jet-listing-calendar .jet-calendar-week__day {
    padding: 0
}

.brxe-jet-listing-calendar .jet-calendar-week__day-date {
    display: block;
    text-align: center
}

.brxe-jet-listing-calendar .jet-calendar-nav__link svg {
    width: 1em;
    height: 1em
}

.jet-form.is-loading {
    opacity: .5;
    pointer-events: none
}

.jet-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 5px 0
}

.jet-form-row:last-child {
    padding-bottom: 0 !important
}

.jet-form-row--first-visible {
    padding-top: 0 !important
}

.jet-form-row.jet-form-row--hidden {
    margin: 0 !important;
    padding: 0 !important
}

.jet-form__group-break {
    width: 100%;
    flex: 0 0 100%
}

.jet-form-col {
    min-height: 1px;
    padding: 0 5px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%
}

.jet-form-col.field-type-heading {
    flex-wrap: wrap !important
}

.layout-row .jet-form-col {
    flex-wrap: nowrap
}

.jet-form-col__start {
    flex: 0 0 30%;
    max-width: 30%
}

.jet-form-col__end {
    display: flex;
    flex: 1 1 auto
}

@media (min-width:600px) {
    .jet-form-col-1 {
        max-width: 8.33333%;
        width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .jet-form-col-2 {
        max-width: 16.66666%;
        width: 16.66666%;
        flex: 0 0 16.66666%
    }

    .jet-form-col-3 {
        max-width: 25%;
        width: 25%;
        flex: 0 0 25%
    }

    .jet-form-col-4 {
        max-width: 33.33333%;
        width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .jet-form-col-5 {
        max-width: 41.66666%;
        width: 41.66666%;
        flex: 0 0 41.66666%
    }

    .jet-form-col-6 {
        max-width: 50%;
        width: 50%;
        flex: 0 0 50%
    }

    .jet-form-col-7 {
        max-width: 58.33333%;
        width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .jet-form-col-8 {
        max-width: 66.66666%;
        width: 66.66666%;
        flex: 0 0 66.66666%
    }

    .jet-form-col-9 {
        max-width: 75%;
        width: 75%;
        flex: 0 0 75%
    }

    .jet-form-col-10 {
        max-width: 83.33333%;
        width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .jet-form-col-11 {
        max-width: 91.66666%;
        width: 91.66666%;
        flex: 0 0 91.66666%
    }

    .jet-form-col-12 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%
    }

    body:not(.rtl) .jet-form-push-1 {
        margin-left: 8.3333333333%
    }

    body.rtl .jet-form-push-1 {
        margin-right: 8.3333333333%
    }

    body:not(.rtl) .jet-form-push-2 {
        margin-left: 16.6666666667%
    }

    body.rtl .jet-form-push-2 {
        margin-right: 16.6666666667%
    }

    body:not(.rtl) .jet-form-push-3 {
        margin-left: 25%
    }

    body.rtl .jet-form-push-3 {
        margin-right: 25%
    }

    body:not(.rtl) .jet-form-push-4 {
        margin-left: 33.3333333333%
    }

    body.rtl .jet-form-push-4 {
        margin-right: 33.3333333333%
    }

    body:not(.rtl) .jet-form-push-5 {
        margin-left: 41.6666666667%
    }

    body.rtl .jet-form-push-5 {
        margin-right: 41.6666666667%
    }

    body:not(.rtl) .jet-form-push-6 {
        margin-left: 50%
    }

    body.rtl .jet-form-push-6 {
        margin-right: 50%
    }

    body:not(.rtl) .jet-form-push-7 {
        margin-left: 58.3333333333%
    }

    body.rtl .jet-form-push-7 {
        margin-right: 58.3333333333%
    }

    body:not(.rtl) .jet-form-push-8 {
        margin-left: 66.6666666667%
    }

    body.rtl .jet-form-push-8 {
        margin-right: 66.6666666667%
    }

    body:not(.rtl) .jet-form-push-9 {
        margin-left: 75%
    }

    body.rtl .jet-form-push-9 {
        margin-right: 75%
    }

    body:not(.rtl) .jet-form-push-10 {
        margin-left: 83.3333333333%
    }

    body.rtl .jet-form-push-10 {
        margin-right: 83.3333333333%
    }

    body:not(.rtl) .jet-form-push-11 {
        margin-left: 91.6666666667%
    }

    body.rtl .jet-form-push-11 {
        margin-right: 91.6666666667%
    }
}

.jet-form-page--hidden {
    display: none
}

.jet-form__next-page-msg {
    display: none
}

.jet-form__next-page-msg--visible {
    display: block
}

.jet-form__calculated-field {
    display: flex
}

.jet-form__calculated-field--hidden {
    display: none
}

.layout-column .jet-form__label {
    max-width: 100%;
    flex: 0 1 100%
}

.jet-form__heading,
.jet-form__label {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.jet-form__field-error {
    width: 100%
}

.jet-form__desc {
    display: block
}

.layout-column .jet-form__desc {
    max-width: 100%;
    flex: 0 1 100%
}

.jet-form__prev-page {
    outline: none
}

.jet-form__field {
    box-sizing: border-box
}

.layout-column .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
    max-width: 100%;
    width: 100%;
    flex: 0 1 100%
}

.layout-row .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
    width: 100%
}

.jet-form__field-wrap {
    position: relative
}

.jet-form__field-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.jet-form__field-template+.jet-form__field-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.jet-form__field-label input {
    flex-shrink: 0;
    margin: 0 5px 0 0
}

.rtl .jet-form__field-label input {
    margin: 0 0 0 5px
}

.jet-form__field-template {
    cursor: pointer
}

.jet-form__field-value {
    white-space: nowrap
}

.jet-form__field-value-number {
    display: inline-block;
    text-align: center
}

.jet-form__submit-wrap {
    display: flex;
    flex-direction: column;
    width: 100%
}

.jet-form__submit-wrap.has-prev {
    flex-direction: row;
    justify-content: space-between
}

.jet-form__check-mark {
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-form__check-mark__icon.is-svg-icon svg {
    display: block;
    width: 1em;
    height: 1em
}

.jet-form__check-mark--default {
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-form__field-template--checked .jet-form__check-mark--default {
    display: none
}

.jet-form__check-mark--checked {
    display: none;
    align-items: center;
    justify-content: center
}

.jet-form__field-template--checked .jet-form__check-mark--checked {
    display: flex
}

.jet-form-repeater {
    width: 100%
}

.jet-form-repeater__initial {
    display: none
}

.jet-form-repeater__row {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 15px 0
}

.jet-form-repeater__row-fields {
    flex: 1 1 auto
}

.jet-form-repeater__row .jet-form-col {
    padding: 0 5px
}

.jet-form-repeater__actions {
    display: flex
}

.jet-form-repeater__new {
    margin: 10px 0 0
}

.jet-form-repeater__remove {
    margin: 0 0 0 10px;
    text-decoration: none !important
}

.layout-column .jet-form__fields-group.checkradio-wrap {
    width: 100%
}

.jet-form__field-wrap.range-wrap {
    display: flex;
    align-items: center;
    width: 100%
}

.jet-form input[type=range].jet-form__field.range-field {
    margin-right: 10px;
    -webkit-appearance: none;
    min-height: 18px
}

.rtl .jet-form input[type=range].jet-form__field.range-field {
    margin-left: 10px;
    margin-right: 0
}

.jet-form input[type=range].jet-form__field.range-field,
.jet-form input[type=range].jet-form__field.range-field:focus {
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none
}

.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #e3ddd8;
    box-shadow: none;
    border: none
}

.jet-form input[type=range].jet-form__field.range-field::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #e3ddd8;
    box-shadow: none;
    border: none
}

.jet-form input[type=range].jet-form__field.range-field::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #e3ddd8;
    box-shadow: none;
    border: none;
    color: transparent
}

.jet-form input[type=range].jet-form__field.range-field::-ms-fill-lower {
    background: 0 0
}

.jet-form input[type=range].jet-form__field.range-field::-ms-fill-upper {
    background: 0 0
}

.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    border: none;
    margin-top: -7px;
    -webkit-appearance: none
}

.jet-form input[type=range].jet-form__field.range-field::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    border: none
}

.jet-form input[type=range].jet-form__field.range-field::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    border: none
}

.jet-form-message {
    margin: 20px 0 0;
    text-align: center;
    padding: 20px
}

.jet-form-message--success {
    border: 1px solid green;
    color: green
}

.jet-form-message--error {
    border: 1px solid red;
    color: red
}

.jet-engine-file-upload__files {
    display: flex;
    flex-wrap: wrap
}

.jet-engine-file-upload .sortable-placeholder {
    flex: 0 0 100px;
    width: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    background: rgba(123, 123, 123, .2);
    height: 100px
}

.jet-engine-file-upload__content {
    min-height: 100px;
    min-width: 100px;
    position: relative;
    display: inline-flex
}

.jet-engine-file-upload__loader {
    top: 0;
    left: 0;
    right: 10px;
    bottom: 10px;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center
}

.is-loading .jet-engine-file-upload__loader {
    display: flex
}

.jet-engine-file-upload__file {
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    background-color: rgba(123, 123, 123, .2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a7a7a' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat
}

.is-loading .jet-engine-file-upload__file {
    opacity: .5
}

.jet-engine-file-upload__file-remove {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s linear;
    opacity: 0;
    background: rgba(0, 0, 0, .4)
}

.jet-engine-file-upload__file-remove svg path {
    fill: #fff
}

.jet-engine-file-upload__file:hover .jet-engine-file-upload__file-remove {
    opacity: 1
}

.jet-engine-file-upload__file img {
    display: block;
    width: 100%;
    height: 100% !important;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.jet-engine-file-upload__errors.is-hidden {
    display: none
}

input.jet-form__field.file-field.jet-engine-file-upload__input {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: auto !important
}

.jet-engine-file-upload__value:not([value*=""])+input.jet-form__field.file-field.jet-engine-file-upload__input {
    color: transparent
}

.field-type-wysiwyg .jet-form__field {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important
}

.jet-profile-menu {
    display: flex
}

.jet-profile-menu.layout--horizontal {
    flex-direction: row
}

.jet-profile-menu.layout--vertical {
    flex-direction: column
}

@media (max-width:1024px) {
    .jet-profile-menu.layout-tablet--horizontal {
        flex-direction: row
    }
}

body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--horizontal {
    flex-direction: row
}

@media (max-width:1024px) {
    .jet-profile-menu.layout-tablet--vertical {
        flex-direction: column
    }
}

body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--vertical {
    flex-direction: column
}

@media (max-width:767px) {
    .jet-profile-menu.layout-mobile--horizontal {
        flex-direction: row
    }
}

body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--horizontal {
    flex-direction: row
}

@media (max-width:767px) {
    .jet-profile-menu.layout-mobile--vertical {
        flex-direction: column
    }
}

body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--vertical {
    flex-direction: column
}

.jet-profile-menu__item-link {
    display: block;
    padding: 5px 10px
}

.jet-map-marker {
    font-size: 40px;
    cursor: pointer;
    max-width: 100%;
    max-height: 100%
}

.jet-map-marker.is-svg-icon {
    display: inline-flex
}

.jet-map-marker.is-svg-icon .e-font-icon-svg {
    fill: currentColor
}

.jet-map-marker.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.leaflet-marker-icon .jet-map-marker.is-svg-icon svg {
    width: 100%;
    height: auto
}

.jet-map-marker.is-svg-icon img {
    width: 1em;
    height: auto
}

.leaflet-marker-icon .jet-map-marker.is-svg-icon img {
    width: 100%;
    height: auto
}

.brxe-jet-engine-maps-listing {
    width: 100%
}

.jet-map-listing .leaflet-marker-icon {
    background: 0 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-map-listing .leaflet-popup-content-wrapper {
    padding: 0
}

.jet-map-listing .leaflet-popup-content {
    margin: 0;
    min-height: 40px
}

.jet-map-box.mapboxgl-popup {
    padding: 25px 0 0
}

.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
    padding: 0
}

.popup-has-pin .jet-map-box:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    margin: 0 0 0 -10px;
    border-width: 10px 10px 0;
    border-color: transparent;
    border-top-color: #fff
}

.jet-map-listing .jet-map-box img {
    max-width: 100%
}

.jet-map-box .jet-map-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9999
}

.jet-map-box .jet-map-preloader {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.jet-map-box .jet-map-preloader .jet-map-loader {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: jet-engine-map-spin 1s infinite linear;
    animation: jet-engine-map-spin 1s infinite linear
}

.jet-map-marker-wrap {
    padding: 5px;
    position: relative;
    margin: 0 0 10px;
    background: #fff;
    z-index: 999;
    cursor: pointer;
    text-align: center
}

.jet-map-marker-wrap:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    margin: 0 0 0 -10px;
    border-width: 10px 10px 0;
    border-color: transparent;
    border-top-color: #fff
}

.jet-map-listing .gm-svpc {
    max-width: none
}

.jet-map-listing .gm-svpc img {
    max-width: none
}

.jet-map-listing .gm-style-mtc button {
    border-radius: 0
}

.jet-map-box button.mapboxgl-popup-close-button {
    padding: 5px;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    color: #333
}

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

    100% {
        transform: rotate(359deg)
    }
}

@keyframes jet-engine-map-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.brxe-jet-engine-maps-listing .jet-map-listing {
    height: 500px
}

.jet-data-store-link-wrapper {
    display: flex;
    position: relative;
    z-index: 999
}

.jet-data-store-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.jet-data-store-link__icon.is-svg-icon {
    display: inline-flex
}

.jet-data-store-link__icon.is-svg-icon svg {
    width: 1em;
    height: 1em
}

.jet-data-store-link__icon {
    order: 1
}

.jet-data-store-link__label {
    order: 2
}

.jet-data-store-link.is-hidden {
    display: none !important
}

.jet-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    padding: 1em;
    overflow: hidden
}

.jet-container>* {
    position: relative;
    z-index: 1
}

.jet-container[data-url] {
    cursor: pointer
}

#wpwrap .jet-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
    max-width: 100% !important
}

.jet-container--content-direction-vertical {
    flex-direction: column
}

.jet-container--content-direction-vertical>* {
    width: 100%
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks {
    width: 100%
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks>.block-editor-block-list__layout {
    flex-direction: column
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block {
    width: 100%
}

.jet-container--content-direction-horizontal {
    flex-direction: row
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout {
    flex-direction: row;
    padding-right: 30px
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
    margin-left: 10px;
    margin-right: 10px
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender {
    margin-left: 35px
}

.jet-container--content-direction-horizontal>p {
    margin: 0
}

.jet-container--content-align-flex-start {
    align-content: flex-start;
    align-items: flex-start
}

.jet-container--content-align-flex-start>.block-editor-inner-blocks>.block-editor-block-list__layout {
    align-content: flex-start;
    align-items: flex-start
}

.jet-container--content-align-flex-end {
    align-content: flex-end;
    align-items: flex-end
}

.jet-container--content-align-flex-end>.block-editor-inner-blocks>.block-editor-block-list__layout {
    align-content: flex-end;
    align-items: flex-end
}

.jet-container--content-align-center {
    align-content: center;
    align-items: center
}

.jet-container--content-align-center>.block-editor-inner-blocks>.block-editor-block-list__layout {
    align-content: center;
    align-items: center
}

.jet-container--content-align-stretch {
    align-content: stretch;
    align-items: stretch
}

.jet-container--content-align-stretch>.block-editor-inner-blocks>.block-editor-block-list__layout {
    align-content: stretch;
    align-items: stretch
}

.jet-container--content-align-space-between {
    align-content: space-between
}

.jet-container--content-align-space-between>.block-editor-inner-blocks>.block-editor-block-list__layout {
    align-content: space-between
}

.jet-container--content-justify-flex-start {
    justify-content: flex-start
}

.jet-container--content-justify-flex-start>.block-editor-inner-blocks>.block-editor-block-list__layout {
    justify-content: flex-start
}

.jet-container--content-justify-flex-end {
    justify-content: flex-end
}

.jet-container--content-justify-flex-end>.block-editor-inner-blocks>.block-editor-block-list__layout {
    justify-content: flex-end
}

.jet-container--content-justify-center {
    justify-content: center
}

.jet-container--content-justify-center>.block-editor-inner-blocks>.block-editor-block-list__layout {
    justify-content: center
}

.jet-container--content-justify-stretch {
    justify-content: stretch
}

.jet-container--content-justify-stretch>.block-editor-inner-blocks>.block-editor-block-list__layout {
    justify-content: stretch
}

.jet-container--content-justify-space-between {
    justify-content: space-between
}

.jet-container--content-justify-space-between>.block-editor-inner-blocks>.block-editor-block-list__layout {
    justify-content: space-between
}

.jet-container>.block-editor-inner-blocks {
    flex: 0 0 100%
}

.jet-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
    display: flex
}

.jet-container__overlay {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.jet-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important
}

.jet-section--layout-boxed .jet-section__content {
    margin: 0 auto;
    max-width: 100%
}

.jedv-resize-columns.elementor-section>.elementor-container>.elementor-column,
.jedv-resize-columns.elementor-section>.elementor-container>.elementor-row>.elementor-column {
    flex-grow: 1
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative
}

.embedpress-wrapper {
    position: relative
}

.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
    overflow: hidden;
    position: relative;
    height: auto
}

.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
    padding-bottom: 56.25%
}

.ose-vine.responsive {
    padding-bottom: 100%
}

.ose-ustream.responsive {
    padding-bottom: 63.3%
}

.ose-google-docs.responsive {
    padding-bottom: 62.6%
}

.ose-google-docs.ose-google-docs-drawings.responsive {
    padding-bottom: 74.5%
}

.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
    padding-bottom: 142%
}

.ose-soundcloud.responsive {
    padding-bottom: 155px
}

.ose-issuu.responsive iframe {
    z-index: 2
}

.ose-issuu.responsive {
    padding-bottom: 31.25%
}

.ose-issuu>div>div>div:last-child {
    width: 100% !important;
    z-index: 0;
    position: absolute;
    bottom: 0
}

.ose-mixcloud.responsive iframe {
    width: 100%
}

.ose-google-docs.responsive {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.ose-facebook.responsive iframe {
    padding-bottom: 0;
    width: 100%
}

.elementor-widget iframe {
    max-height: 100% !important
}

.elementor-cbutton-preview-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
    background: #fbf6f6
}

@media only screen and (max-width:800px) {

    .elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
    .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
    .embedpress-facebook-vid-iframe {
        max-height: inherit !important
    }

    .ep-first-video iframe {
        max-height: 100% !important
    }

    .ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr)) !important
    }
}

@media only screen and (max-width:500px) {

    .elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
    .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
    .embedpress-facebook-vid-iframe {
        max-height: 390px !important
    }

    .ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important
    }
}

.ose-matterport .embera-embed-responsive,
.ose-matterport .embera-embed-responsive iframe {
    width: 100%;
    height: 100%
}

.ose-deviantart img,
.ose-deviantart a,
.ose-deviantart div {
    width: 100%;
    height: 100%
}

.ose-meetup {
    overflow: auto !important
}

.ose-meetup img {
    height: auto
}

article.embedpress-event div#sponsors {
    display: none
}

.embedpress-event .link {
    color: #0098ab
}

.embedpress-event .visibility--a11yHide {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px
}

.embedpress-event .text--small {
    font-size: 14px;
    margin: 0
}

.embedpress-event .flex {
    display: flex;
    box-sizing: border-box
}

.embedpress-event .flex--wrap {
    flex-wrap: wrap
}

.embedpress-event .flex--row {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap
}

.embedpress-event .flex-item {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    min-width: 0;
    box-sizing: border-box
}

.embedpress-event .flex-item--shrink {
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: auto
}

.embedpress-event .flex--row>.flex-item:first-child {
    padding-left: 0
}

.embedpress-event .text--bold {
    font-weight: 700
}

.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
    font-size: inherit
}

.embedpress-event .ep-event--title {
    font-size: 32px;
    font-weight: 700
}

.embedpress-event .ep-event--date {
    color: #757575;
    font-weight: 400;
    font-size: 16px
}

.embedpress-event .ep-event--host {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.ep-event--host .avatar-print {
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.embedpress-event img.avatar--person {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle
}

.event-info-hosts-text {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400
}

.embedpress-event .event-description {
    margin-top: 20px
}

.text--sectionTitle {
    font-size: 20px;
    line-height: 28px
}

.ep-event--attendees {
    margin-top: 50px
}

.ep-event--attendees>.flex {
    margin-bottom: 20px
}

.ep-event--attendees .gridList {
    list-style: none;
    margin: 0 -16px 0 0;
    padding: 0
}

.ep-event--attendees .gridList-item {
    width: auto
}

.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
    flex: 0 0 50%;
    max-width: 50%
}

.ep-event--attendees .groupMember-name {
    line-height: 1.2 !important
}

.ep-event--attendees .avatar--person {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 50%
}

.ep-event--attendees img.avatar-print {
    border-radius: 50%
}

.ep-event--attendees .groupMember-role {
    font-size: 12px;
    color: #757575;
    padding-top: 2px;
    margin: 0
}

.ep-event--attendees .groupMember {
    min-height: 100%;
    min-width: 128px;
    padding-left: 8px;
    padding-right: 8px
}

.embedpress-event .align--center {
    text-align: center
}

.embedpress-event .card {
    background: #fff;
    background-clip: padding-box;
    background-size: cover;
    border: 1px solid rgba(46, 62, 72, .12);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 100%;
    padding: 16px 16px 18px;
    position: relative;
    white-space: normal
}

.embedpress-event .card--hasHoverShadow {
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1)
}

.embedpress-event .ep-event-group-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(46, 62, 72, .12)
}

.embedpress-event .ep-event-group--name {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    width: 70%;
    word-break: break-word
}

.embedpress-event .ep-event-group--image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px;
    height: 56px;
    border-radius: 4px
}

.embedpress-event .ep-event-time-location {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px 0;
    border: 1px solid rgba(46, 62, 72, .12)
}

.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
    padding-bottom: 20px
}

.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
    font-size: 15px;
    line-height: 1.5;
    color: #2e3e48;
    font-style: normal;
    margin: 0
}

.embedpress-event .ep-event-location address {
    font-style: normal;
    margin: 0
}

.embedpress-event .ep-event-location .venueDisplay-venue-address {
    font-style: normal;
    color: #757575;
    margin: 0
}

.embedpress-event .ep-event-location p {
    line-height: 20px
}

.ep-event--attendees .gridList-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    vertical-align: top;
    width: 50%
}

.gridList-itemInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 16px 16px 0
}

.embedpress-yt-subscribe {
    display: flex;
    align-items: center;
    align-content: start;
    text-align: center;
    gap: 1rem;
    max-width: 600px;
    width: 100%
}

.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
    color: #fff
}

.embedpress-yt-subscribe .embedpress-yt-sub-text {
    display: inline-block;
    margin: 0;
    padding: 0
}

.dewqijm {
    height: 100%;
    margin-right: 10px
}

.dewqijm img[src^=image] {
    display: none
}

.dewqijm img[src^=http] {
    height: 56px !important;
    width: 56px !important
}

.dewqijm>div>div {
    display: none
}

.embedpress-event .sticky button {
    display: none
}

.embedpress-event .items-center {
    align-items: center
}

@media only screen and (min-width:530px) {
    .ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media only screen and (min-width:640px) {
    .embedpress-event .card {
        padding: 18px 18px 20px
    }

    .ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.ose-opensea {
    height: 100% !important;
    width: calc(100% - 40px) !important;
    max-height: 100% !important
}

.ose-github {
    overflow: auto
}

.ep_nft_content_wrap.ep_nft__wrapper {
    display: grid
}

.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.ep_nft_content_wrap .ep_nft_item {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
    overflow: hidden;
    padding: 15px;
    position: relative;
    transition: .3s ease-in-out
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
    display: flex;
    flex-direction: column
}

.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
    justify-content: flex-start;
    align-items: flex-start
}

.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
    background-color: #edecf6e6
}

.ep_nft_content_wrap .ep_nft_thumbnail {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 5px
}

.ep_nft_content_wrap .ep_nft_thumbnail img {
    height: 340px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover
}

.ep_nft_content .ep_nft_title {
    color: #333;
    font-size: 16px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    font-weight: 600;
    word-break: break-all
}

.ep_nft_content {
    text-align: left
}

.ep_nft_content .ep_nft_price {
    color: #333;
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    font-weight: 600
}

.ep_nft_content .ep_nft_price:first-child {
    margin-bottom: 10px
}

span.eb_nft_currency {
    max-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

span.eb_nft_currency svg {
    width: 100%;
    height: auto
}

.ep_nft_content .ep_nft_price_wrapper {
    min-height: 20px
}

.ep_nft_content .ep_nft_creator {
    color: #333;
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px
}

.ep_nft_content .ep_nft_creator a {
    color: #3080e2;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
    text-decoration: none
}

.ep_nft_content .ep_nft_creator img {
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.ep_nft_content .ep_nft_button button {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0
}

.ep_nft_content .ep_nft_button button a {
    background-color: #3080e2;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    transition: border .5s, border-radius .5s, box-shadow .5s
}

.ep_nft_content .ep_nft_button button:hover a {
    background-color: #2e8eee;
    color: #fff
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
    background-color: #2e8eee;
    color: #fff
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(30px);
    visibility: hidden;
    width: 100%;
    transition: .3s
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
    background-color: #3080e2;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    transition: border .5s, border-radius .5s, box-shadow .5s;
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: none
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
    color: #a88484;
    border-color: #a88484
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 10px
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
    width: 55%
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
    width: calc(45% - 15px)
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
    margin-bottom: 15px
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
    border-radius: 10px
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
    height: 260px
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a {
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
    margin-bottom: 15px
}

.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
    max-width: calc(100% - 40px) !important
}

.embedpress-gutenberg-wrapper.alignright,
.embedpress-gutenberg-wrapper.alignleft {
    width: 100%
}

.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div {
    float: right
}

.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper {
    justify-content: center
}

.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper {
    justify-content: right
}

.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper {
    justify-content: left
}

.embedpress-gutenberg-wrapper.aligncenter {
    text-align: center;
    clear: both
}

.theme-twentytwentythree footer.wp-block-template-part {
    clear: both
}

@media all and (max-width:1024px) {

    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(3, 1fr) !important
    }

    .alignleft .ose-opensea,
    .alignright .ose-opensea,
    .aligncenter .ose-opensea {
        max-width: 100% !important
    }
}

@media all and (max-width:991px) {
    .ose-opensea {
        min-width: 100% !important;
        max-width: calc(100% - 40px) !important
    }

    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media all and (max-width:767px) {

    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
    box-shadow: none
}

.ep-nft-rank-wraper {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
    font-size: 16px
}

.ep-nft-rank-wraper.ep-empty-label span {
    margin-left: 0
}

span.ep-nft-rank {
    padding: 2px 8px;
    border-radius: 7px;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: 0 0 !important;
    border: 1px solid #ddd;
    color: #333
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
    width: calc(55% - 15px)
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
    width: 45%;
    height: 100%
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
    height: 100%
}

.ep-nft-single-item-wraper span.eb_nft_label {
    color: #333
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
    display: flex;
    flex-direction: column;
    margin-right: 45px
}

.ep-nft-single-item-wraper span.eb_nft_price {
    font-size: 30px;
    line-height: normal
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
    height: 15px;
    width: 15px;
    border-radius: 50%
}

.ep-nft-single-item-wraper .ep-usd-price {
    bottom: 0;
    font-size: 12px
}

.ep-nft-single-item-wraper span.eb_nft_label {
    font-size: 15px
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
    margin-bottom: 10px;
    font-size: 24px
}

.ep-nft-single-item-wraper .CollectionLink--name svg {
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.ep-nft-single-item-wraper a.CollectionLink--link {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #3080e2
}

.ep-nft-single-item-wraper sub.verified-icon {
    bottom: -5px;
    left: 4px
}

.ep-nft-single-item-wraper .ep-accordion {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 15px;
    display: block
}

.ep-nft-single-item-wraper .ep-toggle {
    display: none
}

.ep-nft-single-item-wraper .ep-option {
    position: relative
}

.ep-nft-single-item-wraper .ep-content {
    padding: 1em;
    border-top: 1px solid #ddd
}

.ep-nft-single-item-wraper .ep-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .2s
}

.ep-nft-single-item-wraper .ep-title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .2s;
    padding: 1em;
    display: flex;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    align-items: center
}

.ep-nft-single-item-wraper label.ep-title svg {
    width: 20px;
    height: 20px;
    margin-right: 6px
}

.ep-nft-single-item-wraper .ep-asset-detail-item {
    display: flex;
    justify-content: space-between;
    font-weight: 500
}

.ep-nft-single-item-wraper .ep-asset-detail-item span {
    word-break: break-word;
    max-width: 75%
}

.ep-nft-single-item-wraper .ep-content {
    display: block
}

.ep-nft-single-item-wraper .ep-content p {
    margin: 0;
    padding: .5em 1em 1em;
    font-size: .9em;
    line-height: 1.5
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
    display: none;
    background: 0 0
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
    display: flex
}

.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: 0 0;
    text-indent: -9999px;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    transition: all .25s ease-in-out;
    text-decoration: none;
    color: transparent;
    right: 15px;
    top: 50%;
    transform: rotate(45deg) translate(-20%, -5%)
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: 0 0;
    text-indent: -9999px;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    transition: all .25s ease-in-out;
    text-decoration: none;
    color: transparent;
    right: 15px;
    top: 50%;
    transform: rotate(225deg) translate(80%, 20%)
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
    display: none
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
    pointer-events: none
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
    margin-bottom: 20px
}

.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button,
.embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button {
    display: none
}

@media screen and (max-width:1024px) {

    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,
    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media screen and (max-width:991px) {

    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,
    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
        align-items: unset;
        flex-direction: column
    }

    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
        width: 100%
    }

    .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
        width: 100%
    }
}

@media screen and (max-width:537px) {
    .ep-nft-single-item-wraper sub.ep-usd-price {
        margin-bottom: 15px;
        display: block
    }

    .ose-google-drive iframe {
        height: 250px !important
    }

    .ose-nrk-radio iframe {
        height: 400px !important
    }
}

.emebedpress-unit-percent iframe {
    width: 100% !important
}

.password-form-container {
    width: 350px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #f4eded;
    background-color: #f9f9ff;
    max-width: 100%;
    margin: auto
}

.password-form-container h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: system-ui
}

.password-form-container p {
    font-size: 12px;
    font-family: sans-serif;
    line-height: 1.4em;
    margin-bottom: 15px
}

form.password-form {
    margin-bottom: 2px
}

.password-form-container input[type=password] {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
    color: #6354a5;
    outline: none;
    border: 1px solid #ddd;
    outline: 0;
    padding-left: 50px;
    font-family: sans-serif;
    height: 42px
}

.password-form-container input[type=password]::placeholder {
    color: #e0d1d1;
    font-size: 14px
}

.password-field {
    position: relative
}

.password-field span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 40px;
    background: #ded7fc;
    border-radius: 4px
}

.password-field svg {
    width: 22px
}

.password-form-container input[type=submit] {
    padding: 12px 20px;
    background-color: #6354a5;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-family: sans-serif;
    transition: background-color .3s ease, box-shadow .3s ease;
    font-weight: initial;
    white-space: normal;
    word-break: break-all;
    min-height: 42px
}

.password-form-container button:hover {
    background-color: #0062cc;
    box-shadow: 0px 0px 10px #007bff
}

.password-form-container .error-message {
    color: red;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.4em
}

.password-form-container .error-message.hidden {
    display: none
}

p.need-access-message {
    margin-bottom: 2px;
    margin-top: 13px
}

.wp-block-embed__wrapper {
    display: inline-block;
    width: 100%;
    max-width: 100% !important
}

.wp-block-embed__wrapper.position-right-wraper,
.wp-block-embed__wrapper.position-right-wraper {
    max-width: calc(100% - 40px) !important
}

.ep-elementor-content {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.ep-elementor-content.source-opensea {
    display: block
}

.wp-block-embedpress-embedpress>div,
.ep-gutenberg-content {
    position: relative;
    clear: both
}

.gutenberg-pdf-wraper {
    position: relative;
    width: 100%
}

.presentationModeEnabledIosDevice {
    position: fixed;
    left: 0;
    top: 0;
    border: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 999999;
    min-width: 100% !important;
    min-height: 100% !important
}

.ep-embed-content-wraper {
    width: 100%
}

.embedpress-gutenberg-wrapper.popup_button,
.embedpress-elements-wrapper.popup_button {
    display: none !important
}

.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
    display: block !important
}

.ep-content-share-enabled .ep-embed-content-wraper {
    display: flex !important
}

.ep-content-share-enabled .ep-embed-content-wraper.hidden {
    display: none !important
}

.ep-share-position-right .ep-embed-content-wraper {
    flex-direction: row
}

.ep-content-share-enabled .ep-embed-content-wraper>div:first-child {
    width: 100%
}

.ep-share-position-left .ep-embed-content-wraper {
    flex-direction: row-reverse
}

.ep-share-position-bottom .ep-embed-content-wraper {
    flex-direction: column
}

.ep-share-position-top .ep-embed-content-wraper {
    flex-direction: column-reverse
}

.ep-fixed-width .gutenberg-pdf-wraper {
    display: inline-block
}

.ep-percentage-width .embedpress-inner-iframe {
    width: 100%
}

.ep-social-share {
    display: flex;
    align-items: center
}

.ep-social-share.share-position-right {
    right: -40px;
    top: 0;
    flex-direction: column
}

.ep-social-share.share-position-left {
    left: 0;
    top: 0;
    flex-direction: column
}

.ep-social-share.share-position-bottom,
.ep-social-share.share-position-top {
    justify-content: center
}

.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,
.ep-elementor-content .ep-social-share.share-position-left {
    left: -40px
}

.ep-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px
}

.ep-social-icon:hover {
    opacity: .8
}

.ep-social-share svg {
    width: 20px;
    height: auto
}

a.ep-social-icon.pinterest svg {
    height: 25px
}

.ep-social-share .facebook {
    background-color: #3b5998
}

.ep-social-share .facebook svg {
    width: 40px
}

.ep-social-share .twitter {
    background-color: #000
}

a.ep-social-icon.twitter:focus-visible {
    box-shadow: none;
    border: none;
    outline: none
}

.ep-social-share .pinterest {
    background-color: #bd081c
}

.ep-social-share .linkedin {
    background-color: #0077b5
}

.ep-social-share .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4)
}

.ep-social-share .reddit {
    background-color: #ff4500
}

.ep-social-icon i {
    margin-right: 0
}

.ep-content-locked .watermark {
    display: none !important
}

.ep-content-protection-enabled .watermark {
    display: none !important
}

.embedpress-pro-control.not-active {
    pointer-events: none
}

.pro__alert__wrap .pro__alert__card h2 {
    font-size: 32px;
    font-weight: 450;
    color: #131f4d;
    margin-bottom: 15px
}

.pro__alert__wrap .pro__alert__card p {
    font-size: 14px;
    font-weight: 400;
    color: #7c8db5;
    margin-top: 10px
}

.pro__alert__wrap .pro__alert__card p a {
    text-decoration: underline;
    font-weight: 700;
    color: #131f4d
}

.emebedpress-unit-percent,
.ep-elementor-content.ep-percentage-width {
    width: 100%
}

[data-theme-mode=dark] {
    --viewer-primary-color: #343434;
    --viewer-icons-hover-bgcolor: #453838
}

[data-theme-mode=light] {
    --viewer-primary-color: #f2f2f6;
    --viewer-icons-color: #343434;
    --viewer-icons-hover-bgcolor: #e5e1e9
}

@media (prefers-color-scheme:dark) {
    :root {
        --viewer-primary-color: #343434;
        --viewer-icons-color: #f2f2f6;
        --viewer-icons-hover-bgcolor: #453838
    }
}

@media (prefers-color-scheme:light) {
    :root {
        --viewer-primary-color: #f2f2f6;
        --viewer-icons-color: #343434;
        --viewer-icons-hover-bgcolor: #e5e1e9
    }
}

.ep-file-download-option-masked:after,
.ep-external-doc-icons {
    background: var(--viewer-primary-color)
}

.ep-external-doc-icons svg path {
    fill: var(--viewer-icons-color)
}

.ep-doc-draw-icon svg path {
    fill: var(--viewer-primary-color);
    stroke: var(--viewer-icons-color)
}

.ep-external-doc-icons svg:hover svg path {
    fill: var(--viewer-icons-color);
    stroke: var(--viewer-icons-color)
}

.ep-external-doc-icons svg:hover {
    background-color: var(--viewer-icons-hover-bgcolor)
}

.ep-file-download-option-masked {
    position: relative
}

.ep-file-download-option-masked {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ep-file-download-option-masked .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 15px);
    height: calc(100% - 45px);
    background-color: rgb(66 23 23/0%);
    pointer-events: unset;
    z-index: 1;
    user-select: none;
    max-width: 800px;
    margin: 0 auto
}

.ep-file-download-option-masked.ep-file-xls .overlay {
    height: calc(100% - 78px)
}

.ep-file-download-option-masked iframe {
    width: 100%;
    height: 100%;
    pointer-events: auto
}

.wp-block-embedpress-document.embedpress-document-embed iframe {
    border: none !important;
    box-shadow: none !important
}

.ep-file-download-option-masked.enabled-text-copy {
    pointer-events: all
}

.embed-download-disabled {
    width: 200px;
    height: 22px;
    background: #444;
    position: absolute;
    right: 2px;
    bottom: 8px;
    opacity: 0
}

.cui-toolbar-button-right {
    display: none !important
}

.ndfHFb-c4YZDc-Wrql6b {
    display: none
}

.ep-external-doc-icons {
    position: absolute;
    display: flex;
    flex-direction: revert;
    background: var(--viewer-primary-color);
    border-radius: 6px;
    z-index: 2;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px
}

.ep-external-doc-icons svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    padding: 5px;
    border-radius: 4px
}

.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
    width: 22px;
    height: 22px
}

.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
    width: 20px !important
}

.ep-doc-minimize-icon svg,
.ep-doc-fullscreen-icon svg {
    padding: 6px
}

.ep-external-doc-icons svg:hover {
    border-radius: 4px
}

.ep-doc-draw-icon.active svg {
    background: var(--viewer-icons-hover-bgcolor)
}

.ep-doc-download-icon,
.ep-doc-print-icon,
.ep-doc-fullscreen-icon,
.ep-doc-popup-icon,
.ep-doc-draw-icon,
.ep-doc-minimize-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,
.embedpress-document-embed .fullscreen-enabled iframe {
    width: 100% !important;
    height: 100% !important
}

.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
    margin-left: 22%
}

.ep-file-download-option-masked:after {
    position: absolute;
    width: 100%;
    height: 30px;
    background: var(--viewer-primary-color);
    z-index: 1;
    bottom: 0;
    content: '';
    left: 0
}

.ep-file-download-option-masked.ep-file-docx:after {
    bottom: 0
}

.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after {
    bottom: 0;
    background: #fff;
    height: 22px
}

.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after {
    bottom: 0
}

canvas.ep-doc-canvas {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    clear: both;
    margin: auto;
    display: none
}

:root {
    --plyr-control-icon-size: 15px;
    --plyr-range-track-height: 3px;
    --plyr-range-thumb-height: 10px
}

.plyr--audio .plyr--full-ui input[type=range] {
    color: red !important
}

.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none
}

.ep-embed-content-wraper input[type=range]::-moz-range-track {
    box-shadow: none
}

a.plyr__controls__item.plyr__control {
    border-radius: inherit;
    color: inherit !important
}

.plyr-initialized button:focus {
    background-color: var(--plyr-color-main)
}

.custom-player-preset-1 .plyr__controls {
    background: var(--plyr-color-main) !important;
    padding: 0 !important
}

.custom-player-preset-1 button.plyr__control {
    border-radius: 0
}

.custom-player-preset-1 a.plyr__controls__item.plyr__control {
    border-radius: inherit
}

.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr=play],
.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play] {
    width: 100px !important;
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center;
    height: 60px
}

.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr=play] svg,
.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play] svg {
    width: 22px;
    height: 22px
}

.custom-player-preset-1 .plyr__control:focus {
    border: none
}

.custom-player-preset-2 a.plyr__controls__item.plyr__control,
.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play],
.preset-default a.plyr__controls__item.plyr__control {
    border-radius: 4px
}

.custom-player-preset-3 .plyr__controls,
.custom-player-preset-4 .plyr__controls {
    background: var(--plyr-color-main) !important;
    padding: 0 !important
}

.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
    display: none !important
}

figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: inherit !important
}

.plyr {
    background-color: #000
}

.pip-mode {
    position: fixed !important;
    width: 320px !important;
    height: 180px !important;
    top: calc(100% - 200px) !important;
    left: calc(100% - 340px) !important;
    z-index: 9999;
    border-radius: 15px !important
}

.plyr [data-plyr=pip] {
    display: block !important
}

.pip-mode .plyr__video-wrapper {
    pointer-events: none
}

.pip-mode .pip-play {
    display: none
}

.pip-mode .pip-play,
.pip-mode .pip-pause {
    opacity: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000004a;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer
}

.pip-mode .pip-close {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0000004a;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer
}

.pip-mode:hover .pip-play,
.pip-mode:hover .pip-close,
.pip-mode:hover .pip-pause {
    opacity: 1 !important
}

.pip-mode .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pip-mode iframe {
    pointer-events: none !important
}

[data-playerid] {
    opacity: 0
}

[data-playerid].audio.plyr-initialized {
    opacity: 1
}

.plyr--paused.plyr__poster-enabled .plyr__poster {
    display: block !important;
    opacity: 1;
    background-size: cover
}

@media only screen and (max-width:767px) {

    .plyr__controls [data-plyr=restart],
    .plyr__controls [data-plyr=rewind],
    .plyr__controls [data-plyr=fast-forward],
    .plyr__controls [data-plyr=pip] {
        display: none !important
    }

    .plyr__video-wrapper iframe {
        max-height: 100% !important
    }

    .plyr__controls .plyr__volume input[type=range] {
        max-width: 40px;
        min-width: 40px
    }
}

.profile-header {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px
}

.posts-tab-options {
    text-align: center;
    margin: 0
}

.posts-tab-options .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    border-radius: 5px;
    gap: 25px;
    padding: 0
}

.posts-tab-options .tabs svg {
    width: 15px;
    height: 15px
}

li[data-media-type=ALL] svg {
    width: 12px;
    height: 12px
}

.posts-tab-options .tabs li {
    margin-right: 15px;
    cursor: pointer;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.posts-tab-options .tabs li:last-child {
    margin-right: 0
}

.posts-tab-options .tabs li.active {
    position: relative;
    color: #737373
}

.posts-tab-options .tabs li svg {
    border-radius: 2px
}

.posts-tab-options .tabs li.active svg {
    color: #737373
}

.posts-tab-options .tabs li:hover,
.posts-tab-options .tabs li:hover svg,
.posts-tab-options .tabs li:hover .fill-color {
    color: #737373
}

.posts-tab-options .tabs li:hover .fill-color,
.posts-tab-options .tabs li.active .fill-color {
    fill: #737373 !important
}

.posts-tab-options .tabs li.active:after {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 100%;
    background-color: #737373;
    left: 0;
    right: 0
}

.profile-image {
    margin-right: 16px
}

.posts-count {
    margin-right: 15px
}

.profile-image img {
    width: 120px;
    height: 120px !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 3px solid #037bff
}

.change-photo-button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.change-photo-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover
}

.username-section {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.profile-link {
    text-decoration: none
}

.username {
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px
}

.edit-profile-link {
    text-decoration: none;
    color: #3897f0;
    font-weight: 700
}

.profile-stats {
    display: flex;
    margin-bottom: 8px
}

.stats-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.stats-list li {
    margin-right: 24px;
    font-size: 14px
}

.bio-section {
    margin-bottom: 12px;
    text-align: left
}

section.profile-details div:last-child {
    margin: 0
}

.bio {
    font-size: 14px
}

a.edit-profile-link {
    padding: 8px 15px;
    background: #efefef;
    text-decoration: none !important;
    border-radius: 7px;
    color: #222;
    font-size: 12px;
    font-weight: 500
}

span.count {
    font-weight: 600
}

a.followers-link {
    text-decoration: none !important
}

a.profile-link,
a.profile-link h2 {
    font-size: 20px;
    text-decoration: none !important;
    margin: 0;
    margin-right: 15px
}

.embedpress-insta-container {
    overflow: hidden;
    position: relative
}

.ose-instagram-feed {
    max-height: 100% !important;
    height: 100% !important
}

.insta-grid .embedpress-insta-container .insta-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    grid-auto-flow: row
}

.insta-carousel .embedpress-insta-container .insta-gallery {
    grid-auto-columns: calc(25% + 0px);
    gap: 0px;
    left: 0
}

.insta-masonry .embedpress-insta-container .insta-gallery {
    column-count: 3;
    gap: .5em;
    margin: auto;
    width: 100%;
    display: inherit
}

.insta-grid .embedpress-insta-container .insta-gallery-item {
    position: relative;
    color: #fff;
    cursor: pointer;
    height: 350px
}

.embedpress-insta-container .insta-gallery-item:hover {
    cursor: pointer
}

.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
    height: auto;
    margin-bottom: .5em
}

.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image {
    height: 550px;
    margin-bottom: -13px
}

.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
    height: calc(100% + 4px)
}

.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
    opacity: 1;
    visibility: visible
}

.embedpress-insta-container .insta-gallery-item-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100%
}

.embedpress-insta-container .insta-gallery-item-info li {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 600;
    gap: 5px
}

.embedpress-insta-container .insta-gallery-item-likes {
    margin-right: 2.2rem
}

.embedpress-insta-container .insta-gallery-item-type {
    position: absolute;
    right: 1rem;
    top: 1rem;
    text-shadow: .2rem .2rem .2rem rgba(0, 0, 0, .1)
}

.embedpress-insta-container .insta-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px
}

.insta-masonry .embedpress-insta-container .insta-gallery-image {
    margin-bottom: -13px
}

.insta-gallery-item-info svg {
    width: 40px;
    height: 40px
}

.insta-item-reaction-count {
    display: flex
}

.insta-item-reaction-count .insta-gallery-item-likes,
.insta-item-reaction-count .insta-gallery-item-comments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.insta-gallery-item-info .insta-item-reaction-count svg {
    width: 25px;
    height: 25px
}

.insta-gallery-item-type svg {
    width: 25px;
    height: 25px
}

.insta-gallery-item-type svg.insta-video-icon {
    width: 22px;
    height: 22px
}

.cg-carousel__btns.hidden {
    display: none
}

.cg-carousel__btns {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}

.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
    top: calc(50% - 16px)
}

.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
    display: flex;
    align-content: center
}

.cg-carousel__btns button {
    background: #262323;
    border: 0;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0
}

button#js-carousel__prev-1 {
    position: absolute;
    left: 30px;
    z-index: 1;
    padding: 8px 15px
}

button#js-carousel__next-1 {
    position: absolute;
    right: 30px;
    z-index: 1;
    padding: 8px 15px
}

.embedpress-popup-block.embedpress-popup-img {
    position: relative;
    height: 100%;
    display: flex;
    background: #000
}

.popup-carousel,
.cg-carousel__track {
    height: 100%
}

.popup-container .popup-carousel .cg-carousel__track {
    align-items: center;
    background-color: #000
}

.popup-container .popup-carousel {
    background-color: #000
}

button.js-carousel__prev-1 {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

button.js-carousel__next-1 {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.cg-carousel__btn svg {
    width: 16px;
    height: 16px
}

.load-more-button-container,
.load-more-button-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.load-more-button-container button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: #037bff;
    background-color: #037bff;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px
}

.popup-container {
    display: flex;
    width: 100%
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999
}

.popup {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    max-width: 100%
}

.popup-container .popup-md-9.white {
    width: 60%;
    overflow: hidden
}

.popup-md-3.red {
    width: 40%
}

.embedpress-popup-img img {
    width: 100%;
    height: auto;
    object-fit: contain
}

video.popup-media-image {
    height: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

img.popup-media-image {
    height: auto
}

.embedpress-popup-header,
.embedpress-hashtag-header {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    justify-content: space-between;
    border-bottom: 1px solid #f4e9e9
}

.hashtag-container {
    border-bottom: 1px solid #f4e9e9
}

.embedpress-hashtag-header {
    border: none;
    max-width: 350px;
    margin: auto
}

.embedpress-hashtag-username {
    font-weight: 700
}

.embedpress-popup-header-img img,
.embedpress-hashtag-header-img img {
    border-radius: 50% !important;
    margin-right: 10px;
    width: 30px;
    height: 30px !important;
    object-fit: cover;
    border: 2px solid #037bff !important
}

.embedpress-popup-header-img a,
.embedpress-hashtag-header-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important
}

.embedpress-popup-username {
    color: #005293;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important
}

img.embedpress-hashtag-round {
    border-radius: 50px !important
}

.insta-followbtn a {
    text-decoration: none !important;
    padding: 6px 15px;
    background: #007bff;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400
}

.embedpress-popup-block.embedpress-popup-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
    background-color: #fff
}

.embedpress-popup-text {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: .04em;
    line-height: 1.8rem;
    padding: 10px;
    flex: auto;
    border-bottom: 1px solid #f4e9e9;
    text-align: left;
    max-height: calc(100vh - 235px);
    overflow: auto;
    word-break: break-all
}

.embedpress-popup-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 10px
}

.embedpress-popup-stats .embedpress-inline {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    position: relative
}

.embedpress-popup-stats .embedpress-inline a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
    font-weight: 400
}

.embedpress-popup-stats .embedpress-inline a svg {
    width: 20px;
    height: 20px
}

.embedpress-popup-share-buttons {
    padding: 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center
}

.embedpress-popup-share-buttons a {
    color: #007bff
}

.embedpress-href.embedpress-popup-share {
    cursor: pointer;
    color: #ca379d;
    display: flex;
    align-items: center;
    gap: 6px
}

.embedpress-popup-share-buttons {
    background: #f4f9ff;
    position: absolute;
    top: -50px;
    left: -55px;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    margin-bottom: -10px;
    transition: .3s
}

.embedpress-popup-share-buttons.show {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.embedpress-popup-share-buttons:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #f4f9ff transparent transparent
}

.embedpress-popup-share-buttons:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #f4f9ff transparent transparent;
    z-index: 1 !important
}

.embedpress-popup-share-buttons:after {
    content: "";
    position: absolute;
    bottom: -16.1px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #e7eaef transparent transparent
}

.embedpress-popup-share-buttons span {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center
}

.embedpress-popup-share-buttons span svg {
    width: 16px !important;
    height: 16px !important
}

.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
    color: #0077b5
}

.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
    color: #1877f2
}

.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
    color: #e60023
}

span.tag-wrapper a {
    font-weight: 700;
    text-decoration: none !important
}

.embedpress-href.embedpress-popup-share svg {
    width: 20px;
    height: 20px
}

.embedpress-popup-instagram-buttons svg {
    width: 18px !important;
    height: 20px !important
}

.embedpress-popup-stats .embedpress-inline {
    transition: .3s
}

.embedpress-popup-stats .embedpress-inline:hover svg,
.embedpress-popup-stats .embedpress-inline a:hover,
.embedpress-popup-stats .embedpress-inline:hover,
.embedpress-href:hover svg .st0 {
    color: #737373 !important
}

.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
    stroke: #737373
}

.embedpress-inline.popup-like-button a:hover svg {
    color: #737373;
    fill: #737373
}

.embedpress-href.embedpress-popup-share:hover svg {
    fill: #737373
}

.date-post {
    padding: 10px;
    font-size: 12px;
    color: #8e8e8e
}

div.popup-close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    z-index: 15566555655;
    cursor: pointer;
    padding: 15px;
    background: #643535;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer
}

.load-spin {
    width: 100px;
    height: 100px;
    background-color: red;
    animation: spin 2s linear infinite
}

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

    100% {
        transform: rotate(360deg)
    }
}

.loader {
    margin: auto;
    border: 5px solid #eaf0f6;
    border-radius: 50%;
    border-top: 5px solid #ff7a59;
    width: 30px;
    height: 30px;
    animation: spinner 4s linear infinite
}

.sponsored-youtube-video {
    height: 100%
}

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

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:1200px) {
    .popup-container .popup-md-9.white {
        width: 50%
    }

    .popup-container .popup-md-3 {
        width: 50%
    }
}

@media screen and (max-width:991px) {
    .popup-container {
        flex-direction: column
    }

    .popup-container .popup-md-9.white {
        width: 100%
    }

    .popup-container .popup-md-3 {
        width: 100%
    }

    .embedpress-popup-text {
        max-height: 300px
    }
}

@media screen and (max-width:768px) {
    .insta-grid .embedpress-insta-container .insta-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .embedpress-popup-text {
        max-height: 250px
    }
}

@media screen and (max-width:420px) {
    .insta-grid .embedpress-insta-container .insta-gallery {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }

    .profile-header {
        flex-direction: column
    }

    .embedpress-popup-text {
        max-height: 200px
    }

    .insta-followbtn {
        display: none
    }
}

.ep-player-wrap .hide {
    display: none
}

.ep-gdrp-content {
    background: #222;
    padding: 50px 30px;
    color: #fff
}

.ep-gdrp-content a {
    color: #fff
}

.ep-youtube__content__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px
}

.ep-loader-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 0 20px;
    height: 40px;
    transition: .3s;
    display: flex;
    align-items: center
}

.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
    background-color: #5b4e96;
    color: #fff
}

.ep-youtube__content__pagination .ep-page-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.ep-youtube__content__pagination .ep-page-numbers>span {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    display: inline-block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.active__current_page {
    background: #5b4e96;
    color: #fff
}

.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px
}

[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap {
    grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important
}

[data-youtube-channel-carousel].ep-youtube__content__block {
    position: relative
}

.ep-youtube__content__block .item {
    cursor: pointer;
    white-space: initial
}

.ep-youtube__content__block .youtube-carousel .item {
    margin: 10px
}

.ep-youtube__content__block .item:hover .thumb .play-icon {
    opacity: 1;
    top: 50%
}

.ep-youtube__content__block .item:hover .thumb:after {
    opacity: .4;
    z-index: 0
}

.ep-youtube__content__block .thumb {
    padding-top: 56.25%;
    margin-bottom: 5px;
    position: relative;
    background-color: #222;
    background-size: contain !important;
    border-radius: 12px;
    overflow: hidden
}

figure .ep-youtube__content__block .thumb {
    background-color: #222 !important
}

.ep-youtube__content__block .thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #000;
    opacity: 0;
    transition: opacity .3s ease
}

.ep-youtube__content__block .thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #222;
    z-index: -1
}

.ep-youtube__content__block .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ep-youtube__content__block .thumb .play-icon {
    width: 50px;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 2
}

.ep-youtube__content__block .thumb .play-icon img {
    width: 100
}

.ep-youtube__content__block .body p {
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    font-weight: 400
}

.ep-youtube__content__block.loading .ep-youtube__content__pagination {
    display: none
}

.ep-youtube__content__block .ep-loader {
    display: none
}

.ep-youtube__content__block.loading .ep-loader {
    display: block
}

.ep-loader img {
    width: 20px
}

.is_mobile_device {
    display: none !important
}

.is_mobile_devic.ep-page-numbers {
    gap: 5px
}

@media only screen and (max-width:480px) {
    .is_desktop_device {
        display: none !important
    }

    .ep-youtube__content__pagination .ep-page-numbers>span {
        width: 35px;
        height: 35px
    }

    .ep-youtube__content__pagination .ep-prev,
    .ep-youtube__content__pagination .ep-next {
        height: 35px
    }

    .is_mobile_device {
        display: flex !important
    }

    .ep-youtube__content__pagination .ep-page-numbers {
        gap: 5px
    }
}

.embedded-youtube-channel .ose-youtube {
    height: 100% !important;
    max-height: 100% !important
}

.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube,
.ep-youtube-channel .ose-youtube {
    height: 100% !important;
    max-height: 100% !important
}

.ose-youtube .channel-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px
}

.ose-youtube .profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px
}

.ose-youtube .channel-info {
    flex-grow: 1;
    text-align: left
}

.ose-youtube .info-description {
    margin-bottom: 20px
}

.ose-youtube .channel-name {
    font-size: 24px;
    margin: 0
}

.ose-youtube .channel-details {
    margin: 5px 0
}

.ose-youtube .more-info {
    text-decoration: none
}

.ose-youtube .subscribe-button {
    background-color: red;
    border: none;
    padding: 10px 20px 10px 12px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    font-weight: 600
}

.ose-youtube .subscribe-button svg {
    height: 20px;
    width: 20px;
    margin-right: 5px
}

.ose-youtube .subscribe-button:hover {
    background-color: #ff6868
}

#videoPopup.video-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .95)
}

.video-popup-content {
    position: absolute;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    text-align: center
}

.video-popup-inner-content {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    overflow: auto !important;
    border: 1px solid #333;
    border-radius: 8px;
    background: #000;
    box-sizing: border-box;
    padding: 20px
}

.video-popup-content iframe {
    width: 700px !important;
    height: 420px !important;
    max-width: 100%;
    max-height: 100%
}

#videoPopup.video-popup .close {
    position: absolute;
    top: -25px;
    right: -30px;
    color: #fff;
    font-size: 35px
}

#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

#videoPopup.video-popup .popup-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

#videoPopup.video-popup .nav-icon {
    pointer-events: auto;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    user-select: none
}

#videoPopup.video-popup .prev-icon {
    position: absolute;
    left: -60%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px
}

#videoPopup.video-popup .next-icon {
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px
}

#videoDescription {
    color: #fff;
    font-size: 14px
}

.youtube-video-description {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0 20px;
    bottom: no;
    max-width: 700px;
    text-align: left
}

.youtube-video-header h1 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #fff
}

.youtube-video-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.youtube-video-meta span {
    margin-right: 10px
}

.youtube-video-body {
    max-height: 200px;
    overflow: auto
}

.youtube-video-body p {
    font-size: 15px;
    margin: 0 0 20px;
    color: #ddd
}

.youtube-video-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px
}

.youtube-video-link {
    font-size: 16px;
    color: #0073aa;
    text-decoration: none
}

.youtube-video-link:hover {
    text-decoration: underline
}

.youtube-video-stats {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 18px
}

.youtube-video-stats svg {
    height: 12px;
    width: 14px
}

.youtube-video-stats span {
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dad2d2
}

.youtube-video-stats i {
    margin-right: 5px
}

.youtube-body-content .description-container {
    display: flex;
    border-radius: 4px;
    max-width: 600px;
    text-align: left;
    margin-top: 10px
}

.youtube-body-content.body {
    width: 100%
}

.youtube-body-content .thumbnail {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-right: 10px
}

.youtube-body-content .thumbnail img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px
}

.youtube-body-content .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 30px)
}

.youtube-body-content .title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4
}

.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
    font-size: 14px;
    color: #606060
}

.youtube-body-content .channel {
    margin-bottom: 4px
}

.ep-player-wrap.layout-gallery .ep-first-video iframe {
    border-radius: 15px
}

.ep-player-wrap.layout-list .ep-youtube__content__block .item {
    display: flex;
    width: 100%;
    gap: 20px
}

.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
    padding-top: 20.25%;
    min-width: 250px;
    max-width: 300px
}

[data-youtube-channel-carousel] .youtube-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden
}

[data-youtube-channel-carousel] .youtube-carousel {
    display: flex;
    transition: transform .5s ease-in-out
}

[data-youtube-channel-carousel] .youtube-carousel .item {
    min-width: calc(33.3333% - 20px);
    box-sizing: border-box
}

[data-youtube-channel-carousel] button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    box-shadow: none;
    background-color: #000000ba;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center
}

[data-youtube-channel-carousel] button.preview {
    left: -100px
}

.carousel-controls button.next {
    right: -100px
}

.fc-list-table .fc-event,
.fc-list-table .fc-event:hover {
    color: inherit !important;
    text-decoration: none !important
}

.fc-list-table .fc-event,
.fc-list-table .fc-event-dot {
    background-color: transparent !important
}

.fc table.fc-list-table {
    table-layout: inherit !important
}

.fc-list-table .fc-event {
    display: table-row !important
}

@media screen and (max-width:1400px) {
    .ose-youtube .video-popup-content iframe {
        height: 305px !important
    }

    .ose-youtube .prev-icon {
        left: -50%
    }

    .ose-youtube .next-icon {
        right: -50%
    }
}

@media screen and (max-width:1200px) {
    .ose-youtube .video-popup-content iframe {
        height: 305px !important
    }

    .ose-youtube .prev-icon {
        left: -40%
    }

    .ose-youtube .next-icon {
        right: -40%
    }
}

@media screen and (max-width:992px) {
    .ose-youtube .video-popup-content iframe {
        height: 305px !important
    }

    .ose-youtube .prev-icon {
        left: -40%
    }

    .ose-youtube .next-icon {
        right: -40%
    }
}

@media screen and (max-width:576px) {
    .ose-youtube .prev-icon {
        left: -26%
    }

    .ose-youtube .next-icon {
        right: -26%
    }
}

@media screen and (max-width:580px) {
    .ose-youtube .prev-icon {
        left: -18%
    }

    .ose-youtube .next-icon {
        right: -18%
    }
}

.youtube-video-body {
    display: none
}

.video-popup-content {
    width: 100%;
    max-width: 720px;
    margin: auto
}

@media (max-width:1024px) {
    .youtube-carousel .item {
        min-width: calc(50% - 20px) !important
    }
}

@media (max-width:768px) {
    .youtube-carousel .item {
        min-width: calc(100% - 20px) !important
    }

    [data-youtube-channel-carousel] button.preview {
        left: 0 !important
    }

    [data-youtube-channel-carousel] button.next {
        right: 0
    }

    .video-popup-content {
        width: calc(100% - 40px);
        margin: auto
    }

    .video-popup-content iframe {
        max-height: 300px
    }

    #videoPopup.video-popup .close {
        top: -25px;
        transform: translate(0%, -50%);
        right: unset
    }
}

@media (max-width:580px) {
    .ep-first-video {
        margin-bottom: 20px
    }

    .video-popup-content iframe {
        max-height: 220px
    }

    .ep-player-wrap .ep-youtube__content__block .item {
        gap: 15px
    }

    .ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap {
        gap: 30px !important
    }

    .ose-youtube .profile-picture {
        width: 80px;
        height: 80px
    }

    .ose-youtube .channel-header {
        gap: 10px;
        align-items: start;
        padding: 0
    }

    .description-container {
        margin-top: 0
    }

    .description-container p.description {
        display: none
    }

    .ep-player-wrap.layout-list .ep-youtube__content__block .item {
        flex-direction: column
    }

    .ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
        min-width: 100%;
        min-height: 200px
    }
}

.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
    height: 100% !important;
    max-height: 100% !important
}

.pa-carousel-widget.jx-carousel-widget,
.pa-gallery-player-widget,
.ose-google-photos {
    position: relative
}

.pa-carousel-widget.jx-carousel-widget:after,
.pa-gallery-player-widget:after {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    content: '';
    top: 10px;
    background: 0 0
}

.ep-google-photos-visit-btn:hover {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    text-decoration: none
}

.ep-google-photos-visit-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor
}

.photos-gallery-grid,
.photos-gallery-masonry,
.photos-gallery-justify {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px
}

.photos-gallery-grid .photo-item,
.photos-gallery-masonary .photo-item {
    width: 100%;
    height: 200px;
    background-color: #f1efef;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center
}

.photos-gallery-masonary {
    columns: 250px;
    gap: 3px;
    position: relative;
    width: 100%
}

.photos-gallery-masonary .photo-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-bottom: 3px;
    cursor: pointer
}

.photos-gallery-masonary .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.photos-gallery-grid {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative
}

.photos-gallery-grid .photo-item {
    border-radius: 10px;
    text-align: center;
    height: 280px;
    cursor: pointer
}

.photos-gallery-grid .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.photos-gallery-justify {
    display: flex;
    flex-wrap: wrap
}

.photos-gallery-justify .photo-item {
    cursor: pointer;
    height: auto
}

.photos-gallery-justify .photo-item:hover {
    opacity: .9
}

.photos-gallery-justify .photo-item img {
    user-select: none;
    width: 100%;
    vertical-align: middle
}

.photos-gallery-justify:after {
    content: "";
    flex-grow: 99999;
    min-width: calc(100vw / 4)
}

@media (max-width:460px) {
    .photos-gallery-justify {
        flex-direction: column
    }

    .photos-gallery-justify .photo-item {
        width: 100% !important
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: .5s ease
}

.popup-overlay .popup {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #000
}

.popup-overlay .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    border-radius: 50%
}

.popup-overlay .prev-btn,
.popup-overlay .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    display: flex
}

.popup-overlay:hover .prev-btn,
.popup-overlay:hover .next-btn {
    opacity: 1;
    visibility: visible
}

.popup-overlay .prev-btn {
    left: 10px
}

.popup-overlay .next-btn {
    right: 10px
}

.popup-overlay img#popup-image {
    width: 100%;
    height: auto;
    max-height: 100vh
}

.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
    background-color: rgba(0, 0, 0, .8)
}

@media (max-width:1024px) {
    .photos-gallery-grid .photo-item {
        width: 100%;
        height: 150px !important
    }

    .photos-gallery-masonary {
        columns: 200px !important
    }

    .photos-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important
    }
}

.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
    width: 100%;
    height: 100%
}

.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {

    .popup-overlay .prev-btn,
    .popup-overlay .next-btn {
        font-size: 20px;
        padding: 5px
    }
}

.getty div:last-child {
    padding: 0 !important;
    height: 100% !important;
    max-height: 100% !important
}

html {
    line-height: 1.15
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

b,
strong {
    font-weight: bolder
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

fieldset {
    padding: .35em .75em .625em
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

template,
[hidden] {
    display: none
}

#copyright {
    opacity: .7;
    font-size: small;
    text-align: right;
    margin: .5rem
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    text-align: center
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%
}

.gallery-columns-1 .gallery-item {
    width: 100%
}
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-item a {
    display: inline-block;
    max-width: 100%
}

.gallery-item a img {
    display: block;
    backface-visibility: hidden
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    opacity: .6
}

.gallery-caption {
    display: block;
    margin-bottom: 0
}

body.page-template-default #main {
    padding: 2% 20px;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 500px
}

/*!
 * Font Awesome Free 5.12.0 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-adobe:before {
    content: "\f778"
}

.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-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-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-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-dashcube:before {
    content: "\f210"
}

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

.fa-deaf:before {
    content: "\f2a4"
}

.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-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-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-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: "\f907"
}

.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-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-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-usd:before {
    content: "\f4c0"
}

.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-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

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

.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-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-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-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-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: "\f913"
}

.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-instagram:before {
    content: "\f16d"
}

.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-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-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: "\f91a"
}

.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-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-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-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.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: "\f91e"
}

.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-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-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-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-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

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

.fa-shoe-prints:before {
    content: "\f54b"
}

.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-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-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-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.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-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-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: "\f941"
}

.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-underline:before {
    content: "\f0cd"
}

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

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.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-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-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-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-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-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-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-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    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(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    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(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    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(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Free 5.12.0 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"
}

.jet-menu-container {
    position: relative;
    width: 100%
}

.jet-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.jet-menu.jet-menu--roll-up>.jet-menu-item[hidden] {
    display: none
}

.jet-menu.jet-menu--roll-up-available-items[hidden] {
    display: none
}

.jet-menu .jet-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jet-menu .top-level-link {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-menu ul {
    left: 0
}

.jet-menu-item {
    position: relative
}

.jet-menu-item>a {
    display: block;
    text-decoration: none;
    width: auto
}

.jet-menu-item.jet-mega-menu-item {
    position: static
}

.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item {
    position: relative
}

.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu {
    left: 0;
    right: auto
}

.rtl .jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu {
    left: auto;
    right: 0
}

.jet-menu-item-desc {
    font-size: 10px;
    font-style: italic;
    white-space: normal
}

.jet-menu-item .jet-sub-menu {
    display: block;
    min-width: 200px;
    margin: 0;
    background-color: #fff;
    list-style: none;
    top: 100%;
    left: 0;
    right: auto;
    position: absolute;
    padding: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    pointer-events: none;
    z-index: 999
}

.rtl .jet-menu-item .jet-sub-menu {
    left: auto;
    right: 0
}

.jet-menu-item .jet-sub-menu.inverse-side {
    right: 0;
    left: auto
}

.jet-menu-item .jet-sub-menu .jet-sub-menu {
    top: 0;
    left: 100%;
    right: auto
}

.jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side {
    right: 100%;
    left: auto
}

.jet-menu-item .jet-sub-menu>li {
    display: block
}

.jet-menu-item .jet-sub-menu>li>a {
    padding: 10px
}

.rtl .jet-menu-item .jet-sub-menu {
    left: auto;
    right: 0
}

.rtl .jet-menu-item .jet-sub-menu.inverse-side {
    right: auto;
    left: 0
}

.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu {
    left: auto;
    right: 100%
}

.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side {
    right: auto;
    left: 100%
}

.jet-menu-item .jet-sub-mega-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    z-index: 999
}

.jet-menu-item .jet-sub-mega-menu__loader {
    padding: 5px;
    min-width: 35px;
    min-height: 35px
}

.jet-menu-item .jet-sub-mega-menu>.elementor {
    width: 100%
}

.jet-menu-item .jet-menu-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px
}

.label-hidden .jet-menu-item .jet-menu-item-wrapper .jet-menu-icon {
    margin-right: 0;
    margin-left: 0
}

.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg path {
    fill: currentColor
}

.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px
}

.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow svg {
    fill: currentColor;
    height: auto
}

.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    width: 0
}

.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge__inner {
    display: inline-block;
    white-space: nowrap
}

.jet-sub-menu,
.jet-sub-mega-menu {
    opacity: 0;
    visibility: hidden
}

.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-menu,
.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-mega-menu {
    display: none
}

.jet-menu.jet-menu--animation-type-none .jet-sub-menu {
    opacity: 0;
    visibility: hidden
}

.jet-menu.jet-menu--animation-type-none .jet-sub-mega-menu {
    opacity: 0;
    visibility: hidden
}

.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-none .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-fade .jet-sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear;
    transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear
}

.jet-menu.jet-menu--animation-type-fade .jet-sub-mega-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear;
    transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear
}

.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-fade .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-move-up .jet-sub-menu {
    opacity: 0;
    top: 130%;
    visibility: hidden;
    -webkit-transition: top .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: top .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-up .jet-sub-mega-menu {
    opacity: 0;
    top: 130%;
    visibility: hidden;
    -webkit-transition: top .3s cubic-bezier(.48, .01, .5, .99) .1s, opacity .3s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: top .3s cubic-bezier(.48, .01, .5, .99) .1s, opacity .3s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear;
    transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear;
    transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-up .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-move-down .jet-sub-menu {
    opacity: 0;
    top: 80%;
    visibility: visible;
    -webkit-transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear;
    transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-down .jet-sub-mega-menu {
    opacity: 0;
    top: 80%;
    visibility: hidden;
    -webkit-transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear;
    transition: top .3s cubic-bezier(.48, .01, .5, .99), opacity .3s cubic-bezier(.48, .01, .5, .99), visibility 1s linear
}

.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-menu.jet-menu--animation-type-move-down .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-custom-nav {
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-custom-nav>.jet-custom-nav__item {
    position: relative;
    margin-bottom: 1px
}

.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-default {
    position: static
}

.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-relative-item {
    position: relative
}

.jet-custom-nav>.jet-custom-nav__item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px;
    background-color: #54595f;
    -webkit-transition: all .5s cubic-bezier(.48, .01, .5, .99);
    transition: all .5s cubic-bezier(.48, .01, .5, .99)
}

.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    height: auto
}

.jet-custom-nav .jet-menu-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #fff;
    font-size: 14px
}

.jet-custom-nav .jet-menu-link-text .jet-custom-item-desc {
    display: block;
    font-size: 12px;
    font-style: italic
}

.jet-custom-nav .jet-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px
}

.jet-custom-nav .jet-menu-icon:before {
    font-size: 12px;
    color: #7a7a7a
}

.jet-custom-nav .jet-menu-icon svg {
    fill: currentColor;
    height: auto
}

.jet-custom-nav .jet-menu-icon svg path {
    fill: currentColor
}

.jet-custom-nav .jet-menu-badge {
    margin: 0 0 0 10px;
    width: 0;
    line-height: 1;
    -webkit-transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));
    -ms-transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));
    transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px))
}

.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner {
    padding: 3px;
    background-color: #fff;
    color: #7a7a7a;
    display: inline-block
}

.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner svg {
    height: auto;
    max-width: 24px
}

.jet-custom-nav .jet-dropdown-arrow {
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}

.jet-custom-nav .jet-dropdown-arrow svg {
    fill: currentColor;
    width: 12px;
    height: auto
}

.jet-custom-nav .jet-dropdown-arrow svg path {
    fill: currentColor
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a {
    text-align: right
}

body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a,
body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-icon,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-icon {
    margin: 0 0 0 10px
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-badge,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-badge {
    direction: rtl;
    margin: 0 10px 0 0
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-dropdown-arrow,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-dropdown-arrow {
    left: 15px;
    right: auto
}

.jet-custom-nav__mega-sub,
.jet-custom-nav__sub {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #fff;
    list-style: none;
    top: 0;
    left: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear .1s;
    transition: opacity .3s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear .1s;
    pointer-events: none;
    z-index: 99
}

.jet-custom-nav__mega-sub:before,
.jet-custom-nav__sub:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0
}

body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav__sub {
    position: relative;
    min-width: 0 !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    left: 0;
    height: 0
}

body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub:before,
body[data-elementor-device-mode=mobile] .jet-custom-nav__sub:before {
    content: none
}

body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__sub {
    padding: 0;
    margin: 0;
    border: none
}

.jet-custom-nav__mega-sub {
    width: 500px
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub {
    left: auto;
    right: 100%
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub:before {
    left: 100%;
    right: auto
}

body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub {
    width: 100% !important;
    max-width: 100%
}

.elementor-editor-active .elementor.elementor-edit-mode .jet-custom-nav__mega-sub>.elementor>.elementor-inner {
    margin-top: 0
}

.jet-custom-nav__sub {
    min-width: 250px
}

.jet-custom-nav__sub.inverse-side {
    left: auto;
    right: 100%
}

.jet-custom-nav__sub.inverse-side:before {
    left: 100%;
    right: auto
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    left: auto;
    right: 100%
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub:before,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub:before {
    left: 100%;
    right: auto
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side {
    right: auto;
    left: 100%
}

.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side:before,
.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side:before {
    left: auto;
    right: 100%
}

.jet-custom-nav__sub .jet-custom-nav__item {
    position: relative
}

.jet-custom-nav__sub .jet-custom-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px;
    background-color: #54595f;
    -webkit-transition: all .5s cubic-bezier(.48, .01, .5, .99);
    transition: all .5s cubic-bezier(.48, .01, .5, .99)
}

.jet-custom-nav__sub .jet-custom-nav__item a .jet-menu-link-text {
    color: #fff
}

.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a {
    background-color: #54595f
}

.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a .jet-menu-link-text {
    color: #fff
}

.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transition: none;
    transition: none
}

.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s
}

body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s
}

body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s
}

body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear;
    transition: transform .2s cubic-bezier(.48, .01, .5, .99) .1s, opacity .2s cubic-bezier(.48, .01, .5, .99) .1s, visibility 1s linear, -webkit-transform .2s cubic-bezier(.48, .01, .5, .99) .1s
}

body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,
body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,
.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,
.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-mega-menu {
    position: relative;
    width: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.jet-mega-menu.jet-mega-menu--inited {
    opacity: 1;
    pointer-events: auto
}

.jet-mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--jmm-dropdown-toggle-icon-size, 16px);
    width: var(--jmm-dropdown-toggle-size, 36px);
    height: var(--jmm-dropdown-toggle-size, 36px);
    cursor: pointer
}

.jet-mega-menu-toggle__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mega-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.jet-mega-menu-roll-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mega-menu-item {
    position: relative;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
}

.jet-mega-menu-item[hidden] {
    display: none
}

.jet-mega-menu-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--jmm-items-dropdown-gap, 5px);
    cursor: pointer
}

.jet-mega-menu-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: var(--jmm-items-icon-gap, 10px)
}

.jet-mega-menu-item__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 18px;
    min-height: 18px;
    font-size: var(--jmm-top-item-dropdown-icon-size)
}

.jet-mega-menu-item__dropdown svg {
    width: 1em;
    height: 1em
}

.jet-mega-menu-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.jet-mega-menu-item__icon svg {
    width: 1em;
    height: 1em
}

.jet-mega-menu-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-mega-menu-item__label {
    white-space: nowrap
}

.jet-mega-menu-item__badge {
    position: absolute;
    right: 0;
    bottom: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    -webkit-transform: translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0));
    -ms-transform: translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0));
    transform: translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0))
}

.jet-mega-menu-item__badge svg {
    max-width: 24px;
    height: auto
}

.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0
}

.jet-mega-menu-mega-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100vw
}

.jet-mega-menu.jet-mega-menu--layout-horizontal {
    max-width: 100%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--roll-up .jet-mega-menu-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu {
    left: 0;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: 0;
    left: auto
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu {
    left: 100%;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: 100%;
    left: auto
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu {
    left: auto;
    right: 0
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: auto;
    left: 0
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu {
    left: auto;
    right: 100%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: auto;
    left: 100%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-toggle {
    display: none
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-container {
    display: block
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--jmm-top-items-hor-align, flex-start);
    -ms-flex-pack: var(--jmm-top-items-hor-align, flex-start);
    justify-content: var(--jmm-top-items-hor-align, flex-start);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--jmm-top-items-gap, 0);
    padding-top: var(--jmm-top-menu-ver-padding, 0);
    padding-left: var(--jmm-top-menu-hor-padding, 0);
    padding-bottom: var(--jmm-top-menu-ver-padding, 0);
    padding-right: var(--jmm-top-menu-hor-padding, 0);
    background-color: var(--jmm-top-menu-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner {
    padding-top: var(--jmm-top-items-ver-padding, 5px);
    padding-left: var(--jmm-top-items-hor-padding, 10px);
    padding-bottom: var(--jmm-top-items-ver-padding, 5px);
    padding-right: var(--jmm-top-items-hor-padding, 10px);
    background-color: var(--jmm-top-item-bg-color, initial)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__icon {
    color: var(--jmm-top-item-icon-color, inherit);
    font-size: var(--jmm-top-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title {
    color: var(--jmm-top-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__desc {
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__badge {
    color: var(--jmm-top-item-badge-color, inherit);
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-item-dropdown-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-active-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-active-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-active-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-active-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-active-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list {
    margin-top: var(--jmm-sub-menu-offset, 0)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu {
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 998
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu__list {
    gap: var(--jmm-sub-items-gap, 0);
    padding-top: var(--jmm-sub-menu-ver-padding, 0);
    padding-left: var(--jmm-sub-menu-hor-padding, 0);
    padding-bottom: var(--jmm-sub-menu-ver-padding, 0);
    padding-right: var(--jmm-sub-menu-hor-padding, 0);
    background-color: var(--jmm-sub-menu-bg-color, #fff);
    border-top-left-radius: var(--jmm-sub-menu-top-left-radius, initial);
    border-top-right-radius: var(--jmm-sub-menu-top-right-radius, initial);
    border-bottom-right-radius: var(--jmm-sub-menu-bottom-right-radius, initial);
    border-bottom-left-radius: var(--jmm-sub-menu-bottom-left-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__inner {
    padding-top: var(--jmm-sub-items-ver-padding, 5px);
    padding-left: var(--jmm-sub-items-hor-padding, 10px);
    padding-bottom: var(--jmm-sub-items-ver-padding, 5px);
    padding-right: var(--jmm-sub-items-hor-padding, 10px);
    background-color: var(--jmm-sub-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon {
    color: var(--jmm-sub-item-icon-color, inherit);
    font-size: var(--jmm-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg {
    width: var(--jmm-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__title {
    color: var(--jmm-sub-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__desc {
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__badge {
    color: var(--jmm-sub-item-badge-color, inherit);
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-item-dropdown-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-active-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-active-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-active-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-active-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-active-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child>.jet-mega-menu-item__inner {
    border-top-left-radius: var(--jmm-sub-menu-top-left-radius, initial);
    border-top-right-radius: var(--jmm-sub-menu-top-right-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child>.jet-mega-menu-item__inner {
    border-bottom-left-radius: var(--jmm-sub-menu-bottom-left-radius, initial);
    border-bottom-right-radius: var(--jmm-sub-menu-bottom-right-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu {
    top: 0
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    position: absolute;
    width: var(--jmm-submenu-width, 100%);
    min-width: 200px;
    top: 100%;
    left: 0;
    z-index: 999
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
    -webkit-transform: translateX(var(--jmm-submenu-delta-x-offset, 0));
    -ms-transform: translateX(var(--jmm-submenu-delta-x-offset, 0));
    transform: translateX(var(--jmm-submenu-delta-x-offset, 0));
    background-color: var(--jmm-sub-menu-bg-color, #fff);
    margin-top: var(--jmm-sub-menu-offset, 0);
    padding-top: var(--jmm-mega-container-ver-padding, 10px);
    padding-left: var(--jmm-mega-container-hor-padding, 20px);
    padding-bottom: var(--jmm-mega-container-ver-padding, 10px);
    padding-right: var(--jmm-mega-container-hor-padding, 20px)
}

.jet-mega-menu.jet-mega-menu--layout-vertical {
    max-width: var(--jmm-container-width, 100%)
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu {
    left: 100%;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: 100%;
    left: auto
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container {
    left: 100%;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse {
    left: auto;
    right: 100%
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu {
    left: auto;
    right: 100%
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    left: 100%;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container {
    left: auto;
    right: 100%
}

.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse {
    left: 100%;
    right: auto
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-toggle {
    display: none
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--jmm-top-items-gap, 0);
    padding-top: var(--jmm-top-menu-ver-padding, 0);
    padding-left: var(--jmm-top-menu-hor-padding, 0);
    padding-bottom: var(--jmm-top-menu-ver-padding, 0);
    padding-right: var(--jmm-top-menu-hor-padding, 0);
    background-color: var(--jmm-top-menu-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__inner {
    -webkit-box-pack: var(--jmm-top-items-hor-align, space-between);
    -ms-flex-pack: var(--jmm-top-items-hor-align, space-between);
    justify-content: var(--jmm-top-items-hor-align, space-between);
    padding-top: var(--jmm-top-items-ver-padding, 5px);
    padding-left: var(--jmm-top-items-hor-padding, 10px);
    padding-bottom: var(--jmm-top-items-ver-padding, 5px);
    padding-right: var(--jmm-top-items-hor-padding, 10px);
    background-color: var(--jmm-top-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon {
    color: var(--jmm-top-item-icon-color, inherit);
    font-size: var(--jmm-top-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon svg {
    width: var(--jmm-top-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__title {
    color: var(--jmm-top-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__desc {
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__badge {
    color: var(--jmm-top-item-badge-color, inherit);
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-item-dropdown-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner {
    background-color: var(--jmm-top-active-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-top-active-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-top-active-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-top-active-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-top-active-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu {
    position: absolute;
    top: 0;
    min-width: 200px;
    z-index: 998
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu__list {
    padding-top: var(--jmm-sub-menu-ver-padding, 0);
    padding-left: var(--jmm-sub-menu-hor-padding, 0);
    padding-bottom: var(--jmm-sub-menu-ver-padding, 0);
    padding-right: var(--jmm-sub-menu-hor-padding, 0);
    background-color: var(--jmm-sub-menu-bg-color, inherit);
    border-top-left-radius: var(--jmm-sub-menu-top-left-radius, initial);
    border-top-right-radius: var(--jmm-sub-menu-top-right-radius, initial);
    border-bottom-right-radius: var(--jmm-sub-menu-bottom-right-radius, initial);
    border-bottom-left-radius: var(--jmm-sub-menu-bottom-left-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__inner {
    padding-top: var(--jmm-sub-items-ver-padding, 5px);
    padding-left: var(--jmm-sub-items-hor-padding, 10px);
    padding-bottom: var(--jmm-sub-items-ver-padding, 5px);
    padding-right: var(--jmm-sub-items-hor-padding, 10px)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon {
    color: var(--jmm-sub-item-icon-color, inherit);
    font-size: var(--jmm-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg {
    width: var(--jmm-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__title {
    color: var(--jmm-sub-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__desc {
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__badge {
    color: var(--jmm-sub-item-badge-color, inherit);
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-item-dropdown-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner {
    background-color: var(--jmm-sub-active-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-sub-active-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-sub-active-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-sub-active-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-sub-active-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child {
    border-top-left-radius: var(--jmm-sub-menu-top-left-radius, initial);
    border-top-right-radius: var(--jmm-sub-menu-top-right-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child {
    border-top-left-radius: var(--jmm-sub-menu-top-left-radius, initial);
    border-top-right-radius: var(--jmm-sub-menu-top-right-radius, initial)
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container {
    position: absolute;
    width: var(--jmm-submenu-width, 100%);
    top: 0;
    z-index: 999;
    min-width: 400px
}

.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container__inner {
    padding-top: var(--jmm-mega-container-ver-padding, 10px);
    padding-left: var(--jmm-mega-container-hor-padding, 20px);
    padding-bottom: var(--jmm-mega-container-ver-padding, 10px);
    padding-right: var(--jmm-mega-container-hor-padding, 20px);
    -webkit-transform: translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));
    -ms-transform: translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));
    transform: translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));
    min-height: var(--jmm-submenu-min-height, auto);
    background-color: var(--jmm-sub-menu-bg-color, #ebebeb)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle {
    color: var(--jmm-dropdown-active-toggle-color, inherit);
    background-color: var(--jmm-dropdown-active-toggle-bg-color, #f2f2f2)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--default-state {
    display: none
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--opened-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-container {
    pointer-events: auto;
    max-height: 100vh;
    overflow: auto
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-default .jet-mega-menu-container {
    position: absolute;
    top: 100%;
    z-index: 999
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-push .jet-mega-menu-container {
    position: relative
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--jmm-dropdown-toggle-color, inherit);
    background-color: var(--jmm-dropdown-toggle-bg-color, inherit);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon {
    color: inherit
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--default-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--opened-state {
    display: none
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon svg {
    width: 16px;
    height: auto
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle:hover {
    color: var(--jmm-dropdown-hover-toggle-color, inherit);
    background-color: var(--jmm-dropdown-hover-toggle-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container {
    pointer-events: none;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    min-width: var(--jmm-dropdown-container-width, 100%);
    max-width: 100vw;
    background-color: var(--jmm-dropdown-bg-color, #f2f2f2);
    -webkit-transform: translateY(var(--jmm-dropdown-toggle-distance, 0));
    -ms-transform: translateY(var(--jmm-dropdown-toggle-distance, 0));
    transform: translateY(var(--jmm-dropdown-toggle-distance, 0));
    -webkit-transition: max-height .5s cubic-bezier(.23, .48, .51, .96);
    transition: max-height .5s cubic-bezier(.23, .48, .51, .96)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--jmm-dropdown-top-items-gap, 0);
    padding-top: var(--jmm-dropdown-top-menu-ver-padding, 0);
    padding-left: var(--jmm-dropdown-top-menu-hor-padding, 0);
    padding-bottom: var(--jmm-dropdown-top-menu-ver-padding, 0);
    padding-right: var(--jmm-dropdown-top-menu-hor-padding, 0)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item {
    width: 100%
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__inner {
    padding-top: var(--jmm-dropdown-top-items-ver-padding, 15px);
    padding-left: var(--jmm-dropdown-top-items-hor-padding, 20px);
    padding-bottom: var(--jmm-dropdown-top-items-ver-padding, 15px);
    padding-right: var(--jmm-dropdown-top-items-hor-padding, 20px);
    background-color: var(--jmm-dropdown-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon {
    color: var(--jmm-dropdown-item-icon-color, inherit);
    font-size: var(--jmm-dropdown-top-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon svg {
    width: var(--jmm-dropdown-top-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__title {
    color: var(--jmm-dropdown-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__desc {
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__badge {
    color: var(--jmm-dropdown-item-badge-color, inherit);
    font-size: 80%
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__dropdown {
    color: var(--jmm-dropdown-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-dropdown-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-dropdown-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-dropdown-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-dropdown-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-dropdown-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: var(--jmm-dropdown-hover-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-dropdown-hover-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-dropdown-hover-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-dropdown-hover-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-dropdown-hover-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner {
    background-color: var(--jmm-dropdown-active-item-bg-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon {
    color: var(--jmm-dropdown-active-item-icon-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: var(--jmm-dropdown-active-item-title-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge {
    color: var(--jmm-dropdown-active-item-badge-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown {
    color: var(--jmm-dropdown-active-item-dropdown-color, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-mega-container {
    visibility: hidden;
    pointer-events: none;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    height: 0;
    -webkit-transition: height .3s cubic-bezier(.23, .48, .51, .96);
    transition: height .3s cubic-bezier(.23, .48, .51, .96);
    overflow: hidden
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover>.jet-mega-menu-item__inner {
    background-color: #e6e6e6
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu {
    visibility: visible;
    pointer-events: auto;
    height: auto
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu {
    top: 100%;
    pointer-events: auto;
    height: auto
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container {
    visibility: visible;
    pointer-events: auto;
    height: auto
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu {
    margin-left: var(--jmm-dropdown-submenu-hor-margin, 0)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu__list {
    padding-top: var(--jmm-dropdown-submenu-ver-padding, 0);
    padding-left: var(--jmm-dropdown-submenu-hor-padding, 0);
    padding-bottom: var(--jmm-dropdown-submenu-ver-padding, 0);
    padding-right: var(--jmm-dropdown-submenu-hor-padding, 0)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__inner {
    padding-top: var(--jmm-dropdown-sub-items-ver-padding, 10px);
    padding-left: var(--jmm-dropdown-sub-items-hor-padding, 20px);
    padding-bottom: var(--jmm-dropdown-sub-items-ver-padding, 10px);
    padding-right: var(--jmm-dropdown-sub-items-hor-padding, 20px)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon {
    font-size: var(--jmm-dropdown-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg {
    width: var(--jmm-dropdown-sub-items-icon-size, inherit)
}

.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-mega-container__inner {
    padding-top: var(--jmm-dropdown-mega-container-ver-padding, 10px);
    padding-left: var(--jmm-dropdown-mega-container-hor-padding, 20px);
    padding-bottom: var(--jmm-dropdown-mega-container-ver-padding, 10px);
    padding-right: var(--jmm-dropdown-mega-container-hor-padding, 20px)
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg path {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg path {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg path {
    fill: currentColor
}

.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container {
    opacity: 1;
    visibility: visible
}

.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner,
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
    pointer-events: auto
}

.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear;
    transition: opacity .3s cubic-bezier(.48, .01, .5, .99), visibility .1s linear
}

.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.jet-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-mobile-menu__instance {
    position: relative
}

.jet-mobile-menu__instance--slide-out-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 100%;
    z-index: 998
}

body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
    top: 32px;
    height: calc(100vh - 32px)
}

body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
    top: 32px;
    height: calc(100vh - 32px)
}

body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
    top: 46px;
    height: calc(100vh - 46px)
}

.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container .jet-mobile-menu__container-inner {
    width: 100%
}

.jet-mobile-menu__instance--slide-out-layout.right-container-position .jet-mobile-menu__container {
    right: 0
}

.jet-mobile-menu__instance--slide-out-layout.left-container-position .jet-mobile-menu__container {
    left: 0
}

.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,
.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    top: 20px
}

body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,
body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    top: 52px
}

body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,
body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    top: 35px
}

body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,
body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    top: 66px
}

.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle {
    position: fixed;
    right: 20px;
    z-index: 997
}

.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    position: fixed;
    left: 20px;
    z-index: 997
}

.jet-mobile-menu__instance--dropdown-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container {
    position: absolute;
    top: 100%;
    z-index: 998
}

.jet-mobile-menu__instance--dropdown-layout.right-container-position {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-mobile-menu__instance--dropdown-layout.left-container-position {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-mobile-menu__instance--push-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-mobile-menu__instance--push-layout .jet-mobile-menu__container {
    position: relative
}

.jet-mobile-menu__instance--push-layout.right-container-position {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-mobile-menu__instance--push-layout.left-container-position {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg,
.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg,
.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg,
.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg {
    fill: currentColor
}

.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg path,
.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg path,
.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg path,
.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg path {
    fill: currentColor
}

.jet-mobile-menu__toggle {
    min-width: 35px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer
}

.jet-mobile-menu__toggle-text {
    color: #3a3a3a
}

.jet-mobile-menu__toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mobile-menu__toggle-icon+.jet-mobile-menu__toggle-text {
    margin-left: 10px
}

.jet-mobile-menu__toggle-icon svg {
    width: 16px;
    height: auto
}

.jet-mobile-menu__container {
    width: 400px
}

.jet-mobile-menu__container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.jet-mobile-menu__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px
}

.jet-mobile-menu__back {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a
}

.jet-mobile-menu__back svg {
    width: 16px;
    height: auto
}

.jet-mobile-menu__back svg:not([height]) {
    min-height: 16px
}

.jet-mobile-menu__back svg:not([width]) {
    min-width: 16px
}

.jet-mobile-menu__back span {
    margin-left: 7px
}

.jet-mobile-menu__breadcrumbs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mobile-menu__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mobile-menu__breadcrumb .breadcrumb-label {
    color: #3a3a3a
}

.jet-mobile-menu__breadcrumb .breadcrumb-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    color: #3a3a3a
}

.jet-mobile-menu__breadcrumb .breadcrumb-divider svg {
    fill: currentColor;
    height: auto
}

.jet-mobile-menu__list {
    width: 100%;
    position: relative
}

.jet-mobile-menu__template {
    width: 100%;
    position: relative
}

.jet-mobile-menu__template-loader {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mobile-menu__template-loader+.jet-mobile-menu__toggle-text {
    margin-left: 10px
}

.jet-mobile-menu__items {
    margin: 0;
    padding: 0
}

.jet-mobile-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 10px 0
}

.jet-mobile-menu-single .jet-mobile-menu__item:last-child {
    border-bottom: none !important
}

.jet-mobile-menu-widget .jet-mobile-menu__item:last-child {
    border-bottom: none !important
}

.jet-mobile-menu__item>.jet-mobile-menu__list {
    padding: 10px 0 10px 30px
}

.jet-mobile-menu__item .jet-menu-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-mobile-menu__item-inner {
    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
}

.jet-mobile-menu .jet-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px;
    min-width: 1em;
    color: #3a3a3a
}

.label-hidden .jet-mobile-menu .jet-menu-icon {
    margin-right: 0;
    margin-left: 0
}

.jet-mobile-menu .jet-menu-icon svg {
    width: 16px;
    height: auto
}

.jet-mobile-menu .jet-menu-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-mobile-menu .jet-menu-desc {
    font-size: 10px;
    font-style: italic
}

.jet-mobile-menu .jet-menu-badge {
    width: auto;
    -webkit-transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));
    -ms-transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));
    transform: translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));
    line-height: 1
}

.jet-mobile-menu .jet-menu-badge__inner {
    font-size: 10px;
    line-height: 1;
    padding: 3px
}

.jet-mobile-menu .jet-menu-badge__inner svg {
    height: auto
}

.jet-mobile-menu .jet-dropdown-arrow {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a
}

.jet-mobile-menu .jet-dropdown-arrow svg {
    width: 16px;
    height: auto
}

.jet-mobile-menu__refs {
    display: none
}

.jet-mega-menu-location {
    overflow-x: hidden
}

.jet-menu-body-blocker {
    overflow: hidden
}

.jet-mobile-menu-cover {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997
}

.cover-animation-enter {
    opacity: 0
}

.cover-animation-enter-to {
    opacity: 1
}

.cover-animation-enter-active {
    -webkit-transition: opacity .3s cubic-bezier(.5, .12, .46, .88) .1s;
    transition: opacity .3s cubic-bezier(.5, .12, .46, .88) .1s
}

.cover-animation-leave {
    opacity: 1
}

.cover-animation-leave-to {
    opacity: 0
}

.cover-animation-leave-active {
    -webkit-transition: opacity .3s cubic-bezier(.5, .12, .46, .88) .1s;
    transition: opacity .3s cubic-bezier(.5, .12, .46, .88) .1s
}

.menu-container-right-animation-enter {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.menu-container-right-animation-enter-to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-container-right-animation-enter-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-right-animation-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-container-right-animation-leave-to {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%)
}

.menu-container-right-animation-leave-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-left-animation-enter {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.menu-container-left-animation-enter-to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-container-left-animation-enter-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-left-animation-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-container-left-animation-leave-to {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%)
}

.menu-container-left-animation-leave-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-dropdown-animation-enter {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.menu-container-dropdown-animation-enter-to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-container-dropdown-animation-enter-active {
    -webkit-transition: all .25s cubic-bezier(.5, .12, .46, .88);
    transition: all .25s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-dropdown-animation-leave {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-container-dropdown-animation-leave-to {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.menu-container-dropdown-animation-leave-active {
    -webkit-transition: all .25s cubic-bezier(.5, .12, .46, .88);
    transition: all .25s cubic-bezier(.5, .12, .46, .88)
}

.menu-container-expand-animation-enter-active,
.menu-container-expand-animation-leave-active {
    max-height: 100vh;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.menu-container-expand-animation-enter,
.menu-container-expand-animation-leave-to {
    max-height: 0
}

.items-next-animation-enter {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%)
}

.items-next-animation-enter-to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.items-next-animation-enter-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.items-next-animation-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.items-next-animation-leave-to {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%)
}

.items-next-animation-leave-active {
    position: absolute;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.items-prev-animation-enter {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%)
}

.items-prev-animation-enter-to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.items-prev-animation-enter-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

.items-prev-animation-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.items-prev-animation-leave-to {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%)
}

.items-prev-animation-leave-active {
    position: absolute;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: -webkit-transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88);
    transition: transform .3s cubic-bezier(.5, .12, .46, .88), -webkit-transform .3s cubic-bezier(.5, .12, .46, .88)
}

/*! elementor - v3.31.0 - 11-08-2025 */
:root {
    --direction-multiplier: 1
}

body.rtl,
html[dir=rtl] {
    --direction-multiplier: -1
}

.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

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

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

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

.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 {
    background-color: transparent;
    margin: 0
}

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

.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 {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

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

.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 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

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

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

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.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;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

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

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

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

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    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-duration: 10s;
    transition-property: transform;
    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-right {
        text-align: right
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-center .elementor-button,
    .elementor-widescreen-align-left .elementor-button,
    .elementor-widescreen-align-right .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-right {
        text-align: right
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-center .elementor-button,
    .elementor-laptop-align-left .elementor-button,
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }

    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-center .elementor-button,
    .elementor-tablet_extra-align-left .elementor-button,
    .elementor-tablet_extra-align-right .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-right {
        text-align: right
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-center .elementor-button,
    .elementor-tablet-align-left .elementor-button,
    .elementor-tablet-align-right .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-right {
        text-align: right
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-center .elementor-button,
    .elementor-mobile_extra-align-left .elementor-button,
    .elementor-mobile_extra-align-right .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-right {
        text-align: right
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-center .elementor-button,
    .elementor-mobile-align-left .elementor-button,
    .elementor-mobile-align-right .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-left: auto;
    margin-right: 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-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.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: var(--kit-widget-spacing, 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 {
    display: flex;
    min-height: 1px;
    position: relative
}

.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(10),
    .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) {
        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(10),
    .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) {
        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%
    }
}

.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;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --row-gap: var(--widgets-spacing-row, 20px);
    --column-gap: var(--widgets-spacing-column, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap;
    margin-block-end: var(--margin-block-end);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-end: var(--padding-inline-end);
    padding-inline-start: var(--padding-inline-start)
}

.e-con:where(:not(.e-div-block-base)) {
    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 {
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.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 {
    padding-block-end: var(--padding-block-end);
    padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.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 {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: 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 {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-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-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
        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%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }

    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.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 {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.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;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    inset-block-start: 50%;
    inset-inline-end: 10px;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transform: translateY(-50%)
}

.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-inline-end: 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 {
    color: red;
    content: "*";
    padding-inline-start: .2em
}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.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 {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: 5px;
    vertical-align: middle
}

.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 {
    border: none;
    padding-block-end: 0;
    padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    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:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    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;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon {
    align-items: center;
    display: flex
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.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-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    padding: .5em;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.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)
}

.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
    }
}

@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 - v3.31.0 - 11-08-2025 */
.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-pro - v3.31.0 - 10-08-2025 */
.elementor-search-form {
    display: block;
    transition: .2s
}

.elementor-search-form .e-font-icon-svg-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    min-width: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
    color: inherit;
    outline: 0
}

.elementor-search-form button {
    background-color: #69727d;
    border-radius: 0;
    color: #fff;
    font-size: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form__container {
    border: 0 solid transparent;
    display: flex;
    min-height: 50px;
    overflow: hidden;
    transition: .2s
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #f1f2f3
}

.elementor-search-form__input {
    color: #3f444b;
    flex-basis: 100%;
    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 {
    font-size: var(--e-search-form-submit-icon-size, 16px);
    transition: color .2s, background .2s
}

.elementor-search-form__submit svg {
    fill: var(--e-search-form-submit-text-color, #fff);
    height: var(--e-search-form-submit-icon-size, 16px);
    width: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    border: none;
    border-radius: 0;
    color: var(--e-search-form-submit-text-color, #fff)
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    align-items: center;
    color: #3f444b;
    display: flex;
    justify-content: flex-end;
    opacity: .6;
    fill: #3f444b;
    font-size: var(--e-search-form-icon-size-minimal, 15px)
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
    height: var(--e-search-form-icon-size-minimal, 15px);
    width: var(--e-search-form-icon-size-minimal, 15px)
}

.elementor-search-form--skin-minimal:focus-within {
    outline-style: solid;
    outline-width: 2px
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    border: solid #fff;
    border-width: 0 0 1px;
    color: #fff;
    font-size: 50px;
    line-height: 1.5;
    text-align: center
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    color: var(--e-search-form-toggle-color, #33373d);
    cursor: pointer;
    display: inline-block;
    font-size: var(--e-search-form-toggle-size, 33px);
    vertical-align: middle
}

.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 {
    background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05));
    border-color: var(--e-search-form-toggle-color, #33373d);
    border-radius: var(--e-search-form-toggle-border-radius, 3px);
    border-style: solid;
    border-width: var(--e-search-form-toggle-border-width, 0);
    display: block;
    height: var(--e-search-form-toggle-size, 33px);
    position: relative;
    transition: .2s;
    width: var(--e-search-form-toggle-size, 33px)
}

.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 .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    left: 50%;
    position: absolute;
    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);
    height: var(--e-search-form-toggle-icon-size, .55em);
    width: var(--e-search-form-toggle-icon-size, .55em)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    height: 100vh;
    left: 0;
    padding: 0 15%;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 9998
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    opacity: 0;
    overflow: hidden;
    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
}

/*!
 * 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-threads:before {
    content: "\e9cb"
}

.fa-threads-square:before {
    content: "\e9cc"
}

.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-x-twitter:before {
    content: "\e9ca"
}

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

.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-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(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
@charset "UTF-8";

.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 {
    background-color: #3f444b;
    height: 3px;
    left: 0;
    width: 100%;
    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;
    left: 50%;
    width: 0
}

.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 {
    left: -20px;
    width: 10px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    bottom: 0;
    content: ""
}

.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 {
    inset-inline-start: 100%;
    width: 10px
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: transparent;
    border: 3px solid #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.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 {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-block-end-width: 3px;
    border-block-start-width: 0;
    border-inline-end-width: 0;
    border-inline-start-width: 3px;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
    border-block-end-width: 0;
    border-block-start-width: 3px;
    border-inline-end-width: 3px;
    border-inline-start-width: 0;
    content: "";
    inset-block-end: 0;
    inset-block-start: auto;
    inset-inline-end: 0;
    inset-inline-start: auto;
    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 {
    height: 100%;
    width: 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 {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-block-end-width: 0;
    border-block-start-width: 3px;
    border-inline-end-width: 0;
    border-inline-start-width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
    border-block-end-width: 3px;
    border-block-start-width: 0;
    border-inline-end-width: 3px;
    border-inline-start-width: 0;
    content: "";
    inset-block-end: 0;
    inset-block-start: auto;
    inset-inline-end: 0;
    inset-inline-start: auto
}

.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 {
    height: 100%;
    transition: opacity 2ms, width .4s, height .4s;
    width: 100%
}

.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 {
    background: #3f444b;
    inset: 0;
    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 {
    opacity: 1;
    transform: scale(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 {
    left: 50%;
    right: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    background: #3f444b;
    inset: 0;
    z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    bottom: 100%;
    top: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    bottom: 0;
    top: 100%
}

.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 {
    left: 100%;
    right: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    left: 0;
    right: 100%
}

.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 {
    border-style: solid;
    border-width: 0;
    padding: 0;
    position: absolute;
    width: 12em
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    background: #fff;
    display: none;
    height: 20px;
    overflow: hidden;
    position: absolute;
    visibility: hidden
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
    height: 0;
    inset-block-start: -2px;
    inset-inline-start: 50%;
    margin-inline-start: -8px;
    overflow: hidden;
    position: absolute;
    width: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    border-color: #33373d transparent transparent;
    border-style: solid dashed dashed;
    top: 6px
}

.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(calc(-90deg * var(--direction-multiplier, 1)))
}

.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 {
    flex-grow: 1;
    white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
    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 {
    inset-inline-start: 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 {
    align-self: center;
    border-color: var(--e-nav-menu-divider-color, #000);
    border-left-style: var(--e-nav-menu-divider-style, solid);
    border-left-width: var(--e-nav-menu-divider-width, 2px);
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%)
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    justify-content: flex-end;
    margin-left: auto
}

.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 {
    justify-content: flex-start;
    margin-right: auto
}

.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 {
    justify-content: flex-start;
    margin-inline-end: auto
}

.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 {
    justify-content: flex-end;
    margin-inline-start: auto
}

.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 {
    justify-content: center;
    margin-inline-end: auto;
    margin-inline-start: auto
}

.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,
.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
    display: flex;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    clear: both;
    content: " ";
    display: block;
    font: 0/0 serif;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
    display: block;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    -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 {
    align-items: center;
    display: flex
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
    line-height: 20px;
    padding: 10px 20px
}

.elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu a.disabled {
    color: #88909b;
    cursor: not-allowed
}

.elementor-nav-menu .e-plus-icon:before {
    content: "+"
}

.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0
}

.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 {
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border: 0 solid;
    border-radius: 3px;
    color: #33373d;
    cursor: pointer;
    display: flex;
    font-size: var(--nav-menu-icon-size, 22px);
    justify-content: center;
    padding: .25em
}

.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 {
    height: auto;
    width: 1em;
    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;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s
}

.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 {
    border-inline-start: 8px solid transparent;
    text-shadow: none
}

.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 {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0)
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: hide-scroll .3s backwards;
    max-height: var(--menu-height);
    transform: scaleY(1)
}

.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
    }
}

@keyframes hide-scroll {

    0%,
    to {
        overflow: hidden
    }
}

/*! elementor - v3.31.0 - 11-08-2025 */
.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 {
    display: inline-block;
    vertical-align: middle
}

/*! elementor - v3.31.0 - 11-08-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    border-width: 0;
    border-inline-start-width: 1px;
    border-style: solid;
    height: 100%;
    inset-inline-end: -8px;
    inset-inline-start: auto;
    position: relative;
    width: auto
}

.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 {
    inset-block-end: 0;
    position: absolute;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    inset-block-start: var(--icon-vertical-offset, initial);
    position: relative
}

.elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    font-size: var(--e-icon-list-icon-size);
    width: 1.25em
}

.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 {
    inset-inline-start: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    inset-inline-end: 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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 0
    }

    .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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 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 {
        inset-inline-start: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        inset-inline-end: 0
    }
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

/*! elementor - v3.31.0 - 11-08-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.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);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.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 {
    color: #fff;
    opacity: .9
}

.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-threads {
    background-color: #000
}

.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-x-twitter {
    background-color: #000
}

.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
}

.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 {
    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));
    width: auto
}

.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 {
        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));
        width: auto
    }

    .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 {
        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));
        width: auto
    }

    .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
    }
}

/*! elementor - v3.31.0 - 11-08-2025 */
.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 {
    flex-shrink: 0;
    margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    direction: ltr;
    display: flex;
    margin: 0
}

.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 {
    border-block-end: 0;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    content: "";
    display: block;
    flex-grow: 1
}

.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 {
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url);
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    min-height: var(--divider-pattern-height);
    width: 100%
}

.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-pro - v3.31.0 - 10-08-2025 */
.elementor-widget-breadcrumbs {
    font-size: .85em
}

.elementor-widget-breadcrumbs p {
    margin-bottom: 0
}

/*! elementor - v3.31.0 - 11-08-2025 */
.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:not(:has(>.elementor-widget-container))>.elementor-spacer,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer:not(:has(>.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 {
    min-height: 22px;
    min-width: 22px;
    position: relative
}

.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 {
    height: 22px;
    inset: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    width: 22px
}

@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
}

[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.dialog-type-lightbox {
    background-color: transparent;
    display: flex;
    pointer-events: none;
    -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;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto
}

.elementor-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px
}

.elementor-popup-modal .elementor {
    width: 100%
}

/*! elementor-icons - v5.43.0 - 30-05-2025 */
@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.eot?5.43.0);
    src: url(../fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"), url(../fonts/eicons.woff2?5.43.0) format("woff2"), url(../fonts/eicons.woff?5.43.0) format("woff"), url(../fonts/eicons.ttf?5.43.0) format("truetype"), url(../fonts/eicons.svg?5.43.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@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-hotspot:before {
    content: "\e837"
}

.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: "\e9dd"
}

.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-hotspot:before {
    content: "\e988"
}

.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-div-block:before {
    content: "\eb9b"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-light-mode:before {
    content: "\e9c4"
}

.eicon-dark-mode:before {
    content: "\e9c5"
}

.eicon-upgrade-crown:before {
    content: "\e9c6"
}

.eicon-off-canvas:before {
    content: "\e9c7"
}

.eicon-speakerphone:before {
    content: "\e9c9"
}

.eicon-ehp-cta:before {
    content: "\e9cb"
}

.eicon-ehp-forms:before {
    content: "\e9bc"
}

.eicon-ehp-hero:before {
    content: "\e9ca"
}

.eicon-ehp-zigzag:before {
    content: "\e9cc"
}

.eicon-e-button:before {
    content: "\e9ce"
}

.eicon-flexbox:before {
    content: "\e9d0"
}

.eicon-paragraph:before {
    content: "\e9d1"
}

.eicon-icon:before {
    content: "\e9d2"
}

.eicon-e-image:before {
    content: "\e9d3"
}

.eicon-video:before {
    content: "\e9d4"
}

.eicon-svg:before {
    content: "\e9d5"
}

.eicon-e-divider:before {
    content: "\e9d6"
}

.eicon-e-heading:before {
    content: "\e9d7"
}

.eicon-atomic:before {
    content: "\ebae"
}

.eicon-library-delete:before {
    content: "\e9d8"
}

.eicon-library-copy:before {
    content: "\e9d9"
}

.eicon-library-folder-empty:before {
    content: "\e9da"
}

.eicon-library-move:before {
    content: "\e9db"
}

.eicon-library-edit:before {
    content: "\e9dc"
}

.eicon-library-subscription-upgrade:before {
    content: "\e9de"
}

.eicon-library-folder-view:before {
    content: "\e9df"
}

.eicon-library-grid:before {
    content: "\e9e1"
}

.eicon-library-cloud-connect:before {
    content: "\e9e2"
}

.eicon-library-import:before {
    content: "\e9e3"
}

.eicon-library-list:before {
    content: "\e9e4"
}

.eicon-library-cloud-empty:before {
    content: "\e9e5"
}

.eicon-folder-plus:before {
    content: "\e8aa"
}

.eicon-library-folder:before {
    content: "\e9e6"
}

.eicon-accessibility:before {
    content: "\e9bf"
}

.eicon-lock-outline:before {
    content: "\e9e7"
}

.eicon-e-youtube:before {
    content: "\e9e8"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

.elementor-widget-mec-title,
.elementor-widget-mec-label,
.elementor-widget-mec-organizer,
.elementor-widget-mec-location-name,
.elementor-widget-mec-thumbnail,
.elementor-widget-mec-address,
.elementor-widget-mec-read-more,
.elementor-widget-mec-social {
    margin-bottom: 0 !important
}

.mec-shortcode-designer .mec-event-content,
.mec-shortcode-designer .mec-location-name,
.mec-shortcode-designer .mec-event-readmore,
.mec-shortcode-designer .mec-event-share {
    margin-bottom: 20px
}

.mec-wrap .mec-shortcode-designer p {
    color: inherit
}

.mec-shortcode-designer .mec-event-sharing-wrap {
    padding-left: 0;
    left: auto;
    position: relative;
    display: inline-block
}

.mec-shortcode-designer .mec-event-sharing-wrap .mec-event-share {
    margin-bottom: 0;
    line-height: 1
}

.mec-shortcode-designer .mec-event-share i,
.mec-shortcode-designer .mec-event-sharing i {
    font-size: 14px
}

.mec-shortcode-designer .mec-event-sharing-wrap,
.mec-shortcode-designer .mec-event-sharing-wrap li i,
.mec-shortcode-designer .mec-event-sharing-wrap li {
    width: auto;
    height: auto;
    text-align: center
}

.mec-shortcode-designer .mec-event-sharing-wrap li ul li i {
    display: block;
    text-align: center;
    margin: 10px
}

.mec-shortcode-designer .mec-event-sharing-wrap>li.mec-event-share {
    padding: 12px;
    margin-bottom: 0
}

.mec-shortcode-designer .mec-event-countdown {
    display: block
}

.mec-shortcode-designer .mec-event-countdown .block-w {
    display: inline-block;
    text-align: center;
    padding: 0 7px
}

.mec-shortcode-designer .mec-event-data-fields {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAD90lEQVRoge2ZzWscZRjAf8/OJpUkQrF6SJMcNB+zobVdk8WCWEwqBEou0kMKtkgPHoRUD54VFMQ/wJBYhJ6MoGvFg3rQQ7dQFJVN09RANl9UkrgRbVrFuDZpZh4PSWqYmd2Z2a8Ize+0+7zPO/N7dt7l/RjYY48HGynHRZKqRltm7mmBXo1It9jEEBqBhq2UVYSswrTYmraVVFdn248iYpd675IK+GluruXehg4KchZoCtl9SVRHJcrw0fb2pWIdiirg2uzsY2LLOyjngNpib77FOujFdd1481hn50rYzqELGJ+afxGxh0AeCdvXhxURBuNm2ydhOgUuIJ1O1xgN+0eAl0OrhUDgwp3lxVd7e3s3Aub7k05n64yG3CXgZEl2QVG+sv6uG0gkDub8UiN+CZu/fBXlAYR+oz6XTKVSUb9U3wK2hk315LcR+vc3Nr/nn1aA8cz8GdDR8lmFR9DT8Vh7Mn97Hn6YmjpQKzUZ4NGKmAVnxRIrljDNW16NeYdQbaTmXXZfHuCAYUffytfo+QQmZmebbUvmKX2SKhdrIlZr3DR/cTZ4PgHL4jz/H3mAfUp00KvBVYCqRgQ5U3mnkKi+lFQ1nGFXAeOZuWNAc1WkwtHUMXOz2xl0FSDQWx2f8NjoCWfM4z8giWrIFIMorifgnqojdKDeF7Asi69TVxm7MYkIdB85TF/PcQzDqGjeNoqa/gWoNuab3765cpUr331//3vq283PJ5/vqWjeNgKNzpjXEGpwxzZJT0zuSmwHDzsDvou5nYjHg4l4xMqdVwiPAnQ1X3L3kcOuWNfRJyuet4O/nAH3f0BkGcVzu9jXcxyAsRuT9wX6nnu24nnbKCy7dJ2Ba9Nzn4lyKu9VdhX59KlY68DOiHsis3WsekLhEHC5uQqwlcvV0QmPitvNNYRUNTI+Pf+zQEt1tAKzEDdbH3ee5rmHkIgdUf2oel4BEUa9jiI95wGJMgysV1wqOGuCNeLV4FnA5lmlXqysU3BE+MBrNwaF9sTWQ28Av1fMKjgra/a9t/M15i3g0KGW2yq8Vhmn4Cj6SqFD34JroS6z7WOBC+XXCoYIQ12x9kuFcnwXczNm63mUz8unFRDRL+9kF1/3TQtyrXQ6W2fU55II/aWb+aPIF3fra08/09Lyj19uoOV0InEw98eviy+Avl+6XmFEGPpzeeFUEHko4gXH9czsgCLDlP/U7jdFB/3GvJNQGxqAeKw9WWvtM1EZBtbC9ncicFeEIWO9JhZWfqt/8Vyfnm5SooOqeraItdMC8KGyMdIVi2WLdSjLa1ZVjUzM3EzY6AlRuhU1BW36b3+tqyBLIDMCaRUuxzueGCvHa9Y99njQ+RcbkGTacAW/agAAAABJRU5ErkJggg==');
    background-position: center center;
    background-size: cover
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip {
    position: absolute;
    width: 340px;
    bottom: 24px;
    left: calc(50% - 170px);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #535a6121;
    box-shadow: 0 4px 45px -8px #444b5061;
    visibility: hidden;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease, visibility .25s ease;
    transform: scale(.9);
    z-index: 99
}

.mec-shortcode-designer .mec-event-data-fields:hover .mec-data-fields-tooltip {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 12px);
    top: 100%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #fff;
    box-shadow: 0 8px 9px -4px #535a61;
    z-index: 0
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box {
    overflow: hidden;
    border-radius: 11px;
    padding: 12px 0
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 9px 15px;
    text-align: left
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-track {
    background-color: #fafafa
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fafafa
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-thumb {
    background-color: #40d9f1;
    border-radius: 4px
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item {
    display: block;
    width: 100%;
    text-transform: none;
    margin: 0 0 8px;
    color: #616263;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e1e2e3
}

.mec-shortcode-designer .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item:last-child {
    border-bottom: none
}

.mec-shortcode-designer .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a {
    color: #40d9f1;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400
}

.mec-shortcode-designer .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a:hover {
    color: #000
}

.mec-shortcode-designer .mec-modal-booking-button {
    height: auto;
    line-height: unset;
    font-size: unset
}

.mec-owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.mec-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.mec-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mec-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.mec-owl-carousel .owl-wrapper,
.mec-owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.mec-owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.mec-owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.mec-owl-carousel .owl-nav.disabled,
.mec-owl-carousel .owl-dots.disabled {
    display: none;
}

.mec-owl-carousel .owl-nav .owl-prev,
.mec-owl-carousel .owl-nav .owl-next,
.mec-owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mec-owl-carousel.owl-loaded {
    display: block;
}

.mec-owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.mec-owl-carousel.owl-hidden {
    opacity: 0;
}

.mec-owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.mec-owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mec-owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.mec-owl-carousel.owl-rtl {
    direction: rtl;
}

.mec-owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .mec-owl-carousel {
    display: block;
}

.mec-owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.mec-owl-carousel .owl-animated-in {
    z-index: 0;
}

.mec-owl-carousel .owl-animated-out {
    z-index: 1;
}

.mec-owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.mec-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.mec-owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.mec-owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.mec-owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.mec-owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.mec-owl-carousel .owl-video-playing .owl-video-tn,
.mec-owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.mec-owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.mec-owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.mec-owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.mec-owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.mec-owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.mec-owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.mec-owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.mec-owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.mec-owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: transparent;
    width: 10px;
    height: auto;
    margin: 0 6px
}

.mec-owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.mec-owl-theme .owl-dots .owl-dot.active span,
.mec-owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

[class*=uael-ins] .uael-ins-target {
    position: relative
}

[class*=uael-ins] .uael-ins-target::before {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-normal .uael-ins-target {
    -webkit-filter: unset;
    filter: unset
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before {
    background: unset;
    mix-blend-mode: unset
}

.uael-ins-a-1977 .uael-ins-target,
.uael-ins-hover-a-1977 .uael-ins-hover:hover .uael-ins-target {
    -webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
    filter: sepia(.5) hue-rotate(-30deg) saturate(1.4)
}

.uael-ins-aden .uael-ins-target,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target {
    -webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
    filter: sepia(.2) brightness(1.15) saturate(1.4)
}

.uael-ins-aden .uael-ins-target::before,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target::before {
    background: rgba(125, 105, 24, .1);
    content: "";
    mix-blend-mode: multiply
}

.uael-ins-earlybird .uael-ins-target,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target {
    -webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
    filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)
}

.uael-ins-earlybird .uael-ins-target::before,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target::before {
    background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
    background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
    content: "";
    mix-blend-mode: multiply
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hudson .uael-ins-target {
    -webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
    filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-hudson .uael-ins-target::before {
    background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
    background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
    content: "";
    mix-blend-mode: multiply
}

.uael-ins-hover-inkwell .uael-ins-hover:hover .uael-ins-target,
.uael-ins-inkwell .uael-ins-target {
    -webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
    filter: brightness(1.25) contrast(.85) grayscale(1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target,
.uael-ins-perpetua .uael-ins-target {
    -webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
    filter: contrast(1.1) brightness(1.25) saturate(1.1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-perpetua .uael-ins-target::before {
    background: linear-gradient(to bottom, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
    background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
    content: "";
    mix-blend-mode: multiply
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target,
.uael-ins-poprocket .uael-ins-target {
    -webkit-filter: sepia(.15) brightness(1.2);
    filter: sepia(.15) brightness(1.2)
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-poprocket .uael-ins-target::before {
    background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
    background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
    content: "";
    mix-blend-mode: screen
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target,
.uael-ins-sutro .uael-ins-target {
    -webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
    filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-sutro .uael-ins-target::before {
    background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
    background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
    content: "";
    mix-blend-mode: darken
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target,
.uael-ins-toaster .uael-ins-target {
    -webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
    filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-toaster .uael-ins-target::before {
    background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
    background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
    content: "";
    mix-blend-mode: screen
}

.uael-ins-hover-willow .uael-ins-hover:hover .uael-ins-target,
.uael-ins-willow .uael-ins-target {
    -webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
    filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2)
}

.slick-initialized .slick-slide,
.slick-list,
.slick-slide img,
.slick-slider,
.slick-track,
.slick-vertical .slick-slide {
    display: block
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative
}

.slick-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    border: 6px solid hsla(0, 0%, 39%, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}

.uael-separator {
    display: inline-block
}

.uael-separator-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-separator-parent {
    line-height: 0
}

.uael-divider-text {
    white-space: nowrap;
    margin: 0
}

.uael-divider-text.pen:not([data-elementor-inline-editing-toolbar=advanced]) {
    white-space: nowrap
}

.uael-heading-align-center .uael-separator-wrap {
    margin-left: auto;
    margin-right: auto
}

.uael-heading-align-left .uael-separator-wrap {
    margin-left: 0;
    margin-right: auto
}

.uael-heading-align-right .uael-separator-wrap {
    margin-left: auto;
    margin-right: 0
}

.uael-separator-line {
    display: table-cell;
    vertical-align: middle
}

.uael-separator-line>span {
    display: block;
    margin-top: 0
}

.uael-divider-content {
    display: table-cell
}

.uael-heading-fill-gradient .uael-heading-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.uael-divider-content .uael-icon-wrap .uael-icon i:not(.fad):before {
    position: static
}

.uael-heading .uael-heading-text>a {
    color: inherit;
    font-size: inherit
}

.uael-heading .uael-heading-text.uael-size--small {
    font-size: 15px
}

.uael-heading .uael-heading-text.uael-size--medium {
    font-size: 19px
}

.uael-heading .uael-heading-text.uael-size--large {
    font-size: 29px
}

.uael-heading .uael-heading-text.uael-size--xl {
    font-size: 39px
}

.uael-heading .uael-heading-text.uael-size--xxl {
    font-size: 59px
}

.uael-divider-content .uael-icon-wrap,
.uael-fancytext-stack-yes .uael-fancy-stack,
.uael-heading-wrapper .uael-heading .uael-heading-text,
.uael-stack-desktop-yes .uael-adv-heading-stack {
    display: block
}

.uael-heading-wrapper::before {
    content: attr(data-bg-text);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    line-height: 1;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-divider-content h1,
.uael-divider-content h2,
.uael-divider-content h3,
.uael-divider-content h4,
.uael-divider-content h5,
.uael-divider-content h6 {
    margin: 0
}

.uael-text-holder {
    display: none
}

.uael-fancytext-stack-yes .uael-text-holder {
    display: inherit;
    visibility: hidden;
    z-index: -1;
    text-indent: -999px
}

.uael-fancy-text-slide,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block:not(.uael-active-heading) {
    opacity: 0
}

.uael-fancy-text-slide .uael-fancy-text-prefix,
.uael-fancy-text-slide .uael-fancy-text-suffix {
    display: inline-block;
    vertical-align: middle
}

.uael-fancy-text-main.uael-slide-main {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.rtl .uael-fancy-text-clip .uael-fancy-text-main.uael-slide-main {
    position: relative
}

.rtl .uael-fancy-text-wrap.uael-fancy-text-clip:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
    position: -webkit-sticky;
    position: sticky
}

.uael-fancy-text-wrap.uael-fancy-text-slide {
    word-break: break-word
}

.uael-slide-block {
    display: block;
    vertical-align: middle
}

span.uael-slide_text {
    display: inline-block;
    white-space: nowrap
}

.uael-fancy-text-slide .uael-fancy-text-main.uael-slide-main {
    max-width: 100%
}

.uael-show-cursor-yes .uael-fancy-text-wrap .typed-cursor {
    opacity: 1;
    -webkit-animation: blink-cursor .7s infinite;
    animation: blink-cursor .7s infinite
}

@keyframes blink-cursor {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink-cursor {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
    display: inline-block;
    position: relative
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-prefix,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-suffix {
    display: inline-block;
    vertical-align: middle
}

.rtl .uael-fancy-text-slide .uael-fancy-text-prefix,
.rtl .uael-fancy-text-slide .uael-fancy-text-suffix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-prefix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-suffix {
    display: inline
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-main_ul,
.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-main_ul {
    -webkit-perspective: 300px;
    perspective: 300px
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: uael-rotate-in 1.2s;
    animation: uael-rotate-in 1.2s
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block.uael-inactive-heading {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: uael-rotate-out 1.2s;
    animation: uael-rotate-out 1.2s
}

@-webkit-keyframes uael-rotate-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@keyframes uael-rotate-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes uael-rotate-out {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes uael-rotate-out {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-main_ul {
    overflow: hidden;
    vertical-align: top
}

.uael-clip-cursor-yes .uael-fancy-text-clip .uael-slide-main_ul::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%
}

.uael-fancy-text-wrap.uael-fancy-text-clip span.uael-slide-block.uael-inactive-heading {
    opacity: 0
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-block.uael-active-heading {
    opacity: 1
}

.uael-fancy-text-wrap.uael-fancy-text-push .uael-slide-block.uael-active-heading {
    -webkit-animation: uael-push-in .6s;
    animation: uael-push-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-push span.uael-slide-block.uael-inactive-heading {
    -webkit-animation: uael-push-out .6s;
    animation: uael-push-out .6s
}

@-webkit-keyframes uael-push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uael-push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uael-push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes uael-push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-block.uael-active-heading {
    -webkit-animation: uael-drop-in .8s;
    animation: uael-drop-in .8s
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in span.uael-slide-block.uael-inactive-heading {
    -webkit-animation: uael-drop-out .8s;
    animation: uael-drop-out .8s
}

@-webkit-keyframes uael-drop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes uael-drop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes uael-drop-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

@keyframes uael-drop-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down .uael-slide-block.uael-active-heading {
    -webkit-animation: uael-slide-in .6s;
    animation: uael-slide-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down span.uael-slide-block.uael-inactive-heading {
    -webkit-animation: uael-slide-out .6s;
    animation: uael-slide-out .6s
}

@-webkit-keyframes uael-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uael-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uael-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes uael-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media only screen and (max-width:976px) {
    .uael-tablet-heading-align-center .uael-separator-wrap {
        margin-left: auto;
        margin-right: auto
    }

    .uael-tablet-heading-align-left .uael-separator-wrap {
        margin-left: 0;
        margin-right: auto
    }

    .uael-tablet-heading-align-right .uael-separator-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .uael-mobile-heading-align-center .uael-separator-wrap {
        margin-left: auto;
        margin-right: auto
    }

    .uael-mobile-heading-align-left .uael-separator-wrap {
        margin-left: 0;
        margin-right: auto
    }

    .uael-mobile-heading-align-right .uael-separator-wrap {
        margin-left: auto;
        margin-right: 0
    }

    .uael-heading-fill-gradient .uael-heading-text {
        display: block;
        position: relative
    }
}

.uael-dual-color-heading::before {
    content: attr(data-bg_text);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    line-height: 1;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-dual-heading-fill-yes .uael-first-text,
.uael-dual-heading-fill-yes .uael-third-text,
.uael-dual-heading-fill-yes.uael-dual-heading-text.uael-highlight-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.internet-explorer .uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay {
    bottom: 0
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.uael-before-after-slider .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-container.active:hover .twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.uael-before-after-slider .twentytwenty-down-arrow,
.uael-before-after-slider .twentytwenty-left-arrow,
.uael-before-after-slider .twentytwenty-right-arrow,
.uael-before-after-slider .twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    display: inline-block
}

.internet-explorer .uael-before-after-slider .twentytwenty-container {
    z-index: auto
}

.uael-before-after-slider .twentytwenty-container {
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    max-width: 100%
}

.uael-before-after-slider .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.uael-before-after-slider .twentytwenty-container,
.uael-before-after-slider .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-handle,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.uael-ba-valign-flex-start .twentytwenty-after-label,
.uael-ba-valign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.uael-ba-valign-flex-end .twentytwenty-after-label,
.uael-ba-valign-flex-end .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.uael-ba-halign-flex-start .twentytwenty-after-label,
.uael-ba-halign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.uael-ba-halign-flex-end .twentytwenty-after-label::before,
.uael-ba-halign-flex-end .twentytwenty-before-label::before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.uael-before-after-slider .twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    z-index: 25
}

.uael-before-after-slider .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.uael-before-after-slider .twentytwenty-before {
    z-index: 20
}

.uael-before-after-slider .twentytwenty-after {
    z-index: 10
}

.uael-before-after-slider .twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.rtl .uael-before-after-slider .uael-ba-container:not([data-orientation=vertical]) .twentytwenty-handle {
    left: unset
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
    margin-bottom: 10px
}

.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-before-label {
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-before-label {
    opacity: .3
}

.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-before-label {
    opacity: .3;
    -webkit-animation-name: fadelabel;
    animation-name: fadelabel;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.uael-ba-valign-flex-start .twentytwenty-after-label:before,
.uael-ba-valign-flex-start .twentytwenty-before-label:before {
    text-align: left
}

.uael-ba-valign-flex-end .twentytwenty-after-label:before,
.uael-ba-valign-flex-end .twentytwenty-before-label:before {
    text-align: right
}

.uael-ba-valign-center .twentytwenty-after-label:before,
.uael-ba-valign-center .twentytwenty-before-label:before {
    text-align: center
}

.uael-ba-container {
    overflow: hidden
}

.elementor-editor-active .uael-before-after-slider .twentytwenty-handle {
    pointer-events: none
}

@media only screen and (max-width:976px) {

    .uael-tablet-ba-valign-flex-start .twentytwenty-after-label,
    .uael-tablet-ba-valign-flex-start .twentytwenty-before-label {
        left: 10px
    }

    .uael-tablet-ba-valign-flex-start .twentytwenty-after-label:before,
    .uael-tablet-ba-valign-flex-start .twentytwenty-before-label:before {
        text-align: left
    }

    .uael-tablet-ba-valign-flex-end .twentytwenty-after-label:before,
    .uael-tablet-ba-valign-flex-end .twentytwenty-before-label:before {
        text-align: right
    }

    .uael-tablet-ba-valign-center .twentytwenty-after-label:before,
    .uael-tablet-ba-valign-center .twentytwenty-before-label:before {
        text-align: center
    }

    .uael-tablet-ba-valign-flex-end .twentytwenty-after-label,
    .uael-tablet-ba-valign-flex-end .twentytwenty-before-label {
        right: 10px
    }

    .uael-tablet-ba-halign-flex-start .twentytwenty-after-label,
    .uael-tablet-ba-halign-flex-start .twentytwenty-before-label {
        top: 10px
    }

    .uael-tablet-ba-halign-flex-end .twentytwenty-after-label::before,
    .uael-tablet-ba-halign-flex-end .twentytwenty-before-label::before {
        bottom: 10px
    }
}

@media only screen and (max-width:767px) {

    .uael-mobile-ba-valign-flex-start .twentytwenty-after-label,
    .uael-mobile-ba-valign-flex-start .twentytwenty-before-label {
        left: 10px
    }

    .uael-mobile-ba-valign-flex-start .twentytwenty-after-label:before,
    .uael-mobile-ba-valign-flex-start .twentytwenty-before-label:before {
        text-align: left
    }

    .uael-mobile-ba-valign-flex-end .twentytwenty-after-label:before,
    .uael-mobile-ba-valign-flex-end .twentytwenty-before-label:before {
        text-align: right
    }

    .uael-mobile-ba-valign-center .twentytwenty-after-label:before,
    .uael-mobile-ba-valign-center .twentytwenty-before-label:before {
        text-align: center
    }

    .uael-mobile-ba-valign-flex-end .twentytwenty-after-label,
    .uael-mobile-ba-valign-flex-end .twentytwenty-before-label {
        right: 10px
    }

    .uael-mobile-ba-halign-flex-start .twentytwenty-after-label,
    .uael-mobile-ba-halign-flex-start .twentytwenty-before-label {
        top: 10px
    }

    .uael-mobile-ba-halign-flex-end .twentytwenty-after-label::before,
    .uael-mobile-ba-halign-flex-end .twentytwenty-before-label::before {
        bottom: 10px
    }
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
    max-width: -webkit-calc(100% / 2 - 40px);
    max-width: calc(100% / 2 - 40px)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px)
}

@-webkit-keyframes fadelabel {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: .3
    }
}

@keyframes fadelabel {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: .3
    }
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-up-arrow {
    position: absolute
}

.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-right-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-up-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow {
    left: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow {
    right: 0
}

.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow {
    bottom: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
    top: 0
}

.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 0
}

.uael-ba-label-both .twentytwenty-after-label,
.uael-ba-label-both .twentytwenty-before-label,
.uael-ba-label-normal .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-before-label {
    opacity: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-date,
.uael-business-scheduler-box-wrapper .uael-days .heading-time {
    margin: 0;
    padding: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-time {
    text-align: right
}

.uael-business-scheduler-box-wrapper .top-border-divider .uael-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-business-scheduler-box-wrapper .uael-days {
    margin: 0;
    padding: 0
}

.uael-business-scheduler-box-wrapper {
    overflow: hidden
}

.uael-business-scheduler-box-wrapper .uael-days div {
    padding-top: 5px;
    padding-bottom: 5px
}

.uael-review-content-arrow-wrap {
    top: 100%;
    position: absolute;
    left: 20px
}

.uael-review-image-enable-yes .uael-review-content-arrow-wrap {
    left: 55px
}

.uael-review-arrow-border {
    border-width: 16px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #111;
    left: 0;
    top: 0;
    position: absolute
}

.uael-review-arrow {
    border-width: 17px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #ccc;
    left: -1px;
    top: 0;
    position: absolute
}

.uael-review-header,
.uael-review-image-all_left .uael-review,
.uael-reviews-widget-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-reviews-widget-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-review,
.uael-review-details,
.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 100%
}

.uael-reviewer-name {
    font-weight: 600;
    word-break: break-word;
    display: inline-block
}

.uael-review-icon-wrap i.fa.fa-yelp {
    color: #af0606;
    border-color: #af0606;
    font-size: 18px
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap i.fa-yelp,
.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap svg {
    margin-left: 5px
}

.uael-review-icon-wrap img {
    width: 20px;
    height: 20px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-details,
.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-icon-wrap,
.uael-review-image-left .uael-review-details {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-icon-wrap {
    position: absolute;
    right: 15px;
    bottom: 8px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-type-yelp .uael-review-icon-wrap {
    bottom: 10px
}

.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-content-wrap {
    margin-bottom: 8px
}

.uael-review-content {
    position: relative
}

.uael-review-image {
    height: 70px;
    width: 70px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.uael-reviews-align-center .uael-review {
    text-align: center
}

.uael-reviews-align-right .uael-review {
    text-align: right
}

.uael-reviews-align-center .elementor-star-rating__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-reviews-align-right .elementor-star-rating__wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-review-time {
    font-size: 14px;
    line-height: 1.6em
}

.uael-review-image-top .uael-review-header,
.uael-review-time {
    display: block
}

.uael-reviews-notice-message {
    display: block;
    margin-bottom: 15px
}

.uael-reviews-error-message {
    color: #be2626
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-header {
    margin-bottom: 7px
}

.uael-review-image-top .uael-review-image {
    display: inline-block
}

.uael-review-image {
    overflow: hidden
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-image,
.uael-review-image-all_left .uael-review-image,
.uael-review-image-left .uael-review-image {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-reviewer-name,
.uael-review-details .elementor-star-rating__wrapper,
.uael-review-details .uael-review-time {
    margin-bottom: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-time {
    margin-bottom: 5px
}

.uael-review-type-yelp .uael-review-image {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-reviews-layout-carousel .uael-review-wrap {
    padding-top: 10px
}

.uael-reviews-widget-wrapper {
    margin: 0 -10px;
    list-style: none outside;
    clear: both
}

.uael-review-wrap {
    padding-right: -webkit-calc(20px/2);
    padding-right: calc(20px/2);
    padding-left: -webkit-calc(20px/2);
    padding-left: calc(20px/2);
    margin-bottom: 20px
}

.uael-reviews-equal-height-yes .uael-review {
    height: 100%
}

.uael-reviews-read-more {
    display: block;
    font-size: 14px;
    margin-top: 10px
}

.uael-review .uael-star-full.uael-star-default {
    color: #e37400
}

.uael-review .uael-star-full.uael-star-custom {
    color: #ffab40
}

.uael-review .uael-star-default,
.uael-review .uael-star-empty.uael-star-custom,
.uael-review .uael-star-full.uael-star-custom {
    font-size: 15px;
    padding: 0 4px 0 0
}

.uael-review .uael-star-rating {
    color: #ccd6df;
    display: inline-block
}

.uael-star-rating svg {
    margin-top: 5px
}

.uael-business-reviews-footer {
    margin-top: 30px
}

.uael-yelp-rating-svg-1 .uael-yelp-rating-1 {
    fill: #FFD8A0
}

.uael-yelp-rating-svg-2 .uael-yelp-rating-1,
.uael-yelp-rating-svg-2 .uael-yelp-rating-2 {
    fill: #FEC011
}

.uael-yelp-rating-svg-3 .uael-yelp-rating-1,
.uael-yelp-rating-svg-3 .uael-yelp-rating-2,
.uael-yelp-rating-svg-3 .uael-yelp-rating-3 {
    fill: #FF9242
}

.uael-yelp-rating-svg-4 .uael-yelp-rating-1,
.uael-yelp-rating-svg-4 .uael-yelp-rating-2,
.uael-yelp-rating-svg-4 .uael-yelp-rating-3,
.uael-yelp-rating-svg-4 .uael-yelp-rating-4 {
    fill: #F15C4F
}

.uael-yelp-rating-svg-5 .uael-yelp-rating-1,
.uael-yelp-rating-svg-5 .uael-yelp-rating-2,
.uael-yelp-rating-svg-5 .uael-yelp-rating-3,
.uael-yelp-rating-svg-5 .uael-yelp-rating-4,
.uael-yelp-rating-svg-5 .uael-yelp-rating-5 {
    fill: #D32323
}

.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 50%
}

.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 33.33%
}

.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 25%
}

.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 20%
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
    clear: left
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
    clear: right
}

.uael-reviews-widget-wrapper .slick-next,
.uael-reviews-widget-wrapper .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 10
}

.uael-reviews-widget-wrapper .slick-next:before,
.uael-reviews-widget-wrapper .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper .slick-prev:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-next:before {
    content: '\f104'
}

.uael-reviews-widget-wrapper .slick-next:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-prev:before {
    content: '\f105'
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
    left: -25px
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
    right: -25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev {
    left: 25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next {
    right: 25px
}

.uael-reviews-widget-wrapper ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center
}

.uael-reviews-widget-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-reviews-widget-wrapper ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-reviews-widget-wrapper ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-reviews-widget-wrapper[data-equal-height=yes] .slick-slide .uael-review-inner-wrap {
    display: inline-block;
    height: 100%
}

@media (max-width:1024px) {
    .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 100%
    }

    .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 50%
    }

    .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 33.33%
    }

    .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 25%
    }

    .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 20%
    }

    .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
    .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
    .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
    .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
    .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
        clear: left
    }

    .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
    .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
    .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
    .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
    .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
        clear: right
    }
}

@media (max-width:767px) {
    .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 100%
    }

    .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 50%
    }

    .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 33.33%
    }

    .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 25%
    }

    .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
        width: 20%
    }

    .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
    .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
    .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
    .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
    .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
        clear: left
    }

    .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
    .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
    .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
    .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
    .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
        clear: right
    }

    .uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev,
    .uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
        left: 15px;
        z-index: 2
    }

    .uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next,
    .uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
        right: 15px;
        z-index: 2
    }
}

.uael-cf7-style span.wpcf7-list-item {
    margin: 0 1em 0 0
}

.uael-cf7-loader-active span.ajax-loader.is-active {
    display: inline-block
}

.uael-cf7-style select {
    -webkit-appearance: none
}

.uael-cf7-container .uael-cf7-style select[multiple=multiple] {
    padding: 0
}

.uael-cf7-style .uael-cf7-select-custom {
    display: block;
    position: relative
}

.uael-cf7-style .uael-cf7-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    position: absolute;
    font-size: .7em;
    line-height: 1;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: .5em;
    z-index: 5;
    pointer-events: none
}

.uael-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
    display: inline-block;
    right: 0;
    top: 100%;
    padding: .1em .8em;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-cf7-highlight-style-bottom_right span.uael-cf7-alert {
    display: block;
    text-align: right
}

.uael-cf7-btn-size-xs .uael-cf7-style input[type=submit] {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-cf7-input-size-xs .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xs .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xs .uael-cf7-style select {
    font-size: 13px;
    padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-style select[multiple=multiple] option {
    padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-select-custom {
    font-size: 13px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xs .uael-cf7-style input[type=radio]+span:before {
    height: 10px;
    width: 10px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(10px / 1.2);
    font-size: calc(10px / 1.2)
}

.uael-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
    font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-moz-range-thumb {
    font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-ms-thumb {
    font-size: 10px
}

.uael-cf7-btn-size-sm .uael-cf7-style input[type=submit] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uael-cf7-input-size-sm .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-sm .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-sm .uael-cf7-style select {
    font-size: 15px;
    padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-style select[multiple=multiple] option {
    padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-select-custom {
    font-size: 15px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-sm .uael-cf7-style input[type=radio]+span:before {
    height: 12px;
    width: 12px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(12px / 1.2);
    font-size: calc(12px / 1.2)
}

.uael-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
    font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-moz-range-thumb {
    font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-ms-thumb {
    font-size: 12px
}

.uael-cf7-btn-size-md .uael-cf7-style input[type=submit] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uael-cf7-input-size-md .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-md .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-md .uael-cf7-style select {
    font-size: 16px;
    padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-style select[multiple=multiple] option {
    padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-select-custom {
    font-size: 16px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-md .uael-cf7-style input[type=radio]+span:before {
    height: 15px;
    width: 15px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(15px / 1.2);
    font-size: calc(15px / 1.2)
}

.uael-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
    font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-moz-range-thumb {
    font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-ms-thumb {
    font-size: 15px
}

.uael-cf7-btn-size-lg .uael-cf7-style input[type=submit] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uael-cf7-input-size-lg .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-lg .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-lg .uael-cf7-style select {
    font-size: 18px;
    padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-style select[multiple=multiple] option {
    padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-select-custom {
    font-size: 18px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-lg .uael-cf7-style input[type=radio]+span:before {
    height: 20px;
    width: 20px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(20px / 1.2);
    font-size: calc(20px / 1.2)
}

.uael-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
    font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-moz-range-thumb {
    font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-ms-thumb {
    font-size: 20px
}

.uael-cf7-btn-size-xl .uael-cf7-style input[type=submit] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uael-cf7-input-size-xl .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xl .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xl .uael-cf7-style select {
    font-size: 20px;
    padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-style select[multiple=multiple] option {
    padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-select-custom {
    font-size: 20px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xl .uael-cf7-style input[type=radio]+span:before {
    height: 25px;
    width: 25px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(25px / 1.2);
    font-size: calc(25px / 1.2)
}

.uael-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
    font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-moz-range-thumb {
    font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-ms-thumb {
    font-size: 25px
}

.uael-cf7-style input[type=range] {
    background: 0 0 !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.uael-cf7-style input[type=range]::-ms-track {
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.uael-cf7-style input[type=range]::-webkit-slider-runnable-track {
    height: .35em
}

.uael-cf7-style input[type=range]::-moz-range-track {
    height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-lower {
    height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-upper {
    height: .35em
}

.uael-cf7-style input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    margin-top: -.35em
}

.uael-cf7-style input[type=range]::-moz-range-thumb {
    height: 1em;
    width: 1em;
    margin-top: -.35em
}

.uael-cf7-style input[type=range]::-ms-thumb {
    height: 1em;
    width: 1em;
    margin-top: -.35em
}

.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-cf7-style .wpcf7 div.wpcf7-response-output {
    margin: 0
}

.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-radio input[type=radio]+span:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto
}

.uael-cf7-button-center .uael-cf7-loader-active,
.uael-cf7-button-justify .uael-cf7-loader-active {
    text-align: center
}

.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto
}

.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0
}

.uael-cf7-button-right .uael-cf7-loader-active {
    text-align: right
}

.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox],
.uael-cf7-style .wpcf7-checkbox input[type=checkbox],
.uael-cf7-style .wpcf7-radio input[type=radio] {
    display: none
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    content: "\2714";
    line-height: 1.2
}

@media only screen and (min-width:769px) {
    .uael-cf7-col {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .uael-cf7-col label,
    .uael-cf7-col>p,
    .uael-cf7-col>p>span {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: -webkit-calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only screen and (max-width:976px) {
    .uael-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .uael-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .uael-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uael-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .uael-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .uael-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .uael-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uael-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

.uael-rbs-switch-label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle
}

.uael-rbs-switch-label .uael-rbs-switch {
    display: none
}

.uael-main-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-sec-1,
.uael-sec-2 {
    cursor: pointer
}

.uael-rbs-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.uael-rbs-slider:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    left: .25em;
    bottom: .25em;
    -webkit-transition: .4s;
    transition: .4s
}

.uael-rbs-switch:checked+.uael-rbs-slider {
    background-color: #d2d2d2
}

.uael-rbs-switch:checked+.uael-rbs-slider:before {
    -webkit-transform: translateX(2.1em);
    -ms-transform: translateX(2.1em);
    transform: translateX(2.1em)
}

.uael-rbs-slider.uael-rbs-round {
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em
}

.uael-rbs-slider.uael-rbs-round:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-uael-content-toggle .uael-rbs-head-1,
.elementor-widget-uael-content-toggle .uael-rbs-head-2 {
    margin: 0;
    padding: 0
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle,
.uael-rbs-toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-rbs-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.uael-rbs-toggle-sections {
    padding: 25px
}

.uael-label-box {
    position: relative;
    width: 7em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle
}

.uael-label-box-checkbox {
    display: none
}

.uael-label-box-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0 solid #999;
    -webkit-border-radius: 0em;
    border-radius: 0
}

.uael-label-box-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.uael-label-box-inner>span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 2.1em;
    padding: 0;
    line-height: 2.1em;
    font-size: 1em;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.uael-label-box-inner .uael-label-box-active {
    padding-left: 2em;
    background-color: #eee;
    color: #fff
}

.uael-label-box-inner .uael-label-box-inactive {
    padding-right: 2em;
    background-color: #eee;
    color: #fff;
    text-align: right
}

.uael-label-box-switch {
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
    border: 0 solid #999;
    -webkit-border-radius: 0em;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0
}

.uael-label-box-active .uael-label-box-switch {
    background: #a1a1a1;
    left: 0
}

.uael-label-box-inactive .uael-label-box-switch {
    right: 0
}

.uael-label-box-checkbox:checked+.uael-label-box-label .uael-label-box-inner {
    margin-left: 0
}

.uael-toggle {
    display: block;
    position: relative;
    background: 0 0;
    width: 3.8em
}

.uael-toggle input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    top: 0;
    left: .2em;
    padding-left: 0;
    color: #000;
    cursor: pointer;
    width: 2.28em;
    height: 1.3em
}

.uael-toggle input[type=checkbox]+label:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: .4em;
    left: 0;
    content: '';
    width: 3.5em;
    height: 1em;
    background-color: #767676;
    -webkit-border-radius: 0.5em;
    border-radius: .5em
}

.uael-toggle input[type=checkbox]+label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    position: absolute;
    top: 0;
    left: -.2em;
    width: 2.4em;
    height: 2.4em;
    content: '';
    font-size: .75em;
    -webkit-border-radius: 500em;
    border-radius: 500em
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]+label:after {
    border-width: .3em;
    border-style: solid
}

.uael-rbs-wrapper .uael-toggle input[type=checkbox]:checked+label:after {
    -webkit-transform: translateX(2.5em);
    -ms-transform: translateX(2.5em);
    transform: translateX(2.5em);
    border-style: solid
}

.uael-switch-round-2 {
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    display: none
}

.uael-toggle .uael-switch-round-2[type=checkbox]:checked+label:after {
    -webkit-transform: translateX(2.5em);
    -ms-transform: translateX(2.5em);
    transform: translateX(2.5em);
    border: .3em solid #7a7a7a
}

.rtl .uael-switch-round-2[type=checkbox]+label:after {
    left: 2.4em
}

.uael-countdown-wrapper .uael-countdown-item,
.uael-countdown-wrapper .uael-countdown-items-wrapper,
.uael-countdown-wrapper .uael-countdown-separator,
.uael-countdown-wrapper .uael-item {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-countdown-wrapper .uael-countdown-items-wrapper {
    height: auto;
    margin: 0 auto;
    visibility: visible;
    max-width: 80%
}

.uael-countdown-wrapper .uael-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-countdown-wrapper .uael-countdown-item {
    width: 60px;
    font-size: 45px;
    line-height: 1;
    display: block;
    width: 100%
}

.uael-countdown-wrapper .uael-expire-message-wrapper {
    width: 100%
}

.uael-countdown-border-none .uael-countdown-items-wrapper {
    max-width: 90px
}

.uael-countdown-border-none .uael-item {
    height: 157px
}

.uael-countdown-border-none .uael-countdown-item,
.uael-countdown-border-none .uael-item-label,
.uael-countdown-shape-none .uael-countdown-item,
.uael-countdown-shape-none .uael-item-label {
    width: 100%;
    display: block
}

.countdown-expire .uael-expire-message-wrapper,
.uael-countdown-separator-wrapper-yes .uael-countdown-separator,
.uael-preview-message .uael-expire-message-wrapper {
    display: block
}

.uael-countdown-shape-none .uael-countdown-items-wrapper {
    max-width: 80%
}

.countdown-active .uael-expire-message-wrapper,
.countdown-expire .uael-countdown-separator,
.countdown-expire .uael-item,
.uael-countdown-hide.uael-countdown-wrapper,
.uael-countdown-separator,
.uael-countdown-show-days-no .uael-countdown-days,
.uael-countdown-show-days-no .uael-countdown-days-separator,
.uael-countdown-show-hours-no .uael-countdown-hours,
.uael-countdown-show-hours-no .uael-countdown-hours-separator,
.uael-countdown-show-minutes-no .uael-countdown-minutes,
.uael-countdown-show-minutes-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-seconds,
.uael-preview-message .uael-countdown-separator,
.uael-preview-message .uael-item {
    display: none
}

.uael-countdown-wrapper .uael-item-label {
    display: block;
    font-size: 15px;
    line-height: 1
}

.uael-countdown-days.uael-item {
    margin-left: 15px
}

.uael-countdown-wrapper .uael-countdown-separator {
    font-size: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.uael-expire-show-message {
    font-size: 30px;
    font-weight: 400
}

.uael-countdown-wrapper.uael-countdown-show-message .uael-countdown-separator,
.uael-preview-message .uael-countdown-separator {
    display: none
}

.uael-countdown-shape-circle .uael-item {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-item:not(:first-child) {
    margin-left: 15px
}

.uael-item:not(:last-child) {
    margin-right: 15px
}

.uael-item {
    padding: 20px
}

.uael-countdown-items-wrapper {
    max-width: 100%
}

.uael-countdown-shape-circle .uael-countdown-items-wrapper {
    max-width: 65%
}

.uael-countdown-shape-rounded .uael-item {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

.uael-countdown-anim-yes .flash-animation .uael-countdown-separator,
.uael-countdown-anim-yes .flash-animation .uael-item {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite
}

.uael-countdown-wrapper .uael-countdown-separator {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.uael-countdown-wrapper .uael-countdown-item {
    font-family: Poppins, Sans-serif;
    font-size: 50px;
    font-weight: 500
}

.uael-countdown-wrapper .uael-item-label {
    text-transform: uppercase;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-countdown-label-inline .uael-item-label {
    text-align: left
}

@media (min-width:768px) {
    .uael-countdown-items-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767px) {
    .uael-countdown-responsive-yes .uael-countdown-items-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .uael-countdown-responsive-yes .uael-countdown-separator {
        display: none
    }
}

@media (max-width :414px) {
    .uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper {
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }

    .uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper .uael-item {
        height: auto !important
    }
}

.uael-countdown-label-inline .uael-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.uael-countdown-label-inline .uael-item-label {
    position: relative
}

.uael-countdown-label-top .uael-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (max-width:1024px) {
    .uael-countdown-label-inline.uael-countdown-responsive-yes .uael-countdown-items-wrapper {
        max-width: 150px
    }
}

.rtl .uael-faq-wrapper .uael-faq-container .uael-faq-accordion,
.uael-faq-wrapper .uael-faq-container .uael-faq-accordion {
    overflow: hidden
}

.uael-faq-accordion .uael-accordion-content p {
    margin-bottom: 0
}

.uael-accordion-icon-left {
    float: left
}

.uael-accordion-icon-right {
    float: right
}

.uael-accordion-icon {
    display: inline-block
}

.uael-accordion-title .uael-accordion-icon-opened,
.uael-accordion-title.uael-title-active .uael-accordion-icon-closed,
.uael-faq-container .elementor-grid-item .uael-accordion-icon,
.uael-faq-container .uael-accordion-content {
    display: none
}

.uael-accordion-title.uael-title-active .uael-accordion-icon-opened,
.uael-faq-container .elementor-grid-item .uael-accordion-content,
.uael-faq-layout-grid .uael-accordion-title {
    display: block
}

.uael-accordion-icon.uael-accordion-icon-right {
    margin-right: 10px
}

.uael-faq-box-layout-yes .uael-faq-container:last-child {
    border-bottom: none
}

.align-at-right .uael-accordion-title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-accordion-title {
    cursor: pointer;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-faq-accordion.elementor-grid-item .uael-accordion-title {
    cursor: default
}

.uael-accordion-icon {
    max-width: 7px
}

.uael-accordion-title>:last-child {
    margin-bottom: 0
}

.uael-question-span:focus {
    outline: thin dotted
}

.uael-warning {
    margin: 10px 0 10px 0
}

.elementor .gm-style img {
    max-width: none
}

.uael-google-map {
    overflow-anchor: none
}

.uael-gf-style .gform_wrapper .chosen-container-multi .chosen-choices,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: auto;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap
}

.uael-gf-style .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input {
    margin-bottom: 0
}

.uael-gf-style .gform_wrapper li.hidden_label input {
    margin-top: 0
}

.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single span {
    line-height: 1
}

.uael-gf-style .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff
}

.uael-gf-style .gform_page .gform_page_footer input[type=button],
.uael-gf-style .gform_page .gform_page_footer input[type=submit],
.uael-gf-style .uael-gf-select-custom select {
    display: inline-block
}

.uael-gf-style .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title,
.uael-gf-style .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    opacity: 1
}

.uael-gf-style .uael-gf-select-custom {
    position: relative
}

.uael-gf-style .uael-gf-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: .7em;
    line-height: 1;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: .5em;
    pointer-events: none;
    z-index: 5
}

.uael-gf-style span.name_prefix_select .uael-gf-select-custom {
    display: inline;
    vertical-align: middle
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
    font-weight: 700
}

.uael-gf-style .chosen-single,
.uael-gf-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.uael-gf-style .gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none
}

.uael-gf-style .gform_wrapper .gfield_radio li label {
    margin: 0
}

.uael-gf-style .gform_wrapper .gform_body {
    width: 100% !important
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style .gform_wrapper .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-style .gform_wrapper input[type=checkbox]+label:before,
.uael-gf-style .gform_wrapper input[type=checkbox]:checked+label:before,
.uael-gf-style .gform_wrapper input[type=radio]+label:before,
.uael-gf-style .gform_wrapper input[type=radio]:checked+label:before {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.uael-gf-style .gform_wrapper .gsection {
    margin-right: 0
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-top: 0;
    margin-left: 0
}

.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xs [type=button], .uael-gf-btn-size-xs [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xs [type=button], .uael-gf-btn-size-xs [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-gf-input-size-xs .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xs .uael-gf-style .ginput_container textarea {
    font-size: 13px;
    padding: 8px 10px
}

.uael-gf-input-size-xs .uael-gf-style .ginput_container select {
    font-size: 13px;
    padding: 6px 10px
}

.uael-gf-input-size-xs .uael-gf-style .uael-gf-select-custom {
    font-size: 13px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xs .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    height: 10px;
    width: 10px
}

.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(10px / 1.2);
    font-size: calc(10px / 1.2)
}

.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-sm [type=button], .uael-gf-btn-size-sm [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-sm [type=button], .uael-gf-btn-size-sm [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .uael-gf-btn-size-sm .uael-gf-style input[type=submit],
.uael-gf-btn-size-sm .uael-gf-style input[type=button] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uael-gf-input-size-sm .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-sm .uael-gf-style .ginput_container textarea {
    font-size: 15px;
    padding: 12px 10px
}

.uael-gf-input-size-sm .uael-gf-style .ginput_container select {
    font-size: 15px;
    padding: 10px 10px
}

.uael-gf-input-size-sm .uael-gf-style .uael-gf-select-custom {
    font-size: 15px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-sm .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    height: 12px;
    width: 12px
}

.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(12px / 1.2);
    font-size: calc(12px / 1.2)
}

.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-md [type=button], .uael-gf-btn-size-md [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-md [type=button], .uael-gf-btn-size-md [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .uael-gf-style input[type=button],
.uael-gf-btn-size-md .uael-gf-style input[type=submit] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uael-gf-input-size-md .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-md .uael-gf-style .ginput_container textarea {
    font-size: 16px;
    padding: 15px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select {
    padding: 13px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select,
.uael-gf-input-size-md .uael-gf-style .uael-gf-select-custom {
    font-size: 16px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-md .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    height: 15px;
    width: 15px
}

.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(15px / 1.2);
    font-size: calc(15px / 1.2)
}

.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-lg [type=button], .uael-gf-btn-size-lg [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-lg [type=button], .uael-gf-btn-size-lg [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .uael-gf-style input[type=button],
.uael-gf-btn-size-lg .uael-gf-style input[type=submit] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uael-gf-input-size-lg .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-lg .uael-gf-style .ginput_container textarea {
    font-size: 18px;
    padding: 20px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select {
    padding: 18px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select,
.uael-gf-input-size-lg .uael-gf-style .uael-gf-select-custom {
    font-size: 18px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-lg .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    height: 20px;
    width: 20px
}

.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    font-size: -webkit-calc(20px / 1.2);
    font-size: calc(20px / 1.2)
}

.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xl [type=button], .uael-gf-btn-size-xl [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xl [type=button], .uael-gf-btn-size-xl [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .uael-gf-style input[type=button],
.uael-gf-btn-size-xl .uael-gf-style input[type=submit] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uael-gf-input-size-xl .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xl .uael-gf-style .ginput_container textarea {
    font-size: 20px;
    padding: 25px 10px
}

.uael-gf-input-size-xl .uael-gf-style .ginput_container select {
    font-size: 20px;
    padding: 23px 10px
}

.uael-gf-input-size-xl .uael-gf-style .uael-gf-select-custom {
    font-size: 20px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xl .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
    height: 25px;
    width: 25px
}

.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(25px / 1.2);
    font-size: calc(25px / 1.2)
}

.uael-gf-button-right .gform_next_button,
.uael-gf-button-right .gform_previous_button {
    margin-right: 5px !important
}

.uael-gf-style .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.uael-gf-style .gform_wrapper .gform_page_footer.left_label,
.uael-gf-style .gform_wrapper .gform_page_footer.right_label {
    padding: 0
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio]:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-gf-style .gform_wrapper .top_label .gfield_error {
    width: 100% !important
}

.uael-gf-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

.uael-gf-check-default-yes .uael-gf-style .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gfield_radio input[type=radio]:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 4px;
    box-shadow: inset 0 0 0 4px
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit] {
    width: auto
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: auto
}

.uael-gf-button-center .gform_page .gform_page_footer,
.uael-gf-button-center .gform_wrapper .gform_footer {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-gf-button-right .gform_page .gform_page_footer,
.uael-gf-button-right .gform_wrapper .gform_footer {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=submit] {
    margin-left: 0;
    margin-right: auto
}

.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: 0
}

.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-button-justify [type=button], .uael-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-button-justify [type=button], .uael-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    width: 100%
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single div,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
    display: none
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
    margin-right: 10px
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked+label:before {
    content: "\2714";
    line-height: 1.2
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before {
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-uael-gf-styler:not(.uael-gf-enable-classes-yes) .uael-gf-style .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half):not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third):not(.gf_first_quarter):not(.gf_second_quarter):not(.gf_third_quarter):not(.gf_fourth_quarter):not(.gf_inline) {
    padding-right: 0
}

.uael-gf-button-width-full_width .gform_footer input[type=submit] {
    display: block;
    text-align: center;
    width: 100%
}

.uael-gf-style .gform_body ul {
    margin-left: 0;
    list-style: none
}

.uael-gf-style .gform_wrapper .chosen-choices li.search-field input.default,
.uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text],
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-choices,
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-single,
.uael-gf-style .gform_wrapper .gfield .ginput_container select {
    height: auto
}

.elementor-widget-uael-gf-styler .uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text] {
    padding: 0
}

.uael-gf-style .gform_page .gform_page_footer input[type=button] {
    margin-bottom: 20px
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button,
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
    display: inline-block
}

@media only screen and (max-width:976px) {

    .uael-tablet-gf-button-center .gform_footer input[type=submit],
    .uael-tablet-gf-button-center .gform_page .gform_page_footer,
    .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit],
    .uael-tablet-gf-button-center .gform_wrapper .gform_footer {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .uael-tablet-gf-button-right .gform_footer input[type=submit],
    .uael-tablet-gf-button-right .gform_page .gform_page_footer,
    .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit],
    .uael-tablet-gf-button-right .gform_wrapper .gform_footer {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-tablet-gf-button-justify [type=button], .uael-tablet-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-tablet-gf-button-justify [type=button], .uael-tablet-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        width: 100%
    }

    .uael-tablet-gf-button-left .gform_footer input[type=submit],
    .uael-tablet-gf-button-left .gform_page .gform_page_footer,
    .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit],
    .uael-tablet-gf-button-left .gform_wrapper .gform_footer {
        margin-left: 0;
        margin-right: auto;
        width: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:767px) {

    .uael-mobile-gf-button-center .gform_footer input[type=submit],
    .uael-mobile-gf-button-center .gform_page .gform_page_footer,
    .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit],
    .uael-mobile-gf-button-center .gform_wrapper .gform_footer {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .uael-mobile-gf-button-right .gform_footer input[type=submit],
    .uael-mobile-gf-button-right .gform_page .gform_page_footer,
    .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit],
    .uael-mobile-gf-button-right .gform_wrapper .gform_footer {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uael-mobile-gf-button-left .gform_footer input[type=submit],
    .uael-mobile-gf-button-left .gform_page .gform_page_footer,
    .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit],
    .uael-mobile-gf-button-left .gform_wrapper .gform_footer {
        margin-left: 0;
        margin-right: auto;
        width: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-mobile-gf-button-justify [type=button], .uael-mobile-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-mobile-gf-button-justify [type=button], .uael-mobile-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        width: 100%
    }
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2 .gform-icon {
    display: unset;
    position: relative;
    left: unset;
    top: unset
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2.gform_submission_error {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-gf-style .gform_wrapper.gravity-theme span .uael-gf-select-custom {
    padding-left: unset;
    padding-right: unset
}

.uael-hotspot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .57)
}

.uael-overlay-button,
.uael-tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.uael-tooltip-text p {
    margin-bottom: 0
}

.uael-overlay-button .elementor-button {
    cursor: pointer
}

.elementor-editor-active .uael-overlay-button .elementor-button {
    cursor: default
}

.uael-tooltip-container,
.uael-tour-inactive .uael-tour {
    display: none
}

.uael-tour-active .uael-tour {
    display: block;
    margin-top: 2em
}

.uael-tour-active .uael-tour ul {
    list-style: none;
    float: right;
    margin-bottom: 0;
    margin-left: .8em
}

.uael-actual-step {
    float: left;
    margin-right: .5em
}

.uael-tour-active .uael-hotspot-end a,
.uael-tour-active .uael-tour li a {
    color: #fff
}

.uael-tour-active .uael-tour li {
    display: inline-block;
    float: left
}

.uael-tour-active .uael-tour li:first-of-type {
    margin-right: .8em
}

.uael-tour-active .uael-tour .inactive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: .5
}

.uael-hotspot-end {
    display: block;
    text-align: right;
    padding-top: 4px;
    margin-bottom: -5px
}

.uael-tour-active .uael-hotspot-end a {
    display: block;
    margin-top: 1.5em
}

.tooltipster-content .uael-tour-active .uael-hotspot-end a,
.tooltipster-content .uael-tour-active .uael-tour .uael-actual-step,
.tooltipster-content .uael-tour-active .uael-tour li a {
    font-size: .85em !important
}

.uael-hotspot-text {
    padding-left: 10px;
    padding-right: 10px
}

.uael-hotspot-content {
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .95;
    padding: 4px
}

.uael-hotspot-tooltip-yes .uael-hotspot-content {
    cursor: pointer
}

.uael-hotspot-content.uael-hotspot-anim:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.uael-hotspot-content,
.uael-hotspot-content.uael-hotspot-anim:before {
    display: block;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #1569ae;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-hotspot-content svg {
    display: inline-block;
    vertical-align: middle
}

.uael-hotspot-content.uael-hotspot-anim:before {
    content: "";
    pointer-events: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: uael-hotspot-pulse 2s infinite;
    animation: uael-hotspot-pulse 2s infinite;
    z-index: -1
}

.uael-hotspot-tour .uael-hotspot-content.uael-hotspot-marker-nonactive {
    visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.uael-hotspot-tour .open.uael-hotspot-content.uael-hotspot-marker-nonactive {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.elementor-editor-active .uael-hotspot-tour .uael-hotspot-container[data-autoplay=yes] .uael-hotspot-content.uael-hotspot-marker-nonactive {
    visibility: visible
}

@-webkit-keyframes uael-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes uael-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.elementor-widget-uael-hotspot {
    text-align: center
}

.uael-hotspot {
    position: relative;
    display: inline-block
}

.uael-hotspot-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:767px) {
    .uael-tour-active .uael-tour ul {
        margin-right: 0;
        margin-left: auto
    }
}

.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    -webkit-border-radius: 0;
    border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    height: 11px;
    margin-left: -11px;
    width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    height: 22px;
    margin-left: 0;
    margin-top: -11px;
    width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-hotspot-tooltip {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .2s;
    animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .2s;
    animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .2s;
    animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    background: #565656;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
    margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    height: 12px;
    margin-left: -10px;
    top: 0;
    width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
    bottom: 0;
    height: 13px;
    margin-left: -10px;
    width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
    border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
    border-left-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
    left: -10px
}

.uael-howto-cost-title,
.uael-howto-steps-title,
.uael-howto-time-title {
    font-weight: 600
}

.uael-howto-section-inline,
.uael-howto-step-item.uael-step-has-image {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-howto-section-inline .uael-howto-supply,
.uael-howto-section-inline .uael-howto-tools {
    width: 50%
}

.uael-howto-section-inline .uael-howto-supply {
    padding-right: 20px
}

.uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-step-has-image .uael-howto-step-item-wrap {
    width: 100%
}

.uael-howto-image-align-bottom .uael-howto-step-item.uael-step-has-image {
    display: block
}

.rtl .uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image .uael-howto-step-item-wrap {
    text-align: right
}

@media (max-width:767px) {

    .uael-howto-section-inline .uael-howto-supply,
    .uael-howto-section-inline .uael-howto-tools,
    .uael-step-has-image .uael-howto-step-image-wrap,
    .uael-step-has-image .uael-howto-step-item-wrap {
        width: 100%
    }

    .uael-howto-section-inline .uael-howto-supply {
        padding-right: 0
    }
}

.uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
    display: none
}

.uael-img-gallery-wrap.uael-img-justified-wrap,
.uael-img-gallery-wrap.uael-img-justified-wrap.uael-cat-filters {
    margin: 0
}

.elementor:not(.elementor-edit-mode) .uael-img-justified-wrap .uael-grid-item {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.uael-img-gallery-wrap::after,
.uael-img-gallery-wrap::before {
    content: ' ';
    display: table;
    width: 0
}

.uael-img-gallery-wrap::after {
    clear: both
}

.uael-gallery-parent .uael-masonry-filters {
    text-align: center;
    margin-bottom: 30px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter {
    border-style: none;
    display: inline-block;
    padding: 5px 15px;
    background: #efefef;
    cursor: pointer;
    margin: 0 5px 5px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:first-child {
    margin-left: 0 !important
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:last-child {
    margin-right: 0 !important
}

.uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filters .uael-current,
.uael-gallery-parent .uael-masonry-filters .uael-current {
    background: #ccc
}

.uael-img-gallery-wrap {
    margin: 0 -10px;
    list-style: none outside;
    clear: both
}

.uael-img-grid-masonry-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-img-gallery-wrap .uael-grid-img-thumbnail {
    overflow: hidden
}

.uael-img-gallery-wrap img {
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle
}

.uael-gallery-unjustified .uael-img-gallery-wrap .uael-grid-item {
    width: 25%;
    padding: 0 10px
}

.uael-img-grid-wrap .uael-grid-item-content {
    margin-bottom: 10px
}

.uael-img-gallery-wrap .uael-grid-item-content {
    position: relative
}

.uael-img-gallery-wrap.justified-gallery .uael-grid-item.jg-entry:not(.entry-visible) .uael-grid-item-content {
    position: relative;
    opacity: 0
}

.uael-img-gallery-wrap .uael-grid-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay img,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 135ms linear;
    transition: opacity 135ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-img-gallery-wrap .uael-grid-img-overlay img {
    top: 50%;
    left: 50%;
    width: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.uael-grid-gallery-img:hover .uael-grid-img-overlay i,
.uael-grid-gallery-img:hover .uael-grid-img-overlay img,
.uael-grid-gallery-img:hover .uael-grid-img-overlay svg {
    opacity: 1
}

.uael-img-gallery-wrap .uael-grid-img-caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.uael-img-gallery-wrap .uael-grid-img-caption .uael-grid-caption-text {
    color: #fff;
    margin-bottom: 0
}

.uael-caption-on-image .uael-img-gallery-wrap .uael-grid-img-caption {
    opacity: 1;
    pointer-events: auto;
    margin: 0
}

.uael-caption-on-hover .uael-img-gallery-wrap .uael-grid-item-content:hover .uael-grid-img-caption {
    opacity: 1;
    pointer-events: auto
}

.uael-img-caption-valign-bottom .uael-grid-img-caption {
    bottom: 0
}

.uael-img-caption-valign-middle .uael-grid-img-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto
}

.uael-img-caption-valign-top .uael-grid-img-caption {
    top: 0;
    bottom: auto
}

.uael-gallery-fancybox .fancybox-caption {
    text-align: center;
    margin-top: -30px;
    font-size: 16px
}

.uael-gallery-fancybox .fancybox-caption:after {
    border-bottom: none
}

.uael-gallery-fancybox .fancybox-slide--image {
    padding-bottom: 70px;
    padding-top: 70px
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
    margin-top: 32px
}

.rtl .uael-gallery-fancybox .fancybox-slide--image .fancybox-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_right {
    left: 6px
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_left {
    right: 6px;
    left: unset
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item {
    width: 100%
}

.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item {
    width: 50%
}

.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item {
    width: 33.33%
}

.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item {
    width: 25%
}

.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item {
    width: 20%
}

.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item {
    width: 16.66%
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
    clear: left
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
    clear: right
}

@media (max-width:1024px) {
    .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item {
        width: 100%
    }

    .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item {
        width: 50%
    }

    .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item {
        width: 33.33%
    }

    .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item {
        width: 25%
    }

    .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item {
        width: 20%
    }

    .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item {
        width: 16.66%
    }

    .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
    .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
    .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
    .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
    .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
    .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
        clear: left
    }

    .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
    .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
    .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
    .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
    .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
    .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
        clear: right
    }
}

@media (max-width:767px) {
    .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item {
        width: 100%
    }

    .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item {
        width: 50%
    }

    .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item {
        width: 33.33%
    }

    .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item {
        width: 25%
    }

    .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item {
        width: 20%
    }

    .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item {
        width: 16.66%
    }

    .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
    .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
    .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
    .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
    .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
    .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
        clear: left
    }

    .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
    .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
    .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
    .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
    .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
    .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
        clear: right
    }

    .uael-img-gallery-tabs-dropdown .uael-masonry-filters {
        display: none
    }

    .uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
        display: block;
        position: relative
    }

    .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button {
        background: #efefef;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
        display: inline-block
    }

    .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
        display: none;
        list-style: none;
        position: absolute;
        margin: 0;
        top: 100%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        z-index: 9;
        border: 1px solid #ededed
    }

    .uael-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-mobile-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-mobile-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-mobile-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    ul.uael-filters-dropdown-list.show-list {
        display: block
    }

    .uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filter {
        white-space: nowrap;
        display: block;
        background: #efefef;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        border-style: none;
        margin: 0;
        padding: 5px 15px 5px 15px
    }

    .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 6px
    }
}

.uael-img-carousel-wrap {
    white-space: nowrap
}

.uael-img-carousel-wrap .uael-grid-item-content {
    white-space: normal
}

.uael-img-carousel-wrap .uael-grid-item {
    display: inline-block
}

.uael-img-carousel-wrap.uael-nav-both,
.uael-img-carousel-wrap.uael-nav-dots {
    margin-bottom: 50px
}

.uael-img-carousel-wrap .slick-slide img {
    width: 100%
}

.uael-img-carousel-wrap .slick-slide>div {
    line-height: 0
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 10
}

.uael-img-carousel-wrap .slick-next:before,
.uael-img-carousel-wrap .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap .slick-prev:before {
    content: '\f104'
}

[dir=rtl] .uael-img-carousel-wrap .slick-prev:before {
    content: '\f105'
}

.uael-img-carousel-wrap .slick-next:before {
    content: '\f105'
}

[dir=rtl] .uael-img-carousel-wrap .slick-next:before {
    content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
    left: -25px
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
    right: -25px
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-prev {
    left: 25px
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-next {
    right: 25px
}

@media (max-width:768px) {
    .uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
        left: 15px
    }

    .uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
        right: 15px
    }
}

.uael-img-carousel-wrap ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: -45px;
    text-align: center
}

.uael-img-carousel-wrap ul.slick-dots li {
    background: #efefef
}

.uael-img-carousel-wrap ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-img-carousel-wrap ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-img-carousel-wrap ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-img-gallery-wrap.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.uael-img-gallery-wrap.justified-gallery>a,
.uael-img-gallery-wrap.justified-gallery>div,
.uael-img-gallery-wrap.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: .1;
    margin: 0;
    padding: 0
}

.uael-img-gallery-wrap.justified-gallery>a>a>img,
.uael-img-gallery-wrap.justified-gallery>a>img,
.uael-img-gallery-wrap.justified-gallery>div>a>img,
.uael-img-gallery-wrap.justified-gallery>div>img,
.uael-img-gallery-wrap.justified-gallery>figure>a>img,
.uael-img-gallery-wrap.justified-gallery>figure>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.uael-img-gallery-wrap.justified-gallery>a>.caption,
.uael-img-gallery-wrap.justified-gallery>div>.caption,
.uael-img-gallery-wrap.justified-gallery>figure>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.uael-img-gallery-wrap.justified-gallery>a>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>div>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>figure>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: .7;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible>a>img,
.uael-img-gallery-wrap.justified-gallery>.entry-visible>img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.jg-filtered {
    display: none
}

.uael-img-gallery-wrap.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.uael-img-gallery-wrap.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uael-img-carousel-wrap ul.slick-dots {
    padding-left: unset
}

.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li,
.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.uael-img-gallery-wrap button:not(:hover):not(:active):not(.has-background) {
    background: 0 0
}

.uael-img-carousel-wrap {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.uael-img-carousel-wrap.slick-initialized {
    visibility: visible;
    opacity: 1
}

.uael-icon-wrap .uael-icon {
    display: inline-block
}

.uael-infobox-link-type-module:hover,
.uael-infobox-link-type-module:hover .uael-icon i,
.uael-infobox-link-type-module:hover .uael-icon svg {
    -webkit-transition: color .2s;
    transition: color .2s
}

.uael-imgicon-style-circle .uael-icon-wrap .uael-icon,
.uael-imgicon-style-circle .uael-image .uael-image-content,
.uael-imgicon-wrap .uael-image-crop-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-infobox-icon-left .uael-infobox-left-right-wrap,
.uael-infobox-icon-left-title .left-title-image,
.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-left .uael-infobox-left-right-wrap,
.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .left-title-image,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .right-title-image,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.uael-infobox-photo-left .uael-infobox-title-wrap,
.uael-infobox-photo-left-title .uael-infobox-title-wrap,
.uael-infobox-photo-right .uael-infobox-title-wrap,
.uael-infobox-photo-right-title .uael-infobox-title-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uael-infobox-icon-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-icon-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-right.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-image-valign-middle .uael-imgicon-wrap,
.uael-infobox-photo-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-photo-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-right.uael-infobox-image-valign-middle .uael-infobox-content {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.uael-infobox .uael-infobox-content,
.uael-infobox-left-right-wrap,
.uael-infobox-title-wrap {
    width: 100%
}

.uael-infobox-left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.uael-infobox-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.uael-infobox-right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uael-infobox-icon-above-title .uael-infobox-left-right-wrap,
.uael-infobox-icon-below-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-above-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-below-title .uael-infobox-left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.uael-infobox-icon-left .uael-icon-wrap,
.uael-infobox-icon-left-title .uael-icon-wrap,
.uael-infobox-photo-left .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-left-title .uael-imgicon-wrap .uael-image-content {
    margin-right: 10px
}

.uael-infobox-icon-right .uael-icon-wrap,
.uael-infobox-icon-right-title .uael-icon-wrap,
.uael-infobox-photo-right .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-right-title .uael-imgicon-wrap .uael-image-content {
    margin-left: 10px
}

.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right-title .right-title-image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uael-infobox-photo-above-title .uael-imgicon-wrap {
    display: block
}

.uael-infobox-photo-below-title .uael-imgicon-wrap {
    display: block;
    margin: 10px 0 15px
}

.uael-icon-wrap .uael-icon i {
    height: auto;
    width: auto;
    position: relative;
    display: block
}

.uael-icon-wrap .uael-icon svg {
    height: 100%;
    width: 100%
}

.uael-imgicon-wrap .uael-image-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.uael-imgicon-wrap .uael-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.uael-imgicon-wrap .uael-image-crop-square img {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uael-infobox-module-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4
}

.elementor-edit-mode .uael-infobox-module-link {
    z-index: 2
}

.uael-infobox-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.uael-infobox-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.uael-infobox-link-icon {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.uael-infobox-link-icon .e-font-icon-svg {
    height: 1em
}

.uael-infobox-link-type-module .uael-infobox {
    position: relative
}

.uael-infobox-text-wrap .uael-button-wrapper .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-infobox-text-wrap .uael-button-wrapper .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

@media only screen and (max-width:976px) {
    .uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }

    .uael-infobox-stacked-tablet.uael-reverse-order-tablet .uael-infobox-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap,
    .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-infobox-content {
        display: block;
        width: 100%;
        text-align: center
    }

    .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .uael-infobox-stacked-tablet .uael-infobox-left-right-wrap {
        display: inline-block
    }

    .uael-infobox-icon-left-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
    .uael-infobox-icon-left.uael-infobox-stacked-tablet .uael-imgicon-wrap,
    .uael-infobox-photo-left-title.uael-infobox-stacked-tablet .uael-image-content,
    .uael-infobox-photo-left.uael-infobox-stacked-tablet .uael-image-content {
        margin-right: 0
    }

    .uael-infobox-icon-right-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
    .uael-infobox-icon-right.uael-infobox-stacked-tablet .uael-imgicon-wrap,
    .uael-infobox-photo-right-title.uael-infobox-stacked-tablet .uael-image-content,
    .uael-infobox-photo-right.uael-infobox-stacked-tablet .uael-image-content {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }

    .uael-infobox-stacked-mobile.uael-reverse-order-mobile .uael-infobox-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap,
    .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-infobox-content {
        display: block;
        width: 100%;
        text-align: center
    }

    .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .uael-infobox-stacked-mobile .uael-infobox-left-right-wrap {
        display: inline-block
    }

    .uael-infobox-icon-left-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
    .uael-infobox-icon-left.uael-infobox-stacked-mobile .uael-imgicon-wrap,
    .uael-infobox-photo-left-title.uael-infobox-stacked-mobile .uael-image-content,
    .uael-infobox-photo-left.uael-infobox-stacked-mobile .uael-image-content {
        margin-right: 0
    }

    .uael-infobox-icon-right-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
    .uael-infobox-icon-right.uael-infobox-stacked-mobile .uael-imgicon-wrap,
    .uael-infobox-photo-right-title.uael-infobox-stacked-mobile .uael-image-content,
    .uael-infobox-photo-right.uael-infobox-stacked-mobile .uael-image-content {
        margin-left: 0
    }
}

.uael-infobox-link-type-module:hover .elementor-animation-grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.uael-infobox-link-type-module:hover .elementor-animation-shrink {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse {
    -webkit-animation-name: elementor-animation-pulse;
    animation-name: elementor-animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow,
.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow {
    -webkit-animation-name: elementor-animation-pulse-grow;
    animation-name: elementor-animation-pulse-grow
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
    -webkit-animation-name: elementor-animation-pulse-shrink;
    animation-name: elementor-animation-pulse-shrink
}

.uael-infobox-link-type-module:hover .elementor-animation-pop,
.uael-infobox-link-type-module:hover .elementor-animation-push {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-push {
    -webkit-animation-name: elementor-animation-push;
    animation-name: elementor-animation-push
}

.uael-infobox-link-type-module:hover .elementor-animation-pop {
    -webkit-animation-name: elementor-animation-pop;
    animation-name: elementor-animation-pop
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-in {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-out {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-rotate {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-grow-rotate {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-float {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-sink {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-bob,
.uael-infobox-link-type-module:hover .elementor-animation-hang {
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-bob {
    -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-name: elementor-animation-bob-float, elementor-animation-bob
}

.uael-infobox-link-type-module:hover .elementor-animation-hang {
    -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-name: elementor-animation-hang-sink, elementor-animation-hang
}

.uael-infobox-link-type-module:hover .elementor-animation-skew,
.uael-infobox-link-type-module:hover .elementor-animation-skew-forward {
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-skew-backward {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-top,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal {
    -webkit-animation-name: elementor-animation-wobble-horizontal;
    animation-name: elementor-animation-wobble-horizontal
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right {
    -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
    animation-name: elementor-animation-wobble-to-bottom-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right {
    -webkit-animation-name: elementor-animation-wobble-to-top-right;
    animation-name: elementor-animation-wobble-to-top-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-top {
    -webkit-animation-name: elementor-animation-wobble-top;
    animation-name: elementor-animation-wobble-top
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom {
    -webkit-animation-name: elementor-animation-wobble-bottom;
    animation-name: elementor-animation-wobble-bottom
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew {
    -webkit-animation-name: elementor-animation-wobble-skew;
    animation-name: elementor-animation-wobble-skew
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz {
    -webkit-animation-name: elementor-animation-buzz;
    animation-name: elementor-animation-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz-out {
    -webkit-animation-name: elementor-animation-buzz-out;
    animation-name: elementor-animation-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-icon-wrap .uael-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rtl .uael-module-content.uael-infobox.uael-infobox-left .uael-infobox-left-right-wrap {
    text-align: left;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.rtl .uael-module-content.uael-infobox.uael-infobox-right .uael-infobox-left-right-wrap {
    text-align: right;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.elementor-widget-uael-instagram-feed .elementor-widget-container {
    min-height: 2px
}

.uael-instagram-feed {
    position: relative
}

.uael-instagram-feed .uael-feed-item {
    float: left;
    position: relative
}

.uael-instagram-feed .uael-feed-item img {
    -webkit-filter: none;
    filter: none;
    vertical-align: middle
}

.uael-instagram-feed .uael-feed-item:hover img {
    -webkit-filter: none;
    filter: none
}

.uael-instagram-feed-title-wrap {
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uael-insta-title-top .uael-instagram-feed-title-wrap {
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.uael-insta-title-bottom .uael-instagram-feed-title-wrap {
    bottom: 0;
    top: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.uael-insta-profile-link-position-above .uael-instafeed,
.uael-insta-profile-link-position-below .uael-instafeed {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-insta-profile-link-position-above .uael-instafeed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-insta-profile-link-position-below .uael-instafeed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.uael-insta-profile-link-position-above .uael-instagram-feed-title-wrap,
.uael-insta-profile-link-position-below .uael-instagram-feed-title-wrap {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.uael-instagram-feed-title {
    display: block;
    padding: 6px 30px;
    text-align: center
}

.uael-instagram-feed .uael-feed-item {
    position: relative
}

.uael-instagram-feed .uael-feed-item-inner {
    display: block;
    position: relative
}

.uael-instagram-feed-gray .uael-feed-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .25s linear 0s;
    -webkit-transition: -webkit-filter .25s linear 0s;
    transition: filter .25s linear 0s;
    transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed-hover-gray .uael-feed-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .25s linear 0s;
    -webkit-transition: -webkit-filter .25s linear 0s;
    transition: filter .25s linear 0s;
    transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed .uael-overlay-container {
    color: #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.uael-instagram-feed .uael-overlay-container span {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px
}

.uael-instagram-feed-hover .uael-overlay-container {
    opacity: 0
}

.uael-instagram-feed-hover .uael-feed-item:hover .uael-overlay-container {
    opacity: 1
}

.uael-instagram-feed-below .uael-if-img {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.uael-instagram-feed-below .uael-overlay-container {
    position: relative
}

.uael-image-overlay,
.uael-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.uael-media-overlay {
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.uael-insta-icons {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-insta-icon .e-font-icon-svg {
    height: 1em
}

.uael-instafeed {
    overflow: hidden;
    position: relative
}

.uael-if-icon {
    margin-right: 5px
}

.uael-if-square-images .uael-feed-item-inner {
    position: relative;
    padding-bottom: 100%;
    width: 100%
}

.uael-if-square-images .uael-if-img {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.uael-if-square-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uael-login-form input[type=checkbox] {
    display: none
}

.uael-login-form .elementor-field::-webkit-input-placeholder {
    opacity: .7
}

.uael-login-form .elementor-field:-moz-placeholder {
    opacity: .7
}

.uael-login-form .elementor-field::-moz-placeholder {
    opacity: .7
}

.uael-login-form .elementor-field:-ms-input-placeholder {
    opacity: .7
}

.uael-login-form .elementor-field::-ms-input-placeholder {
    opacity: .7
}

.uael-login-form .elementor-field::placeholder {
    opacity: .7
}

.uael-login-form .elementor-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-bottom {
    margin-top: 30px
}

.uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-top {
    margin-bottom: 30px
}

.elementor-widget-uael-login-form .uael-login-form .elementor-field-label {
    font-weight: 500
}

.uael-loginform-error {
    color: #d9534f;
    display: block;
    margin-top: 5px
}

.uael-login-form-social-inline .uael-lf-custom-form-hidden .elementor-field-group,
.uael-login-form-social-stack .uael-lf-custom-form-hidden .elementor-field-group:not( :first-child) {
    margin-top: 0
}

.elementor-widget-uael-login-form .elementor-button {
    border: none
}

.uael-login-form .elementor-remember-me {
    font-size: 1em
}

.uael-login-form .uael-login-form-remember {
    font-size: .85em
}

span.uael-login-form-remember::after,
span.uael-login-form-remember::before {
    content: " "
}

.uael-login-form input[type=checkbox]+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    height: 14px;
    width: 14px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #c1b7b7;
    color: #7a7a7a;
    line-height: 1.2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-login-form input[type=checkbox]:checked+span:before {
    content: "\2714";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: -webkit-calc(16px / 1.2);
    font-size: calc(16px / 1.2)
}

.uael-form-loader {
    width: 1em;
    height: 1em;
    margin-left: 1em;
    border: 2px solid currentColor;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left-color: transparent;
    -webkit-animation: uael-rotating 1s linear infinite;
    animation: uael-rotating 1s linear infinite
}

.elementor-editor-active .uael-login-form-facebook,
.elementor-editor-active .uael-login-form-google {
    pointer-events: none
}

.uael-login-form-social-wrapper .status.success {
    color: #3c763d;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.uaelFacebookButtonIcon svg,
.uaelGoogleButtonIcon svg {
    vertical-align: middle;
    margin-bottom: 2px
}

.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uaelGoogleButtonIcon {
    height: 36px;
    margin-left: -10px;
    margin-right: 12px;
    min-width: 36px;
    width: 36px
}

.elementor-element-edit-mode .uael-lf-social-theme-light .uaelGoogleButtonIcon,
.uael-lf-social-theme-light .uaelFacebookButtonIcon {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
    background-color: #fff
}

.elementor-element-edit-mode .uaelGoogleContentWrapper .uaelGoogleButtonIcon,
.uaelFacebookContentWrapper .uaelFacebookButtonIcon {
    padding: 9px 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-login-form-facebook svg,
.uael-login-form-google svg {
    width: 18px;
    height: 18px
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uael-login-form-google {
    background-color: #1a73e8
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uael-google-text {
    padding: 0 4px
}

.elementor-element-edit-mode .uael-login-form-google,
.uael-login-form-facebook {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 180px;
    max-width: 400px;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    -webkit-transition: background-color .218s, border-color .218s;
    transition: background-color .218s, border-color .218s;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: .25px;
    outline: 0;
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.uael-login-form-social-stack.elementor-widget-uael-login-form .uael-login-form-social {
    display: grid
}

.uael-login-form-social,
.uael-login-form-social-stack .uael-login-form-social .elementor-field-group,
.uael-separator-wrap,
.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.uaelGoogleContentWrapper iframe {
    margin-right: 0 !important
}

.uael-lf-social-theme-dark .uaelGoogleContentWrapper {
    border: none;
    color: #fff
}

.uael-lf-social-theme-dark .uaelGoogleButtonIcon {
    background: #fff;
    border: 1px solid #4285f4
}

.elementor-element-edit-mode .uael-lf-social-theme-light .uael-login-form-google,
.uael-lf-social-theme-light .uael-login-form-facebook {
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.uael-lf-social-theme-dark .uael-login-form-facebook {
    background: #3a5a97;
    color: #fff;
    border: none
}

.uael-lf-social-theme-dark .uaelFacebookButtonIcon {
    padding-left: 0
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg {
    width: 20px;
    height: 20px;
    color: #fff
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg path {
    fill: #FFFFFF
}

.uael-lf-social-theme-light .uael-login-form-facebook svg path {
    fill: #4D6FA9
}

.uael-login-form-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-login-form-facebook,
.uael-login-form-google .uaelGoogleContentWrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:first-child {
    margin-right: 20px
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:last-child {
    padding-right: 0
}

.uael-separator {
    display: inline-block
}

.uael-separator-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.uael-separator-parent.uael-lf-separator-bottom {
    line-height: 0;
    margin-bottom: 20px
}

.uael-separator-parent.uael-lf-separator-top {
    line-height: 0;
    margin-top: 20px
}

.uael-divider-text {
    white-space: nowrap;
    margin: 0
}

.uael-separator-line {
    display: table-cell;
    vertical-align: middle
}

.uael-separator-line>span {
    display: block;
    margin-top: 0;
    border-top-style: solid;
    border-color: #7a7a7a
}

.uael-divider-content {
    display: table-cell;
    padding: 0 10px 0 10px
}

.uael-side-left,
.uael-side-right {
    width: 50%
}

.uael-alert-facebook,
.uael-alert-google,
.uael-login-form-alert {
    margin-top: 15px
}

.uael-login-form .uael-login-form-submit .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-login-form .uael-login-form-submit .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

@-webkit-keyframes uael-rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes uael-rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width:767px) {
    .uael-login-form-social-inline:not(.uael-lf-responsive-yes) .uael-login-form-social {
        -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .uael-login-form-social-inline.uael-lf-responsive-yes .uael-login-form-google {
        display: block
    }
}

.elementor-widget-uael-login-form .uael-form.uael-login-form .field-icon {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    cursor: pointer;
    height: 100%;
    right: 0;
    top: 0;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-password-wrapper,
.uael-username-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative
}

.uael-login-form-inline-yes .uael-login-form .elementor-remember-me {
    display: block;
    width: 50%
}

.uael-login-form-inline-yes .uael-login-form .elementor-field-type-submit {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-login-form-icon-yes .uael-fields-icon {
    position: absolute;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
    padding: 4px 27px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
    padding: 7px 33px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
    padding: 6px 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
    padding: .75em 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
    padding: 8px 35px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
    font-size: 13px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
    font-size: 16px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
    font-size: 18px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
    font-size: 20px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
    padding: 4px 35px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
    padding: .75em 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
    padding: 6px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
    padding: 7px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
    padding: 8px 40px
}

.uael-login-form-icon-yes .uael-password-wrapper .elementor-size-xs.uael-login-form-password+.uael-fields-icon,
.uael-login-form-icon-yes .uael-username-wrapper .uael-login-form-username.elementor-size-xs+.uael-fields-icon {
    top: 3.1px;
    max-height: 50px;
    height: 90%
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-login-form .elementor-field-textual {
    font-size: 14px
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-icon,
.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-icon,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .uael-marketing-buttons-wrap,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .uael-marketing-buttons-wrap {
    display: inline-block
}

.uael-marketing-buttons-wrap svg {
    width: 1em;
    height: 1em
}

.uael-dual-button-wrap .uael-button-wrapper a {
    width: 100%
}

.uael-dual-button-wrap .elementor-button-icon svg {
    height: 100%
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text p {
    margin-bottom: 0
}

.uael-button-halign-justify .uael-button-wrapper,
.uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-dual-button-wrap .elementor-button-content-wrapper.uael-buttons-icon-right,
.uael-marketing-button .elementor-button-content-wrapper.uael-buttons-icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse
}

.uael-dual-button-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-button-stack-desktop .uael-dual-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper,
.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button,
.uael-mbutton-text-center .elementor-button-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-button-halign-justify .uael-button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uael-button-halign-left .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.uael-button-halign-right .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-button-stack-desktop.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap,
.uael-mbutton-text-center .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-button-stack-desktop.uael-button-halign-left .uael-dual-button-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uael-button-stack-desktop.uael-button-halign-right .uael-dual-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.uael-button-stack-desktop.uael-button-halign-justify .uael-dual-button-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.uael-dual-button-wrap .uael-buttons-icon-left .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-marketing-buttons-wrap .uael-buttons-icon-left .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-marketing-buttons-wrap .uael-buttons-icon-right .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.uael-marketing-button .uael-marketing-button-title {
    font-weight: 700
}

.uael-marketing-button .uael-marketing-button-desc {
    font-size: .9em;
    display: block
}

.uael-marketing-button .elementor-button-content-wrapper {
    margin-bottom: 7px
}

.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uael-marketing-button .uael-marketing-buttons-all_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon,
.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon {
    float: left
}

.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
    float: right
}

.uael-mbutton-text-left .uael-marketing-button-desc,
.uael-mbutton-text-left .uael-marketing-button-title {
    text-align: left
}

.uael-mbutton-text-center .uael-marketing-button-desc {
    text-align: center
}

.uael-mbutton-text-right .uael-marketing-button-desc,
.uael-mbutton-text-right .uael-marketing-button-title {
    text-align: right
}

.uael-marketing-buttons-wrap .elementor-button-text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media only screen and (max-width:976px) {
    .uael-button-stack-tablet .uael-dual-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .uael-heading-stack-tablet .uael-adv-heading-stack {
        display: block
    }

    .uael-tablet-button-halign-left .uael-dual-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uael-tablet-button-halign-right .uael-dual-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uael-tablet-button-halign-center .uael-dual-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uael-tablet-button-halign-justify .uael-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .uael-button-stack-tablet.uael-tablet-button-halign-justify .uael-dual-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .uael-button-stack-tablet.uael-tablet-button-halign-left .uael-dual-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .uael-button-stack-tablet.uael-tablet-button-halign-right .uael-dual-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .uael-button-stack-tablet.uael-tablet-button-halign-center .uael-dual-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .uael-button-stack-mobile .uael-dual-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .uael-heading-stack-mobile .uael-adv-heading-stack {
        display: block
    }

    .uael-mobile-button-halign-left .uael-dual-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uael-mobile-button-halign-right .uael-dual-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uael-mobile-button-halign-center .uael-dual-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uael-mobile-button-halign-justify .uael-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .uael-button-stack-mobile.uael-mobile-button-halign-justify .uael-dual-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .uael-button-stack-mobile.uael-mobile-button-halign-left .uael-dual-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .uael-button-stack-mobile.uael-mobile-button-halign-right .uael-dual-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .uael-button-stack-mobile.uael-mobile-button-halign-center .uael-dual-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.uael-marketing-button a {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    z-index: 1
}

span.uael_btn__blink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

span.uael_btn__blink:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: -1
}

@-webkit-keyframes sheens {
    0% {
        -webkit-transform: skewY(30deg) translateY(200%);
        transform: skewY(30deg) translateY(200%)
    }

    100% {
        -webkit-transform: skewY(30deg) translateY(-200%);
        transform: skewY(30deg) translateY(-200%)
    }
}

@keyframes sheens {
    0% {
        -webkit-transform: skewY(30deg) translateY(200%);
        transform: skewY(30deg) translateY(200%)
    }

    100% {
        -webkit-transform: skewY(30deg) translateY(-200%);
        transform: skewY(30deg) translateY(-200%)
    }
}

.uael-html-modal {
    overflow: hidden !important
}

.uael-modal {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    visibility: hidden;
    left: 0;
    bottom: auto
}

.uael-trigger {
    display: inline-block
}

.uael-modal-popup-hide {
    display: none
}

.uael-modal-editor.uael-modal {
    position: fixed
}

.uael-modal.uael-modal-scroll {
    width: 100% !important;
    height: 100%;
    overflow-y: scroll;
    top: 0 !important;
    pointer-events: auto
}

.uael-modal .uael-modal-content-data {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.uael-modal-parent-wrapper[data-close-on-overlay=yes] .uael-overlay {
    cursor: pointer
}

.uael-aspect-ratio-4_3 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-4_3 .uael-modal-youtube .uael-video-wrap {
    padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-16_9 .uael-modal-youtube .uael-video-wrap {
    padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-3_2 .uael-modal-youtube .uael-video-wrap {
    padding-bottom: 66.6666%
}

.uael-modal-content-data {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uael-modal-content-data .uael-modal-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.uael-modal.uael-modal-vimeo .uael-video-wrap,
.uael-modal.uael-modal-youtube .uael-video-wrap {
    height: 0;
    max-width: 100%;
    position: relative
}

.uael-modal-full {
    pointer-events: none;
    min-height: 100%
}

.uael-modal-custom {
    pointer-events: none
}

.uael-modal-custom .uael-content {
    pointer-events: visible
}

.uael-modal-full .uael-content img {
    width: 100%;
    max-width: 100%
}

.uael-modal-full .uael-content,
.uael-modal-full .uael-modal-close {
    pointer-events: auto
}

.uael-modal-video .uael-content {
    text-align: center
}

.uael-show,
.uael-show .uael-modal-close,
.uael-show+.uael-modal-close {
    visibility: visible
}

.uael-modal-close img {
    height: 100%;
    width: 100%
}

.uael-modal-close {
    cursor: pointer;
    font-size: 1.6em;
    position: absolute;
    text-align: center;
    line-height: 0
}

.uael-close-icon i,
.uael-close-icon svg {
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px
}

.uael-close-image {
    width: 25px;
    height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0
}

.uael-modal-close {
    visibility: hidden;
    position: fixed;
    z-index: 999999
}

.uael-close-custom-top-right {
    top: 50px;
    right: 50px
}

.uael-close-custom-top-left {
    top: 50px;
    left: 50px
}

.uael-close-custom-popup-top-right {
    bottom: 100%;
    left: 100%;
    position: absolute
}

.uael-close-custom-popup-top-left {
    bottom: 100%;
    right: 100%;
    position: absolute
}

.uael-close-custom-popup-edge-top-right {
    top: -.5em;
    right: -.5em;
    left: auto;
    position: absolute
}

.uael-close-custom-popup-edge-top-left {
    top: -.5em;
    left: -.5em;
    right: auto;
    position: absolute
}

.uael-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .75);
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show {
    z-index: 9999
}

.uael-show~.uael-overlay {
    opacity: 1;
    visibility: visible
}

.uael-modal-title-wrap {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
    padding: 5px 25px
}

.uael-modal-title-wrap .uael-modal-title {
    margin: 0
}

.uael-content {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.uael-modal iframe,
.uael-modal img {
    display: block;
    margin: 0 auto
}

.uael-modal img {
    max-width: 100%
}

.uael-modal-vimeo iframe,
.uael-modal-youtube iframe {
    width: 100%;
    height: 100%
}

.uael-modal-action {
    cursor: pointer
}

.uael-modal-scrollable .uael-modal-content-data {
    overflow: auto
}

.uael-effect-1 .uael-content {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show.uael-effect-1 .uael-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.uael-effect-2 .uael-content {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.uael-show.uael-effect-2 .uael-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.uael-effect-3 .uael-content {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show.uael-effect-3 .uael-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.uael-effect-4 .uael-content {
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0
}

.uael-effect-4 .uael-content,
.uael-show.uael-effect-4~.uael-overlay {
    -webkit-transition: all .5s;
    transition: all .5s
}

.uael-show.uael-effect-4 .uael-content {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.uael-effect-5.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-5 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.uael-show.uael-effect-5 .uael-content {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
    opacity: 1
}

.uael-effect-6.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-6 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}

.uael-show.uael-effect-6 .uael-content {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
}

.uael-effect-8.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-8 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.uael-show.uael-effect-8 .uael-content {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}

.uael-effect-9.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-9 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.uael-show.uael-effect-9 .uael-content {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.uael-effect-10.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-10 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show.uael-effect-10 .uael-content {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.uael-effect-11 .uael-content {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show.uael-effect-11 .uael-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.uael-effect-13.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-13 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.uael-show.uael-effect-13 .uael-content {
    -webkit-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

.uael-effect-14.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-14 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.uael-show.uael-effect-14 .uael-content {
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    opacity: 1
}

.uael-effect-15.uael-modal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.uael-effect-15 .uael-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-show.uael-effect-15 .uael-content {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
}

.uael-show.uael-effect-17~.container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.uael-show.uael-effect-17~.container,
.uael-show.uael-effect-17~.uael-overlay {
    -webkit-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.uael-effect-17 .uael-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}

.uael-show.uael-effect-17 .uael-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s .2s;
    transition: all .3s .2s
}

.uael-show.uael-effect-18~.container {
    height: 100%;
    overflow: hidden
}

.uael-show.uael-effect-18~.uael-overlay {
    -webkit-transition: all .5s;
    transition: all .5s
}

.uael-show.uael-effect-18~.container,
.uael-show.uael-effect-18~.uael-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst .5s forwards ease-in;
    transform-style: preserve-3d;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst .5s forwards ease-in
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(-200px)
    }
}

@keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }
}

.uael-effect-18 .uael-content {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0
}

.uael-show.uael-effect-18 .uael-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .5s .1s;
    transition: all .5s .1s
}

.uael-show.uael-effect-19~.container {
    height: 100%;
    overflow: hidden
}

.uael-show.uael-effect-19~.uael-overlay {
    -webkit-transition: all .5s;
    transition: all .5s
}

.uael-show.uael-effect-19~.container,
.uael-show.uael-effect-19~.uael-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop .5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop .5s forwards ease-in;
    transform-style: preserve-3d;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    animation: OpenTop .5s forwards ease-in
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out
    }
}

@keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.uael-effect-19 .uael-content {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0
}

.uael-show.uael-effect-19 .uael-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .5s .1s;
    transition: all .5s .1s
}

.internet-explorer .uael-modal-close {
    position: absolute
}

.internet-explorer .uael-close-custom-top-left,
.internet-explorer .uael-close-custom-top-right {
    position: fixed
}

.uael-video-player {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000
}

.uael-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.uael-video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    transition: .4s all
}

.uael-video-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.uael-modal-content-data {
    position: relative
}

.uael-loader {
    display: block;
    margin: 0 auto;
    min-height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.uael-loader::before {
    content: "";
    background: 0 0 !important;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: uael-if-spin 575ms infinite linear;
    animation: uael-if-spin 575ms infinite linear
}

.uael-modal-iframe .uael-modal-content-data {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.uael-modal-action-wrap .uael-button-wrapper .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-modal-action-wrap .uael-button-wrapper .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

@keyframes uael-if-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uael-if-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width:1025px) {
    .uael-modal-parent-wrapper.uael-modal-hide-desktop {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .uael-modal-parent-wrapper.uael-modal-hide-tablet {
        display: none
    }
}

@media (max-width:767px) {
    .uael-modal-parent-wrapper.uael-modal-hide-phone {
        display: none
    }
}

.uael-nav-menu li,
.uael-nav-menu ul,
ul.uael-nav-menu {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.uael-nav-menu .menu-item-has-children-container,
.uael-nav-menu li.menu-item {
    position: relative
}

.uael-flyout-container .uael-nav-menu li.menu-item {
    position: relative;
    background: unset
}

.uael-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item,
.uael-nav-menu__layout-horizontal,
.uael-nav-menu__layout-horizontal .uael-nav-menu,
.uael-nav-menu__toggle,
div.uael-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
div.uael-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-nav-menu__layout-horizontal .uael-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu .parent-has-no-child .uael-menu-toggle {
    display: none
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu,
.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children.focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
    -webkit-transition: none;
    -webkit-transition: all .1s;
    transition: all .1s
}

.uael-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none
}

.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.uael-active-menu+.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-submenu-open-click .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: hidden;
    opacity: 0
}

.uael-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0
}

.uael-flyout-container .uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%
}

.uael-nav-menu:after,
.uael-nav-menu:before {
    content: '';
    display: table;
    clear: both
}

.uael-nav-menu__align-right .uael-nav-menu {
    margin-left: auto
}

.uael-nav-menu__align-right .uael-nav-menu,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uael-nav-menu__align-left .uael-nav-menu {
    margin-right: auto
}

.uael-nav-menu__align-left .uael-nav-menu,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.uael-nav-menu__align-center .uael-nav-menu {
    margin-left: auto;
    margin-right: auto
}

.uael-nav-menu__align-center .uael-nav-menu,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-sub-menu-item,
.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu {
    width: 100%
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.uael-active-menu+nav li:not(:last-child) a.uael-menu-item,
.uael-active-menu+nav li:not(:last-child) a.uael-sub-menu-item {
    border-bottom-width: 0
}

.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.uael-nav-menu a.uael-menu-item:hover,
.uael-nav-menu a.uael-sub-menu-item:hover {
    text-decoration: none
}

.uael-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999
}

.uael-nav-menu__layout-horizontal {
    font-size: 0
}

.uael-nav-menu__layout-horizontal li.menu-item,
.uael-nav-menu__layout-horizontal>li.menu-item {
    font-size: medium
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.uael-submenu-open-hover .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
    display: none
}

.uael-submenu-open-hover .uael-nav-menu__layout-horizontal .uael-nav-menu li.menu-item:hover>.sub-menu {
    display: block
}

nav ul li.menu-item ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%
}

.uael-nav-menu .uael-has-submenu .sub-menu li.menu-item:first-child,
.uael-nav-menu .uael-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important
}

.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'
}

.uael-submenu-icon-none .uael-nav-menu .parent-has-child .sub-arrow {
    display: none
}

.uael-link-redirect-self_link.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
    content: ''
}

.uael-link-redirect-self_link.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
    content: '-'
}

.uael-link-redirect-self_link.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
    content: ''
}

.rtl .uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.rtl .uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
}

.uael-nav-menu-icon {
    border: 0 solid
}

.uael-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px
}

.uael-has-submenu-container a.uael-menu-item:focus,
.uael-has-submenu-container a.uael-sub-menu-item:focus,
.uael-nav-menu .menu-item-has-children .sub-menu:focus,
.uael-nav-menu .menu-item-has-children-container:focus,
.uael-nav-menu .menu-item-has-children:focus,
.uael-nav-menu-icon i:focus {
    outline: 0
}

.uael-flyout-wrapper .sub-menu,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .sub-menu {
    position: relative;
    height: 0
}

.uael-nav-menu__submenu-arrow .uael-menu-toggle:before,
.uael-nav-menu__submenu-classic .uael-menu-toggle:before,
.uael-nav-menu__submenu-plus .uael-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0
}

.uael-menu-item-center .uael-nav-menu li a.uael-menu-item,
.uael-menu-item-center .uael-nav-menu li a.uael-sub-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-sub-menu-item {
    margin-right: 0
}

.uael-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: fontAwesome;
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0
}

.uael-active-menu .uael-nav-menu__toggle-icon:before {
    content: '\f00d'
}

.uael-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

.uael-active-menu+.uael-nav-menu__layout-expandible {
    height: auto
}

.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-expandible,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
    position: absolute;
    top: 100%
}

.uael-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.uael-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.uael-layout-expandible nav {
    height: 0
}

.uael-nav-menu__icon,
.uael-nav-sub-menu-icon {
    display: inline-block;
    line-height: 1
}

.uael-nav-menu__toggle {
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative
}

.uael-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
    margin-left: 10px
}

.uael-flyout-wrapper .sub-arrow,
.uael-layout-expandible .sub-arrow,
.uael-nav-menu__layout-vertical .uael-nav-menu .sub-arrow {
    padding: 10px
}

.uael-nav-menu .child-item,
.uael-nav-menu__layout-vertical .uael-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px
}

.uael-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.uael-flyout-container .child,
.uael-flyout-container .saved-content,
.uael-flyout-container .sub-menu,
.uael-nav-menu__layout-expandible .child,
.uael-nav-menu__layout-expandible .saved-content,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .child,
.uael-nav-menu__layout-vertical .saved-content,
.uael-nav-menu__layout-vertical .sub-menu {
    left: 0 !important;
    width: 100% !important
}

.uael-flyout-container .uael-nav-menu .sub-menu {
    background: unset
}

.uael-flyout-wrapper .uael-menu-toggle:hover,
.uael-nav-menu__layout-expandible .uael-menu-toggle:hover,
.uael-nav-menu__layout-vertical .uael-menu-toggle:hover {
    border: 1px dotted
}

.uael-flyout-wrapper .uael-menu-toggle,
.uael-nav-menu__layout-expandible .uael-menu-toggle,
.uael-nav-menu__layout-vertical .uael-menu-toggle {
    border: 1px dotted transparent
}

.uael-nav-menu .menu-item a:after,
.uael-nav-menu .menu-item a:before {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1)
}

.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 0
}

.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
    opacity: 1
}

.uael-nav-menu .current-menu-item:after,
.uael-nav-menu .current-menu-item:before,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:after,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:before,
.uael-nav-menu .menu-item a.uael-menu-item:focus:after,
.uael-nav-menu .menu-item a.uael-menu-item:focus:before,
.uael-nav-menu .menu-item a.uael-menu-item:hover:after,
.uael-nav-menu .menu-item a.uael-menu-item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    height: 0;
    width: 0;
    left: 50%
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px
}

.uael-pointer__double-line.uael-animation__none,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__overline.uael-animation__none,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__underline.uael-animation__none,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__double-line.uael-animation__none:after,
.uael-pointer__double-line.uael-animation__none:before,
.uael-pointer__double-line.uael-animation__none:focus,
.uael-pointer__double-line.uael-animation__none:hover,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__overline.uael-animation__none:after,
.uael-pointer__overline.uael-animation__none:before,
.uael-pointer__overline.uael-animation__none:focus,
.uael-pointer__overline.uael-animation__none:hover,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__underline.uael-animation__none:after,
.uael-pointer__underline.uael-animation__none:before,
.uael-pointer__underline.uael-animation__none:focus,
.uael-pointer__underline.uael-animation__none:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before {
    content: '';
    top: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after {
    content: '';
    bottom: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px)
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
    content: ''
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:before {
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
    width: 3px;
    height: 3px
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
    transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
    width: 100%;
    height: 100%
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
    -webkit-transition: opacity 20ms, height .1s, width .1s .1s;
    transition: opacity 20ms, height .1s, width .1s .1s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after {
    -webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
    transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
    width: 3px;
    height: 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
    border-width: 3px 0 0 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0
}

.uael-pointer__framed.uael-animation__corners .current-menu-item:after,
.uael-pointer__framed.uael-animation__corners .current-menu-item:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:before {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2ms, width .4s, height .4s;
    transition: opacity 2ms, width .4s, height .4s
}

.uael-pointer__framed.uael-animation__none,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__framed.uael-animation__none:after,
.uael-pointer__framed.uael-animation__none:before,
.uael-pointer__framed.uael-animation__none:focus,
.uael-pointer__framed.uael-animation__none:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
    content: '';
    -webkit-transition: .3s;
    transition: .3s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.uael-pointer__background .current-menu-item,
.uael-pointer__background .menu-item.parent a.uael-menu-item.highlighted,
.uael-pointer__background .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background .menu-item.parent a.uael-menu-item:hover {
    color: #fff
}

.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.uael-pointer__background.uael-animation__grow .current-menu-item:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    transition: .3s
}

.uael-pointer__background.uael-animation__shrink .current-menu-item:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover:before {
    -webkit-transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, transform .4s;
    transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.uael-pointer__background.uael-animation__sweep-left .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%
}

.uael-pointer__background.uael-animation__sweep-right .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%
}

.uael-pointer__background.uael-animation__sweep-up .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%
}

.uael-pointer__background.uael-animation__sweep-down .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-out-vertical .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.uael-pointer__background.uael-animation__shutter-out-horizontal .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:before {
    top: 0;
    bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
    top: 100%;
    bottom: 0
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:before {
    bottom: 50%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:after {
    top: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:before {
    right: 0;
    left: 100%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after {
    right: 100%;
    left: 0
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:before {
    left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:after {
    right: 50%
}

.uael-pointer__background.uael-animation__none,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__background.uael-animation__none:after,
.uael-pointer__background.uael-animation__none:before,
.uael-pointer__background.uael-animation__none:focus,
.uael-pointer__background.uael-animation__none:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:hover {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.uael-pointer__text.uael-animation__none,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__text.uael-animation__none:after,
.uael-pointer__text.uael-animation__none:before,
.uael-pointer__text.uael-animation__none:focus,
.uael-pointer__text.uael-animation__none:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.uael-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.uael-flyout-animating,
.uael-flyout-overlay,
.uael-side {
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-flyout-close,
.uael-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.uael-flyout-wrapper .uael-side {
    display: block;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden
}

.uael-flyout-content ul li,
.uael-flyout-content.push {
    color: #fff
}

.uael-flyout-wrapper .uael-side {
    display: block;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden
}

.uael-flyout-wrapper .uael-side.uael-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    width: 300px;
    max-width: 100%
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.uael-flyout-wrapper .uael-side.top {
    top: -100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.uael-flyout-wrapper .uael-side.bottom {
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.uael-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff
}

@media (max-width:1024px) {
    .uael-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.uael-flyout-content::-webkit-scrollbar {
    display: none
}

.admin-bar .uael-side {
    margin-top: 32px
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .1s;
    transition: all .1s
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -webkit-transition: all .1s;
    transition: all .1s
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media only screen and (max-width:1024px) {

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal li {
        width: 100%;
        margin-right: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
        display: block
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
    .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical,
    .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
        visibility: visible;
        opacity: 1
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
        height: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical {
        height: auto
    }

    .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
        position: relative
    }

    .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
        position: absolute
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
        display: block
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
        float: none
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
        -webkit-transition: none;
        transition: none
    }

    .uael-nav-menu__breakpoint-tablet .uael-menu-toggle:hover {
        border: 1px dotted
    }

    .uael-nav-menu__breakpoint-tablet .uael-menu-toggle {
        border: 1px dotted transparent
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
        top: 0
    }

    .uael-nav-menu__breakpoint-tablet .child,
    .uael-nav-menu__breakpoint-tablet .saved-content,
    .uael-nav-menu__breakpoint-tablet .sub-menu {
        left: 0 !important;
        width: auto !important
    }

    .uael-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
        padding: 10px
    }

    .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
    .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
    .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
        content: ''
    }

    .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
    .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
    .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
        background-color: unset !important
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
        border: 0 !important
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
    .uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
    .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {

    .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
    .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal li.menu-item {
        width: 100%
    }

    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle {
        display: inline-block
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }

    .uael-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
        -webkit-transition: none;
        transition: none
    }

    .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
        float: none
    }

    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle.uael-active-menu,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
        display: block
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical {
        height: 0
    }

    .uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle {
        display: block
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical {
        float: none
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical,
    .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0
    }

    .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
    .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical,
    .uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
        visibility: visible;
        opacity: 1
    }

    .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical {
        height: auto
    }

    .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
        position: relative
    }

    .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
    .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
        position: absolute
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }

    .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
        content: ''
    }

    .uael-nav-menu__breakpoint-mobile .uael-menu-toggle:hover {
        border: 1px dotted
    }

    .uael-nav-menu__breakpoint-mobile .uael-menu-toggle {
        border: 1px dotted transparent
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-1 .uael-nav-menu {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
        padding: 10px
    }

    .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-1 .uael-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-2 .uael-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
        transition: all .3s cubic-bezier(.25, .5, .5, .9)
    }

    .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-2 .uael-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-3 .uael-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-3 .uael-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .uael-nav-menu__breakpoint-mobile .child,
    .uael-nav-menu__breakpoint-mobile .saved-content,
    .uael-nav-menu__breakpoint-mobile .sub-menu,
    .uael-nav-menu__breakpoint-tablet .child,
    .uael-nav-menu__breakpoint-tablet .saved-content,
    .uael-nav-menu__breakpoint-tablet .sub-menu {
        left: 0 !important;
        width: auto !important
    }

    .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
    .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
    .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
        background-color: unset !important
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__framed .menu-item.parent a.uael-menu-item:before,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
        border: 0 !important
    }

    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
    .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
    .uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.uael-toggle-no .uael-layout-expandible .uael-nav-menu__toggle {
    display: none
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
    width: 100%;
    left: 0;
    opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
    bottom: 0;
    opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0;
    opacity: 1
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
    opacity: 1
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
    border-width: 3px;
    width: 100%;
    opacity: 1;
    height: 100%
}

.uael-nav-menu-toggle-label-yes .elementor-widget-container>.uael-nav-menu__toggle,
.uael-nav-menu-toggle-label-yes .uael-layout-expandible .uael-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {

    .uael-nav-menu-toggle-label-yes .uael-layout-horizontal .uael-nav-menu__toggle,
    .uael-nav-menu-toggle-label-yes .uael-layout-vertical .uael-nav-menu__toggle {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
    text-align: right
}

.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
    text-align: left
}

.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
    text-align: center
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item.elementor-button:after {
    height: 0
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:before {
    border-width: 0
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-widget-uael-nav-menu:not(.uael-nav-menu__align-justify) a.uael-menu-item.elementor-button {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-widget-uael-nav-menu.uael-menu-item-space-between a.uael-menu-item.elementor-button {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-nav-menu li.elementor-button-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width:1024px) {

    .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
    .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item,
    .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {

    .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
    .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.uael-menu-item-flex-start .uael-flyout-container .elementor-button-wrapper {
    text-align: left
}

.uael-menu-item-flex-end .uael-flyout-container .elementor-button-wrapper,
.uael-menu-item-flex-end .uael-flyout-container li.elementor-button-wrapper {
    text-align: right
}

.uael-menu-item-center .uael-flyout-container .elementor-button-wrapper {
    text-align: center
}

.elementor-sticky__spacer .uael-nav-menu .uael-nav-menu__toggle {
    visibility: hidden
}

.elementor-sticky__spacer nav.uael-nav-menu__submenu-arrow {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.uael-off-canvas-overlay {
    overflow: hidden !important
}

.uael-offcanvas-enabled body {
    width: 100%
}

.uael-offcanvas {
    position: fixed;
    width: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    background: #fff;
    visibility: hidden;
    z-index: 99999
}

.uael-offcanvas,
.uael-offcanvas-animating,
.uael-offcanvas-overlay {
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-offcanvas::-webkit-scrollbar {
    display: none
}

.uael-offcanvas-show {
    scrollbar-width: none
}

.elementor-editor-active .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text {
    display: unset
}

.admin-bar .uael-offcanvas {
    margin-top: 32px
}

.uael-offcanvas-icon-bg,
.uael-offcanvas-trigger {
    display: inline-block
}

.uael-offcanvas-shadow-normal.position-at-left.uael-offcanvas-show,
.uael-offcanvas-shadow-normal.position-at-right.uael-offcanvas-show {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2)
}

.uael-offcanvas-shadow-inset.position-at-right.uael-offcanvas-show {
    -webkit-box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5);
    box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-shadow-inset.position-at-left.uael-offcanvas-show {
    -webkit-box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5);
    box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-action-wrap .uael-offcanvas-action .uael-offcanvas-icon {
    text-align: center
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-left,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-left {
    top: 50%;
    left: 0;
    right: auto;
    position: fixed;
    z-index: 999
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-right,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-right {
    top: 50%;
    right: 0;
    left: auto;
    position: fixed;
    z-index: 999
}

.uael-offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0
}

.uael-offcanvas-action,
.uael-offcanvas-parent-wrapper .uael-offcanvas-overlay {
    cursor: pointer
}

.uael-offcanvas-content {
    position: relative;
    width: 100%;
    padding: 40px 25px 25px 25px
}

.uael-offcanvas img {
    display: block;
    margin: 0 auto
}

.uael-offcanvas img {
    max-width: 100%
}

.uael-offcanvas-full {
    pointer-events: none;
    min-height: 100%
}

.uael-offcanvas-full .uael-offcanvas-close {
    pointer-events: auto
}

.uael-offcanvas-show,
.uael-offcanvas-show .uael-offcanvas-close,
.uael-offcanvas-show+.uael-offcanvas-close {
    visibility: visible
}

.uael-offcanvas-close-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.uael-offcanvas-content .uael-offcanvas-menu,
.uael-offcanvas-content .uael-offcanvas-menu .sub-menu {
    list-style: none
}

.uael-offcanvas-content .uael-offcanvas-menu .sub-menu li a,
.uael-offcanvas-content .uael-offcanvas-menu li a {
    padding: 5px 0;
    display: block
}

.uael-offcanvas-content .uael-offcanvas-menu {
    margin-left: 0
}

.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:focus,
.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:hover {
    -webkit-transition: background 150ms linear, color 150ms linear;
    transition: background 150ms linear, color 150ms linear
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a {
    padding: 5px 0
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
    content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
    content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
    content: '+'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
    content: '-'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i:before {
    content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
    content: ''
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-toggle {
    border: 1px dotted transparent;
    padding: 10px
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px
}

.uael-offcanvas-wrap-submenu-yes .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0
}

.uael-offcanvas-wrap-submenu-yes li.menu-item {
    position: relative
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li.menu-item {
    position: relative;
    background: inherit
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item {
    text-decoration: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-active.uael-offcanvas-sub-menu-active+.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-menu-active+.sub-menu.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes.uael-off-canvas-link-redirect-self_link .uael-offcanvas-menu-active+.sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-has-submenu-container+.sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: relative;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close-icon {
    cursor: pointer;
    fill: #000000
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close {
    display: block;
    float: right;
    padding: 8px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    cursor: pointer;
    vertical-align: middle;
    font-size: 0px
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-left-top {
    left: 0;
    right: auto
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-right-top {
    right: 0;
    left: auto
}

.uael-offcanvas-action-wrap .uael-button-wrapper .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-offcanvas-action-wrap .uael-button-wrapper .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.uael-offcanvas-show~.uael-offcanvas-overlay {
    opacity: 1;
    visibility: visible
}

.uael-offcanvas-close {
    z-index: 99999
}

.fa-times-thin:before {
    content: '\00d7'
}

@media (min-width:1025px) {
    .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-desktop {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-tablet {
        display: none
    }

    .uael-offcanvas-enabled {
        min-height: 100vh
    }
}

@media (max-width:767px) {
    .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-phone {
        display: none
    }

    .uael-offcanvas-enabled {
        min-height: 100vh
    }
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap {
    margin: 0 auto
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__inner-wrap {
    display: inline-block;
    width: 100%
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.card"] .uael-post__thumbnail {
    position: relative
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-left .uael-post__separator {
    margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-right .uael-post__separator {
    margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
    z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__complete-box-overlay {
    z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post-grid {
    display: inline-block;
    width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__terms {
    display: inline-block
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap {
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
    z-index: 1
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__bg-wrap .uael-post__noimage .uael-post__content-wrap {
    width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-left .uael-post__separator {
    margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-right .uael-post__separator {
    margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__title {
    word-break: break-word
}

@media (max-width:767px) {
    .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
        display: block
    }

    .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap,
    .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__thumbnail {
        width: 100% !important;
        margin: 0 !important
    }
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__inner-wrap {
    position: relative;
    height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__bg-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail img {
    height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__noimage.uael-post__content-wrap {
    width: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail {
    width: 50%;
    position: relative
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap {
    margin-top: auto;
    margin-bottom: auto
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-image-right .uael-post__inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured>.uael-post-wrapper {
    width: 50%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner .uael-post-wrapper:last-child .uael-post__bg-wrap {
    margin-bottom: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__bg-wrap {
    display: block
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured .uael-post__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__terms {
    font-size: 14px
}

.uael-posts[data-skin=news] .uael-post__terms {
    background-color: #818a91
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.elementor-element[data-widget_type="uael-posts.news"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
    z-index: 2
}

.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
    display: none
}

@media (max-width:767px) {

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__noimage.uael-post__content-wrap,
    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
    .elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner {
        width: 100%
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
        width: 50%
    }

    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
        background-image: none;
        position: unset
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
        display: block
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__content-wrap,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__thumbnail,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
    .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
        width: 100%
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        text-align: center
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail img {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        max-width: none;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post__inner-wrap {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post__body .image-ratio-set .uael-post__thumbnail {
        position: relative;
        width: 100%
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post__body .uael-post__content-wrap {
        width: 100%
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__noimage.uael-post__content-wrap {
        position: relative
    }

    .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured:not(.image-ratio-set) .uael-post__content-wrap {
        position: relative
    }
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width:1024px) {
    .elementor-element[data-widget_type="uael-posts.news"] .uael-post__columns-tablet-2 .uael-post-wrapper {
        width: 100%
    }
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__bg-wrap {
    overflow: hidden
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__terms {
    -webkit-border-radius: 99px;
    border-radius: 99px
}

.uael-posts[data-skin=business] .uael-post__terms {
    background-color: #818a91
}

.uael-post__content-align-left .uael-post__gradient-separator {
    background: -webkit-gradient(linear, left top, right top, from(#818a91), to(#ffffff00));
    background: -webkit-linear-gradient(left, #818a91 0, #ffffff00 100%);
    background: linear-gradient(to right, #818a91 0, #ffffff00 100%)
}

.uael-post__content-align-center .uael-post__gradient-separator {
    background: -webkit-radial-gradient(#818a91 10%, #ffffff00 80%);
    background: radial-gradient(#818a91 10%, #ffffff00 80%)
}

.uael-post__content-align-right .uael-post__gradient-separator {
    background: -webkit-gradient(linear, right top, left top, from(#818a91), to(#ffffff00));
    background: -webkit-linear-gradient(right, #818a91 0, #ffffff00 100%);
    background: linear-gradient(to left, #818a91 0, #ffffff00 100%)
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-left .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-image img {
    display: inline;
    width: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    max-width: 100%
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-desc {
    line-height: 1.4;
    color: #a4a4a4
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name,
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name a {
    font-weight: 700;
    line-height: 1.4
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-center .uael-post__authorbox {
    display: block;
    text-align: center
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__separator {
    display: inline-block
}

.uael-post__datebox {
    display: block;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center
}

.uael-post__datebox .uael-post__date-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.uael-post__datebox span {
    display: block
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__datebox:not(.uael-post__noimage) {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__thumbnail {
    overflow: visible
}

.uael-posts-tabs-dropdown .uael-filters-dropdown {
    display: none
}

.uael-post-grid__inner {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.classic"] .uael-post-image-background .uael-post__complete-box-overlay {
    z-index: 99
}

.uael-post__cta-fullwidth-yes .uael-post__read-more {
    width: 100%
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__thumbnail,
.uael-post__link-complete-yes .uael-post__bg-wrap {
    position: relative
}

.uael-post__link-complete-yes .uael-post__complete-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.uael-post-wrapper {
    float: left;
    display: inline-block
}

.uael-post-grid__inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-post-grid__inner.uael-post-masonry {
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none outside;
    clear: both
}

.elementor-global-widget .uael-post-grid__inner.uael-post-masonry {
    position: unset !important;
    height: auto !important
}

.uael-listing__terms-link {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit
}

.uael-post-wrapper.uael-post-wrapper-featured {
    margin: 0
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-6 .uael-post-wrapper-featured {
    width: 33.33
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-5 .uael-post-wrapper-featured {
    width: 40%
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-3 .uael-post-wrapper-featured {
    width: 66.66%
}

.uael-post__columns-2 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-2 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-4 .uael-post-wrapper-featured {
    width: 50%
}

.uael-post__columns-1 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-1 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
    width: 100%
}

.uael-post-grid[data-equal-height=yes] .slick-slide {
    margin-top: 10px
}

.uael-filters-dropdown-button .fa-angle-down:before {
    content: ""
}

.uael-post__columns-8 .uael-post-wrapper {
    width: 12.5%
}

.uael-post__columns-7 .uael-post-wrapper {
    width: 14.28%
}

.uael-post__columns-6 .uael-post-wrapper {
    width: 16.66%
}

.uael-post__columns-5 .uael-post-wrapper {
    width: 20%
}

.uael-post__columns-4 .uael-post-wrapper {
    width: 25%
}

.uael-post__columns-3 .uael-post-wrapper {
    width: 33.2%
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
    clear: left
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
    clear: right
}

.uael-post__footer {
    margin-top: 30px
}

.uael-post__header-filters {
    display: block;
    margin: 0;
    margin-bottom: 10px
}

.uael-post__header-filter {
    display: inline-block;
    padding: 5px;
    cursor: pointer
}

.uael-post__header-filters-wrap {
    margin-bottom: 20px
}

.uael-post__thumbnail {
    overflow: hidden
}

.uael-post__bg-wrap.uael-bg-wrap-enabled,
.uael-post__content-wrap.uael-content-wrap-enabled,
.uael-post__inner-wrap.uael-inner-wrap-enabled {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    margin-bottom: 20px
}

.uael-content-wrap-enabled .uael-post__excerpt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.uael-content-wrap-enabled .uael-post__read-more,
.uael-cta-auto-align-enabled .uael-post__read-more {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.uael-post-image-background .uael-post__thumbnail {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative
}

.uael-post-image-background .uael-post__thumbnail {
    z-index: 2
}

.uael-post-image-background .uael-post__thumbnail::before {
    content: '';
    z-index: 1
}

.uael-post-image-background .uael-post__thumbnail,
.uael-post-image-background .uael-post__thumbnail::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.uael-post__thumbnail img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.uael-post-image-background .uael-post__thumbnail img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%
}

.uael-post__bg-wrap {
    width: 100%;
    display: inline-block
}

.uael-equal__height-yes .uael-post__bg-wrap {
    height: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__bg-wrap,
.uael-post-image-background .uael-post__inner-wrap {
    position: relative;
    width: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__inner-wrap {
    position: unset
}

.uael-post-image-background .uael-post__content-wrap {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%
}

.uael-blog-terms-position-media .uael-post__terms {
    font-size: 12px;
    margin: 20px
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__terms {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    word-break: break-word
}

.uael-post__terms-wrap .uael-post__terms {
    margin: 0
}

.uael-post__terms-wrap {
    margin-bottom: 10px
}

.uael-post__meta-data {
    line-height: 1.3em;
    font-size: 12px
}

.uael-post__meta-data span {
    line-height: 1.6em;
    display: inline
}

.uael-post__meta-data svg {
    height: 20px;
    width: 20px;
    vertical-align: middle
}

.uael-post__terms-meta a {
    display: inline-block
}

.uael-blog-terms-position-body .uael-post-wrapper span.uael-post__terms {
    background: 0 0
}

.uael-post__meta-data span i,
.uael-post__terms i {
    margin-right: 2px
}

.uael-post-wrapper .uael-post__title a,
.uael-post__meta-data a {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit
}

.uael-grid-pagination a.page-numbers,
.uael-grid-pagination span.page-numbers.current {
    padding: 5px 10px;
    margin: 0 0 5px;
    display: inline-block
}

.uael-post-grid__inner #infscr-loading {
    bottom: -80px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.uael-post-grid__inner #infscr-loading img {
    margin-top: 10px;
    width: 10%
}

#infscr-loading div {
    display: none
}

.elementor-widget-uael-posts .uael-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%
}

.elementor-widget-uael-posts .uael-loader:before {
    border: 3px solid #333;
    border-left-color: transparent;
    border-right-color: transparent
}

.elementor-widget-uael-posts .uael-loader {
    z-index: 3
}

.uael-infinite-load-more {
    background-color: #61ce70;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    display: inline-block
}

.uael-post-wrapper .uael-post__read-more .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-post-wrapper .uael-post__read-more .elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.uael-post-inf-loader {
    display: none;
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 160px;
    text-align: center
}

.uael-post-inf-loader>div {
    width: 18px;
    height: 18px;
    background-color: #0085ba;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.uael-post-inf-loader .uael-post-loader-1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.uael-post-inf-loader .uael-post-loader-2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:1024px) {
    .uael-post__columns-tablet-1 .uael-post-wrapper {
        width: 100%
    }

    .uael-post__columns-tablet-2 .uael-post-wrapper {
        width: 50%
    }

    .uael-post__columns-tablet-3 .uael-post-wrapper {
        width: 33.2%
    }

    .uael-post__columns-tablet-4 .uael-post-wrapper {
        width: 25%
    }

    .uael-post__columns-tablet-5 .uael-post-wrapper {
        width: 20%
    }

    .uael-post__columns-tablet-6 .uael-post-wrapper {
        width: 16.66%
    }

    .uael-post__columns-tablet-7 .uael-post-wrapper {
        width: 14.28%
    }

    .uael-post__columns-tablet-8 .uael-post-wrapper {
        width: 12.5%
    }

    .uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
    .uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
    .uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
    .uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
    .uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
    .uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
    .uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
    .uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
        clear: left
    }

    .uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
    .uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
    .uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
    .uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
    .uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
    .uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
    .uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
    .uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
        clear: right
    }

    .uael-post_structure-featured.uael-featured_post_structure-inline .uael-post-grid__inner .uael-post-wrapper-featured,
    .uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
        width: 100%
    }
}

@media (max-width:767px) {
    .uael-post__columns-mobile-1 .uael-post-wrapper {
        width: 100%
    }

    .uael-post__columns-mobile-2 .uael-post-wrapper {
        width: 50%
    }

    .uael-post__columns-mobile-3 .uael-post-wrapper {
        width: 33.2%
    }

    .uael-post__columns-mobile-4 .uael-post-wrapper {
        width: 25%
    }

    .uael-post__columns-mobile-5 .uael-post-wrapper {
        width: 20%
    }

    .uael-post__columns-mobile-6 .uael-post-wrapper {
        width: 16.66%
    }

    .uael-post__columns-mobile-7 .uael-post-wrapper {
        width: 14.28%
    }

    .uael-post__columns-mobile-8 .uael-post-wrapper {
        width: 12.5%
    }

    .uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
    .uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
    .uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
    .uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
    .uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
    .uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
    .uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
    .uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
        clear: left
    }

    .uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
    .uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
    .uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
    .uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
    .uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
    .uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
    .uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
    .uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
        clear: right
    }

    .uael-posts-tabs-dropdown .uael-filters-dropdown {
        display: block;
        position: relative;
        margin-bottom: 20px
    }

    .uael-posts-tabs-dropdown .uael-filters-dropdown-button {
        background: #efefef;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
        display: inline-block
    }

    .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
        display: none;
        list-style: none;
        position: absolute;
        margin: 0;
        top: 100%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        z-index: 9;
        border: 1px solid #ededed
    }

    .uael-posts-tabs-dropdown .uael-post__header-filter {
        white-space: nowrap;
        display: block;
        background: #efefef;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        border-style: none;
        margin: 0
    }

    .uael-posts-tabs-dropdown .uael-filters-dropdown-button::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 6px
    }

    .uael-posts-tabs-dropdown .uael-post__header-filters {
        display: none
    }

    .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
        display: block
    }

    .uael-posts-tabs-dropdown .uael-post__header-filter {
        padding: 5px 15px 5px 15px
    }

    .uael-post__filter-align-left .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-post__filter-align-right .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-post__filter-align-center .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail:not(.uael-post-wrapper__noimage) {
    position: relative
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters {
    padding-left: unset
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters li {
    margin-left: unset
}

.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
    background: unset
}

.uael-post-grid .slick-slide img {
    width: 100%
}

.uael-post-grid .slick-next,
.uael-post-grid .slick-next:focus,
.uael-post-grid .slick-next:hover,
.uael-post-grid .slick-prev,
.uael-post-grid .slick-prev:focus,
.uael-post-grid .slick-prev:hover {
    font-size: 0;
    line-height: 0;
    bottom: auto;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #aaa;
    border-color: #aaa;
    outline: 0;
    background: 0 0
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before {
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-post-grid[data-equal-height=yes] .uael-post__inner-wrap {
    height: 100%
}

.uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: -45px;
    z-index: 1
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: auto;
    right: -45px
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before,
[dir=rtl] .uael-post-grid .slick-next:before,
[dir=rtl] .uael-post-grid .slick-prev:before {
    content: '';
    font-size: 0;
    line-height: 0
}

.uael-post__arrow-outside .uael-post-grid .slick-next {
    right: -45px;
    z-index: 2
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
    left: -45px;
    right: auto
}

.uael-post-grid .slick-next i,
.uael-post-grid .slick-next i:focus,
.uael-post-grid .slick-next i:hover,
.uael-post-grid .slick-prev i,
.uael-post-grid .slick-prev i:focus,
.uael-post-grid .slick-prev i:hover {
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-post-grid ul.slick-dots {
    padding-top: 0;
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center
}

.uael-post-grid ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-post-grid ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-post-grid ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-post-grid ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-post__arrow-inside .uael-post-grid .slick-prev {
    left: 25px;
    z-index: 1
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-prev {
    left: auto;
    right: 25px
}

.uael-post__arrow-inside .uael-post-grid .slick-next {
    right: 25px;
    z-index: 2
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-next {
    left: 25px;
    right: auto
}

@media (max-width:1024px) {
    .uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: 15px;
        z-index: 1
    }

    [dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: auto;
        right: 15px
    }

    .uael-post__arrow-outside .uael-post-grid .slick-next {
        right: 15px;
        z-index: 2
    }

    [dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
        left: 15px;
        right: auto
    }
}

.elementor-widget-uael-price-table .elementor-widget-container {
    overflow: hidden;
    background-color: #f9f9f9
}

.elementor-widget-uael-price-table:hover {
    z-index: 9
}

.uael-price-table-feature-content {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-price-features-simple .uael-price-table-feature-content {
    padding: 10px 20px
}

.uael-price-features-borderbox .uael-price-table-feature-content,
.uael-price-features-divider .uael-price-table-feature-content,
.uael-price-features-strips .uael-price-table-feature-content {
    padding: 15px 20px
}

.uael-pricing-style-1 .uael-price-table-header,
.uael-pricing-style-2 .uael-price-table-header,
.uael-pricing-style-3 .uael-pricing-heading-wrap,
.uael-pricing-style-4 .uael-price-table-header {
    padding: 20px
}

.uael-price-table .uael-price-table-cta,
.uael-pricing-style-1 .uael-price-table-price-wrap,
.uael-pricing-style-4 .uael-price-table-price-wrap {
    padding: 40px 20px
}

.uael-module-content.uael-price-table-container {
    position: relative
}

.uael-price-table {
    text-align: center
}

.uael-price-table .uael-price-table-heading {
    margin: 0;
    padding: 0
}

.uael-pricing-duration {
    padding: 0 4px
}

.uael-price-table .uael-price-table-original-price {
    margin-right: 15px;
    text-decoration: line-through;
    font-size: .5em;
    line-height: 1;
    font-weight: 400;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.uael-price-box__original-price-position-right .uael-price-table .uael-price-table-original-price {
    margin-right: unset;
    margin-left: 15px
}

.uael-price-table .uael-strike-tooltip-template {
    display: none
}

.uael-price-box__original-price-position-top .uael-price-table-original-price {
    display: inline-block;
    margin-right: unset
}

.uael-price-table .uael-pricing-value {
    color: #555;
    font-weight: 600;
    font-size: 65px
}

.uael-price-table .uael-price-table-pricing .uael-price-typo-excluded {
    line-height: initial;
    letter-spacing: initial;
    text-transform: initial;
    font-weight: initial;
    font-size: initial;
    font-style: initial
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip,
.uael-price-table .uael-price-table-beside-price,
.uael-price-table-price-wrap,
.uael-pricing-value {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-price-table .uael-price-table-beside-price {
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-price-heading-icon,
.uael-pricing-container {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle
}

.uael-price-table .uael-price-currency-normal,
.uael-price-table .uael-price-table-integer-part {
    line-height: 1em
}

.uael-price-table .uael-price-table-currency,
.uael-price-table .uael-price-table-fractional-part {
    line-height: 1.2em;
    font-size: .4em
}

.uael-price-table .uael-price-table-currency {
    margin-right: 2px
}

.uael-price-table .uael-price-table-beside-price {
    margin-left: 2px
}

.uael-price-table .uael-price-table-duration {
    width: 100%;
    font-size: 13px;
    font-weight: 400
}

.uael-price-table .uael-price-table-features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

.uael-price-table .uael-price-table-features-list i {
    margin-right: 10px;
    font-size: 1em
}

.uael-price-table .uael-price-table-disclaimer {
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.uael-price-features-borderbox .uael-price-table-features-list li:before,
.uael-price-features-borderbox .uael-price-table-features-list li:last-child:after,
.uael-price-features-divider .uael-price-table-features-list li:not(:first-child):before {
    content: '';
    display: block;
    border: 0 solid rgba(122, 122, 122, .3)
}

.uael-price-features-simple.elementor-animation-float:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.uael-price-features-simple.elementor-animation-sink:hover {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.uael-price-features-simple.elementor-animation-float,
.uael-price-features-simple.elementor-animation-sink {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@-webkit-keyframes uael-animation-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uael-animation-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.uael-price-features-simple.elementor-animation-wobble-vertical:hover {
    -webkit-animation-name: uael-animation-wobble-vertical;
    animation-name: uael-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-cta,
.uael-pricing-style-2 .uael-price-table .uael-price-table-price-wrap {
    padding: 30px 20px
}

.uael-pricing-style-2 .uael-pricing-value {
    font-size: 50px
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-features-list {
    padding: 20px 0
}

.uael-pricing-style-2 .elementor-button {
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.uael-price-table-price-wrap,
.uael-pricing-value {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.uael-pricing-style-3 .uael-price-table-pricing {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #eaeaea;
    border-color: #f9f9f9
}

.uael-pricing-style-3 .uael-price-table .uael-pricing-value {
    font-size: 40px
}

.uael-pricing-style-3 .uael-price-table .uael-price-table-features-list {
    padding: 20px 0 0 0
}

.uael-price-table-ribbon-1 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15em;
    overflow: hidden;
    height: 15em
}

.uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
    text-align: center;
    left: 0;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000
}

.uael-price-table-ribbon-1.uael-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.uael-price-table-ribbon-1.uael-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.uael-price-table-ribbon-content {
    z-index: 9;
    background: #000;
    color: #fff
}

.elementor-widget-uael-price-table .elementor-widget-container {
    overflow: visible !important
}

.uael-price-table-ribbon-2 .uael-price-table-ribbon-content {
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0
}

.uael-price-table-ribbon-2.uael-ribbon-left .uael-price-table-ribbon-content {
    left: 0;
    -webkit-transform: translateX(-40%) translateY(-40%);
    -ms-transform: translateX(-40%) translateY(-40%);
    transform: translateX(-40%) translateY(-40%)
}

.uael-price-table-ribbon-2.uael-ribbon-right .uael-price-table-ribbon-content {
    right: 0;
    -webkit-transform: translateX(40%) translateY(-40%);
    -ms-transform: translateX(40%) translateY(-40%);
    transform: translateX(40%) translateY(-40%)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after,
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    right: 0;
    border-bottom: 8px solid transparent
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after {
    border-left: 8px solid rgba(0, 0, 0, .2)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content {
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 4px;
    padding: 3px 15px;
    position: absolute;
    top: 30%;
    right: -8px
}

.rtl .uael-price-table-ribbon-1 {
    position: absolute;
    top: 0;
    width: 15em;
    overflow: hidden;
    height: 15em
}

.rtl .uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
    text-align: center;
    left: 0;
    width: 150%;
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase
}

.rtl .uael-price-table-ribbon-1,
.rtl .uael-price-table-ribbon-1.uael-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.rtl .uael-price-table-ribbon-1.uael-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.rtl .uael-price-table-price-wrap,
.rtl .uael-pricing-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-features-text {
    padding-left: 10px;
    padding-right: 10px
}

.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    -webkit-border-radius: 0;
    border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    height: 11px;
    margin-left: -11px;
    width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    height: 22px;
    margin-left: 0;
    margin-top: -11px;
    width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip {
    pointer-events: none;
    position: absolute
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .2s;
    animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

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

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .2s;
    animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .2s;
    animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    background: #565656;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
    margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    height: 12px;
    margin-left: -10px;
    top: 0;
    width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    right: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    left: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
    bottom: 0;
    height: 13px;
    margin-left: -10px;
    width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
    border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
    border-left-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipstered.uael-price-table-feature-content {
    cursor: pointer
}

.uael-price-table .uael-tooltip-container {
    display: none
}

.uael-features-text p {
    margin-bottom: 0
}

@media(max-width:1024px) {

    .uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
    .uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
        display: none
    }

    .uael-features-tooltip-hide-tablet .tooltipstered.uael-price-table-feature-content {
        cursor: auto
    }
}

@media(max-width:767px) {

    .uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
    .uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
        display: none
    }

    .uael-features-tooltip-hide-mobile .tooltipstered.uael-price-table-feature-content {
        cursor: auto
    }
}

@media (max-width:1024px) {

    .uael-strike-price-tooltip-hide-tablet .uael-strike-tooltip,
    .uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
    .uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
        display: none
    }
}

@media(max-width:767px) {

    .uael-strike-price-tooltip-hide-mobile .uael-strike-tooltip,
    .uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
    .uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
        display: none
    }
}

.tooltipster-sidetip.uael-price-table-tooltip {
    min-height: 40px !important
}

.uael-price-list {
    margin: 0
}

.uael-pl-price-position-below .uael-pl-price-outer,
.uael-price-list-above .uael-pl-price-outer,
.uael-price-list-above .uael-price-list-separator,
.uael-price-list-above.uael-price-list .uael-price-list-item {
    display: block
}

.uael-pl-price-outer {
    display: none
}

.uael-price-list .uael-price-list-item,
.uael-price-list .uael-price-list-item .uael-price-list-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

.uael-price-list .uael-price-list-header,
.uael-price-list .uael-price-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.uael-price-list .uael-price-list-item .uael-price-list-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.uael-price-list .uael-price-list-item .uael-price-list-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 600
}

.uael-price-list .uael-price-list-item .uael-price-list-separator {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0
}

.uael-price-list-shape-rounded img {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.uael-price-list-shape-default img {
    -webkit-border-radius: 0%;
    border-radius: 0
}

.uael-price-list-shape-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-price-list .uael-price-list-item p.uael-price-list-description {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0
}

.uael-price-list-right .uael-price-list-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.uael-price-list-image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uael-price-list-image img {
    min-width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title,
.uael-price-list-above .uael-price-wrapper,
.uael-price-list-image img {
    width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title {
    max-width: 100%
}

.uael-price-list-text .uael-price-wrapper .uael-price-list-price.has-discount {
    text-decoration: line-through;
    opacity: .7
}

.uael-price-list-discount-price {
    margin-left: 5px
}

.uael-align-price-list-left .uael-price-list-text {
    text-align: left
}

.uael-align-price-list-left .uael-price-list-image {
    margin-right: auto;
    margin-left: 0
}

.uael-align-price-list-right .uael-price-list-text {
    text-align: right
}

.uael-align-price-list-right .uael-price-list-image {
    margin-left: auto;
    margin-right: 0
}

.uael-align-price-list-center .uael-price-list-text {
    text-align: center
}

.uael-align-price-list-center .uael-price-list-image {
    margin-right: auto;
    margin-left: auto
}

.uael-pl-price-position-below .uael-price-list-header {
    display: block
}

@media(max-width:768px) {
    .uael-pricelist-stack-tablet .uael-price-list .uael-price-list-item {
        display: block
    }

    .uael-align-price-list-tablet-left .uael-price-list-text {
        text-align: left
    }

    .uael-align-price-list-tablet-left .uael-price-list-image {
        margin-right: auto;
        margin-left: 0
    }

    .uael-align-price-list-tablet-right .uael-price-list-text {
        text-align: right
    }

    .uael-align-price-list-tablet-right .uael-price-list-image {
        margin-left: auto;
        margin-right: 0
    }

    .uael-align-price-list-tablet-center .uael-price-list-text {
        text-align: center
    }

    .uael-align-price-list-tablet-center .uael-price-list-image {
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:479px) {
    .uael-pricelist-stack-tablet .uael-price-list-title {
        width: 100%
    }

    .uael-pricelist-stack-tablet .uael-pl-price-outer {
        display: block
    }

    .uael-pricelist-stack-tablet .uael-pl-price-inner,
    .uael-pricelist-stack-tablet .uael-price-list-separator {
        display: none
    }

    .uael-pricelist-stack-mobile .uael-price-list-title {
        width: 100%
    }

    .uael-pricelist-stack-mobile .uael-pl-price-outer {
        display: block
    }

    .uael-pricelist-stack-mobile .uael-pl-price-inner,
    .uael-pricelist-stack-mobile .uael-price-list-separator {
        display: none
    }

    .uael-pricelist-stack-mobile .uael-price-list .uael-price-list-item {
        display: block
    }

    .uael-align-price-list-mobile-left .uael-price-list-text {
        text-align: left
    }

    .uael-align-price-list-mobile-left .uael-price-list-image {
        margin-right: auto !important;
        margin-left: 0 !important
    }

    .uael-align-price-list-mobile-right .uael-price-list-text {
        text-align: right
    }

    .uael-align-price-list-mobile-right .uael-price-list-image {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .uael-align-price-list-mobile-center .uael-price-list-text {
        text-align: center
    }

    .uael-align-price-list-mobile-center .uael-price-list-image {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.elementor-grid.uael-style-floating.uael-floating-align-right,
.uael-style-floating.uael-container.uael-floating-align-right {
    left: unset;
    right: 0
}

.elementor-grid.uael-style-floating.uael-floating-align-left,
.uael-style-floating.uael-container.uael-floating-align-left {
    left: 0;
    right: unset
}

.uael-style-floating .elementor-grid {
    position: fixed;
    top: 32%;
    z-index: 9998;
    left: 0;
    cursor: pointer;
    display: block
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #c8232c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ff4301
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #4c75a3
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #34526f
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #f74425
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #08c
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #126567
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #046082;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
    border: 2px solid #046082
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text {
    color: #b52028;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #b52028
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #e83d01;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #456a94;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #d37326;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #2e4963;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #0053cf;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #00a8e6;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #db3c21;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
    border: 2px solid #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #007dbb;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #115d5f;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #21be5c;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #21be5c
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #3b5998;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #3b5998;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #0e76a8;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #0e76a8;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #b52028
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #b52028;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #21be5c
}

.uael-share-btn {
    border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    padding-left: .9em
}

.uael-style-inline .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
    border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
    color: #000
}

.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #3b5998;
    background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
    color: #3b5998
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #0077b5;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #0077b5;
    background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
    color: #0077b5
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #bd081c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #bd081c;
    background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
    color: #bd081c
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ff4500;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ff4500;
    background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
    color: #ff4500
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #45668e;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #45668e;
    background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
    color: #45668e
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #f4731c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #f4731c;
    background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
    color: #f4731c
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #35465c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #35465c;
    background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
    color: #35465c
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #005be2;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #005be2;
    background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
    color: #005be2
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #00aff0;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #00aff0;
    background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
    color: #00aff0
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #eb4924;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #eb4924;
    background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
    color: #eb4924
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #2ca5e0;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #2ca5e0;
    background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
    color: #2ca5e0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
    color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #026466;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #026466;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #3b5998;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #0077b5;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #bd081c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ff4500;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #45668e;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #f4731c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #005be2;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #00aff0;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #eb4924;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #2ca5e0;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ef3f56;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #026466;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #25d366;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #35465c;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #25d366;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #25d366;
    background: 0 0
}

a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed {
    color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ed812b
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #385490;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #385490
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #0e76a8;
    background: 0 0
}

.uael-share-btn {
    border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    padding-left: .9em
}

.uael-style-floating .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
    border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
    color: #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #3b5998;
    background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
    color: #3b5998
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #0077b5;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #0077b5;
    background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
    color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #bd081c;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #bd081c;
    background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
    color: #bd081c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ff4500;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ff4500;
    background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
    color: #ff4500
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #45668e;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #45668e;
    background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
    color: #45668e
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #f4731c;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #f4731c;
    background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
    color: #f4731c
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #35465c;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #35465c;
    background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
    color: #35465c
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #005be2;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #005be2;
    background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
    color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #00aff0;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #00aff0;
    background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
    color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #eb4924;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #eb4924;
    background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
    color: #eb4924
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #2ca5e0;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #2ca5e0;
    background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
    color: #2ca5e0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
    color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #bd081c;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ff4500;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #45668e;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #f4731c;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #005be2;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #00aff0;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #eb4924;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #2ca5e0;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ef3f56;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #026466;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #25d366;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #35465c;
    color: #fff
}

.elementor-grid.uael-floating-align-left {
    left: 0;
    right: auto
}

.elementor-grid.uael-floating-align-right {
    right: 0;
    left: auto
}

.uael-share-btn__icon {
    background-color: #3b5998
}

.uael-share-btn__icon.uaelbtn--skin-gradient .uael-share-btn__icon {
    background-color: #3b5998;
    color: #fff
}

.uael-share-btn,
.uael-share-btn__icon,
.uael-share-btn__text,
.uael-total-share-btn,
span.uael-total-share-btn__icon,
span.uael-total-share-btn__title {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.uael-share-btn {
    overflow: hidden;
    font-size: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-transition-property: background-color, border-color, -webkit-filter;
    transition-property: background-color, border-color, -webkit-filter;
    transition-property: filter, background-color, border-color;
    transition-property: filter, background-color, border-color, -webkit-filter;
    height: 4.4em;
    cursor: pointer
}

.uael-share-btn__text {
    font-size: 1.5em;
    padding-right: 1em;
    padding-left: 1em;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    font-weight: 100
}

.uael-share-btn__icon i {
    font-size: 1.7em
}

.uael-share-btn__icon {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 4.5em;
    position: relative
}

.uael-share-btn__title {
    font-weight: 700;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.uael-share-buttons--view-icon .uael-share-btn__icon,
.uael-share-buttons--view-icon .uael-share-btn__text,
.uael-share-buttons--view-text .uael-share-btn__icon,
.uael-share-buttons--view-text .uael-share-btn__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
    -webkit-border-radius: 99.9em;
    border-radius: 99.9em;
    border-color: green;
    border-style: solid
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed div.uael-share-btn__text,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed span.uael-share-btn__icon {
    background-color: #fff
}

.uael-share-btn.elementor-animation-.uaelbtn-shape-circle.uaelbtn--skin-framed {
    border: 2px #3b5998 solid
}

.uael-share-btn .uael-share-btn__icon {
    background-color: #3b5998
}

.uael-share-btn .uael-share-btn__text {
    background-color: #ea4335
}

.uaelbtn--skin-gradient .uael-share-btn__text {
    background-color: #37538d;
    color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon {
    background-color: #3b5998;
    color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon,
.uaelbtn--skin-gradient .uael-share-btn__text {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent)
}

.elementor-grid-item .uael-share-btn .uaelbtn--skin-framed {
    color: #3b5998;
    border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-rounded {
    -webkit-border-radius: 0.5em;
    border-radius: .5em
}

.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
    background-color: #fff
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter .uael-share-btn__title {
    color: #1da1f2
}

.elementor-grid-item .uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
    border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed {
    border-width: 2px;
    border-color: #1984bc;
    border-style: solid
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter {
    background-color: #fff
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #0077b5
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin .uael-share-btn__title {
    color: #0077b5
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
    background-color: #355089
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
    background-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
    background-color: #0071ac
}

.uael-share-btn.uaelbtn-shape-circle,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-minimal span.uael-share-btn__icon {
    -webkit-border-radius: 99.9em;
    border-radius: 99.9em
}

.elementor-grid.uael-style-floating .uael-share-btn:hover,
.elementor-grid.uael-style-inline .uael-share-btn:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2)
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: 0
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-minimal span.uael-share-btn__icon {
    -webkit-border-radius: 0.5em;
    border-radius: .5em
}

.uael-total-share-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    font-size: 10px;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-transition-property: background-color, border-color, -webkit-filter;
    transition-property: background-color, border-color, -webkit-filter;
    transition-property: filter, background-color, border-color;
    transition-property: filter, background-color, border-color, -webkit-filter;
    height: 4em;
    cursor: pointer
}

span.uael-total-share-btn__icon {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    font-weight: 100
}

span.uael-total-share-btn__title {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: 100
}

.elementor-share-buttons--align-right .elementor-grid {
    text-align: right
}

.elementor-share-buttons--align-left .elementor-grid {
    text-align: left
}

.elementor-share-buttons--align-center .elementor-grid {
    text-align: center
}

.elementor-share-buttons--align-justify .elementor-grid {
    text-align: justify
}

@media only screen and (max-width:1024px) {
    .elementor-share-buttons-tablet--align-right .elementor-grid {
        text-align: right
    }

    .elementor-share-buttons-tablet--align-left .elementor-grid {
        text-align: left
    }

    .elementor-share-buttons-tablet--align-center .elementor-grid {
        text-align: center
    }

    .elementor-share-buttons-tablet--align-justify .elementor-grid {
        text-align: justify
    }
}

@media only screen and (max-width:767px) {
    .elementor-share-buttons-mobile--align-right .elementor-grid {
        text-align: right
    }

    .elementor-share-buttons-mobile--align-left .elementor-grid {
        text-align: left
    }

    .elementor-share-buttons-mobile--align-center .elementor-grid {
        text-align: center
    }

    .elementor-share-buttons-mobile--align-justify .elementor-grid {
        text-align: justify
    }
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #323b43;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
    color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #323b43;
    color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #323b43;
    background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
    color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #aaa;
    color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed {
    color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #aaa;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #aaa;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed {
    color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #39f;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #39f;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #39f;
    color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ef3f56;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
    color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background-color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
    background-color: #ef3f56;
    color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    color: #fff;
    background: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
    border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    background: #ef3f56;
    color: #fff
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
    color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #ea4335;
    color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
    color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
    color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
    color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
    color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #ea4335
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
    color: #d8394e
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
    color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #989898;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    background: #aaa;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #989898;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #989898;
    background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #989898;
    color: #fff
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
    color: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #989898;
    color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat {
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    background: #000;
    color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
    color: #000
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    background: #443f3f;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #000;
    color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #ea4335;
    color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
    color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #ea4335;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
    color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
    color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #ea4335;
    background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed {
    color: #026466
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #ef3f56;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
    color: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
    color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #ef3f56;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #989898;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
    background: #aaa;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #989898;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #989898;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #989898;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #989898;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #989898;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
    background: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
    background: #443f3f;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #151515
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #000;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
    color: #000;
    background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #39f
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #39f;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
    color: #fff;
    background: #2f8ce9
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
    background: #39f;
    color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
    color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
    color: #39f;
    background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
    border: 2px solid #39f
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
    background: #39f;
    color: #fff
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex,
.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
    font-size: 1.5em
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex {
    padding: 6px
}

.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
    padding: 12px
}

.uael-total-share-btn__iconx i.eicon-share {
    font-weight: 800
}

.uael-table-wrapper {
    overflow-x: auto
}

.uael-table {
    border-spacing: 0;
    margin: 0;
    table-layout: auto;
    border-collapse: collapse
}

.uael-advance-heading,
.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-advance-heading {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uael-advance-heading .uael-tbl-entry-wrapper select {
    height: auto;
    margin-left: 5px;
    margin-right: 5px
}

.uael-advance-heading .uael-tbl-search-wrapper input {
    height: auto;
    margin-left: 10px
}

.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-advance-heading .uael-tbl-search-wrapper input {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 12px 20px 12px 40px
}

.uael-table-wrapper .dataTables_paginate {
    display: none
}

.uael-table-row .uael-table-col {
    vertical-align: middle
}

.uael-table__text-inner,
td .uael-table__text,
th .uael-table__text {
    display: inline-block
}

.uael-align-icon--left {
    margin-right: 12px;
    display: inline-block
}

.uael-align-icon--right {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    margin-left: 12px;
    display: inline-block
}

.uael-col-img--left {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle
}

.uael-col-img--right {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle
}

.uael-sort-icon {
    float: right;
    margin-left: 5px
}

tr.uael-table-row td {
    border-bottom: 1px solid #eee
}

tr.uael-table-row th {
    border-bottom: none
}

.uael-table-wrapper table tbody tr:hover>td,
.uael-table-wrapper table tbody tr:hover>th,
.uael-table-wrapper table tbody>tr:nth-child(odd)>td,
.uael-table-wrapper table tbody>tr:nth-child(odd)>th {
    background-color: inherit
}

@media (max-width:767px) {

    .uael-advance-heading div,
    .uael-advance-heading input,
    .uael-advance-heading label,
    .uael-advance-heading select {
        display: block;
        width: 100% !important
    }

    .uael-advance-heading .uael-tbl-entry-wrapper select,
    .uael-advance-heading .uael-tbl-search-wrapper input {
        margin: 0;
        margin-top: 5px
    }

    .uael-tbl-entry-wrapper {
        margin-bottom: 20px
    }

    .uael-advance-heading {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .uael-table-wrapper table[data-responsive=yes] thead {
        display: none
    }

    .uael-table-wrapper table[data-responsive=yes] tbody .uael-table-row .uael-table-col .uael-table-head {
        display: block;
        width: 100%;
        border-top-width: 0;
        border-left-width: 0;
        border-right: 1px solid #bbb;
        vertical-align: middle;
        text-align: center;
        border-bottom-width: 0
    }

    .uael-table-wrapper table[data-responsive=yes] tbody tr .uael-table-body-cell-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: -moz-box;
        display: flex;
        overflow: hidden;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        margin-top: -1px;
        padding: 0 !important
    }

    table[data-responsive=yes] .uael-table-body-cell-text span.uael-table__text {
        display: inline-block;
        width: 100%;
        padding: 15px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.hide-entry,
.hide-lbl-entry {
    display: none
}

.show-entry,
.show-lbl-entry {
    display: block
}

.uael-table span.sort-style {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uael-table-col {
    border: none
}

.uael-sort-icon:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.sorting .uael-sort-icon:after {
    content: "\f0dc"
}

.sorting_asc .uael-sort-icon:after {
    content: "\f0de"
}

.sorting_desc .uael-sort-icon:after {
    content: "\f0dd"
}

table[data-responsive=yes] tbody .uael-table-head {
    display: none
}

@media (max-width:767px) {
    .elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr:nth-child(odd) {
        background: #fff
    }

    .elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr.uael-table-row div.responsive-header-text {
        border-top-width: 0;
        border-left-width: 0;
        border-bottom-width: 0
    }
}

.uael-header-sticky-yes .uael-table-wrapper thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100
}

@media screen and (max-width:600px) {
    .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
        top: 0
    }
}

@media screen and (min-width:601px) and (max-width:782px) {
    .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
        top: 45px
    }
}

@media (min-width:783px) {
    .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
        top: 30px
    }
}

.uael-header-sticky-yes .uael-table-wrapper {
    overflow: unset
}

.theme-twentytwentytwo .uael-table-wrapper table.uael-table {
    width: 100%
}

.uael-toc-header {
    display: table;
    width: 100%;
    margin-bottom: 18px
}

.uael-toc-heading,
.uael-toc-heading a,
.uael-toc-switch {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.uael-toc-auto-collapse .uael-toc-header,
.uael-toc-hidden .uael-toc-header {
    margin-bottom: 0
}

.uael-toc-switch .uael-icon::before {
    content: "\f106";
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center
}

.uael-toc-auto-collapse .uael-toc-switch .uael-icon:before,
.uael-toc-hidden .uael-toc-switch .uael-icon:before {
    content: "\f107"
}

.uael-toc-switch {
    text-align: right
}

.uael-toc-wrapper {
    display: inline-block;
    padding: 25px;
    min-width: 100%
}

.uael-toc-switch {
    margin-left: 15px;
    cursor: pointer
}

.uael-toc-list li {
    text-align: left
}

.uael-toc-list ul:first-child li:first-child {
    margin-top: 0
}

.uael-toc-heading,
.uael-toc-heading a {
    font-size: 25px
}

.uael-toc-content-wrapper {
    font-size: 16px
}

.uael-scroll-top-icon,
.uael-toc-auto-collapse .uael-separator-parent,
.uael-toc-auto-collapse .uael-toc-toggle-content,
.uael-toc-empty-note,
.uael-toc-toggle-content.hide {
    display: none
}

.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-wrapper {
    color: inherit
}

.elementor-element.elementor-widget-uael-table-of-contents,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch:hover {
    background-color: inherit
}

.uael-toc-content-wrapper ol {
    counter-reset: item
}

.uael-toc-content-empty .uael-toc-empty-note,
.uael-toc-content-wrapper ol li,
.uael-toc-toggle-content,
.uael-toc-toggle-content.show {
    display: block
}

.uael-toc-content-wrapper ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    margin-right: 5px
}

.uael-toc-list-none li {
    list-style-type: none
}

.uael-toc-list-disc.uael-toc-list ul {
    list-style-type: circle
}

.uael-toc-list {
    margin: 0
}

.uael-toc-toggle-content .uael-toc-list-disc {
    margin-left: 16px
}

.uael-toc-main-wrapper li:before {
    content: ""
}

.uael-toc-header {
    margin-bottom: 20px
}

.uael-toc-wrapper .uael-separator {
    margin-bottom: 20px;
    width: 100%
}

.uael-scroll-top-icon::before {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-decoration: inherit
}

.uael-scroll-top-icon {
    content: "769";
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #6ec1e4;
    font-size: 15px;
    font-size: .88235294117647rem;
    right: 30px;
    bottom: 30px
}

.uael-scroll-top-icon:focus,
.uael-scroll-top-icon:hover {
    color: #fff
}

.uael-toc__show-scroll.uael-scroll-top-icon {
    display: inline
}

.uael-team-member {
    width: 100%;
    max-width: 100%
}

.uael-team-member,
.uael-team-member .elementor-social-icon,
.uael-team-member .uael-team-member-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uael-team-member .uael-team-member-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.uael-team-member .uael-team-member-content {
    width: 100%
}

.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desc,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desig,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-name {
    padding: 0 10px
}

.uael-team-member .uael-separator-wrapper {
    line-height: 0
}

.uael-team-member .uael-separator {
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block;
    width: 5%
}

.uael-shape-rounded .uael-team-member-image img {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.uael-shape-circle .uael-team-member-image img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-team-member.elementor-social-icons-wrapper {
    font-size: 0;
    margin-top: 5px
}

.uael-team-social-icon {
    margin-top: 5px
}

.uael-team-member .elementor-social-icon {
    font-size: 14px;
    text-align: center;
    padding: .5em;
    cursor: pointer
}

.uael-team-member .elementor-social-icon:last-child {
    margin: 0
}

.uael-team-member .elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.uael-team-member .uael-team-name {
    margin-bottom: 5px
}

.uael-team-member .uael-team-desig {
    margin-bottom: 7px
}

.uael-team-member .uael-separator-wrapper {
    padding-bottom: 7px
}

.uael-team-member .uael-team-desc {
    margin-bottom: 10px
}

.uael-member-image-pos-left .uael-separator-wrapper,
.uael-member-image-pos-left .uael-team-member-content,
.uael-team-member-align-left .uael-team-member-wrap {
    text-align: left
}

.uael-member-image-pos-right .uael-separator-wrapper,
.uael-member-image-pos-right .uael-team-member-content,
.uael-team-member-align-right .uael-team-member-wrap {
    text-align: right
}

.uael-team-member-align-center .uael-team-member-wrap {
    text-align: center
}

.uael-member-image-pos-left .uael-member-wrap,
.uael-member-image-pos-right .uael-member-wrap,
.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-member-image-pos-left .uael-member-image-valign-middle .uael-team-member-image {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.uael-member-image-pos-right .uael-member-wrap {
    direction: rtl
}

.uael-member-image-pos-right .uael-member-wrap .uael-team-member-content {
    direction: ltr
}

.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
    direction: initial;
    float: right
}

.uael-member-image-pos-above .uael-team-member-image {
    margin-bottom: 15px
}

.uael-member-image-pos-left .uael-team-member-image {
    margin-right: 15px
}

.uael-member-image-pos-right .uael-team-member-image {
    margin-left: 15px
}

@media only screen and (max-width:976px) {

    .uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper,
    .uael-member-image-pos-left .uael-member-stacked-tablet .uael-member-wrap,
    .uael-member-image-pos-left .uael-member-stacked-tablet .uael-separator-wrapper,
    .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-content,
    .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-image,
    .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-wrap {
        display: block;
        text-align: center;
        margin-right: 0
    }

    .uael-member-image-pos-right .uael-member-stacked-tablet .elementor-social-icons-wrapper,
    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-member-wrap,
    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-separator-wrapper,
    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content,
    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-image,
    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-wrap {
        display: block;
        text-align: center;
        margin-left: 0
    }

    .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content .uael-team-social-icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none
    }

    .uael-tablet-team-member-align-center .elementor-social-icons-wrapper,
    .uael-tablet-team-member-align-center .uael-member-wrap,
    .uael-tablet-team-member-align-center .uael-separator-wrapper,
    .uael-tablet-team-member-align-center .uael-team-member-content,
    .uael-tablet-team-member-align-center .uael-team-member-image,
    .uael-tablet-team-member-align-center .uael-team-member-wrap {
        text-align: center
    }

    .uael-tablet-team-member-align-left .elementor-social-icons-wrapper,
    .uael-tablet-team-member-align-left .uael-member-wrap,
    .uael-tablet-team-member-align-left .uael-separator-wrapper,
    .uael-tablet-team-member-align-left .uael-team-member-content,
    .uael-tablet-team-member-align-left .uael-team-member-image,
    .uael-tablet-team-member-align-left .uael-team-member-wrap {
        text-align: left
    }

    .uael-tablet-team-member-align-right .elementor-social-icons-wrapper,
    .uael-tablet-team-member-align-right .uael-member-wrap,
    .uael-tablet-team-member-align-right .uael-separator-wrapper,
    .uael-tablet-team-member-align-right .uael-team-member-content,
    .uael-tablet-team-member-align-right .uael-team-member-image,
    .uael-tablet-team-member-align-right .uael-team-member-wrap {
        text-align: right
    }
}

@media only screen and (max-width:767px) {

    .uael-member-image-pos-left .uael-member-stacked-mobile .uael-member-wrap,
    .uael-member-image-pos-left .uael-member-stacked-mobile .uael-separator-wrapper,
    .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-content,
    .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-image,
    .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-wrap,
    .uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper {
        display: block;
        text-align: center;
        margin-right: 0
    }

    .uael-member-image-pos-right .uael-member-stacked-mobile .elementor-social-icons-wrapper,
    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-member-wrap,
    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-separator-wrapper,
    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content,
    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-image,
    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-wrap {
        display: block;
        text-align: center;
        margin-left: 0
    }

    .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content .uael-team-social-icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none
    }

    .uael-mobile-team-member-align-center .elementor-social-icons-wrapper,
    .uael-mobile-team-member-align-center .uael-member-wrap,
    .uael-mobile-team-member-align-center .uael-separator-wrapper,
    .uael-mobile-team-member-align-center .uael-team-member-content,
    .uael-mobile-team-member-align-center .uael-team-member-image,
    .uael-mobile-team-member-align-center .uael-team-member-wrap {
        text-align: center
    }

    .uael-mobile-team-member-align-left .elementor-social-icons-wrapper,
    .uael-mobile-team-member-align-left .uael-member-wrap,
    .uael-mobile-team-member-align-left .uael-separator-wrapper,
    .uael-mobile-team-member-align-left .uael-team-member-content,
    .uael-mobile-team-member-align-left .uael-team-member-image,
    .uael-mobile-team-member-align-left .uael-team-member-wrap {
        text-align: left
    }

    .uael-mobile-team-member-align-right .elementor-social-icons-wrapper,
    .uael-mobile-team-member-align-right .uael-member-wrap,
    .uael-mobile-team-member-align-right .uael-separator-wrapper,
    .uael-mobile-team-member-align-right .uael-team-member-content,
    .uael-mobile-team-member-align-right .uael-team-member-image,
    .uael-mobile-team-member-align-right .uael-team-member-wrap {
        text-align: right
    }
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new,
.uael-timeline--center .uael-timeline-right .uael-timeline-date-new,
.uael-timeline-main .uael-year,
.uael-timeline-marker,
.uael-timeline-right .uael-timeline-date-new,
.uael-timeline-widget {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-timeline-widget {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uael-timeline-main #infscr-loading {
    left: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    height: 150px
}

.uael-timeline-main #infscr-loading img {
    margin-top: 10px;
    width: 100%;
    max-width: 150px
}

#infscr-loading div,
.uael-timeline--center .uael-timeline-date-hide {
    display: none
}

.uael-timeline-heading {
    margin-bottom: 10px
}

.inner-date-new p {
    margin-bottom: 0
}

.uael-date-inner .inner-date-new p {
    margin-bottom: 0
}

.uael-timeline__line {
    background-color: #eee
}

.uael-timeline-main .uael-days .in-view .in-view-timeline-icon {
    background: #5cb85c
}

.uael-timeline__line__inner {
    background-color: #5cb85c;
    width: 100%
}

.uael-timeline-main .timeline-icon-new {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle
}

.uael-timeline-shadow-yes .uael-day-new {
    -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .5))
}

.uael-timeline-field:not(:last-child) {
    margin-bottom: 20px
}

.uael-timeline--center .uael-timeline-widget.uael-timeline-right,
.uael-timeline--right .uael-timeline-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uael-timeline--left .uael-day-left .uael-events-inner-new,
.uael-timeline--left .uael-day-right .uael-events-inner-new,
.uael-timeline--left .uael-days {
    text-align: left
}

.uael-timeline--right .uael-day-left .uael-events-inner-new,
.uael-timeline--right .uael-day-right .uael-events-inner-new,
.uael-timeline--right .uael-days {
    text-align: right
}

.uael-timeline--center .uael-timeline-date-new {
    display: block
}

.uael-timeline--right .uael-timeline__line {
    right: 16px;
    left: auto
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after {
    top: 0
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
    top: 0;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
    right: -12px
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow {
    right: -10px
}

.uael-timeline--right .uael-day-new,
.uael-timeline--right .uael-timeline-marker {
    max-width: 100%;
    position: relative
}

.uael-timeline--right .uael-day-new {
    margin-right: 14px
}

.uael-timeline--right .uael-timeline-marker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uael-timeline--right .uael-day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uael-timeline--left .uael-day-new,
.uael-timeline--left .uael-timeline-marker {
    max-width: 100%;
    position: relative
}

.uael-timeline--left .uael-timeline__line {
    left: 20px;
    right: auto
}

.uael-timeline--left .uael-timeline-marker {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uael-timeline--left .uael-day-new {
    margin-left: 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after {
    top: 0
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
    left: -10px
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow {
    left: -12px
}

.uael-timeline-marker {
    background-color: #eee;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.uael-timeline-main .uael-days .animate-border:hover .uael-timeline-marker {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.uael-timeline--center .uael-timeline-marker {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.uael-timeline--center .uael-day-new,
.uael-timeline--center .uael-timeline-date-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 100%;
    position: relative
}

.uael-timeline--center .uael-timeline-left .uael-day-new,
.uael-timeline--center .uael-timeline-right .uael-day-new {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.uael-timeline--center .uael-timeline-right .uael-day-new {
    padding-left: 0;
    padding-right: 12px
}

.uael-timeline--center .uael-timeline-left .uael-day-new {
    padding-right: 0;
    padding-left: 12px
}

.uael-day-right .uael-events-inner-new {
    text-align: right
}

.uael-day-left .uael-events-inner-new {
    text-align: left
}

.uael-events-inner-new {
    padding: 40px
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-timeline--center .uael-timeline-right .uael-timeline-date-new {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.uael-timeline-left .uael-date-new {
    margin-right: 10px
}

.uael-timeline-right .uael-date-new {
    margin-left: 10px
}

.uael-timeline-arrow-center .uael-timeline-widget,
.uael-timeline-right .uael-timeline-date-new {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
    right: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow {
    left: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline-arrow-center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-center .uael-timeline-right .uael-timeline-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-timeline-arrow-bottom .uael-timeline-widget {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.uael-timeline-arrow-bottom .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-bottom .uael-timeline-right .uael-timeline-arrow {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.uael-heading-bottom {
    margin: 0
}

.uael-day-right .uael-events-inner {
    text-align: right
}

.uael-day-left .uael-events-inner {
    text-align: left
}

.uael-timeline-arrow-bottom .uael-timeline-date-new .uael-date-new,
.uael-timeline-arrow-top .uael-timeline-date-new .uael-date-new {
    padding-top: 8px;
    padding-bottom: 8px
}

.uael-events-inner-new,
.uael-timeline-arrow {
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.uael-timeline-arrow:after {
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.uael-date-new {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.uael-timeline-widget.uael-timeline-left.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-left.hide-events .uael-events-inner-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-events-inner-new {
    visibility: hidden
}

.uael-timeline-main .uael-year {
    position: relative
}

.uael-timeline-main .uael-year span {
    display: inline-block;
    padding-bottom: 6px
}

.uael-day-left .uael-timeline-arrow:after,
.uael-day-right .uael-timeline-arrow:after,
.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uael-day-left .uael-timeline-arrow:after {
    left: 0
}

.uael-timeline--right .uael-day-left .uael-timeline-arrow:after {
    right: 0
}

.uael-day-right .uael-timeline-arrow:after {
    right: 0
}

.timeline-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.uael-timeline-main .uael-date .inner-date-new {
    white-space: nowrap;
    margin: 0
}

.uael-timeline-main .uael-timeline__line {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uael-timeline--right .uael-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.uael-timeline--center .uael-timeline__line {
    left: 50%;
    right: auto
}

.uael-timeline-main .in-view i.in-view-timeline-icon {
    -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-in-out;
    -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
    transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out
}

.uael-timeline--center .uael-days {
    text-align: center
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-right .uael-timeline-arrow:after {
    border-left-style: solid;
    border-left-width: 13px;
    border-left-color: transparent
}

.uael-timeline--center .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
    border-right-style: solid;
    border-right-width: 13px;
    border-right-color: transparent
}

.uael-timeline-wrapper .jscroll-loading img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%)
}

@media screen and (max-width:1024px) {
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-hide {
        display: block
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-events-inner-new {
        text-align: left
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
        right: 20px;
        left: auto
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
        left: 20px;
        right: auto
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
        margin-left: 16px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
        top: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
        left: -10px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow {
        left: -12px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-days {
        text-align: left
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
        content: '';
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-widget.uael-timeline-right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-date-new {
        display: none
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-events-inner-new {
        text-align: right
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
        right: 16px;
        left: auto
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
        top: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
        right: -12px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
        right: -10px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
        margin-right: 16px
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-days {
        text-align: right
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
        display: none
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
        border-right-style: solid;
        border-right-width: 13px;
        border-left: none;
        border-right-color: transparent
    }

    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
        border-left-style: solid;
        border-left-width: 13px;
        border-right: none
    }
}

@media screen and (max-width:767px) {
    .uael-timeline-responsive-none .uael-events-inner-new {
        padding: 15px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-hide {
        display: block
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-events-inner-new {
        text-align: left
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
        right: 20px;
        left: auto
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
        left: 20px;
        right: auto
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
        margin-left: 16px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
        left: -10px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow {
        left: -12px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .uael-timeline-left .uael-date-new {
        margin-right: 10px
    }

    .uael-day-left .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-days {
        text-align: left
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
        content: '';
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-widget.uael-timeline-right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-date-new {
        display: none
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-events-inner-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-days {
        text-align: right
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
        right: 16px;
        left: auto
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
        top: 0
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
        right: -12px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
        right: -10px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
        margin-right: 16px
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
        position: absolute;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-day-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
        display: none
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
        border-right-style: solid;
        border-right-width: 13px;
        border-left: none
    }

    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
    .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
        border-left-style: solid;
        border-left-width: 13px;
        border-right: none
    }
}

.uael-twitter-profile-feed {
    max-width: 500px;
    background: #fcfcfc;
    margin: auto
}

.uael-twitter-feed-card-header-icon,
.uael-twitter-feed-carousel,
.uael-twitter-feed-grid,
.uael-twitter-feed-header-statistics,
.uael-twitter-feed-header-user,
.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-twitter-feed-twitter-logo {
    padding-left: 10px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.uael-twitter-feed-profile-icon {
    color: #657786
}

.uael-twitter-feed-icon {
    margin: 20px 20px 20px 0
}

.uael-twitter-feed-name,
.uael-twitter-feed_inner-content b {
    color: #000
}

.uael-twitter-feed-profile-icon i {
    margin-right: 6px;
    font-size: 25px
}

.uael-twitter-feed-profile-icon .uael-twitter-feed-icon span,
.uael-twitter-feed-retweet {
    margin-right: 15px
}

.uael-twitter-feed-tweet-info b {
    font-size: 15px
}

.uael-twitter-feed-profile-icon svg {
    height: 1.5rem;
    margin-right: 6px;
    color: #536471
}

@media (max-width:767px) {
    .uael-twitter-feed-header-user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.uael-twitter-feed .uael-twitter-feed__title span a {
    color: #4a8bee;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none
}

.uael-twitter-feed-username {
    font-size: 13px
}

.uael-twitter-feed_inner-content {
    line-height: 28px;
    color: #a4a4a4;
    font-size: 14px
}

.uael-twitter-feed-header-user-info {
    margin-left: 21px
}

.uael-twitter-header-link-wrapper {
    margin-left: 10px
}

.uael-twitter-screen-name {
    display: block
}

.uael-twitter-feed-header-statistics p {
    margin-bottom: 20px
}

.uael-twitter-profile-feed .uael-twitter-feed-profile-body .uael-twitter-header-count a {
    text-decoration: none;
    color: #000
}

.uaell-twitter-user-cover {
    display: none
}

.uael-twitter-header-banner {
    padding-top: 30px
}

.uaell-twitter-user-cover .uael-twitter-header-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uaell-twitter-profile-yes .uaell-twitter-user-cover {
    display: block;
    overflow: hidden
}

.uael-twitter-header-count {
    margin: 0 20px 20px 0
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item {
    height: unset
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item .uael-twitter-feed-item-inner {
    height: 100%
}

.uael-twitter-feed-col-1 .uael-twitter-feed-item {
    width: 100%
}

.uael-twitter-feed-col-2 .uael-twitter-feed-item {
    width: 50%
}

.uael-twitter-feed-col-3 .uael-twitter-feed-item {
    width: 33.33%
}

.uael-twitter-feed-col-4 .uael-twitter-feed-item {
    width: 25%
}

@media (max-width:1024px) {
    .uael-twitter-feed-tablet-col-1 .uael-twitter-feed-item {
        width: 100%
    }

    .uael-twitter-feed-tablet-col-2 .uael-twitter-feed-item {
        width: 50%
    }

    .uael-twitter-feed-tablet-col-3 .uael-twitter-feed-item {
        width: 33.33%
    }

    .uael-twitter-feed-tablet-col-4 .uael-twitter-feed-item {
        width: 25%
    }
}

@media (max-width:767px) {
    .uael-twitter-feed-mobile-col-1 .uael-twitter-feed-item {
        width: 100%
    }

    .uael-twitter-feed-mobile-col-2 .uael-twitter-feed-item {
        width: 50%
    }

    .uael-twitter-feed-mobile-col-3 .uael-twitter-feed-item {
        width: 33.33%
    }

    .uael-twitter-feed-mobile-col-4 .uael-twitter-feed-item {
        width: 25%
    }
}

.uael-twitter-feed-grid,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-twitter-profile-feed .uael-twitter-feed {
    overflow-y: scroll;
    margin: 10px;
    height: 400px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar {
    height: 0;
    overflow: visible;
    width: 12px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    min-height: 28px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-track-piece {
    background: #fff;
    border-left: 1px solid #f1f1f1;
    height: 63px
}

.uael-twitter-feed-list .uael-twitter-feed-item,
.uael-twitter-profile-feed .uael-twitter-feed-item {
    width: 100%
}

.uael-twitter-feed-grid .uael-twitter-feed-item,
a.uael-twitter-feed-header-user-image-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item {
    display: inline-block
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item:not(:last-child) {
    margin-bottom: 8px
}

.uael-twitter-feed-card-header-icon {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-decoration: none
}

.uael-twitter-feed__title p {
    margin: 0
}

.uael-twitter-feed__title {
    width: 100%
}

.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name,
.uael_twitter_feed_icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-twitter-feed-item-avatar img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.uael-twitter-feed-item-avatar-style-circle img,
img.uael-twitter-feed-header-user-image {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.uael-twitter-feed-twitter-logo i.fa.fa-twitter {
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.uael-twitter-feed-likes-count,
.uael-twitter-feed-name,
.uael-twitter-feed-retweet-count {
    font-weight: 700
}

.uael-twitter-feed-profile-icon span.description {
    color: #000;
    font-weight: 500
}

.uael-twitter-feed-header-user {
    position: relative;
    margin-bottom: 20px
}

.uael-twitter-feed-header-user-image-container {
    margin-top: -29px
}

.uael-twitter-feed-header-user-info {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-right: 110px;
    overflow: hidden
}

.uael-twitter-feed-header-user-info-name-wrapper {
    overflow: hidden
}

.uael-twitter-feed-header-user-info-name {
    color: #14171a;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-name a {
    text-decoration: none;
    color: currentColor;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-twitter-feed-header-user-info-screen-name {
    color: #657786;
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-screen-name a {
    text-decoration: none;
    color: currentColor;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-twitter-feed-header-user-info-follow {
    border-color: #000;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 0;
    height: 28px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    background-color: #000;
    opacity: 1
}

.uael-twitter-feed-header-user-info-follow svg {
    fill: #fff;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    pointer-events: none
}

.uael-twitter-feed-header-user-info-follow a {
    text-decoration: none
}

.uael-twitter-feed-profile-body {
    padding: 0 24px
}

.uael-twitter-feed-header-user-info-follow-label {
    margin-right: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    background-color: #000;
    opacity: 1
}

.uael-twitter-feed-header-user-info-follow:hover {
    text-decoration: none;
    opacity: .9;
    color: #fff
}

a.uael-twitter-feed-header-user-image-container {
    color: #000
}

.uael-twitter-feed .slick-track {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.uael-twitter-feed-carousel .slick-prev {
    left: -25px
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev,
.uael-twitter-feed-carousel .slick-next,
.uael-twitter-feed-carousel .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 10
}

.uael-twitter-feed-carousel .slick-next {
    right: -25px
}

.uael-twitter-feed-carousel button:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
    box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
    border-style: unset;
    border-width: unset;
    border-color: unset
}

.uael-twitter-feed-carousel .slick-next:before,
.uael-twitter-feed-carousel .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel .slick-prev:before {
    content: '\f104'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-prev:before {
    content: '\f105'
}

.uael-twitter-feed-carousel .slick-next:before {
    content: '\f105'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-next:before {
    content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
    left: -25px
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
    right: -25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-prev {
    left: 25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-next {
    right: 25px
}

@media (max-width:768px) {
    .uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
        left: 15px
    }

    .uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
        right: 15px
    }
}

.uael-twitter-feed-carousel ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center
}

.uael-twitter-feed-carousel ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-twitter-feed-carousel ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-twitter-feed-carousel ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-twitter-feed-carousel button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.uael-registration-form .uael-pass-wrapper {
    width: 100%;
    display: none
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar,
.uael-registration-form .uael-pass-wrapper .uael-pass-bar .uael-pass-bar-color {
    height: 3px
}

.uael-rform-footer {
    width: 100%
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar {
    background-color: #cfcfcf;
    display: none
}

.uael-registration-form .uael-pass-wrapper.bad .uael-pass-bar .uael-pass-bar-color {
    width: 10%;
    background-color: #d9534f
}

.uael-registration-form .uael-pass-wrapper.good .uael-pass-bar .uael-pass-bar-color {
    width: 50%;
    background-color: #f0ad4e
}

.uael-registration-form .uael-pass-wrapper.strong .uael-pass-bar .uael-pass-bar-color {
    width: 100%;
    background-color: #5cb85c
}

.uael-registration-form .elementor-field-group .elementor-field:focus {
    outline: 0
}

.uael-registration-form-wrapper.elementor-form-fields-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uael-reg-preview-message.error,
.uael-reg-preview-message.success,
.uael-registration-message.error,
.uael-registration-message.success {
    margin-top: 20px
}

.uael-reg-preview-message.error,
.uael-register-error-message,
.uael-registration-message.error {
    color: #d9534f;
    display: block
}

.uael-form-message-style-custom .uael-register-field-message {
    width: 100%;
    text-align: left;
    margin-top: 5px
}

.uael-form-message-style-custom .uael-register-error {
    padding: .2em .8em;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-registration-submit.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .4
}

.uael-form-loader {
    width: 1em;
    height: 1em;
    margin-left: 1em;
    border: 2px solid currentColor;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left-color: transparent
}

.uael-form-loader {
    -webkit-animation: uael-rotating 1s linear infinite;
    animation: uael-rotating 1s linear infinite
}

.uael-reg-form-submit .elementor-button .elementor-button-text {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
    display: none
}

.uael-registration-form .uael-recaptcha-align-inline .elementor-field-label {
    display: block;
    width: 100%
}

.uael-registration-message.elementor-alert {
    padding: 0
}

.uael-reg-preview-message.elementor-alert.success,
.uael-registration-message.elementor-alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be;
    padding: 15px
}

.uael-reg-preview-message.elementor-alert.error,
.uael-registration-message.elementor-alert.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4;
    padding: 15px
}

.uael-register-submit.uael-submit-disabled {
    pointer-events: none
}

.uael-reg-form-submit button {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-reg-form-submit .uael-register-submit .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-reg-form-submit .uael-register-submit span.elementor-align-icon-right.elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

@-webkit-keyframes uael-rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes uael-rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.uael-registration-form .acceptance-field input[type=checkbox]+span:before {
    content: '';
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer
}

.uael-registration-form .acceptance-field .uael-register-acceptance-message.acceptance-error-message,
.uael-registration-form .acceptance-field input[type=checkbox] {
    display: none
}

.uael-registration-form .acceptance-field input[type=checkbox]:checked+span:before {
    content: "\2714";
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer
}

.uael-registration-form .checkbox-label {
    height: 26px;
    vertical-align: middle;
    position: relative
}

.uael-registration-form .acceptance-field .acceptance-conditions>:first-child {
    margin-bottom: 5px
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-left .uael-rform-footer {
    text-align: right
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-right .uael-rform-footer {
    text-align: left
}

.uael-urf-icon-yes .uael-fields-icon {
    position: absolute;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-urf-icon-yes .uael-register-field-message+.uael-fields-icon {
    top: 15px;
    height: 25%
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs {
    padding: 4px 27px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg {
    padding: 7px 33px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md {
    padding: 6px 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-sm {
    padding: .75em 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl {
    padding: 8px 35px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
    font-size: 13px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
    font-size: 16px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
    font-size: 18px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
    font-size: 20px
}

.uael-urf-field-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap {
    padding-bottom: 75%
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap.uael-video-type-hosted {
    padding-bottom: 74%
}

.uael-aspect-ratio-16_9 .uael-video__outer-wrap {
    padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-video__outer-wrap {
    padding-bottom: 66.6666%
}

.uael-aspect-ratio-9_16 .uael-video__outer-wrap {
    padding-bottom: 177.8%
}

.uael-aspect-ratio-1_1 .uael-video__outer-wrap {
    padding-bottom: 100%
}

.uael-aspect-ratio-21_9 .uael-video__outer-wrap {
    padding-bottom: 42.8571%
}

.uael-subscribe-bar,
.uael-subscribe-content,
.uael-vimeo-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-subscribe-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    margin-bottom: 20px
}

.uael-subscribe-bar-prefix {
    margin-right: 10px
}

.uael-video__outer-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all
}

.uael-video__outer-wrap img,
.uael-video__outer-wrap video {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.uael-video__play-icon {
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: text-shadow ease .2s, color ease .2s;
    transition: text-shadow ease .2s, color ease .2s;
    z-index: 5
}

.uael-video-hosted-play,
.uael-video-wistia-play {
    cursor: pointer;
    height: 70px;
    background: rgba(84, 187, 255, .8);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0
}

.uael-video__outer-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: 0 0
}

.uael-vimeo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 10px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    margin-right: 4.6em
}

.uael-vimeo-portrait {
    width: 60px;
    height: 60px;
    background: rgba(23, 35, 34, .75);
    margin-right: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    padding: 0
}

.uael-vimeo-portrait img {
    width: 50px;
    height: 50px;
    margin: 5px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.uael-vimeo-headers {
    font-size: 10px
}

.uael-vimeo-byline,
.uael-vimeo-title {
    background: rgba(23, 35, 34, .75);
    text-transform: none;
    line-height: normal;
    letter-spacing: normal
}

.uael-vimeo-byline {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    margin-top: .1em;
    padding: .2em .5em
}

.uael-vimeo-title {
    max-width: 100%;
    font-size: 2em !important;
    font-weight: 700;
    margin: 0;
    padding: .1em .2em;
    display: inline-block
}

.uael-video__outer-wrap:active .uael-animation-sink,
.uael-video__outer-wrap:focus .uael-animation-sink,
.uael-video__outer-wrap:hover .uael-animation-sink {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px)
}

.uael-video__outer-wrap .uael-animation-float,
.uael-video__outer-wrap .uael-animation-sink {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.uael-video__outer-wrap .uael-animation-grow {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.uael-video__outer-wrap:hover .uael-video__play-icon.uael-animation-grow {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.uael-video__outer-wrap:before {
    content: '';
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.uael-video__outer-wrap:active .uael-animation-float,
.uael-video__outer-wrap:focus .uael-animation-float,
.uael-video__outer-wrap:hover .uael-animation-float {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px)
}

.uael-video__outer-wrap:active .uael-animation-wobble-vertical,
.uael-video__outer-wrap:focus .uael-animation-wobble-vertical,
.uael-video__outer-wrap:hover .uael-animation-wobble-vertical {
    -webkit-animation-name: uael-wobble-vertical;
    animation-name: uael-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-video__play-icon {
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    transition: opacity .25s cubic-bezier(0, 0, .2, 1)
}

.uael-youtube-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: #1f1f1f
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg,
.uael-video__outer-wrap:hover .uael-youtube-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #cc181e
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg {
    fill-opacity: 1
}

.uael-vimeo-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: rgba(23, 34, 35, .75)
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg,
.uael-video__outer-wrap:hover .uael-vimeo-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #00ADEF
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg {
    fill-opacity: 1
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar {
    display: block;
    text-align: center
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar-prefix {
    margin-right: 0;
    margin-bottom: 8px
}

.uael-subscribe-responsive-desktop .uael-subscribe-content {
    display: block
}

.uael-video__outer-wrap.uael-sticky-apply {
    background: 0 0;
    z-index: 9
}

.uael-video__outer-wrap.uael-sticky-apply {
    overflow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    position: fixed !important;
    z-index: 99999;
    height: 225px;
    width: 400px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.uael-sticky-apply.uael-video__outer-wrap:before,
.uael-video__outer-wrap.uael-sticky-apply .uael-vimeo-wrap {
    visibility: hidden
}

.uael-video-sticky-close,
.uael-video-sticky-infobar,
.uael-video__outer-wrap.uael-sticky-apply+.uael-subscribe-bar {
    display: none
}

.uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-sticky-infobar {
    -webkit-box-shadow: 0 5px 10px -5px #333;
    box-shadow: 0 5px 10px -5px #333
}

.uael-sticky-apply .uael-video-inner-wrap.ui-draggable {
    cursor: move
}

.uael-sticky-apply .uael-video__thumb,
.uael-sticky-apply iframe {
    padding: 4px
}

.uael-sticky-apply .uael-video-sticky-close {
    display: block;
    position: absolute;
    padding: 7px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99999;
    height: 14px;
    width: 14px;
    line-height: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-video-sticky-close .uael-sticky-close-icon {
    font-size: 14px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center
}

.uael-sticky-apply .uael-video-sticky-infobar {
    display: block;
    position: relative;
    top: 100%;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fff;
    text-align: center;
    z-index: 9999;
    margin-top: -1px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    right: auto;
    left: 20px
}

.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    top: 20px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    bottom: 20px
}

.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    left: auto;
    right: 20px
}

.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uael-video-sticky-bottom_left .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
    bottom: 55px
}

.admin-bar .uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.admin-bar .uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    top: -webkit-calc(32px + 20px);
    top: calc(32px + 20px)
}

.uael-video-sticky-bottom_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_left .uael-sticky-apply .uael-video-sticky-close {
    top: -10px;
    right: -10px
}

.uael-video-sticky-bottom_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_right .uael-sticky-apply .uael-video-sticky-close {
    top: -10px;
    left: -10px
}

@media only screen and (max-width:976px) {
    .uael-subscribe-responsive-tablet .uael-subscribe-bar {
        display: block;
        text-align: center
    }

    .uael-subscribe-responsive-tablet .uael-subscribe-bar-prefix {
        margin-right: 0;
        margin-bottom: 8px
    }

    .uael-subscribe-responsive-tablet .uael-subscribe-content {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .uael-subscribe-responsive-mobile .uael-subscribe-bar {
        display: block;
        text-align: center
    }

    .uael-subscribe-responsive-mobile .uael-subscribe-bar-prefix {
        margin-right: 0;
        margin-bottom: 8px
    }

    .uael-subscribe-responsive-mobile .uael-subscribe-content {
        display: block
    }

    .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
        height: 140px;
        width: 240px
    }
}

@-webkit-keyframes uael-wobble-vertical {
    16.65% {
        top: -webkit-calc(50% + 8px);
        top: calc(50% + 8px)
    }

    33.3% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px)
    }

    49.95% {
        top: -webkit-calc(50% + 4px);
        top: calc(50% + 4px)
    }

    66.6% {
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px)
    }

    83.25% {
        top: -webkit-calc(50% + 1px);
        top: calc(50% + 1px)
    }

    100% {
        top: 50%
    }
}

@keyframes uael-wobble-vertical {
    16.65% {
        top: -webkit-calc(50% + 8px);
        top: calc(50% + 8px)
    }

    33.3% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px)
    }

    49.95% {
        top: -webkit-calc(50% + 4px);
        top: calc(50% + 4px)
    }

    66.6% {
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px)
    }

    83.25% {
        top: -webkit-calc(50% + 1px);
        top: calc(50% + 1px)
    }

    100% {
        top: 50%
    }
}

.uael-vg__dummy-image,
.uael-vgallery-tabs-dropdown .uael-filters-dropdown {
    display: none
}

.uael-video-gallery__column-6 .uael-video__gallery-item {
    width: 16.66%
}

.uael-video-gallery__column-5 .uael-video__gallery-item {
    width: 20%
}

.uael-video-gallery__column-4 .uael-video__gallery-item {
    width: 25%
}

.uael-video-gallery__column-3 .uael-video__gallery-item {
    width: 33.33%
}

.uael-video-gallery__column-2 .uael-video__gallery-item {
    width: 50%
}

.uael-video-gallery__column-1 .uael-video__gallery-item {
    width: 100%
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n+1):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n+1):not(.slick-slide) {
    clear: left
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n):not(.slick-slide) {
    clear: right
}

.uael-vg__play_full {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.uael-video__gallery-item {
    position: relative;
    overflow: hidden
}

.uael-vg__layout-carousel .uael-video__gallery-item {
    height: auto
}

.uael-video__gallery-item:hover .uael-vg__overlay {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-video__gallery-item:hover i {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.uael-timeline-featured-img {
    margin-bottom: 20px
}

.uael-timeline-link-style {
    margin-top: 10px
}

.uael-video__gallery-item .uael-vg__thumb-image,
.uael-video__gallery-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.uael-video__gallery-item iframe {
    height: 100%;
    border: 0;
    display: block;
    margin: 0 auto
}

.uael-video__gallery-item .uael-vg__thumb-image {
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.uael-video-gallery-wrap.uael-vg__layout-grid {
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-vg__layout-carousel .uael-video__gallery-item {
    float: left
}

.uael-vg__layout-carousel {
    visibility: hidden
}

.uael-vg__layout-carousel.slick-initialized {
    visibility: visible
}

.uael-video-gallery-wrap .uael-video__img {
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    max-width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.uael-video-gallery-wrap .uael-video__content-wrap {
    display: block;
    text-align: center
}

.uael-video-gallery-wrap .uael-video__content {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.uael-video-gallery-wrap .uael-video__caption {
    position: absolute;
    width: 100%;
    bottom: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-below_video .uael-video__gallery-item .uael-video__caption {
    position: relative;
    width: 100%;
    bottom: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
    text-align: center
}

.uael-video-gallery-wrap .uael-video__tags {
    position: absolute;
    width: 100%;
    top: 100%;
    display: block;
    font-style: italic;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-always .uael-video__gallery-item .uael-video__caption,
.uael-video-gallery-title-hover .uael-video__gallery-item:hover .uael-video__caption,
.uael-video__gallery-item:hover .uael-video__tags {
    opacity: 1
}

.uael-video__gallery-item .uael-video__lightbox {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s
}

.uael-video__gallery-filters {
    display: block;
    margin: 0;
    margin-bottom: 20px
}

.uael-video__gallery-filter {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 5px;
    cursor: pointer;
    margin-bottom: 10px
}

.uael-video__gallery-filter:first-child {
    margin-left: 0
}

.uael-video__gallery-filter:last-child {
    margin-right: 0
}

.uael-video__content .uael-vg__play,
.uael-video__content .uael-vg__play:hover {
    text-decoration: none;
    display: block
}

.uael-aspect-ratio-4_3 .uael-vg__thumb-image,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
    padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-vg__thumb-image,
.uael-aspect-ratio-16_9 .uael-video__gallery-iframe {
    padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-vg__thumb-image,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe {
    padding-bottom: 66.6666%
}

.uael-aspect-ratio-16_9 .uael-video__gallery-iframe,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
    height: 0;
    position: relative;
    max-width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000
}

.uael-vg__play_full:hover {
    cursor: pointer
}

.uael-vg__play {
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    -webkit-transition: text-shadow ease .2s, color ease .2s;
    transition: text-shadow ease .2s, color ease .2s;
    z-index: 5
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-vg__play-image {
    display: block
}

.uael-video-gallery-wrap .slick-slide img {
    width: 100%
}

.uael-video-gallery-wrap .slick-next,
.uael-video-gallery-wrap .slick-next:focus,
.uael-video-gallery-wrap .slick-next:hover,
.uael-video-gallery-wrap .slick-prev,
.uael-video-gallery-wrap .slick-prev:focus,
.uael-video-gallery-wrap .slick-prev:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #aaa;
    border-color: #aaa;
    outline: 0;
    background: 0 0
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before {
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap .slick-prev {
    left: -45px;
    z-index: 1
}

[dir=rtl] .uael-video-gallery-wrap .slick-prev {
    left: auto;
    right: -45px
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before,
[dir=rtl] .uael-video-gallery-wrap .slick-next:before,
[dir=rtl] .uael-video-gallery-wrap .slick-prev:before {
    content: '';
    font-size: 0;
    line-height: 0
}

.uael-video-gallery-wrap .slick-next {
    right: -45px
}

[dir=rtl] .uael-video-gallery-wrap .slick-next {
    left: -45px;
    right: auto
}

.uael-video-gallery-wrap .slick-next i,
.uael-video-gallery-wrap .slick-next i:focus,
.uael-video-gallery-wrap .slick-next i:hover,
.uael-video-gallery-wrap .slick-prev i,
.uael-video-gallery-wrap .slick-prev i:focus,
.uael-video-gallery-wrap .slick-prev i:hover {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-video-gallery-wrap ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: -45px;
    text-align: center
}

.uael-video-gallery-wrap,
.uael-video-gallery-wrap .uael-nav-dots {
    margin-bottom: 50px
}

.uael-video-gallery-wrap ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-video-gallery-wrap ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-video-gallery-wrap ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-video__gallery-item:active .elementor-animation-sink,
.uael-video__gallery-item:focus .elementor-animation-sink,
.uael-video__gallery-item:hover .elementor-animation-sink {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px)
}

.uael-video__gallery-item .uael-animation-float,
.uael-video__gallery-item .uael-animation-sink {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.uael-video__gallery-item:active .elementor-animation-float,
.uael-video__gallery-item:focus .elementor-animation-float,
.uael-video__gallery-item:hover .elementor-animation-float {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px)
}

.uael-video__gallery-item:active .uael-animation-wobble-vertical,
.uael-video__gallery-item:focus .uael-animation-wobble-vertical,
.uael-video__gallery-item:hover .uael-animation-wobble-vertical {
    -webkit-animation-name: uael-wobble-vertical;
    animation-name: uael-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-vg__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
    margin-top: 32px
}

.uael-video-gallery-title-filters .uael-video__gallery-filters {
    text-align: right
}

.uael-video-gallery-title-filters {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uael-video-gallery-title-filters .uael-video-gallery-title {
    margin-right: 60px;
    display: inline-block;
    text-align: left
}

.uael-video-gallery-title-filters ul.uael-video__gallery-filters {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: block
}

.uael-vg__play_full:hover .elementor-animation-grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.uael-vg__play_full:hover .elementor-animation-shrink {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.uael-vg__play_full:hover .elementor-animation-pulse {
    -webkit-animation-name: elementor-animation-pulse;
    animation-name: elementor-animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.uael-vg__play_full:hover .elementor-animation-pulse-grow {
    -webkit-animation-name: elementor-animation-pulse-grow;
    animation-name: elementor-animation-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-pulse-shrink {
    -webkit-animation-name: elementor-animation-pulse-shrink;
    animation-name: elementor-animation-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-push {
    -webkit-animation-name: elementor-animation-push;
    animation-name: elementor-animation-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-pop {
    -webkit-animation-name: elementor-animation-pop;
    animation-name: elementor-animation-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-float {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.uael-vg__play_full:hover .elementor-animation-sink {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.uael-vg__play_full:hover .elementor-animation-wobble-vertical {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
    width: 1188px;
    height: 669px
}

@media (max-width:1024px) {

    .uael-video-gallery-stack-tablet .uael-video-gallery-title-filters,
    .uael-video-gallery-stack-tablet .uael-video__gallery-filters {
        text-align: center
    }

    .uael-video-gallery-stack-tablet .uael-video-gallery-title {
        margin-right: 0
    }

    .uael-video-gallery-stack-tablet .uael-video-gallery-title-filters {
        display: block
    }

    .uael-video-gallery-tablet__column-1 .uael-video__gallery-item {
        width: 100%
    }

    .uael-video-gallery-tablet__column-2 .uael-video__gallery-item {
        width: 50%
    }

    .uael-video-gallery-tablet__column-3 .uael-video__gallery-item {
        width: 33.33%
    }

    .uael-video-gallery-tablet__column-4 .uael-video__gallery-item {
        width: 25%
    }

    .uael-video-gallery-tablet__column-5 .uael-video__gallery-item {
        width: 20%
    }

    .uael-video-gallery-tablet__column-6 .uael-video__gallery-item {
        width: 16.66%
    }

    .uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
    .uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
    .uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
    .uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
    .uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
    .uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
        clear: left
    }

    .uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
    .uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
    .uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
    .uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
    .uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
    .uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
        clear: right
    }

    .uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
        width: 680px;
        height: 382px
    }
}

@media (max-width:767px) {
    .uael-gallery-fancybox .fancybox-navigation .fancybox-button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .uael-gallery-fancybox .fancybox-navigation .fancybox-button:after {
        padding: 0 50px
    }

    .uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
        height: auto
    }

    .uael-video-gallery-wrap .slick-prev {
        left: 5px
    }

    .uael-video-gallery-wrap .slick-next {
        right: 5px
    }

    .uael-video-gallery-stack-mobile .uael-video-gallery-title-filters,
    .uael-video-gallery-stack-mobile .uael-video__gallery-filters {
        text-align: center
    }

    .uael-video-gallery-stack-mobile .uael-video-gallery-title {
        margin-right: 0
    }

    .uael-video-gallery-stack-mobile .uael-video-gallery-title-filters {
        display: block
    }

    .uael-video-gallery-mobile__column-1 .uael-video__gallery-item {
        width: 100%
    }

    .uael-video-gallery-mobile__column-2 .uael-video__gallery-item {
        width: 50%
    }

    .uael-video-gallery-mobile__column-3 .uael-video__gallery-item {
        width: 33.33%
    }

    .uael-video-gallery-mobile__column-4 .uael-video__gallery-item {
        width: 25%
    }

    .uael-video-gallery-mobile__column-5 .uael-video__gallery-item {
        width: 20%
    }

    .uael-video-gallery-mobile__column-6 .uael-video__gallery-item {
        width: 16.66%
    }

    .uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
    .uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
    .uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
    .uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
    .uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
    .uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
        clear: left
    }

    .uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
    .uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
    .uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
    .uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
    .uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
    .uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
        clear: right
    }

    .uael-vgallery-tabs-dropdown .uael-filters-dropdown {
        display: block;
        position: relative;
        margin-bottom: 20px
    }

    .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button {
        background: #efefef;
        padding: 5px 15px 5px 15px;
        cursor: pointer;
        display: inline-block
    }

    .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
        display: none;
        list-style: none;
        position: absolute;
        margin: 0;
        top: 100%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        z-index: 9;
        border: 1px solid #ededed;
        padding: 0
    }

    .uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
        white-space: nowrap;
        display: block;
        background: #efefef;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        border-style: none;
        margin: 0
    }

    .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 6px
    }

    .uael-vgallery-tabs-dropdown .uael-video-gallery-title-filters .uael-video__gallery-filters,
    .uael-vgallery-tabs-dropdown .uael-video__gallery-filters {
        display: none
    }

    .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
        display: block
    }

    .uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
        padding: 5px 15px 5px 15px
    }

    .uael-mobile-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-mobile-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 0;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .uael-mobile-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-tablet-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-video-gallery-stack-mobile .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
    .uael-video-gallery-stack-tablet .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
    background: unset
}

.uael-welcome-music-container {
    cursor: pointer;
    z-index: 99999;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: fixed
}

#uael-play-pause {
    position: relative;
    font-size: 25px
}

#uael-play-pause .pause,
#uael-play-pause .play,
.uael-pause svg:first-child,
.uael-play svg:last-child,
.uael-welcome-music-btn-display-no .uael-welcome-music-container {
    display: none
}

#uael-play-pause.uael-pause .pause,
#uael-play-pause.uael-play .play {
    display: block
}

.uael-builder-msg {
    text-align: center
}

#uael-play-pause svg:first-child,
#uael-play-pause svg:last-child {
    width: 30px
}

#uael-play-pause.uael-pause svg:first-child,
#uael-play-pause.uael-play svg:last-child {
    display: none
}

#uael-play-pause.uael-pause svg:last-child,
#uael-play-pause.uael-play svg:first-child {
    display: block
}

.uael-woocommerce .products::after,
.uael-woocommerce .products::before,
.uael-woocommerce ul.products::after,
.uael-woocommerce ul.products::before {
    content: ' ';
    display: table;
    width: 0
}

.uael-quick-view-data {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1
}

.uael-woocommerce .products::after,
.uael-woocommerce ul.products::after {
    clear: both
}

.uael-woocommerce .products,
.uael-woocommerce ul.products {
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none outside;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-woocommerce .products li.product .woocommerce-loop-product__link img,
.uael-woocommerce ul.products li.product .woocommerce-loop-product__link img {
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
    transition: filter .6s, opacity .6s, transform .6s;
    transition: filter .6s, opacity .6s, transform .6s, -webkit-filter .6s, -webkit-transform .6s
}

#uael-quick-view-modal .uael-qv-image-slider li,
.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product {
    list-style: none
}

#uael-quick-view-content,
.uael-quick-view-data,
.uael-woo-category-slider .slick-slide>div,
.uael-woo-category-slider .slick-slide>div .uael-product-cat-inner,
.uael-woo-category-slider .slick-slide>div li,
.uael-woo-products-slider .slick-slide>div,
.uael-woo-products-slider .slick-slide>div .uael-woo-product-wrapper,
.uael-woo-products-slider .slick-slide>div li,
.uael-woocommerce .uael-show-on-hover {
    height: 100%
}

.uael-woocommerce .uael-show-on-hover {
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.uael-quick-view-data {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1
}

.uael-woocommerce .products li.product:hover .uael-show-on-hover,
.uael-woocommerce ul.products li.product:hover .uael-show-on-hover {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0);
    transform: scale(1) translateZ(0) translateY(0);
    pointer-events: inherit
}

.uael-woocommerce .uael-woo-product__hover-zoom .products li.product:hover .woocommerce-loop-product__link img,
.uael-woocommerce .uael-woo-product__hover-zoom ul.products li.product:hover .woocommerce-loop-product__link img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.uael-add-to-cart-align-right,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-right .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-right .uael-woo-categories ul.products li.product .uael-category__title-wrap {
    text-align: right
}

.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: 0
}

.uael-add-to-cart-align-left,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-left .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-left .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-left .uael-woocommerce-pagination {
    text-align: left
}

.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: 0;
    margin-right: auto
}

.uael-add-to-cart-align-center,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-center .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-center .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-center .uael-woocommerce-pagination {
    text-align: center
}

.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto
}

.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product,
.woocommerce .uael-woocommerce .products li.product,
.woocommerce .uael-woocommerce ul.products li.product,
.woocommerce-page .uael-woocommerce .products li.product,
.woocommerce-page .uael-woocommerce ul.products li.product {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 35px;
    width: 25%
}

.uael-woocommerce .uael-woo-products-summary-wrap {
    padding: 1em .2em
}

.uael-auto-align-disabled,
.uael-prod-auto-align-disabled {
    display: block
}

.uael-auto-align-enabled,
.uael-prod-auto-align-enabled {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.uael-auto-align-enabled .uael-woo-products-summary-wrap,
.uael-prod-auto-align-enabled .uael-woo-products-summary-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.uael-auto-align-enabled .uael-woo-products-button-align,
.uael-prod-auto-align .uael-woo-products-button-align {
    margin-top: auto
}

.uael-woocommerce .uael-woo-product-category {
    font-size: .85em;
    margin-bottom: .5em;
    display: block;
    line-height: 1.3
}

.uael-woocommerce .woocommerce-loop-product__link {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: .8em;
    outline: 0
}

.uael-woocommerce .woocommerce-loop-product__title {
    margin-bottom: .5em;
    font-size: 1em
}

.uael-woocommerce .star-rating {
    display: block;
    float: none;
    margin: 0 auto .5em 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: .857em;
    width: 5.4em;
    font-family: star
}

.uael-quick-view-data,
.uael-woocommerce .star-rating span,
.uael-woocommerce .star-rating span::before,
.uael-woocommerce .star-rating::before {
    top: 0;
    left: 0;
    position: absolute
}

.uael-woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left
}

.uael-woocommerce .star-rating span {
    overflow: hidden;
    padding-top: 1.5em;
    float: left
}

.uael-woocommerce .star-rating span::before {
    content: '\53\53\53\53\53'
}

.uael-woocommerce .products li.product .price,
.uael-woocommerce ul.products li.product .price {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: .9em
}

.uael-woocommerce .products li.product .price ins,
.uael-woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px
}

.uael-woocommerce .products li.product .price del,
.uael-woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.uael-woocommerce .uael-woo-products-summary-wrap .button {
    display: inline-block;
    margin: .5em 0;
    white-space: normal;
    line-height: 1.3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 100%;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product {
    width: 50%
}

.uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product {
    width: 33.33%
}

.uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product {
    width: 25%
}

.uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product {
    width: 20%
}

.uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product {
    width: 16.66%
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(2n+1),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(2n+1),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n+1),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n+1) {
    clear: left
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n) {
    clear: right
}

.uael-woocommerce .uael-woo-products-thumbnail-wrap {
    position: relative
}

.uael-woocommerce .woocommerce-LoopProduct-link {
    margin: 0
}

.uael-woo-categories .products li.product a img,
.uael-woo-categories ul.products li.product a img,
.uael-woocommerce .uael-woo-products-thumbnail-wrap img {
    margin: 0;
    width: 100%
}

.uael-woo-skin-grid-default .uael-quick-view-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    z-index: 9
}

.uael-woo-skin-grid-default .uael-quick-view-btn .uael-qv-icon {
    margin-right: 10px
}

.uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap:hover .uael-quick-view-btn,
.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover .uael-action-tooltip {
    opacity: 1
}

.uael-woo-skin-grid-default .uael-woo-product-wrapper {
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.uael-woo-skin-grid-franko .uael-product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    -webkit-transition: all .35s;
    transition: all .35s;
    margin-bottom: 2px;
    opacity: 0
}

.uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap:hover .uael-product-actions {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.uael-woo-skin-grid-franko .uael-action-tooltip {
    opacity: 0;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    z-index: 9;
    top: 50%;
    right: -webkit-calc(100% + 8px);
    right: calc(100% + 8px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 2px 8px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.uael-woo-skin-grid-franko .uael-action-tooltip:before {
    top: calc(50% - 5.5px);
    top: -webkit-calc(50% - 5.5px);
    right: -10px;
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left: 5px solid rgba(0, 0, 0, .8)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap {
    position: relative;
    display: block;
    margin: 0 0 3px;
    background: #fff;
    text-align: center;
    color: #3a3a3a;
    outline: 0
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item {
    display: block;
    color: #3a3a3a;
    width: 40px;
    line-height: 40px;
    height: 40px;
    cursor: pointer
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon:before {
    content: "\f110"
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.added .uael-ajax-add-cart-icon:before {
    content: "\f00c"
}

.uael-woocommerce .uael-featured,
.uael-woocommerce .uael-onsale {
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    z-index: 10
}

.uael-woocommerce .uael-onsale {
    background-color: #77a464
}

.uael-woocommerce .uael-featured {
    background-color: #6d7882
}

#uael-quick-view-modal .uael-content-main-wrapper,
.elementor-widget-uael-woo-products .uael-loader-overlay.uael-quick-view-loader,
.uael-quick-view-data,
.uael-woo-category-slider ul.slick-dots li button:before,
.uael-woo-products-slider ul.slick-dots li button:before,
.uael-woo-skin-grid-default .uael-flash-container,
.uael-woo-skin-grid-franko .uael-flash-container,
.uael-woocommerce .uael-show-on-hover {
    position: absolute;
    top: 0;
    left: 0
}

.uael-woo-skin-grid-default .uael-flash-container {
    z-index: 21;
    margin-top: 25px;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-default .uael-sale-flash-wrap {
    margin: auto auto auto -10px
}

.uael-woo-skin-grid-default .uael-featured,
.uael-woo-skin-grid-default .uael-sale-flash-wrap .uael-onsale {
    min-width: 1em;
    min-height: 1em;
    line-height: 1em;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    display: inline-block
}

.uael-featured-flash-circle .uael-featured,
.uael-sale-flash-circle .uael-onsale {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-woo-skin-grid-default .uael-featured-flash-wrap {
    margin: 0 0 0 -10px
}

.uael-woo-skin-grid-default .double-flash .uael-featured-flash-wrap,
.uael-woo-skin-grid-franko .uael-double-flash .uael-featured-flash-wrap {
    margin-top: -10px
}

.uael-woo-skin-grid-franko .uael-featured {
    display: inline-block
}

.uael-woo-skin-grid-default .double-flash .uael-featured {
    min-width: .8em;
    min-height: .8em;
    line-height: .8em
}

.uael-woo-skin-grid-franko .uael-flash-container {
    z-index: 21;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-franko .uael-sale-flash-wrap {
    display: inline-block;
    margin: 0
}

.uael-woo-skin-grid-franko .uael-onsale {
    display: block;
    padding: 0
}

.uael-out-of-stock {
    position: absolute;
    background-color: rgba(255, 255, 255, .88);
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    padding: 1.3em 0;
    bottom: auto;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0)
}

.uael-woo-pagination-align-right .uael-woocommerce-pagination,
[dir=rtl] .uael-woo-product .woocommerce-product-details__short-description {
    text-align: right
}

.uael-woocommerce-pagination ul {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    margin: 1px;
    width: auto
}

.uael-woocommerce-pagination li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    overflow: hidden
}

.uael-woocommerce-pagination ul li .page-numbers:focus,
.uael-woocommerce-pagination ul li .page-numbers:hover,
.uael-woocommerce-pagination ul li span.current {
    color: #fff;
    background: #000000bd
}

.uael-woocommerce-pagination ul li .page-numbers {
    margin: 0;
    text-decoration: none;
    color: #000000bd;
    border: 1px solid #000000bd;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    display: block;
    min-width: 2.5em
}

@media (max-width:1024px) {

    .uael-woocommerce .products li.product,
    .uael-woocommerce ul.products li.product,
    .woocommerce .uael-woo-products-grid .products li.product,
    .woocommerce .uael-woo-products-grid ul.products li.product {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        margin-bottom: 35px;
        width: 25%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product {
        width: 100%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product {
        width: 50%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product {
        width: 33.33%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product {
        width: 25%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product {
        width: 20%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product {
        width: 16.66%
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(2n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(2n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n+1),
    .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n+1) {
        clear: left
    }

    .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(2n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(2n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n),
    .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n) {
        clear: right
    }

    .uael-woo-pagination-tablet-align-right .uael-woocommerce-pagination,
    .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product {
        text-align: right
    }

    .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: auto;
        margin-right: 0
    }

    .uael-woo-pagination-tablet-align-left .uael-woocommerce-pagination,
    .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product {
        text-align: left
    }

    .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: 0;
        margin-right: auto
    }

    .uael-woo-pagination-tablet-align-center .uael-woocommerce-pagination,
    .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product {
        text-align: center
    }

    .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: auto;
        margin-right: auto
    }

    .uael-woocommerce .products li.product,
    .uael-woocommerce ul.products li.product,
    .woocommerce .uael-woocommerce .products li.product,
    .woocommerce .uael-woocommerce ul.products li.product,
    .woocommerce-page .uael-woocommerce .products li.product,
    .woocommerce-page .uael-woocommerce ul.products li.product {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        margin-bottom: 35px;
        width: 25%
    }

    .woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
    .woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
        margin-right: 0;
        clear: none
    }

    .uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap .uael-quick-view-btn,
    .uael-woo-skin-grid-franko .uael-product-actions,
    .uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
        opacity: 1
    }

    .uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:767px) {

    .uael-woocommerce .products li.product,
    .uael-woocommerce ul.products li.product,
    .woocommerce .uael-woo-products-grid .products li.product,
    .woocommerce .uael-woo-products-grid ul.products li.product {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        margin-bottom: 35px;
        width: 25%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product {
        width: 100%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product {
        width: 50%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product {
        width: 33.33%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product {
        width: 25%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product {
        width: 20%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
    .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
    .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
    .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product {
        width: 16.66%
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(2n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(2n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n+1),
    .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n+1) {
        clear: left
    }

    .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(2n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(2n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n),
    .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n) {
        clear: right
    }

    .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
    .uael-woo-pagination-mobile-align-right .uael-woocommerce-pagination {
        text-align: right
    }

    .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: auto;
        margin-right: 0
    }

    .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
    .uael-woo-pagination-mobile-align-left .uael-woocommerce-pagination {
        text-align: left
    }

    .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: 0;
        margin-right: auto
    }

    .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
    .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
    .uael-woo-pagination-mobile-align-center .uael-woocommerce-pagination {
        text-align: center
    }

    .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
    .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
        margin-left: auto;
        margin-right: auto
    }

    .woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
    .woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
        margin-right: 0;
        clear: none
    }
}

.uael-woo-products-slider .uael-woo-products-inner .products li.product,
.uael-woo-products-slider .uael-woo-products-inner ul.products li.product {
    margin-bottom: 20px
}

.uael-woo-products-slider .uael-slick-dotted .products,
.uael-woo-products-slider .uael-slick-dotted ul.products {
    margin-bottom: 30px
}

.uael-woo-products-slider .slick-arrow {
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -ms-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    cursor: pointer;
    color: #000;
    background: 0 0;
    border: none;
    outline: 0
}

.uael-woo-products-slider .slick-next,
.uael-woo-products-slider .slick-prev {
    z-index: 10
}

.uael-woo-products-slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free'
}

.uael-woo-products-slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

[dir=rtl] .uael-woo-products-slider .slick-prev:before {
    content: '\f105'
}

[dir=rtl] .uael-woo-products-slider .slick-next:before {
    content: '\f104'
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
    background: #ccc
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-mc,
.uael-mc .woocommerce-mini-cart__buttons,
.uael-mc div.uael-mc__btn-icon.uael-badge-inline,
.uael-mc-dropdown__header,
.uael-mc-dropdown__icon-wrap,
.uael-mc-modal,
.uael-mc-modal__header,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas,
.uael-mc-offcanvas__header,
.uael-mc-offcanvas__icon-wrap,
.uael-mc__btn,
.uael-mc__btn-icon,
.uael-woo-category-slider .slick-slide,
.uael-woo-category-slider .slick-track,
.uael-woo-products-slider .slick-slide,
.uael-woo-products-slider .slick-track,
.uael-woocommerce .products,
.uael-woocommerce ul.products {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uael-woo-products-slider .slick-slide {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px
}

.uael-woo-products-slider .slick-slide>div {
    position: relative
}

.uael-slick-dotted {
    visibility: hidden
}

.slick-initialized {
    visibility: visible
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
    left: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
    right: auto;
    left: -25px
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
    right: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
    right: -25px;
    left: auto
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
    text-indent: -2px;
    left: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
    right: auto;
    left: 25px
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
    text-indent: 2px;
    right: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
    right: 25px;
    left: auto
}

@media (max-width:768px) {
    .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
        left: 15px
    }

    .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
        right: 15px
    }
}

.uael-woo-products-slider ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center
}

.uael-woo-products-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-woo-products-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-woo-products-slider ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-woo-products-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.uael-woo-add-to-cart .button {
    display: inline-block;
    text-align: center
}

.uael-button,
.uael-button:focus,
.uael-button:hover,
.uael-button:visited,
.uael-woo-skin-grid-default .uael-quick-view-btn span {
    color: #fff
}

#uael-quick-view-modal .uael-qv-slides li img,
.uael-add-to-cart-align-justify .uael-button,
.uael-woo-category-slider .slick-slide img,
.uael-woo-products-slider .slick-slide img {
    width: 100%
}

.uael-woo-add-to-cart .added_to_cart {
    margin-left: 12px
}

@media (max-width:1024px) {
    .uael-add-to-cart-tablet-align-left {
        text-align: left
    }

    .uael-add-to-cart-tablet-align-center {
        text-align: center
    }

    .uael-add-to-cart-tablet-align-right {
        text-align: right
    }

    .uael-add-to-cart-tablet-align-justify .uael-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .uael-add-to-cart-mobile-align-left {
        text-align: left
    }

    .uael-add-to-cart-mobile-align-center {
        text-align: center
    }

    .uael-add-to-cart-mobile-align-right {
        text-align: right
    }

    .uael-add-to-cart-mobile-align-justify .uael-button {
        width: 100%
    }
}

.uael-atc-content-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uael-atc-content-wrapper span.uael-atc-icon-align.elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uael-atc-content-wrapper span.uael-atc-icon-align.elementor-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -moz-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.uael-atc-icon-align svg {
    width: 1em;
    height: auto
}

.uael-add-to-cart-align-right .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-right .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uael-add-to-cart-align-center .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-center .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-add-to-cart-align-left .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-left .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.uael-add-to-cart-align-justify .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart button,
.uael-add-to-cart-align-justify .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.uael-woo-categories .products li.product-category>a,
.uael-woo-categories ul.products li.product-category>a {
    display: block;
    position: relative
}

.uael-woo-categories .uael-product-cat-inner {
    position: relative
}

.uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-categories ul.products li.product .uael-category__title-wrap {
    position: absolute;
    background-color: rgba(255, 255, 255, .88);
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: center;
    left: 1em;
    right: 1em;
    padding: .5em;
    margin: 0;
    bottom: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5
}

.woocommerce .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .woocommerce-loop-category__title {
    font-size: .9em;
    margin: 0;
    padding: 0
}

.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
    position: unset;
    background-color: unset
}

.woocommerce .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title {
    background-color: unset
}

.uael-woo-categories .products li.product .uael-category__title-wrap .uael-count,
.uael-woo-categories ul.products li.product .uael-category__title-wrap .uael-count {
    display: block;
    background: 0 0;
    opacity: .5;
    font-size: .75em
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product,
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.uael-woo-categories .uael-woo-cat__column-2 .products li.product,
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product {
    width: 50%
}

.uael-woo-categories .uael-woo-cat__column-3 .products li.product,
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product {
    width: 33.33%
}

.uael-woo-categories .uael-woo-cat__column-4 .products li.product,
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product {
    width: 25%
}

.uael-woo-categories .uael-woo-cat__column-5 .products li.product,
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product {
    width: 20%
}

.uael-woo-categories .uael-woo-cat__column-6 .products li.product,
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product {
    width: 16.66%
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(2n+1),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(2n+1),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n+1),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n+1) {
    clear: left
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n) {
    clear: right
}

@media (max-width:1024px) {

    .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product {
        width: 100%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product {
        width: 50%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product {
        width: 33.33%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product {
        width: 25%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product {
        width: 20%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product {
        width: 16.66%
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(2n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(2n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n+1),
    .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n+1) {
        clear: left
    }

    .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n),
    .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n),
    .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(2n),
    .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(2n),
    .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n),
    .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n),
    .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n),
    .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n),
    .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n),
    .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n),
    .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n),
    .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n) {
        clear: right
    }
}

@media (max-width:767px) {

    .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product {
        width: 100%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product {
        width: 50%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product {
        width: 33.33%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product {
        width: 25%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product {
        width: 20%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product,
    .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product {
        width: 16.66%
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(2n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(2n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n+1),
    .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n+1) {
        clear: left
    }

    .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n),
    .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n),
    .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(2n),
    .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(2n),
    .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n),
    .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n),
    .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n),
    .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n),
    .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n),
    .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n),
    .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n),
    .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n) {
        clear: right
    }
}

.uael-woo-cat-title-pos-below-image .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-pos-below-image .uael-woo-categories ul.products li.product .uael-category__title-wrap {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0
}

.uael-woo-cat-title-style-inline .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-style-inline .uael-woo-categories ul.products li.product .uael-category__title-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after,
.uael-woo-add-to-cart a.add_to_cart_button.loading::after,
.uael-woocommerce a.add_to_cart_button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    top: auto;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.uael-add-to-cart button.button.single_add_to_cart_button.added::after,
.uael-woo-add-to-cart a.add_to_cart_button.added::after,
.uael-woocommerce a.add_to_cart_button.added::after {
    font-family: WooCommerce;
    top: auto;
    right: 1em;
    content: '\e017';
    vertical-align: bottom;
    margin-left: 10px
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after {
    position: static
}

.uael-clear::after,
.uael-clear::before {
    content: ' ';
    display: table
}

.uael-clear::after {
    clear: both
}

html.uael-quick-view-is-open,
html.uael-quick-view-is-open body {
    overflow: hidden
}

.uael-quick-view-bg {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 1042
}

.uael-quick-view-loader {
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: none
}

.uael-quick-view-loader::before {
    content: "";
    background: 0 0 !important;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: uael-qv-spin 575ms infinite linear;
    animation: uael-qv-spin 575ms infinite linear
}

@keyframes uael-qv-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uael-qv-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.elementor-widget-uael-woo-products .uael-loader-overlay {
    background: rgba(255, 255, 255, .4);
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%
}

.elementor-widget-uael-woo-products .uael-loader:before {
    border: 3px solid #333;
    border-left-color: transparent;
    border-right-color: transparent
}

.elementor-widget-uael-woo-products .uael-loader {
    z-index: 3
}

.uael-quick-view-bg-ready {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    visibility: visible
}

#uael-quick-view-modal {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1400;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-x: hidden;
    overflow-y: auto
}

#uael-quick-view-modal.open {
    visibility: visible;
    opacity: 1
}

#uael-quick-view-modal .uael-content-main-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 30px
}

#uael-quick-view-modal .uael-content-main-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#uael-quick-view-modal .uael-content-main {
    position: relative;
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s
}

#uael-quick-view-modal.open .uael-content-main {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    width: 100%
}

#uael-quick-view-modal .uael-content-main:after,
#uael-quick-view-modal .uael-content-main:before {
    content: '';
    display: table;
    clear: both
}

#uael-quick-view-modal .uael-lightbox-content {
    display: table;
    pointer-events: auto;
    background-color: #fff;
    max-width: 975px;
    margin: 20px auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    position: relative
}

#uael-quick-view-content div.summary {
    margin: 0;
    padding: 30px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#uael-quick-view-content div.images {
    width: 50%;
    float: left;
    opacity: 1 !important;
    margin: 0
}

#uael-quick-view-modal .uael-qv-image-slider {
    position: relative
}

@media (min-width:545px) {
    #uael-quick-view-content div.summary {
        content: '544';
        overflow-y: auto
    }
}

@media (max-width:544px) {
    #uael-quick-view-modal .uael-lightbox-content {
        display: block
    }

    #uael-quick-view-content div.images,
    #uael-quick-view-content div.summary {
        width: 100%;
        float: none
    }
}

body #uael-quick-view-modal div.product .flex-viewport,
body #uael-quick-view-modal div.product .flex-viewport img {
    width: 100%;
    float: none;
    display: block
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 14px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next,
#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev:before {
    content: "\f104"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next:before {
    content: "\f105"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
    left: -50px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

#uael-quick-view-modal .uael-qv-slides li {
    float: left;
    width: 100%
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    border-radius: 20px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

#uael-quick-view-close {
    position: absolute;
    font-size: 22px;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    opacity: .7;
    text-align: center;
    z-index: 2;
    color: #000
}

.uael-woo-category-slider li.product {
    margin-bottom: 0
}

.uael-woo-category-slider .products,
.uael-woo-category-slider ul.products {
    margin-bottom: 30px
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
    background: #ccc
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-woo-category-slider .slick-arrow {
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    cursor: pointer;
    color: #000;
    background: 0 0;
    border: none;
    outline: 0
}

.uael-woo-category-slider .slick-next,
.uael-woo-category-slider .slick-prev {
    z-index: 10
}

[dir=rtl] .uael-woo-category-slider .slick-prev:before {
    content: '\f105'
}

[dir=rtl] .uael-woo-category-slider .slick-next:before {
    content: '\f104'
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow,
.uael-woo-cat-arrow-square.uael-woo-category-slider .slick-arrow {
    background: #ccc
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-woo-category-slider .slick-slide {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-woo-category-slider .slick-slide>div {
    position: relative
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
    left: -24px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
    left: auto;
    right: -24px
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
    right: -26px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
    left: -26px;
    right: auto
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
    text-indent: -2px;
    left: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
    left: auto;
    right: 25px
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
    text-indent: 2px;
    right: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
    left: 25px;
    right: auto
}

@media (max-width:768px) {
    .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
        left: 15px
    }

    .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
        right: 15px
    }
}

.uael-woo-category-slider ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center
}

.uael-woo-category-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.uael-woo-category-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.uael-woo-category-slider ul.slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 6px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-woo-category-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.rtl .uael-woocommerce-pagination .page-numbers li:first-child .prev {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rtl .uael-woocommerce-pagination .page-numbers li:last-child .next {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rtl .uael-woocommerce-pagination ul,
.uael-mc__btn-badge {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rtl .uael-woo-pagination-align-right .uael-woocommerce-pagination {
    text-align: left
}

.rtl .uael-woo-pagination-align-left .uael-woocommerce-pagination {
    text-align: right
}

.uael-mc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.uael-mc__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.uael-mc__btn-icon {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-mc__btn-badge {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .3em;
    top: 0;
    right: 0
}

.uael-mc__btn-badge-empty-hide-yes .uael-mc__btn-badge[data-counter="0"] {
    display: none
}

.uael-mc div.uael-mc__btn-icon.uael-badge-inline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-mc .uael-badge-inline div.uael-mc__btn-badge {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px
}

.uael-mc__btn-icon.uael-badge-top>i,
.uael-mc__btn-icon.uael-badge-top>svg {
    display: block
}

.uael-mc .uael-cart-icon-before {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.uael-mc-dropdown-flex-start .uael-mc-dropdown {
    left: 0
}

.uael-mc-dropdown-center .uael-mc-dropdown {
    left: 0;
    right: 0;
    margin: auto
}

.uael-mc-dropdown-flex-end .uael-mc-dropdown {
    right: 0
}

.uael-mc-dropdown-flex-start .uael-mc {
    margin: 0 auto 0 0
}

.uael-mc-dropdown-center .uael-mc {
    margin: 0 auto 0 auto
}

.uael-mc-dropdown-flex-end .uael-mc {
    margin: 0 0 0 auto
}

.uael-mc-dropdown {
    position: absolute;
    top: 100%;
    margin: auto;
    width: 355px;
    padding: 20px;
    z-index: 99;
    height: 500px;
    overflow: auto;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-animation: dropdown-fade-in .5s ease-in-out both;
    animation: dropdown-fade-in .5s ease-in-out both
}

@-webkit-keyframes dropdown-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dropdown-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-mc-modal-wrap {
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: modal-fade-in .5s ease-in-out both;
    animation: modal-fade-in .5s ease-in-out both
}

@-webkit-keyframes modal-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes modal-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-mc-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 600px;
    max-width: 1000px;
    max-height: 800px;
    z-index: 99;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    -webkit-animation: modal-slide-in-top .3s ease-in-out both;
    animation: modal-slide-in-top .3s ease-in-out both
}

@-webkit-keyframes modal-slide-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes modal-slide-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.uael-mc-offcanvas-wrap {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    -webkit-animation: offcanvas-fade-in .5s ease-in-out both;
    animation: offcanvas-fade-in .5s ease-in-out both
}

@-webkit-keyframes offcanvas-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes offcanvas-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.uael-mc-offcanvas {
    height: 100%;
    width: 350px;
    -webkit-animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: auto;
    padding: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

@-webkit-keyframes offcanvas-slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes offcanvas-slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.uael-mini-cart-offcanvas-pos-left .uael-mc-offcanvas {
    -webkit-animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
    left: 0
}

@-webkit-keyframes offcanvas-slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes offcanvas-slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.uael-mc-dropdown__items,
.uael-mc-modal__items,
.uael-mc-offcanvas__items {
    overflow: auto;
    width: 100%;
    padding: 10px
}

.uael-mc-dropdown::-webkit-scrollbar,
.uael-mc-dropdown__items::-webkit-scrollbar,
.uael-mc-modal__items::-webkit-scrollbar,
.uael-mc-offcanvas::-webkit-scrollbar,
.uael-mc-offcanvas__items::-webkit-scrollbar {
    display: none
}

.uael-mc-modal__items {
    height: 100%
}

.uael-mc-dropdown__icon-wrap,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas__icon-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-mc-modal__title,
.uael-mc-offcanvas__title {
    margin-top: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.uael-mc-dropdown__header,
.uael-mc-modal__header,
.uael-mc-offcanvas__header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem
}

.uael-mc-dropdown__header-badge,
.uael-mc-modal__header-badge,
.uael-mc-offcanvas__header-badge {
    position: relative;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px
}

.uael-mc ul.cart_list {
    padding: 0;
    margin: 0;
    list-style: none outside
}

.uael-mc ul.cart_list li {
    margin: 0;
    padding: 10px 0;
    min-height: 5em;
    line-height: 1.5;
    border-bottom: 1px solid #ccc
}

.uael-mc ul.cart_list li:last-child {
    border-bottom: none
}

.uael-mc ul.cart_list li a.remove {
    float: right;
    font-size: 18px;
    height: 24px;
    width: 24px;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ccc;
    text-align: center;
    line-height: 1.2
}

.uael-mc ul.cart_list li a {
    display: block;
    display: initial;
    text-decoration: none
}

body .uael-mc ul li.woocommerce-mini-cart-item a img {
    float: left;
    width: 4em !important;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    height: auto;
    position: relative;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
}

.uael-mc .woocommerce-mini-cart__total {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ccc
}

.uael-mc .woocommerce-mini-cart__buttons {
    margin: 0;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uael-mc .woocommerce-mini-cart__buttons a {
    display: inline-block;
    margin: 0;
    text-align: center
}

@media (max-width:320px) {
    .uael-mc-dropdown {
        width: 300px
    }

    .uael-mc-offcanvas {
        width: 300px
    }
}

.uael-close-o {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.uael-close-o::after,
.uael-close-o::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px
}

.uael-close-o::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.uael-mc-modal__close-btn,
.uael-mc-offcanvas__close-btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer
}

.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart .woocommerce-mini-cart-item,
.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart__total.total {
    border-bottom: none
}

.elementor-widget-uael-mini-cart:not(.uael-mc-btn__show-subtotal-yes) .uael-mc__btn-text .woocommerce-Price-amount,
.uael-mc-dropdown-close,
.uael-mc-modal-close,
.uael-mc-modal-wrap-close,
.uael-mc-offcanvas-wrap.uael-mc-offcanvas-wrap-close,
.uael-mc-offcanvas.uael-mc-offcanvas-close {
    display: none
}

.uael-mc-dropdown__header-text,
.uael-mc-modal__header-text,
.uael-mc-offcanvas__header-text,
.uael-mc__btn-text {
    font-weight: 700
}

.uael-mc-dropdown__title>p,
.uael-mc-modal__title>p,
.uael-mc-offcanvas__title>p {
    margin-bottom: 0
}

.uael-mc-dropdown__message,
.uael-mc-modal__message,
.uael-mc-offcanvas__message {
    padding: 1rem;
    width: 100%
}

.uael-mini-cart-align-floating .uael-mc {
    position: fixed;
    z-index: 999
}

.uael-builder-msg {
    text-align: center;
    margin-bottom: 20px
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout,
.uael-woo-checkout .single-layout-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.uael-woo-checkout .single-layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.uael-woo-checkout .column-layout-container .single-col-1 {
    max-width: 65%;
    width: 100%;
    margin-right: 5px
}

.uael-woo-checkout .column-layout-container .single-col-1 #customer_details,
.uael-woo-checkout .single-layout-container #customer_details {
    width: 100% !important;
    padding-right: 0
}

.uael-woo-checkout .column-layout-container .single-col-2 {
    max-width: 35%;
    width: 100%;
    height: 100%;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #ddd
}

.rtl .uael-woo-checkout .column-layout-container .single-col-2 {
    border-left: 0;
    border-right: 1px solid #ddd
}

.uael-tabs li,
ul.uael-tabs {
    margin: 0;
    padding: 0
}

ul.uael-tabs {
    list-style: none;
    word-wrap: normal
}

ul.uael-tabs a:after,
ul.uael-tabs:before {
    content: " ";
    display: table
}

ul.uael-tabs a:after {
    clear: both
}

ul.uael-tabs li {
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative
}

ul.uael-tabs .uael-tab a:after,
ul.uael-tabs .uael-tab:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #b2b2b0;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.uael-tab-after a::after {
    border-left-width: 17px !important;
    border-left-style: solid !important
}

ul.uael-tabs .uael-tab::before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0
}

body:not(.rtl) ul.uael-tabs .uael-tab:first-child::before {
    border: none
}

.uael-builder-no-cart,
.uael-multistep-step-buttons-left .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-left {
    text-align: left
}

.uael-multistep-step-buttons-center .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-center {
    text-align: center
}

.uael-multistep-step-buttons-right .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-right {
    text-align: right
}

ul.uael-tabs li a {
    padding: 10px 25px 10px 25px;
    display: block;
    outline: 0;
    font-size: 1.1em
}

ul.uael-tabs li a,
ul.uael-tabs li a:visited {
    text-decoration: none;
    border: none;
    background: #b2b2b0;
    color: #8b8b8b
}

ul.uael-tabs li a.active {
    background: #4da2db
}

ul.uael-tabs li a.active:after {
    border-left-color: #4da2db
}

.rtl ul.uael-tabs li a.active:after {
    border-right-color: #4da2db
}

.uael_multistep_container #order_review,
.uael_multistep_container #order_review_heading {
    width: 100%;
    clear: both
}

.uael_multistep_container form.checkout {
    margin-bottom: 10px
}

.uael_vertical_box ul#uael-tabs {
    float: left;
    width: 25%
}

.uael_vertical_box div#uael-tab-panels {
    width: 75%;
    float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-show,
.uael_vertical_box ul.uael-tabs li {
    display: block
}

.uael-cart-url {
    float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-hide {
    display: none
}

.uael-woo-checkout .woocommerce form.checkout_coupon {
    border: 0
}

.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login {
    margin-bottom: 10px;
    width: 100%
}

.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-coupon .woocommerce-info,
.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-login .woocommerce-info {
    border-top: 0;
    margin-bottom: 0
}

.uael-checkout-form-shipping-title h3,
.uael-woo-checkout form.checkout,
.uael-woo-checkout-coupon form.woocommerce-form-coupon,
.uael-woo-checkout-login form.woocommerce-form-login {
    width: 100%
}

.uael-woo-checkout-login form.woocommerce-form-login {
    border: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0
}

.uael-woo-checkout-login form.woocommerce-form-login p:not(.form-row) {
    margin-bottom: 0
}

.uael-woo-checkout-coupon form.woocommerce-form-coupon {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 0
}

.uael-woo-checkout .woocommerce form .form-row-last,
.woocommerce-page .uael-woo-checkout form .form-row-last {
    width: 49%
}

.uael-login-apply-order-button-full #payment #place_order,
.uael-login-apply-order-button-full .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-full .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.uael-login-apply-order-button-left #payment #place_order,
.uael-login-apply-order-button-left .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-left .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.uael-login-apply-order-button-right #payment #place_order,
.uael-login-apply-order-button-right .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-right .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.uael-login-apply-order-button-center #payment #place_order,
.uael-login-apply-order-button-center .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-center .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.uael-woo-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle
}

.uael-woo-checkout .column-layout-container .col2-set .col-2,
.uael-woo-checkout .single-layout-container .col2-set .col-2 {
    margin-top: 10px
}

.uael-woo-checkout .woocommerce #ship-to-different-address-checkbox {
    margin-right: 5px;
    vertical-align: middle
}

.uael-woo-checkout .woocommerce form .form-row-first,
.uael-woo-checkout .woocommerce form .form-row-last,
.uael-woo-checkout .woocommerce-page form .form-row-first,
.uael-woo-checkout .woocommerce-page form .form-row-last {
    width: 50%
}

.uael-woo-checkout .woocommerce form .form-row {
    padding: 3px 7px;
    position: relative
}

.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    margin: 0 -7px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout .customer_details h3 {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom-style: solid
}

.uael-woo-checkout .customer_details input.input-text,
.uael-woo-checkout .customer_details select,
.uael-woo-checkout .customer_details textarea,
.uael-woo-checkout .select2-container .select2-selection--single,
.uael-woo-checkout .uael-woo-checkout-coupon .form-row input.input-text,
.uael-woo-checkout .uael-woo-checkout-login .form-row input.input-text {
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uael-woo-checkout .woocommerce #customer_details {
    margin-bottom: 10px
}

.uael-woo-checkout #customer_details .col-2 .woocommerce-additional-fields:only-child,
.uael-woo-checkout .uael-woo-checkout-billing-form,
.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login,
.uael-woo-checkout .uael-woo-checkout-order-review,
.uael-woo-checkout .uael-woo-checkout-payment,
.uael-woo-checkout .uael-woo-checkout-shipping-form {
    border-width: 1px
}

.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3 {
    border-bottom-style: none
}

.uael-woo-checkout .uael-woo-checkout-payment {
    display: inline-block;
    padding: 10px;
    margin-top: 10px
}

.uael-woo-checkout #payment div.form-row,
.uael-woo-checkout #payment ul.payment_methods {
    padding: 0
}

.uael-woo-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox],
.uael-woo-checkout .woocommerce #payment input[type=radio],
.uael-woo-checkout .woocommerce .ce-field [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox] {
    border: 1px solid #b4b9be;
    display: inline-block;
    background: #fff;
    color: #555;
    cursor: pointer;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    padding: 0 !important;
    text-align: center;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce #payment input[type=radio]:checked:before,
.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox]:checked:before {
    content: "\2714";
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox] {
    height: 13px;
    width: 13px;
    min-width: 13px
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before {
    font-size: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review {
    overflow: auto
}

.uael-woo-checkout .uael-woo-checkout-order-review ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review ul.uael-order-review-table li {
    margin-top: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
    width: 60px;
    margin-right: 20px
}

.rtl .uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
    margin-left: 20px;
    margin-right: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail img {
    max-width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .cart-subtotal,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .shipping-area {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-link {
    margin-top: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop .back-to-shop-link i {
    margin-right: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px
}

.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
    border-top: none
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container .checkout.woocommerce-checkout #order_review {
    border: 0;
    padding: 0;
    width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
    font-weight: 700
}

.uael-woo-checkout .uael_multistep_container .uael-buttons {
    padding: 10px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons input:disabled {
    opacity: .5;
    cursor: not-allowed
}

.uael-woo-checkout .uael-order-review-table {
    padding-top: 5px;
    padding-bottom: 8px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-first-prev,
.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-last-next {
    display: none
}

.woocommerce-page .uael-woo-checkout #payment #place_order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment #place_order {
    width: auto;
    float: none
}

.uael-woo-checkout .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5),
.woocommerce-page .uael-woo-checkout #payment .form-row.place-order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment .form-row.place-order {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uael-custom-coupon-field {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-first {
    width: 70%
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-last {
    width: 30%
}

.uael-woo-checkout .uael-woo-checkout-payment {
    width: 100%
}

@media (max-width:768px) {
    .uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .uael-woo-checkout .column-layout-container .single-col-2 {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

    .uael-woo-checkout .column-layout-container .single-col-1,
    .uael-woo-checkout .column-layout-container .single-col-2,
    .uael-woo-checkout .single-layout-container {
        max-width: 100%
    }

    .uael-woo-checkout .woocommerce form .form-row-first,
    .uael-woo-checkout .woocommerce form .form-row-last,
    .uael-woo-checkout .woocommerce-page form .form-row-first,
    .uael-woo-checkout .woocommerce-page form .form-row-last {
        width: 100%
    }
}

.uael-order-review-processing {
    background: #fff;
    opacity: .6
}

.uael-tabs.uael-step-counter li {
    counter-increment: steps
}

.uael-tabs.uael-step-counter li>::before {
    content: counter(steps);
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    webkit-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 26px;
    width: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #edeff0;
    top: 0
}

.uael-tabs.uael-step-counter li:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 4px;
    margin: 0;
    top: 12px
}

ul.uael-tabs.uael-step-counter li>* {
    margin-top: 30px
}

ul.uael-tabs.uael-step-icon li.uael-tab a>span {
    margin-right: 5px
}

.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-counter,
.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-dot {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-dot li a {
    padding: unset;
    display: inline-block
}

ul.uael-tabs.uael-step-counter .uael-tab a:after,
ul.uael-tabs.uael-step-counter .uael-tab:before,
ul.uael-tabs.uael-step-dot .uael-tab a:after,
ul.uael-tabs.uael-step-dot .uael-tab:before {
    all: unset
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-counter li a:visited,
ul.uael-tabs.uael-step-dot li a,
ul.uael-tabs.uael-step-dot li a:visited {
    background: unset
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-counter li.uael-tab.uael-tab-after a.active,
.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-dot li.uael-tab.uael-tab-after a.active {
    background-color: unset
}

.uael-tabs.uael-step-counter li,
.uael-tabs.uael-step-dot li {
    width: 100%;
    text-align: center
}

ul.uael-tabs.uael-step-dot li>* {
    margin-bottom: 15px
}

.uael-tabs.uael-step-dot li:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 4px;
    margin: 0;
    bottom: 4px
}

.uael-tabs.uael-step-counter li::after,
.uael-tabs.uael-step-dot li::after {
    left: 50%;
    width: 100%
}

.uael-tabs.uael-step-dot li>::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #7a7a7a;
    bottom: 0
}

.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-1,
.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-2 {
    width: 100%
}

.theme-hello-elementor.uael-woocommerce-checkout .woocommerce-checkout #payment {
    background-color: unset
}

.woocommerce ul.product_list_widget li a::after {
    display: none
}

.single .uael-mc .thumbnail,
.uael-mc .woocommerce-mini-cart-item.mini_cart_item h3 {
    margin-bottom: 0
}

.woocommerce ul.product_list_widget li a.remove {
    top: 0;
    right: 0;
    margin-top: 0
}

.theme-blocksy .uael-mc-dropdown__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-modal__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-offcanvas .woocommerce-mini-cart .remove {
    top: unset
}

.theme-oceanwp .uael-mc-dropdown__items .quantity,
.theme-oceanwp .uael-mc-modal__items .quantity,
.theme-oceanwp .uael-mc-offcanvas__items .quantity {
    float: unset
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-main-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify
}

.uae-shop-link .uae-back-to-shop-link i {
    margin-left: 3px
}

.theme-kadence .uael-woo-categories ul.grid-cols,
.theme-kadence .uael-woo-products-grid ul.grid-cols {
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: unset
}

.theme-kadence .uael-woo-categories ul.products li.product {
    background-color: unset
}

.theme-kadence .uael-woocommerce .uael-woo-products-summary-wrap .button .kadence-svg-iconset {
    display: none
}

.woocommerce .uael-woocommerce ul.products,
.woocommerce-page .uael-woocommerce ul.products {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0
}

.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
    background: unset
}

.uael-mc .quantity {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1em 1em 0
}

.uael-mc ul.cart_list li .quantity .minus {
    font-size: 18px;
    border-right: none
}

.uael-mc .quantity .minus,
.uael-mc .quantity .plus,
.uael-mc .quantity .qty {
    border: 1px solid #e5e5e5;
    text-decoration: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    line-height: 1.5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.631em;
    text-align: center;
    height: 37px
}

.uael-mc ul.cart_list li .quantity .minus {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    border-right: none
}

.uael-mc ul.cart_list li .quantity .plus {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    border-left: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.ast-mini-cart-price-wrap {
    float: right;
    margin-top: .5em;
    max-width: 50%
}

.uael-mc-dropdown__items .ast-mini-cart-empty,
.uael-mc-modal__items .ast-mini-cart-empty,
.uael-mc-offcanvas__items .ast-mini-cart-empty {
    display: none
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio],
.uael-ff-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    height: 20px;
    width: 20px
}

.uael-ff-style .fluentform input[type=checkbox]:before,
.uael-ff-style .fluentform input[type=radio]:before {
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-ff-style .fluentform input[type=checkbox]:focus,
.uael-ff-style .fluentform input[type=radio]:focus {
    outline: 0
}

.uael-ff-style .fluentform .ff-el-form-check label.ff-el-form-check-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px
}

.uael-ff-style .fluentform input[type=radio],
.uael-ff-style .fluentform input[type=radio]:checked:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-ff-style .fluentform input[type=checkbox]:checked:before {
    content: "\2714";
    line-height: 1.2
}

.uael-ff-style .uael-ff-select-custom {
    position: relative
}

.uael-ff-style .uael-ff-select-custom select {
    display: inline-block
}

.uael-ff-style .uael-ff-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: .7em;
    line-height: 1;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 1em;
    pointer-events: none;
    z-index: 5
}

.uael-ff-btn-size-xs .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xs .uael-ff-style .fluentform .step-nav button {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-ff-input-size-xs .uael-ff-style .fluentform .ff-el-form-control {
    font-size: 13px;
    padding: 8px 10px
}

.uael-ff-input-size-xs .uael-ff-style .uael-ff-select-custom {
    font-size: 13px
}

.uael-ff-btn-size-sm .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-sm .uael-ff-style .fluentform .step-nav button {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uael-ff-input-size-sm .uael-ff-style .fluentform .ff-el-form-control {
    font-size: 15px;
    padding: 12px 10px
}

.uael-ff-input-size-sm .uael-ff-style .uael-ff-select-custom {
    font-size: 15px
}

.uael-ff-btn-size-md .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-md .uael-ff-style .fluentform .step-nav button {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uael-ff-input-size-md .uael-ff-style .fluentform .ff-el-form-control {
    font-size: 16px;
    padding: 15px 10px
}

.uael-ff-input-size-md .uael-ff-style .ginput_container select {
    font-size: 16px;
    padding: 13px 10px
}

.uael-ff-btn-size-lg .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-lg .uael-ff-style .fluentform .step-nav button {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uael-ff-input-size-lg .uael-ff-style .fluentform .ff-el-form-control {
    font-size: 18px;
    padding: 20px 10px
}

.uael-ff-input-size-lg .uael-ff-style .uael-ff-select-custom {
    font-size: 18px
}

.uael-ff-btn-size-xl .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xl .uael-ff-style .fluentform .step-nav button {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uael-ff-input-size-xl .uael-ff-style .fluentform .ff-el-form-control {
    font-size: 20px;
    padding: 25px 10px
}

.uael-ff-input-size-xl .uael-ff-style .uael-ff-select-custom {
    font-size: 20px
}

.uael-ff-style .fluentform select.ff-el-form-control:not([size]):not([multiple]) {
    height: auto
}

.rtl .elementor-element.uael-ff-button-align-left .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-left .uael-ff-style .fluentform .ff-message-success {
    text-align: left
}

.rtl .elementor-element.uael-ff-button-align-right .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-right .uael-ff-style .fluentform .ff-message-success {
    text-align: right
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-title,
.uael-wpf-style .wpforms-form .wpforms-field-divider h3,
.uael-wpf-style .wpforms-form .wpforms-field-label,
.uael-wpf-style .wpforms-form .wpforms-page-indicator-steps,
.uael-wpf-style .wpforms-title {
    margin-bottom: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-description,
.uael-wpf-style .wpforms-description,
.uael-wpf-style .wpforms-field-address .wpforms-field-row,
.uael-wpf-style .wpforms-form .wpforms-field {
    margin-bottom: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label,
.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field select,
.uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-style .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    outline: 0
}

.uael-wpf-style .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item {
    padding-right: 10px
}

.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field select {
    height: auto
}

.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit],
.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit]:hover {
    border-width: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
    margin-top: 0
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox],
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio] {
    position: absolute;
    visibility: hidden
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    content: "\2714";
    line-height: 1.2
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-multiple input[type=radio]:checked+label:before,
.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio input[type=radio]:checked+label:before {
    background-color: #7a7a7a
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 4px #fafafa;
    box-shadow: inset 0 0 0 4px #fafafa
}

.uael-wpf-style div.wpforms-container-full .wpforms-form .wpforms-page-button {
    min-width: unset
}

.uael-wpf-style .wpforms-form .wpforms-page-prev {
    margin-right: 15px
}

.uael-wpf.uael-wpf-style .wpforms-field.wpforms-list-inline ul li {
    margin-right: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
    padding: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
    margin-top: 8px;
    padding: 0
}

.uael-wpf-style .wpforms-container .wpforms-field,
.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit-container {
    padding: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
    display: block;
    width: 100%
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
    padding: 0;
    display: table-cell;
    padding-right: 2%;
    vertical-align: top
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
    padding-bottom: 15px
}

.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field textarea {
    font-size: 13px;
    padding: 8px 10px
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-form .wpforms-field textarea {
    height: 70px
}

.uael-wpf-input-size-xs .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    padding: 8px 10px
}

#elementor .elementor-widget-uael-wpf-styler .uael-wpf-style .wpforms-container.inline-fields button[type=submit] {
    margin-top: 0
}

.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form button[type=submit] {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=radio]+label:before {
    height: 10px;
    width: 10px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(10px / 1.2);
    font-size: calc(10px / 1.2)
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field textarea {
    font-size: 15px;
    padding: 12px 10px
}

.uael-wpf-input-size-sm .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    padding: 12px 10px
}

.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form button[type=submit] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=radio]+label:before {
    height: 12px;
    width: 12px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(12px / 1.2);
    font-size: calc(12px / 1.2)
}

.uael-wpf-input-size-md .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field textarea {
    font-size: 16px;
    padding: 15px 10px
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-container textarea,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-container textarea {
    height: 120px
}

.uael-wpf-input-size-md .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    padding: 15px 10px
}

.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form button[type=submit] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=radio]+label:before {
    height: 15px;
    width: 15px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(15px / 1.2);
    font-size: calc(15px / 1.2)
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field textarea {
    font-size: 18px;
    padding: 20px 10px
}

.uael-wpf-input-size-lg .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    padding: 20px 10px
}

.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=radio]+label:before {
    height: 20px;
    width: 20px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(20px / 1.2);
    font-size: calc(20px / 1.2)
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field textarea {
    font-size: 20px;
    padding: 25px 10px
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-form .wpforms-field textarea {
    height: 220px
}

.uael-wpf-input-size-xl .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    padding: 25px 10px
}

.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form button[type=submit] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=radio]+label:before {
    height: 25px;
    width: 25px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
    font-size: -webkit-calc(25px / 1.2);
    font-size: calc(25px / 1.2)
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button,
.uael-wpf-button-left .uael-wpf-style .wpforms-form button,
.uael-wpf-button-right .uael-wpf-style .wpforms-form button,
.uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: 0;
    margin-right: auto
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: 0
}

.uael-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.uael-wpf .wpforms-form .wpforms-field ul,
.uael-wpf .wpforms-form .wpforms-field ul li {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.uael-wpf-highlight-style-bottom_right .wpforms-container-full .wpforms-form label.wpforms-error,
.uael-wpf-highlight-style-bottom_right label.wpforms-error {
    display: inline-block;
    margin-top: 5px
}

@media (min-width:768px) and (max-width:1024px) {
    .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: auto;
        margin-right: auto
    }

    .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: 0;
        margin-right: auto
    }

    .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: auto;
        margin-right: 0
    }

    .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit],
    .uael-tablet-wpf-button-center .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
    .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit],
    .uael-tablet-wpf-button-left .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
    .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit],
    .uael-tablet-wpf-button-right .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
        width: auto
    }

    .uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
    .uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: auto;
        margin-right: auto
    }

    .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: 0;
        margin-right: auto
    }

    .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
        margin-left: auto;
        margin-right: 0
    }

    .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .uael-mobile-wpf-button-center .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
    .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
    .uael-mobile-wpf-button-left .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
    .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
    .uael-mobile-wpf-button-right .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
    .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
        width: auto
    }

    .uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
    .uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

.uael-particle-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.elementor .uael-party-propz-wrap {
    position: absolute !important;
    z-index: 99999
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_left>.uael-party-propz-wrap {
    right: auto;
    left: 0
}

.uael-party-propz-align-top_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
    top: 0
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-bottom_right>.uael-party-propz-wrap {
    bottom: 0
}

.uael-party-propz-align-bottom_right>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
    left: auto;
    right: 0
}

.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.admin-bar .uael-party-propz-align-top_left>.uael-party-propz-wrap,
.admin-bar .uael-party-propz-align-top_right>.uael-party-propz-wrap {
    top: -webkit-calc(32px + 20px);
    top: calc(32px + 20px)
}

.uael-flip-img-yes>.uael-party-propz-wrap {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.uael-party-propz-widget-wrap {
    position: absolute;
    width: auto
}

.uael-party-propz-widget-wrap img.uael-party-propz-img-cls {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-left img.uael-party-propz-img-cls {
    left: 0;
    right: auto
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-right img.uael-party-propz-img-cls {
    left: auto;
    right: 0
}

.party-propz-widget-alignment-right {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

/*! elementor - v3.31.0 - 11-08-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.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);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.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 {
    color: #fff;
    opacity: .9
}

.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-threads {
    background-color: #000
}

.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-x-twitter {
    background-color: #000
}

.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
}

/*!
 * 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-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(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

/*!
 * 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,
.fas,
.far,
.fal,
.fad,
.fab {
    -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: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
        transform: rotate(360deg)
    }
}

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

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

.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: 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);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-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,
:root .fa-flip-both {
    -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-threads:before {
    content: '\e9cb'
}

.fa-threads-square:before {
    content: '\e9cc'
}

.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-x-twitter:before {
    content: "\e9ca"
}

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

.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-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(../fonts/fa-solid-900.svg#fontawesome) 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)
 */
.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-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(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    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(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    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(../fonts/fa-solid-900.svg#fontawesome) 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"
}

.single-mec_esb .content-area {
    float: none;
    width: 100%;
    padding: 0
}

.mec-wrap .elementor-text-editor p {
    all: unset
}

body .featherlight .featherlight-content {
    overflow-y: scroll !important;
    overflow-x: hidden;
    background: #fff
}

.mec-next-previous-events {
    height: 100%;
    display: flex
}

.mec-single-virtual-badge {
    background: #f7f7f7;
    padding: 20px 15px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative
}

.mec-single-virtual-badge i {
    vertical-align: middle
}

.mec-single-virtual-badge h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-virtual-badge i:before {
    font-size: 20px;
    vertical-align: middle;
    color: #40d9f1
}

span.mec-shortcode-virtual-badge {
    background: #3aad14;
    position: relative;
    font-size: 10px;
    font-weight: 300;
    margin: 0 2px 0 0;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 7px;
    border-radius: 2px;
    max-width: calc(100% - 4px);
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

span.mec-shortcode-virtual-badge i:before {
    margin-right: 5px
}

.mec-event-virtual-embed iframe {
    width: 100%
}

.mec-event-virtual-embed,
.mec-event-virtual-link,
.mec-virtual-password {
    margin-bottom: 10px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 7px;
    display: block
}

.mec-event-virtual-embed:last-child,
.mec-event-virtual-link:last-child,
.mec-virtual-password:last-child {
    border: unset
}

.mec-single-zoom-badge {
    background: #f7f7f7;
    padding: 20px 15px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative
}

.mec-single-zoom-badge i {
    vertical-align: middle
}

.mec-single-zoom-badge h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-zoom-badge i:before {
    font-size: 20px;
    vertical-align: middle;
    color: #40d9f1
}

span.mec-shortcode-zoom-badge {
    background: #3aad14;
    position: relative;
    top: -3px;
    font-size: 11px;
    font-weight: 300;
    margin-left: 1px;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    white-space: nowrap
}

span.mec-shortcode-zoom-badge i:before {
    margin-right: 5px
}

.mec-event-zoom-embed iframe {
    width: 100%
}

.mec-event-zoom-embed,
.mec-event-zoom-link,
.mec-zoom-password {
    margin-bottom: 10px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 7px;
    display: block
}

.mec-event-zoom-embed:last-child,
.mec-event-zoom-link:last-child,
.mec-zoom-password:last-child {
    border: unset
}

@media(max-width:768px) {

    .mec-rsvp-answers,
    .mec-rsvp-answer .mec-rsvp-answers-details-links,
    .mec_rsvp_form input[type=date],
    .mec_rsvp_form input[type=email],
    .mec_rsvp_form input[type=number],
    .mec_rsvp_form input[type=password],
    .mec_rsvp_form input[type=tel],
    .mec_rsvp_form input[type=text],
    .mec_rsvp_form select,
    .mec_rsvp_form textarea {
        width: 100%
    }
}

.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 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.elementor-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0;
    display: inline-block;
    text-align: left
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto;
    display: inline-block;
    text-align: left
}

.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
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item,
.elementor-widget-eael-adv-accordion .eael-accordion-content,
.elementor-widget-eael-data-table .td-content,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template,
.elementor-widget-eael-countdown .eael-countdown-container,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,
.elementor-widget-eael-protected-content .eael-protected-content-message,
.elementor-widget-eael-protected-content .protected-content,
.eael-offcanvas-content-visible .eael-offcanvas-body,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
    position: relative
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,
.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper {
    display: block
}

.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,
.eael-widget-otea-active .elementor-empty-view,
.eael-widget-otea-active .elementor-add-section-inline,
.eael-widget-otea-active .elementor-add-section {
    display: initial !important
}

.eael-onpage-edit-template-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 2px solid #5eead4
}

.eael-onpage-edit-template-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #5eead4;
    opacity: .3
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
    display: block
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
    display: none
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
    background: #5eead4;
    color: #000;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
    content: "";
    border-top: 30px solid #5eead4;
    border-right: 0;
    border-bottom: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    right: 100%;
    position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 30px solid rgba(0, 0, 0, 0);
    border-left: 14px solid #5eead4;
    left: 100%;
    position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i {
    margin-right: 8px
}

/*!
 * 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-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(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-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 .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.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 .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.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 .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.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.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-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 30px
}

.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 .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-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 60px)
}

.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 .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.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 .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.e-loop-item * {
    word-break: break-word
}

[class*=elementor-widget-loop] .elementor-page-title,
[class*=elementor-widget-loop] .product_title.entry-title {
    display: initial
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.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%;
    --direction-multiplier: 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-end: var(--swiper-offset-size, 0);
    padding-inline-start: 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 {
    margin-block-start: 23px;
    min-width: 33%
}

.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 {
    border-style: var(--arrow-normal-border-type);
    color: var(--arrow-normal-color, hsla(0, 0%, 93%, .9));
    font-size: var(--arrow-size, 25px);
    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%, .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 {
    border-style: var(--arrow-hover-border-type);
    color: var(--arrow-hover-color, hsla(0, 0%, 93%, .9))
}

.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%, .9))
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
    right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
    top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
    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 {
    left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
    top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
    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 {
    background: var(--dots-normal-color, #000);
    height: var(--swiper-pagination-size);
    width: var(--swiper-pagination-size)
}

.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:not(:has(>.elementor-widget-container))>.swiper,
.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container,
.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:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow,
.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow,
.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow,
.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow {
    padding-bottom: 0
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet,
.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
    vertical-align: top
}

.elementor-widget-loop-carousel .swiper-pagination-bullets {
    height: -moz-max-content;
    height: max-content;
    inset-inline-start: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
    top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
    transform: translate(calc(var(--dots-horizontal-transform) * var(--direction-multiplier, 1)), var(--dots-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    z-index: 3
}

.elementor-widget-loop-carousel .swiper-pagination-fraction {
    height: -moz-max-content;
    height: max-content;
    inset-inline-start: calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));
    top: calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));
    transform: translate(calc(var(--fraction-horizontal-transform) * var(--direction-multiplier, 1)), var(--fraction-vertical-transform));
    width: -moz-max-content;
    width: max-content;
    z-index: 3
}